fix bugs 171111, 172236, 172336, 172396, 172587, CAN-2004-0976, 172739,

136009
This commit is contained in:
jvdias 2005-11-11 21:25:05 +00:00
parent b7e62f80ba
commit bd681d6e5e

View File

@ -128,6 +128,8 @@ Patch040976: perl-5.8.7-CAN-2004-0976.patch
Patch172739: perl-5.8.7-bz172739_obz36521.patch
Patch136009: perl-5.8.7-MM_Unix-rpath-136009.patch
# module updatesd
# Patch202: perl-5.8.0-Safe2.09.patch
@ -290,6 +292,8 @@ more secure running of setuid perl scripts.
%patch172739 -p1
%patch136009 -p1
# 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\)'
recode()
@ -499,6 +503,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Nov 09 2005 Jason Vas Dias <jvdias@redhat.com> - 3:5.8.7-0.7
- fix bug 136009: restore MakeMaker support for LD_RUN_PATH,
while removing empty LD_RUN_PATH
* Tue Nov 08 2005 Jason Vas Dias <jvdias@redhat.com> - 3:5.8.7-0.7
- fix bug 172739: upstream bug 36521 : deep recursion and segfault
in CGI::Carp::warn with 'use diagnostics' : applied patch 25160.