fix bug 172336 / upstream bug 37056
This commit is contained in:
parent
1450ba310c
commit
9cb1b5ff9f
1269
perl-5.8.7-25084.patch
Normal file
1269
perl-5.8.7-25084.patch
Normal file
File diff suppressed because it is too large
Load Diff
11
perl.spec
11
perl.spec
@ -5,7 +5,7 @@
|
|||||||
%define multilib_64_archs x86_64 s390x ppc64 sparc64
|
%define multilib_64_archs x86_64 s390x ppc64 sparc64
|
||||||
|
|
||||||
%define perlver 5.8.7
|
%define perlver 5.8.7
|
||||||
%define perlrel 0.6.fc5
|
%define perlrel 0.7.fc5
|
||||||
%define perlepoch 3
|
%define perlepoch 3
|
||||||
|
|
||||||
%{?!perl_debugging: %define perl_debugging 0}
|
%{?!perl_debugging: %define perl_debugging 0}
|
||||||
@ -116,6 +116,10 @@ Patch32003: perl-5.8.6-libresolv.patch
|
|||||||
|
|
||||||
Patch172236: perl-5.8.7-bz172236.patch
|
Patch172236: perl-5.8.7-bz172236.patch
|
||||||
|
|
||||||
|
# fix for bug 163958 / upstream bug 37056 :
|
||||||
|
# backport of perl-5.9's patch 25084 :
|
||||||
|
Patch25084: perl-5.8.7-25084.patch
|
||||||
|
|
||||||
# module updatesd
|
# module updatesd
|
||||||
# Patch202: perl-5.8.0-Safe2.09.patch
|
# Patch202: perl-5.8.0-Safe2.09.patch
|
||||||
|
|
||||||
@ -268,6 +272,8 @@ more secure running of setuid perl scripts.
|
|||||||
|
|
||||||
%patch172236 -p1
|
%patch172236 -p1
|
||||||
|
|
||||||
|
%patch25084 -p1
|
||||||
|
|
||||||
# Candidates for doc recoding (need case by case review):
|
# Candidates for doc recoding (need case by case review):
|
||||||
# find . -name "*.pod" -o -name "README*" -o -name "*.pm" | xargs file -i | grep charset= | grep -v '\(us-ascii\|utf-8\)'
|
# find . -name "*.pod" -o -name "README*" -o -name "*.pm" | xargs file -i | grep charset= | grep -v '\(us-ascii\|utf-8\)'
|
||||||
recode()
|
recode()
|
||||||
@ -476,6 +482,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 02 2005 Jason Vas Dias <jvdias@redhat.com> - 3:5.8.7-0.7
|
||||||
|
- fix bug 172336 / upstream bug 37056: reentr ERANGE realloc recursion
|
||||||
|
|
||||||
* Tue Nov 01 2005 Jason Vas Dias <jvdias@redhat.com> - 3:5.8.7-0.7
|
* Tue Nov 01 2005 Jason Vas Dias <jvdias@redhat.com> - 3:5.8.7-0.7
|
||||||
- fix bug 172236 : missing C standard headers -
|
- fix bug 172236 : missing C standard headers -
|
||||||
use gcc4's '-print-search-path' option in h2ph
|
use gcc4's '-print-search-path' option in h2ph
|
||||||
|
Loading…
Reference in New Issue
Block a user