-
Sat Apr 13 2013 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.8.8-41
- 800340 - strftime memory leak perl bug (RT#73520)
- Resolves: rhbz#800340
-
Tue Mar 05 2013 Petr Pisar <ppisar@redhat.com> - 4:5.8.8-40
- Fix CVE-2012-5195 heap buffer overrun at repeatcpy (Resolves: rhbz#915691)
- Fix CVE-2012-5526 newline injection due to improper CRLF escaping in
Set-Cookie and P3P headers (Resolves: rhbz#915691)
- Fix CVE-2012-6329 possible arbitrary code execution via Locale::Maketext
(Resolves: rhbz#915691)
- Fix CVE-2013-1667 DoS in rehashing code (Resolves: rhbz#915691)
-
Tue Oct 09 2012 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.8.8-39.el5
- 848156 - Reverts code of perl-5.8.8-U32019.patch
- Resolves: rhbz#848156
-
Sat Dec 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.8.8-38.el5
- 590644 - CGI.pm popup_menu produces invalid HTML
- Resolves: rhbz#590644
-
Sat Nov 12 2011 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.8.8-37.el5
- 527275 remove h2ph patch, which didn't work
- 702389 change rebase of CGI into upstream patch
- 593752 NDBM_File needs change in Configure to be able find ndbm.h
- Related: rhbz#702389, rhbz#593752
-
Wed Oct 05 2011 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.8.8-36.el5
- code injection vulnerability in Digest->new()
- Resolves: rhbz#743095
-
Fri Sep 23 2011 Petr Pisar <ppisar@redhat.com> - 4:5.8.8-35.el5
- Define number of tests in ext/threads/t/libc.t (Related: rhbz#676050)
- Redirect CGI::Cookie->bake test output to error output not to pollute TAP
protocol (Related: rhbz#702389)
- Reenable tests for s390x and ia64 (Related: rhbz#675863)
-
Thu Sep 22 2011 Petr Pisar <ppisar@redhat.com> - 4:5.8.8-34.el5
- Avoid double free of nested loop variable (RT#70660). Back-ported from
perl-5.10.1. Reverts code of perl-5.8.8-bug24254.patch as it provides better
solution. (Resolves: rhbz#625746)
-
Tue Sep 13 2011 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.8.8-33.el5
- enlarge length of string in PAD_MAX from 999999999 to U32_MAX
RT#83364
- 675863 was accidentaly fixed by update of threads
- Resolves: rhbz#676547, rhbz#675863
-
Wed Aug 31 2011 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.8.8-33.el5
- re-add NDBM_File support. It was removed in specfile for historical reason.
- CVE-2010-2761 CVE-2010-4410 fixed by update of CGI to 3.54
- h2ph produces invalide code
- Resolves: rhbz#593752, rhbz#702389, rhbz#590644, rhbz#527275
-
Fri Aug 26 2011 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.8.8-33.el5
- newCONTSUB() wasn't thread-safe ([perl #45053]) which lead to crashes of
string evaluation.
Patch based on blead 401667e9af6ec282136e4e49614eb18614c5654b
- update of module threads to 1.71 was also needed
- Resolves: rhbz#676050
-
Thu Aug 25 2011 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.8.8-33.el5
- update to Unicode 5.1.0 (latest in maint-5.8 branch) lib/unicore/*
c498a6a0f6c30ec6fd57d25f6fb84f7bdd793e77
- update Unicode::UCD to 0.25, feature general_categories from Unicode 5.1.0
was implemented in this release
e7fbb7a80efd27bfde1ba3c6465ddb9f9357feb3
- added tests related to strings into: op/pat.t, t/uni/class.t
- Resolves: rhbz#621542
-
Wed May 04 2011 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.8.8-32.el5
- change release number according to Zstream, apply in Ystream missing
security patches below. They were already shipped in Zstream.
- CVE-2008-5302 perl: File::Path rmtree race condition (CVE-2005-0448)
reintroduced after upstream rebase to 5.8.8-1
- CVE-2010-1168 perl Safe: Intended restriction bypass via object references
- CVE-2010-1447 Safe 2.26 and earlier: Intended restriction bypass via Perl
object references in code executed outside safe compartment
- Related: rhbz#548249
-
Wed May 04 2011 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.8.8-29.el5
- 548249 Perl threads leak memory when detached
- 523827 CGI.pm popup_menu if optgroup, $selected is not properly escaped
- Resolves: rhbz#548249, rhbz#523827
-
Fri Sep 03 2010 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.8.8-28.el5
- 537777 'Attempt to free unreferenced scalar' when running a perl
program with threads
- Resolves: rhbz#537777
-
Thu Jul 02 2009 Stepan Kasal <skasal@redhat.com> - 4:5.8.8-27.el5
- update perl-5.8.8-Syslog.patch (which fixes #454602) to fix its testsuite
-
Tue Jun 30 2009 Stepan Kasal <skasal@redhat.com> - 4:5.8.8-26.el5
- slight change in the Time::HiRes rebase: version 1.9715 -> 1.9717
- Related: rhbz#453327
-
Wed Jun 24 2009 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.8.8-25.el5
- 458851 remove update of module - the cleanup function was already in
the previous version
- 507378 update Scalar-List-Utils to latest CPAN version, 1.21, to prevent
bug #375621
- Resolves: rhbz#507378, rhbz#507378
- patch lib/Net/t/hostname.t, so that it does not fail in mock
-
Tue Mar 17 2009 Stepan Kasal <skasal@redhat.com> - 4:5.8.8-24.el5
- Fix -Darchname on the Configure line.
- Do not pack compatibility directories: remove all the mkdirs from %install.
- Replace perl-5.8.8-incpush.patch by perl-5.8.8-oldarch.patch.
- Adapt the perl-5.8.8-R-switch.patch; keep it though it probably is not
useful anymore.
- Resolves: rhbz#489909
-
Fri Mar 13 2009 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.8.8-23.el5
- libnet.cfg was installed on x86_64 into wron directory because all libnet
files are stored in /usr/lib/ on both architectures.
- Resolves: rhbz#490107
-
Fri Mar 13 2009 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.8.8-22.el5
- File::Temp updated to 0.18
- Resolves: rhbz#458851
-
Thu Mar 05 2009 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.8.8-21.el5
- Time::HiRes version is incompatible with glibc2.5. This is fixed
with rebase to v1.9715.
- Resolves: rhbz#453327
-
Wed Nov 12 2008 Stepan Kasal <skasal@redhat.com> - 4:5.8.8-20.el5
- suidperl binaries shall be owned by the root, reinsert the %defattr
declaration mistakenly removed at the time of bug 191416
-
Tue Oct 21 2008 Stepan Kasal <skasal@redhat.com> - 4:5.8.8-19.el5
- fix the # of tests in backport of upstream change 32018
- fix perl-5.8.8-perlvar-pod.patch again, update expected test results
- fix a typo causing "make test" to be skipped
- Related: rhbz#379791 #431041
-
Sat Sep 20 2008 Marcela Maslanova <mmaslano@redhat.com> - 4:5.8.8-18.el5
- bug in rpm make stripped debuginfo, bump release, rebuild
- Resolves: rhbz#379791
-
Sat Sep 20 2008 Marcela Maslanova <mmaslano@redhat.com> - 4:5.8.8-17.el5
- some patches were forgotten, clean and actual patches move on the end
of list
- Resolves: rhbz#375621
-
Sat Sep 20 2008 Stepan Kasal <skasal@redhat.com> - 4:5.8.8-16.el5
- fix perl-5.8.8-perlvar-pod.patch, Pod:Man needs patching, too
- Resolves: #431041
-
Fri Aug 29 2008 Marcela Maslanova <mmaslano@redhat.com> - 4:5.8.8-15.el5
- add upstream fix for bless/overload problem (changes 31996,32018,32019,
32025) and perl-5.8.8-bug24254.patch. Without this patch had bless
poor performance.
- Resolves: rhbz#379791
-
Tue Jul 22 2008 Stepan Kasal <skasal@redhat.com> - 4:5.8.8-14.el5
- add two patches, which...
- Resolves: #435505, #431041
- remove %define threading, the non-threading variant is not supported,
Related: 435376
-
Thu Jul 17 2008 Marcela Maslanova <mmaslano@redhat.com> - 4:5.8.8-13.el5
- comments are before patches patch22-28
- turn off tests for s390x. They were succesfully run in scratch, but
there's some issue with network, which breaks the brew build.
- Resolves: #375621, #429491, #438114, #379791, #454602, #217833, #449324
-
Wed Oct 24 2007 Robin Norwood <rnorwood@redhat.com> - 4:5.8.8-12.el5
- Resolves: bug#323821
- fix previous patch
-
Thu Oct 11 2007 Robin Norwood <rnorwood@redhat.com> - 4:5.8.8-11.el5
- Resolves: bug#323821
- fix regular expression UTF parsing errors
-
Sun Oct 01 2006 Robin Norwood <rnorwood@redhat.com> - 4:5.8.8-10
- bugzilla: 208731 - remove directory support for old perl versions
-
Sat Sep 16 2006 Robin Norwood <rnorwood@redhat.com> - 4:5.8.8-9
- fix bug 204679: add Unicode 5.0.0 support
-
Sat Jul 22 2006 Jason Vas Dias <jvdias@redhat.com> - 4:5.8.8-8
- fix bug 199736: make perlcc handle floating point values
-
Thu Jul 20 2006 Jason Vas Dias <jvdias@redhat.com> - 4:5.8.8-8
- fix bug 199372: add .so cflags for sparc64
-
Sat Jul 15 2006 Jason Vas Dias <jvdias@redhat.com> - 4:5.8.8-8
- Fix upstream perl bug #34297:
'utf8 overload stringify bug (utf8 caching maybe)'
upstream patch #28006 applied
-
Thu Jul 13 2006 Jesse Keating <jkeating@redhat.com> - 4:5.8.8-6.1
- rebuild
-
Fri Jun 02 2006 Jason Vas Dias <jvdias@redhat.com> - 4:5.8.8-6
- Fix upstream perl bug #38454:
'rindex corrects for $[ on bytes rather than UTF-8'
apply upstream patch #27116
- Fix upstream perl bug 24816:
'Magic vars seem unsure if they are purely numeric'
( perl -wle 'print $? = $? ^ "3"' -> 'Argument "^C" isn't numeric' )
apply upstream patch #27391
- Avoid writing over the input string in the case 'F' in moreswitches.
apply upstream patch #27426
- Fix upstream perl bug 34925 - 'overload and rebless' -
apply upstream patches #27509, #27512
- Fix upstream perl bug 3038 - '$qr = qr/^a$/m; $x =~ $qr; fails'
apply upstream patch #27604
- apply upstream patch #27605 - 'Fix off-by-one in $0 set magic.'
- Fix upstream perl bug 23141 - '($_) = () fails to set $_ to undef'
apply upstream patch #27914
- Fix upstream perl bug #38619 -
'Bug in lc and uc (interaction between UTF-8, substr, and lc/uc)'
apply upstream patch #27329
- Give users the '-R' option to disable the Red Hat
module compatibility default search path extension (incpush.patch).
-
Fri May 12 2006 Jason Vas Dias <jvdias@redhat.com> - 4:5.8.8-6
- Fix bug 191416: make h2ph generate correct code for cpp statements
like: '#if defined A || defined B'
- Fix 172396.patch for non-threaded builds
-
Thu Apr 13 2006 Jason Vas Dias <jvdias@redhat.com> - 4:5.8.8-6
- Fix bug 188841: make CGI.pm's url(-relative) handle rewrites
-
Thu Mar 02 2006 Jason Vas Dias <jvdias@redhat.com> - 4:5.8.8-4
- Fix bug 183553 / upstream bug 38657: fix -d:Foo=bar processing
- rebuild with new gcc-4.1.0-1, released today
-
Tue Feb 28 2006 Jason Vas Dias <jvdias@redhat.com>
- Apply upstream patch #28284
-
Tue Feb 14 2006 Jason Vas Dias <jvdias@redhat.com> - 4:5.8.8-3
- Apply upstream bugfix patch 27170
-
Sat Feb 11 2006 Jesse Keating <jkeating@redhat.com> - 4:5.8.8-2.1
- bump again for double-long bug on ppc(64)
-
Sat Feb 11 2006 Jason Vas Dias <jvdias@redhat.com> - 4:5.8.8-2
- Rebuild again
- Debian released 5.8.8 patches today; apply only relevant difference:
03_fix_net_nntp : fix precedence in Net::NNTP::article
from Brendan O'Dea<bod@debian.org>
-
Tue Feb 07 2006 Jason Vas Dias <jvdias@redhat.com> - 4:5.8.8-1.2
- Rebuild with new gcc, glibc, and glibc-kernheaders
-
Sat Feb 04 2006 Jason Vas Dias <jvdias@redhat.com> - 4:5.8.8-1.1
- Rebuild with new gcc and glibc
-
Thu Feb 02 2006 Jason Vas Dias <jvdias@redhat.com> - 4:5.8.8-1
- Upgrade to new upstream release 5.8.8, officially released today
-
Wed Feb 01 2006 Jason Vas Dias <jvdias@redhat.com> - 3:5.8.8-0.1_RC1
- fix bug 178343: h2ph must include cpp "predefined macros" in _h2ph_pre.ph
- Add perl(:MODULE_COMPAT_5.8.8) to Provides
- Fix perlbug patch
-
Sat Jan 21 2006 Jason Vas Dias <jvdias@redhat.com> - 3:5.8.8-0_RC1
- Upgrade to new upstream release candidate 5.8.8-RC1
-
Thu Dec 15 2005 Jason Vas Dias <jvdias@redhat.com> - 3:5.8.7-8.1
- Updated upstream patches for CVE-2005-3962: 26322 , 26331, 26333
-
Fri Dec 09 2005 Jason Vas Dias <jvdias@redhat.com> - 3:5.8.7-8
- Apply upstream patches 26283 and 26284 : complete, revised fixes
for CVE-2005-3962 and CVE-2005-3912 and
"Sys::Syslog security vulnerabilities" issues.
- Fix bug 136009 / MakeMaker LD_RUN_PATH issue:
restore previous default Red Hat behavior of removing the MakeMaker
generated LD_RUN_PATH setting from the link command .
Document this removal, as it contravenes upstream default behavior, and
provide a USE_MM_LD_RUN_PATH MakeMaker member to enable use of the
MakeMaker generated LD_RUN_PATH .
-
Fri Dec 02 2005 Jason Vas Dias <jvdias@redhat.com> - 3:5.8.7-0.8
- fix bug 174684 / CVE-2005-3962: sprintf integer overflow vulnerability
backport upstream patch #26240
-
Thu Nov 10 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
-
Wed Nov 09 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.
- fix CAN-2004-0976: insecure use of temp files (ala Debian)
-
Tue Nov 08 2005 Jason Vas Dias <jvdias@redhat.com> - 3:5.8.7-0.7
- fix bug 172587: apply upstream patches 26009, 26011
-
Fri Nov 04 2005 Jason Vas Dias <jvdias@redhat.com> - 3:5.8.7-0.7
- fix bug 172396 / upstream bug 26136: insert tzset() call before localtime_r() calls
-
Thu Nov 03 2005 Jason Vas Dias <jvdias@redhat.com> - 3:5.8.7-0.7
- fix bug 172336 / upstream bug 37056: reentr ERANGE realloc recursion
-
Wed Nov 02 2005 Jason Vas Dias <jvdias@redhat.com> - 3:5.8.7-0.7
- fix bug 172236 : missing C standard headers -
use gcc4's '-print-search-path' option in h2ph
-
Wed Oct 26 2005 Jason Vas Dias <jvdias@redhat.com> - 3:5.8.7-0.6
- fix bug 171111 : define ioctl length macro IOCPARM_LEN(x)
macro to be _IOC_SIZE(x), not 256 - upstream bug #37535 raised.
- provide 'perl_debugging' .spec file option to enable -DDEBUGGING
and disable stripping / debuginfo generation - default: 0
-
Mon Oct 10 2005 Warren Togami <wtogami@redhat.com> - 3:5.8.7-0.4
- rebuild for db4 (#170235)
-
Tue Sep 06 2005 Warren Togami <wtogami@redhat.com> - 3:5.8.7-0.3
- convert docs to UTF-8 (#140871)
-
Sun Sep 04 2005 Warren Togami <wtogami@redhat.com> - 3:5.8.7-0.2
- scriptdir to /usr/bin (#167205)
-
Mon Aug 29 2005 Warren Togami <wtogami@redhat.com> - 3:5.8.7-0.1
- patch12 from Marius Feraru (#165907)
TODO: patch11, patch26 and patch27 clash and need verification
- Build without -DDEBUGGING (#156113)
-
Mon Aug 15 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 3:5.8.7-0
- 5.8.7
- Dropped the CGI.pm update patches (patch25 and patch29).
-
Sat Aug 13 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 3:5.8.6-17
- Don't remove the core modules:
Filter::Util::Call, Filter::Simple, and Time::HiRes.
- Obsoletes perl-{Filter,Filter-Simple,Time-HiRes}.
-
Wed Aug 10 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 3:5.8.6-16
- Reformatted the specfile.
- Added the Source0 URL.
- Dropped the MANIFEST.all file for the perl package.
- Dropped the MANIFEST.suidperl file for the suidperl subpackage.
-
Thu May 19 2005 Warren Togami <wtogami@redhat.com> - 3:5.8.6-15
- remove unused /tmp/MANIFEST.all (#151801)
-
Wed May 18 2005 Warren Togami <wtogami@redhat.com> - 3:5.8.6-14
- CGI.pm 3.10 fixes mod_perl problems (#158036)
-
Mon May 16 2005 Warren Togami <wtogami@redhat.com> - 3:5.8.6-13
- Better patch for FindBin.pm (#127023#c37)
-
Sun May 15 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 3:5.8.6-12
- New findbin-selinux patch: it now passes the FindBin.t tests
(patch28 replaces patch23). #118877 #127023
- Remove 5.8.2 ABI compat (#154295 comments 6 and 7).
-
Fri Apr 29 2005 Ville Skyttä <ville.skytta at iki.fi> - 3:5.8.6-10
- Apply fixes for CAN-2004-0452, CAN-2005-0155 and CAN-2005-0156 (#156128).
-
Wed Apr 27 2005 Warren Togami <wtogami@redhat.com. - 3:5.8.6-8
- -Dinstallusrbinperl=n (#141182 Aaron Sherman)
- remove 5.8.0 and 5.8.1 ABI compat (#154295)
-
Mon Apr 25 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 3:5.8.6-7
- Updating CGI.pm from version 3.05 to 3.08 (mod_perl 2.0.0 RC5). (#155839)
-
Thu Apr 21 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 3:5.8.6-6
- FCGI is not provided by perl (#148847).
- Drop the '.1' suffix from the perl-suidperl subpackage.
-
Fri Mar 18 2005 Jason Vas Dias <jvdias@redhat.com> - 3:5.8.6-5
- bug 151127: fix to use libresolv instead of libbind (perl-5.8.6-libresolv.patch).
-
Wed Mar 09 2005 Chip Turner <cturner@redhat.com> - 3:5.8.6-4
- add patch to put site_perl and vendor_perl before core perl dirs, to
allow for overriding modules
-
Sun Jan 30 2005 Warren Togami <wtogami@redhat.com> - 3:5.8.6-3
- bugzilla: 127025, fix strip warnings
-
Wed Jan 19 2005 Chip Turner <cturner@redhat.com> - 3:5.8.6-2
- bugzilla: 145448, fix invalid utf8 in changelog
-
Wed Jan 19 2005 Chip Turner <cturner@redhat.com> - 3:5.8.6-1
- bugzilla: 145447, add 5.8.5 to perlmodcompat list
-
Tue Jan 18 2005 Chip Turner <cturner@redhat.com> - 3:5.8.6-1
- update to 5.8.6
-
Thu Dec 02 2004 Chip Turner <cturner@redhat.com> 3:5.8.5-13
- rebuild
-
Thu Dec 02 2004 Chip Turner <cturner@redhat.com> 3:5.8.5-11
- bugzilla: 140563, nptl doesn't act like linuxthreads; threads have no PIDs
-
Fri Nov 12 2004 Jeff Johnson <jbj@jbj.org> 3:5.8.5-10
- rebuild against db-4.3.21.
-
Wed Oct 13 2004 Jose Pedro Oliveira <jpo@di.uminho.pt>
- Corrected the license information (missing GPL).
- Added the URL tag.
- Removed empty .bs files.
- Eliminated several strip generated messages (bug 127025).
- Corrected problems mentioned in bug 120772
(updated Ville Skytta)
-
Wed Oct 13 2004 Chip Turner <cturner@redhat.com>
- bugzilla: 135303, add more missing 5.8.4 paths
-
Tue Oct 12 2004 Tim Waugh <twaugh@redhat.com>
- Build requires groff (bug #135101).
-
Wed Oct 06 2004 Chip Turner <cturner@redhat.com> 3:5.8.5-7
- update perlbug patch to strip build date as well
-
Tue Aug 24 2004 Chip Turner <cturner@redhat.com> 3:5.8.5-2
- fix conflicting file when building on x86_64 and i386
-
Sun Jul 25 2004 Chip Turner <cturner@redhat.com> 3:5.8.5-1
- Add Provides: Carp::Heavy to fix new dep error (bz 128507)
-
Fri Jul 23 2004 Chip Turner <cturner@redhat.com> 3:5.8.5-1
- update to 5.8.5
-
Tue Jun 29 2004 Chip Turner <cturner@redhat.com> 3:5.8.4-1
- update to 5.8.4, remove patch 8
-
Wed Jun 16 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
-
Fri Apr 16 2004 Chip Turner <cturner@redhat.com> 3:5.8.3-18
- add patch to fix empty RPATH issue on perl module compile
-
Sun Apr 04 2004 Colin Walters <walters@redhat.com> 3:5.8.3-17
- Apply patch to fix FindBin module when access to cwd is disallowed,
should solve the MRTG/SELinux cron spam issue
-
Wed Mar 24 2004 Chip Turner <cturner@redhat.com> 3:5.8.3-14
- make sure multilib boxes also own the entries in @INC that are in /usr/lib, not just %_libdir
-
Wed Mar 10 2004 Chip Turner <cturner@redhat.com> 3:5.8.3
- fix i386-specifics in %install to arch generic
-
Wed Mar 03 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
-
Thu Feb 26 2004 Chip Turner <cturner@redhat.com> 3:5.8.3-10
- add perl(:MODULE_COMPAT_*) provides; make sure all of @INC is owned by perl package
-
Fri Feb 20 2004 Chip Turner <cturner@redhat.com> 3:5.8.3-8
- rebuild
-
Fri Feb 20 2004 Chip Turner <cturner@redhat.com> 3:5.8.3-7.9.rhl9
- rebuild
patch for perl 5.8.4).
-
Fri Feb 20 2004 Chip Turner <cturner@redhat.com> 3:5.8.3-7.10.fc1
- rebuild
-
Mon Feb 16 2004 Chip Turner <cturner@redhat.com> 3:5.8.3-6
- fix very broken @INC calculations with slightly less broken @INC
calculations (not perfectly handled but the result is correct)
- fix broken -Dsitearch declaration
-
Sat Feb 14 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
-
Thu Jan 29 2004 Chip Turner <cturner@redhat.com> 3:5.8.3-5
- update incpush patch to better handle multilib
-
Sat Jan 24 2004 Chip Turner <cturner@redhat.com> 3:5.8.3-2
- add a dependency filter on perl(Tie::RangeHash)
-
Fri Jan 23 2004 Chip Turner <cturner@redhat.com> 3:5.8.3-7
- upgrade to 5.8.3
-
Tue Dec 16 2003 Chip Turner <cturner@redhat.com> 3:5.8.2-7
- fix @INC so that all dirs go into it, not just those that exist at buildtime in the build system
-
Sun Dec 14 2003 Jeff Johnson <jbj@jbj.org> 3:5.8.2-4
- rebuild against db-4.2.52.
-
Mon Dec 08 2003 Ville Skyttä <ville.skytta at iki.fi> - 3:5.8.2-3
- Own site and vendor auto directories (#73970).
-
Thu Dec 04 2003 Chip Turner <cturner@redhat.com> 3:5.8.2-2
- upgrade to 5.8.2
-
Sat Nov 01 2003 Chip Turner <cturner@redhat.com> 3:5.8.1-92
- remove Vendor and Distribution macros from specfile (#108567)
-
Thu Oct 16 2003 Chip Turner <cturner@redhat.com> 3:5.8.1-92
- add srand on fork patch from upstream, as well as test case
-
Tue Oct 14 2003 Jeff Johnson <jbj@jbj.org> 3:5.8.1-91.1
- rebuild against db-4.2.42.
-
Fri Sep 26 2003 Chip Turner <cturner@redhat.com> 3:5.8.1-91
- perl 5.8.1 final
-
Tue Sep 23 2003 Chip Turner <cturner@redhat.com> 3:5.8.1-90.rc5.3
- ensure inc_version_list is always set properly
-
Tue Sep 23 2003 Chip Turner <cturner@redhat.com>
- update to RC5
-
Thu Aug 21 2003 Chip Turner <cturner@redhat.com> 3:5.8.1-90.rc4.2
- rebuild
-
Thu Aug 07 2003 Chip Turner <cturner@redhat.com>
- bugzilla 101767, make sure threads.so links directly to -lpthread
-
Sat Aug 02 2003 Chip Turner <cturner@redhat.com> 3:5.8.1-90.rc2.1
- RC4
- remove perl-5.8.0-fhs.patch since it is integrated now
- remove perl-5.8.0-Safe2.09.patch, unnecessary now
-
Sat Jul 12 2003 Chip Turner <cturner@redhat.com> 3:5.8.1-90.rc2.1
- rc2 snapshot
-
Fri Jul 11 2003 Chip Turner <cturner@redhat.com> 3:5.8.0-90.rc1
- upgrade to 5.8.1 RC1
-
Tue Jul 08 2003 Chip Turner <cturner@redhat.com> 3:5.8.0-89.pre%{PRELEVEL}.0
- integrate another pre-5.8.1 release
-
Thu Jun 05 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
-
Tue May 20 2003 Chip Turner <cturner@redhat.com> 3:5.8.0-89.pre%{PRELEVEL}.0
- bump epoch since we went from perl 5.8.1-pre to 5.8.0-pre (ie,
changed what version perl thought of itself as)
-
Tue May 06 2003 Chip Turner <cturner@redhat.com> 2:5.8.1-0.pre%{PRELEVEL}.3
- rebuild
-
Fri May 02 2003 Chip Turner <cturner@redhat.com>
- bump for rebuilg
-
Mon Apr 28 2003 Chip Turner <cturner@redhat.com> 2:5.8.1-0.pre%{PRELEVEL}.1
- fix the fix for RPM_BUILD_ROOT substitution
-
Wed Apr 23 2003 Chip Turner <cturner@redhat.com> 2:5.8.1-0.pre%{PRELEVEL}.3
- fix Config.pm; lost when h2ph changes made
-
Fri Apr 18 2003 Chip Turner <cturner@redhat.com> 2:5.8.1-0.pre%{PRELEVEL}
- move to latest snapshot, 19261
-
Wed Feb 19 2003 Chip Turner <cturner@redhat.com>
- fix MANIFEST.DB_File handling for #83410; problem was unsubstituted
/usr/lib that crept in with multilib
-
Wed Feb 19 2003 Bill Nottingham <notting@redhat.com> 5.8.0-87
- clean up backup files from patches (#82838)
-
Thu Feb 06 2003 Elliot Lee <sopwith@redhat.com> 5.8.0-86
- Fix up multilib handling to use multilib_64_archs macro, add ppc64.
- Patch100 probably makes sense on all archs, and ifarch'd patches are Bad(tm).
-
Tue Jan 28 2003 Chip Turner <cturner@redhat.com>
- version the Obsoleted on perl-NDBM_File so users can install newer
- change the Obsoletes on NDBM_File to a Conflicts
ones than what shipped with 7.3, yet still keep anaconda happy
-
Thu Jan 23 2003 Tim Powers <timp@redhat.com>
- rebuilt
-
Fri Jan 10 2003 Chip Turner <cturner@redhat.com>
- rebuild
-
Sun Jan 05 2003 Jeff Johnson <jbj@redhat.com> 5.8.0-82
- use internal dep generator.
-
Fri Jan 03 2003 Chip Turner <cturner@redhat.com>
- fix issue with -Dpager in Pod::Perldoc.pm to properly respect setting once more
-
Wed Jan 01 2003 Chip Turner <cturner@redhat.com>
- add rpath fix to prevent building perl from using installed system perl
- massive re-integration of upstream patches to come to common basis (head of perl-maint branch)
-
Tue Dec 17 2002 Chip Turner <cturner@redhat.com>
- rebuild
-
Mon Dec 16 2002 Chip Turner <cturner@redhat.com>
- add numerous upstream patches to fix utf8/perlio issues
- upgrade Storable, Safe, and Encoding to latest CPAN versions
-
Fri Nov 08 2002 Chip Turner <cturner@redhat.com>
- multilib support when building noarch perl modules
- integrate upstream bugfix patches
-
Wed Sep 11 2002 Chip Turner <cturner@redhat.com>
- integrate patch for /usr/lib64 instead of /usr/lib from Than Ngo
-
Tue Sep 10 2002 Chip Turner <cturner@redhat.com>
- integrate s390/s390x patch from Florian La Roche
-
Mon Sep 02 2002 Chip Turner <cturner@redhat.com>
- fix pager issues; default to /usr/bin/less -isr
- more work on pager bug (72125)
-
Fri Aug 30 2002 Chip Turner <cturner@redhat.com>
- add a few new directories to h2ph to produce better .ph files
-
Fri Aug 16 2002 Chip Turner <cturner@redhat.com>
- change from lynx to links in CPAN.pm
-
Wed Aug 07 2002 Chip Turner <cturner@redhat.com>
- automated release bump and build
- remove Filter packages and use CPAN ones
-
Sat Jul 20 2002 Chip Turner <cturner@redhat.com>
- move to final perl 5.8.0, huzzah!
-
Wed Jul 17 2002 Chip Turner <cturner@redhat.com>
- update CPAN, CGI, and DB_File versions; obsolete perl-libnet
- libnet.cfg supplied, default to passive ftp in all cases
-
Wed Jun 19 2002 Chip Turner <cturner@redhat.com>
- add patch to ensire libperl.so is linked properly
-
Tue May 21 2002 Nalin Dahyabhai <nalin@redhat.com>
- always build with -fPIC
-
Fri May 10 2002 Jeff Johnson <jbj@redhat.com>
- rebuild in rawhide
-
Mon Apr 01 2002 Chip Turner <cturner@redhat.com>
- split suidperl back out (bug #62215)
-
Wed Mar 27 2002 Chip Turner <cturner@redhat.com>
- restructuring of some directories, alteration of @INC
-
Fri Dec 21 2001 Chip Turner <cturner@redhat.com>
- remove ndbm completely
-
Mon Dec 17 2001 Chip Turner <cturner@redhat.com>
- make rpmlint happy, split out NDBM_File, clean up other spots
- stopped doing grep -v etc in favor of custom script
-
Thu Dec 13 2001 Chip Turner <cturner@redhat.com>
- cleaning up of ia64 issues, as well as compatibility with gcc 3.1
and glibc 2.2.4
-
Tue Sep 25 2001 Chip Turner <cturner@redhat.com>
- changing building of extra modules out of the core perl rpm
-
Tue Sep 18 2001 Chip Turner <cturner@redhat.com>
- upgrade to 5.6.1, added old INC dirs to maintain compat
-
Sat Mar 24 2001 Preston Brown <pbrown@redhat.com>
- bzip2 source, save some space.
-
Fri Dec 08 2000 Crutcher Dunnavant <crutcher@redhat.com>
- initial rebuild for 7.1
-
Wed Sep 13 2000 Bill Nottingham <notting@redhat.com>
- fix dependencies on ia64/sparc64
-
Tue Aug 08 2000 Nalin Dahyabhai <nalin@redhat.com>
- replace the deprecated MD5 with Digest::MD5 (has to be here for cleanfeed)
- obsolete: perl-Digest-MD5
- use syslog instead of mail to report possible attempts to break into suidperl
- force syslog on at build-time
-
Tue Aug 01 2000 Nalin Dahyabhai <nalin@redhat.com>
- add Owen's fix for #14779/#14863
- specify cc=gcc; continue to let cpp sort itself out
- switch shadow support on (#8646)
- release 7
-
Wed Jul 19 2000 Nalin Dahyabhai <nalin@redhat.com>
- strip buildroot from perl pods (#14040)
- release 6
-
Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild (release 5)
-
Thu Jun 22 2000 Preston Brown <pbrown@redhat.com>
- don't require tcsh to install, only to build
- release 4
-
Tue Jun 20 2000 Nalin Dahyabhai <nalin@redhat.com>
- rebuild against new db3 package
- release 3
-
Sun Jun 18 2000 Nalin Dahyabhai <nalin@redhat.com>
- disable 64-bit file support
- change name of package that Perl expects gcc to be in from "egcs" to "gcc"
- move man pages to /usr/share via hints/linux.sh and MM_Unix.pm
- fix problems prefixifying with empty prefixes
- disable long doubles on sparc (they're the same as doubles anyway)
- add an Epoch to make sure we can upgrade from perl-5.00503
- release 2
-
Fri Mar 24 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 2.6.0
-
Thu Feb 03 2000 Cristian Gafton <gafton@redhat.com>
- fix description
-
Sat Jan 15 2000 Jeff Johnson <jbj@redhat.com>
- add provides for perl modules (from kestes@staff.mail.com).
-
Tue Oct 05 1999 Cristian Gafton <gafton@redhat.com>
- fix the %install so that the MD5 module gets actually installed correctly
-
Tue Aug 31 1999 Cristian Gafton <gafton@redhat.com>
- make sure the package builds even when we don't have perl installed on the
system
-
Sat Aug 07 1999 Cristian Gafton <gafton@redhat.com>
- merged with perl-MD5
- get rid of the annoying $RPM_BUILD_ROOT paths in the installed tree
-
Tue Jul 27 1999 Cristian Gafton <gafton@redhat.com>
- do not link anymore against the system db library (and make each module
link against it separately, so that we can have Berkeley db1 and db2 mixed
up)
-
Thu Jun 17 1999 Cristian Gafton <gafton@redhat.com>
- use wildcards for files in /usr/bin and /usr/man
-
Wed Apr 07 1999 Cristian Gafton <gafton@redhat.com>
- version 5.00503
- make the default man3 install dir be release independent
- try to link against db1 to preserve compatibility with older databases;
abandoned idea because perl is too broken to allow such an easy change
(hardcoded names *everywhere* !!!)
-
Mon Mar 22 1999 Cristian Gafton <gafton@redhat.com>
- auto rebuild in the new build environment (release 3)
-
Fri Jan 08 1999 Cristian Gafton <gafton@redhat.com>
- guilty of the inlined Makefile in the spec file
- adapted for the arm build
-
Thu Sep 10 1998 Preston Brown <pbrown@redhat.com>
- added newer CGI.pm to the build
- changed the version naming scheme around to work with RPM
-
Mon Jul 20 1998 Jeff Johnson <jbj@redhat.com>
- attempt to generate *.ph files reproducibly
-
Tue Jun 16 1998 Jeff Johnson <jbj@redhat.com>
- update to 5.004_04-m4 (pre-5.005 maintenance release)
-
Sat Jun 13 1998 Christopher McCrory <chrismcc@netus.com
- need stdarg.h from gcc shadow to fix "use Sys::Syslog" (problem #635)
-
Sat May 09 1998 Cristian Gafton <gafton@redhat.com>
- added a patch to correct the .ph constructs unless defined (foo) to read
unless(defined(foo))
-
Fri May 08 1998 Prospector System <bugs@redhat.com>
- translations modified for de, fr, tr
-
Wed Mar 11 1998 Cristian Gafton <gafton@redhat.com>
- fixed strftime problem
-
Mon Mar 09 1998 Cristian Gafton <gafton@redhat.com>
- added a patch to fix a security race
- do not use setres[ug]id - those are not implemented on 2.0.3x kernels
-
Tue Mar 03 1998 Cristian Gafton <gafton@redhat.com>
- upgraded to 5.004_04 - 5.004_01 had some nasty memory leaks.
- fixed the spec file to be version-independent
-
Sat Dec 06 1997 Erik Troan <ewt@redhat.com>
- Config.pm wasn't right do to the builtrooting
-
Tue Oct 21 1997 Erik Troan <ewt@redhat.com>
- fixed arch-specfic part of spec file
-
Mon Oct 20 1997 Erik Troan <ewt@redhat.com>
- updated to perl 5.004_01
- users a build root
-
Fri Jun 13 1997 Erik Troan <ewt@redhat.com>
- built against glibc
-
Wed Apr 23 1997 Erik Troan <ewt@redhat.com>
- Incorporated security patch from Chip Salzenberg <salzench@nielsenmedia.com>
-
Sat Feb 08 1997 Erik Troan <ewt@redhat.com>
- Use -Darchname=i386-linux
- Require csh (for glob)
- Use RPM_ARCH during configuration and installation for arch independence