Fedora 9 Update: perl-5.10.0-68.fc9

updates at fedoraproject.org updates at fedoraproject.org
Wed Apr 22 00:55:01 UTC 2009


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2009-2997
2009-03-25 15:23:07
--------------------------------------------------------------------------------

Name        : perl
Product     : Fedora 9
Version     : 5.10.0
Release     : 68.fc9
URL         : http://www.perl.org/
Summary     : Practical Extraction and Report Language
Description :
Perl is a high-level programming language with roots in C, sed, awk
and shell scripting.  Perl is good at handling processes and files,
and is especially good at handling text.  Perl's hallmarks are
practicality and efficiency.  While it is used to do a lot of
different things, Perl's most common applications are system
administration utilities and web programming.  A large proportion of
the CGI scripts on the web are written in Perl.  You need the perl
package installed on your system so that your system can handle Perl
scripts.

Install this package if you want to program in Perl or enable your
system to handle Perl scripts.

--------------------------------------------------------------------------------
Update Information:

An updated build of perl, that fixes the order of @INC, closes a memory leak in
regex, updates several core modules, fixes CGI::escape(), and contains other bug
fixes.
--------------------------------------------------------------------------------
ChangeLog:

* Fri Apr 10 2009 Marcela Mašláňová <mmaslano at redhat.com> - 4:5.10.0-68
- do not use quotes in patchlevel.h; it breaks installation from cpan (#495183)
* Tue Apr  7 2009 Stepan Kasal <skasal at redhat.com> - 4:5.10.0-67
- update CGI to 3.43, dropping upstreamed perl-CGI-escape.patch
* Tue Apr  7 2009 Stepan Kasal <skasal at redhat.com> - 4:5.10.0-66
- fix CGI::escape for all strings (#472571)
- perl-CGI-t-util-58.patch: Do not distort lib/CGI/t/util-58.t
  http://rt.perl.org/rt3/Ticket/Display.html?id=64502
* Fri Mar 27 2009 Stepan Kasal <skasal at redhat.com> - 4:5.10.0-65
- Move the gargantuan Changes* collection to -devel (#492605)
* Tue Mar 24 2009 Stepan Kasal <skasal at redhat.com> - 4:5.10.0-64
- update module autodie
* Mon Mar 23 2009 Stepan Kasal <skasal at redhat.com> - 4:5.10.0-63
- update Digest::SHA (fixes 489221)
* Wed Mar 11 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 4:5.10.0-62
- drop 26_fix_pod2man_upgrade (don't need it)
- fix typo in %define ExtUtils_CBuilder_version
* Wed Mar 11 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 4:5.10.0-61
- apply Change 34507: Fix memory leak in single-char character class optimization
- Reorder @INC, based on b9ba2fadb18b54e35e5de54f945111a56cbcb249
- fix Archive::Extract to fix test failure caused by tar >= 1.21
- Merge useful Debian patches
* Tue Mar 10 2009 Stepan Kasal <skasal at redhat.com> - 4:5.10.0-60
- remove compatibility obsolete sitelib directories
- use a better BuildRoot
- drop a redundant mkdir in %install
- call patchlevel.h only once; rm patchlevel.bak
- update modules Sys::Syslog, Module::Load::Conditional, Module::CoreList,
  Test::Harness, Test::Simple, CGI.pm (dropping the upstreamed patch),
  File::Path (that includes our perl-5.10.0-CVE-2008-2827.patch),
  constant, Pod::Simple, Archive::Tar, Archive::Extract, File::Fetch,
  File::Temp, IPC::Cmd, Time::HiRes, Module::Build, ExtUtils::CBuilder
- standardize the patches for updating embedded modules
- work around a bug in Module::Build tests bu setting TMPDIR to a directory
  inside the source tree
* Sun Mar  8 2009 Robert Scheck <robert at fedoraproject.org> - 4:5.10.0-59
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Mon Feb 16 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 4:5.10.0-58
- add /usr/lib/perl5/site_perl to otherlibs (bz 484053)
* Mon Feb 16 2009 Dennis Gilmore <dennis at ausil.us> - 4:5.10.0-57
- build sparc64 without _smp_mflags
* Sat Feb  7 2009 Dennis Gilmore <dennis at ausil.us> - 4:5.10.0-56
- limit sparc builds to -j12
* Tue Feb  3 2009 Marcela Mašláňová <mmaslano at redhat.com> - 4:5.10.0-55
- update IPC::Cmd to v 0.42
* Mon Jan 19 2009 Marcela Mašláňová <mmaslano at redhat.com> - 4:5.10.0-54
- 455410 http://rt.perl.org/rt3/Public/Bug/Display.html?id=54934
  Attempt to free unreferenced scalar fiddling with the symbol table
  Keep the refcount of the globs generated by PerlIO::via balanced.
* Mon Dec 22 2008 Marcela Mašláňová <mmaslano at redhat.com> - 4:5.10.0-53
- add missing XHTML.pm into Pod::Simple
* Fri Dec 12 2008 Marcela Mašláňová <mmaslano at redhat.com> - 4:5.10.0-52
- 295021 CVE-2007-4829 perl-Archive-Tar directory traversal flaws
- add another source for binary files, which test untaring links
* Fri Nov 28 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 4:5.10.0-51
- to fix Fedora bz 473223, which is really perl bug #54186 (http://rt.perl.org/rt3//Public/Bug/Display.html?id=54186)
  we apply Changes 33640, 33881, 33896, 33897
* Mon Nov 24 2008 Marcela Mašláňová <mmaslano at redhat.com> - 4:5.10.0-50
- change summary according to RFC fix summary discussion at fedora-devel :)
* Thu Oct 23 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 4:5.10.0-49
- update File::Temp to 0.20
* Sun Oct 12 2008 Lubomir Rintel <lkundrak at v3.sk> - 4:5.10.0-48
- Include fix for rt#52740 to fix a crash when using Devel::Symdump and
  Compress::Zlib together
* Tue Oct  7 2008 Marcela Mašláňová <mmaslano at redhat.com> 4:5.10.0-47.fc10
- rt#33242, rhbz#459918. Segfault after reblessing objects in Storable.
- rhbz#465728 upgrade Simple::Pod to 3.07
* Wed Oct  1 2008 Stepan Kasal <skasal at redhat.com> - 4:5.10.0-46
- also preserve the timestamp of AUTHORS; move the fix to the recode
  function, which is where the stamps go wrong
* Wed Oct  1 2008 Tom "spot" Callaway <tcallawa at redhat.com> 4:5.10.0-45
- give Changes*.gz the same datetime to avoid multilib conflict
* Wed Sep 17 2008 Marcela Maslanova <mmaslano at redhat.com> 4:5.10.0-44.fc10
- remove Tar.pm from Archive-Extract
- fix version of Test::Simple in spec
- update Test::Simple
- update Archive::Tar to 1.38
* Tue Sep 16 2008 Marcela Maslanova <mmaslano at redhat.com> 4:5.10.0-43.fc10
- 462444 update Test::Simple to 0.80
* Thu Aug 14 2008 Stepan Kasal <skasal at redhat.com> - 4:5.10.0-42.fc10
- move libnet to the right directory, along Net/Config.pm
* Wed Aug 13 2008 Stepan Kasal <skasal at redhat.com> - 4:5.10.0-41.fc10
- do not create directory .../%{version}/auto
* Tue Aug  5 2008 Marcela Maslanova <mmaslano at redhat.com> 4:5.10.0-40.fc10
- 457867 remove required IPC::Run from CPANPLUS - needed only by win32
- 457771 add path
* Fri Aug  1 2008 Stepan Kasal <skasal at redhat.com> 4:5.10.0-39.fc10
- CGI.pm bug in exists() on tied param hash (#457085)
- move the enc2xs templates (../Encode/*.e2x) to -devel, (#456534)
* Mon Jul 21 2008 Marcela Maslanova <mmaslano at redhat.com> 4:5.10.0-38
- 455933 update to CGI-3.38
- fix fuzz problems (patch6)
- 217833 pos() function handle unicode characters correct
* Thu Jul 10 2008 Tom "spot" Callaway <tcallawa at redhat.com> 4:5.10.0-36
- rebuild for new db4 4.7
* Wed Jul  9 2008 Stepan Kasal <skasal at redhat.com> 4:5.10.0-35
- remove db4 require, it is handled automatically
* Thu Jul  3 2008 Stepan Kasal <skasal at redhat.com> 4:5.10.0-34
- 453646 use -DPERL_USE_SAFE_PUTENV. Without fail some modules f.e. readline.
* Tue Jul  1 2008 Marcela Maslanova <mmaslano at redhat.com> 4:5.10.0-33
- 451078 update Test::Harness to 3.12 for more testing. Removed verbose 
test, new Test::Harness has possibly verbose output, but updated package
has a lot of features f.e. TAP::Harness. Carefully watched all new bugs 
related to tests!
* Fri Jun 27 2008 Stepan Kasal <skasal at redhat.com> 4:5.10.0-32
- bump the release number, so that it is not smaller than in F-9
* Tue Jun 24 2008 Marcela Maslanova <mmaslano at redhat.com> 4:5.10.0-28
- CVE-2008-2827 perl: insecure use of chmod in rmtree
* Wed Jun 11 2008 Marcela Maslanova <mmaslano at redhat.com> 4:5.10.0-27
- 447371 wrong access permission rt49003
* Tue Jun 10 2008 Stepan Kasal <skasal at redhat.com> 4:5.10.0-26
- make config parameter list consistent for 32bit and 64bit platforms,
  add config option -Dinc_version_list=none (#448735)
- use perl_archname consistently
- cleanup of usage of *_lib macros in %install
* Fri Jun  6 2008 Marcela Maslanova <mmaslano at redhat.com> 4:5.10.0-25
- 449577 rebuild for FTBFS
* Mon May 26 2008 Marcela Maslanova <mmaslano at redhat.com> 4:5.10.0-24
- 448392 upstream fix for assertion
* Thu May 22 2008 Tom "spot" Callaway <tcallawa at redhat.com> 4:5.10.0-23
- sparc64 breaks with the rpath hack patch applied
* Mon May 19 2008 Marcela Maslanova <mmaslano at redhat.com>
- 447142 upgrade CGI to 3.37 (this actually happened in -21 in rawhide.)
* Sat May 17 2008 Tom "spot" Callaway <tcallawa at redhat.com> 4:5.10.0-21
- sparc64 fails two tests under mysterious circumstances. we need to get the
  rest of the tree moving, so we temporarily disable the tests on that arch.
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #478939 - SHA digest unable to read file with name ending in spaces
        https://bugzilla.redhat.com/show_bug.cgi?id=478939
  [ 2 ] Bug #489204 - Memory leak with regex in 5.10.0
        https://bugzilla.redhat.com/show_bug.cgi?id=489204
  [ 3 ] Bug #483563 - Update perl-IPC-Cmd to 0.42
        https://bugzilla.redhat.com/show_bug.cgi?id=483563
  [ 4 ] Bug #486579 - Suggest splitting perl-CGI into its own package
        https://bugzilla.redhat.com/show_bug.cgi?id=486579
  [ 5 ] Bug #489221 - perl: @INC order incorrect
        https://bugzilla.redhat.com/show_bug.cgi?id=489221
  [ 6 ] Bug #492422 - perl well known syslog select timeout bug
        https://bugzilla.redhat.com/show_bug.cgi?id=492422
  [ 7 ] Bug #472571 - CGI::escape is broken
        https://bugzilla.redhat.com/show_bug.cgi?id=472571
  [ 8 ] Bug #492605 - move the gargantuan collection of change logs from perl to perl-devel
        https://bugzilla.redhat.com/show_bug.cgi?id=492605
  [ 9 ] Bug #495183 - CORE/patchlevel.h has unescaped string line 145
        https://bugzilla.redhat.com/show_bug.cgi?id=495183
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use 
su -c 'yum update perl' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
http://fedoraproject.org/keys
--------------------------------------------------------------------------------




More information about the Fedora-package-announce mailing list