From bd681d6e5e2ac85fae50a7f648060651b5549d70 Mon Sep 17 00:00:00 2001 From: jvdias Date: Fri, 11 Nov 2005 21:25:05 +0000 Subject: [PATCH] fix bugs 171111, 172236, 172336, 172396, 172587, CAN-2004-0976, 172739, 136009 --- perl.spec | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/perl.spec b/perl.spec index e20394d..dc24ffa 100644 --- a/perl.spec +++ b/perl.spec @@ -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 - 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 - 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.