Changelog for
perl-base-5.18.2-7.1.x86_64.rpm :
Mon Apr 7 14:00:00 2014 mlsAATTsuse.de
- move English.pm into perl-base [bnc#869736]
Tue Mar 25 13:00:00 2014 rguentherAATTsuse.com
- perl-5.18.2-overflow.diff: avoid undefined overflow in S_sv_2iuv_common
Sat Jan 18 13:00:00 2014 schwabAATTsuse.de
- perl-threads.t-timeout.diff: increase timeout in t/op/threads.t
Wed Jan 8 13:00:00 2014 mlsAATTsuse.de
- update to perl-5.18.2
* updates for the B::Concise, English, File::Glob modules
* a lexical subs regression has been fixed
* a regression when using SUPER with AUTOLOAD has been fixed
* a buffer overflow with very long identifiers has been fixed
* some other minor bug fixes
- perl-reg89.diff is no longer needed
Wed Sep 4 14:00:00 2013 mlsAATTsuse.de
- add libperl_requires macro
Tue Sep 3 14:00:00 2013 mlsAATTsuse.de
- update to perl-5.18.1
* B has been upgraded from 1.42 to 1.42_01
* Digest::SHA has been upgraded from 5.84 to 5.84_01
* Module::CoreList has been upgraded from 2.89 to 2.96
* A number of memory leaks in regexp have been plugged
* The debugger\'s man command been fixed
* AATT_ is now correctly visible in the debugger
* Lexical constants no longer crash when inlined
* Deep recursion warnings no longer crash lexical subroutines
- backport backref fix from upstream
- fix INC containing directories multiple times
Thu Aug 8 14:00:00 2013 dvaleevAATTsuse.com
- skip itimer test from Timer-HiRes for powerpc. Build hosts
are overloaded, building locally shows tests are passed
(skip_time_hires.patch)
Sat Jun 15 14:00:00 2013 jengelhAATTinai.de
- Add perl-db6.diff to bring the DB_File module up to version 1.828
where it supports building with libdb-6.0.
Tue Jun 11 14:00:00 2013 cooloAATTsuse.com
- moving the provides of perl-macros to perl-doc so we can check
for duplicated man pages in the gen_filelist macro
Tue Jun 11 14:00:00 2013 cooloAATTsuse.com
- obsolete perl-PathTools and other modules in core
Thu Jun 6 14:00:00 2013 mlsAATTsuse.de
- update to 5.18.0
* new handling of experimental features
* new hash functions to improve security
* better hash randomization
* upgrade to Unicode 6.2
* support for computed labels
* vertical tabs are now whitespace
* smartmatch is experimental again
* lots of bug fixes
- change perl_requires macro to use MODULE_COMPAT form
Mon May 20 14:00:00 2013 schwabAATTsuse.de
- Disable testsuite only on qemu user space build
Fri Nov 16 13:00:00 2012 cooloAATTsuse.com
- update to 5.16.2
*
has been upgraded from version 2.70 to version 2.76
Perl 5.16.2 represents approximately 2 months of development since Perl
5.16.1 and contains approximately 740 lines of changes across 20 files
from 9 authors.
Wed Nov 14 13:00:00 2012 opensuseAATTdstoecker.de
- fix version for Module::Build obsoletes, so installing newer version is possible
Tue Sep 4 14:00:00 2012 cooloAATTsuse.com
- update to 5.16.1
* an off-by-two error in Scalar-List-Util has been fixed
* many perl modules updated
Tue Jun 12 14:00:00 2012 cooloAATTsuse.com
- update perl-base file list
Wed May 30 14:00:00 2012 cooloAATTsuse.com
- provide a higher version for Module::Build to calm down rpm
Wed May 23 14:00:00 2012 mlsAATTsuse.de
- update to 5.16.0
* new __SUB__ token to reference current sub
* more consistent eval
* ties can now be weakended
* supports (almost) unicode 6.1
* proper supports for unicode in symbol names
* new foldcase function fc()
* continue no longer requires the switch feature
* removed LinuxThreads hack for $$ and getppid
* performance optimizations
Mon Apr 2 14:00:00 2012 cooloAATTsuse.com
- correct license statement
Fri Jan 13 13:00:00 2012 mlsAATTsuse.de
- bring back NDBM_File [bnc#732929]
Tue Oct 25 14:00:00 2011 mlsAATTsuse.de
- update to 5.14.2
* calling bsd_glob with GLOB_ALTDIRFUNC no longer segfaults
* a heap overflow in decode_xs was fixed
* a memory leak in caller() was fixed
* modules were updated to their latest version
* several other bug fixes, see perldelta
Fri Jun 17 14:00:00 2011 mlsAATTsuse.de
- update to 5.14.1
- B::Deparse has been upgraded
- Pod::Perldoc has been upgraded
- given, when and default are now listed in perlfunc
- multiple other doc fixes and clarifications
- several bug fixes
Thu May 26 14:00:00 2011 mlsAATTsuse.de
- backport CBuilder fix that keeps it from overwriting ccflags
from the perl config if CCFLAGS is set in the environment
Tue May 17 14:00:00 2011 mlsAATTsuse.de
- Test::Simple is actually 0.98
Mon May 16 14:00:00 2011 mlsAATTsuse.de
- update to 5.14.0
* unicode version 6.0 is now supported (mostly)
* any unsigned value can be encoded as a character
* some regexp enhancements, e.g. s///r option
* array and hash container functions accept references
* package block syntax
* overridable tie functions
* assignment to $0 works again
* improved IPv6 support in the Socket module
- fix regexp crash in reg_numbered_buff_fetch [bnc#676086]
[CVE-2010-4777]
- move unicode files from perl-doc to perl again [bnc#678877]
- remove feedbackAATTsuse.de mail address, it no longer exists
[bnc#657625]
- support unversioned site_perl include directory
Wed Feb 23 13:00:00 2011 mlsAATTsuse.de
- versionify perl-Test-Simple provides/obsoletes
Mon Feb 14 13:00:00 2011 mlsAATTsuse.de
- update to perl-5.12.3 final
- remove obsolete perl-cgi-injection.diff
- remove obsolete perl-constprint.diff
Fri Jan 28 13:00:00 2011 lnusselAATTsuse.de
- Suggest instead of Recommend perl-doc. It\'s not useful on a
end-user system and saves 20MB on a minimal installation.
Fri Jan 14 13:00:00 2011 mlsAATTsuse.de
- update to perl-5.12.3-RC1
* bug fix only release
* lvalue sub return values are now COW
- fix CGI injection bugs, CVE-2010-2761, CVE-2010-4410,
CVE-2010-4411 [bnc#657343]
Tue Nov 30 13:00:00 2010 cooloAATTnovell.com
- added a new macro %perl_requires
Mon Nov 29 13:00:00 2010 cooloAATTnovell.com
- simplify macro logic a bit
Mon Nov 22 13:00:00 2010 chrisAATTcomputersalat.de
- rework process_packlist macro
o remove .packlist, perllocal.pod file
hence no /var/adm/perl-modules/perl-{cpan_name}
Wed Nov 17 13:00:00 2010 meissnerAATTsuse.de
- increase the t/HiRes.t skew (for ppc).
Mon Sep 27 14:00:00 2010 cooloAATTnovell.com
- update to perl-5.12.2
This release contains minor bug fixes and updates of several
core modules, as well as minor documentation updates.
Wed Jul 28 14:00:00 2010 mlsAATTsuse.de
- fix constant print issue [bnc#621856]
- fix h2ph so that _h2ph_pre.ph doesn\'t lead to warnings
- do not add vendorlib/auto to filelist [bnc#624628]
Mon Jun 28 14:00:00 2010 jengelhAATTmedozas.de
- use %_smp_mflags
Fri Jun 18 14:00:00 2010 mlsAATTsuse.de
- update to perl-5.12.1
* updated CGI.pm to 3.49
* updated Pod::Simple to 3.13
* updated Safe to 2.27
* fixed a couple of bugs and regressions (see perldelta)
Mon May 24 14:00:00 2010 bgAATTnovell.com
- fix for hppa [deb#543731]
Fri May 21 14:00:00 2010 mlsAATTsuse.de
- also run h2ph on /usr/include/linux [bnc#603840]
Tue Apr 13 14:00:00 2010 mlsAATTsuse.de
- update to perl-5.12.0 final
- move Compress::Zlib.pm back into perlpriv directory,
moved autosplit file into it as well
Fri Apr 9 14:00:00 2010 mlsAATTsuse.de
- update to perl-5.12.0-RC4
* documentation updates
* don\'t initialize end in pp_reverse when begin is NULL
* fix eval + feature.pm + syntax error segfault
- move Compress::Zlib.pm into perlarch directory
Sun Apr 4 14:00:00 2010 ajAATTsuse.de
- Provide perl-base = pversion-release as well since this is
required by some packages.
Wed Mar 31 14:00:00 2010 mlsAATTsuse.de
- update to perl-5.12.0-RC1
* mostly documentation updates
* some regression fixes
Wed Mar 24 13:00:00 2010 mlsAATTsuse.de
- update to perl-5.12.0-RC0
* new ... operator
* unicode improvements
* \"each\" now also works on arrays
* support for \"delete local\"
* suidperl was dropped
Fri Feb 12 13:00:00 2010 chrisAATTcomputersalat.de
- fix for macros.perl
o only add mandir if exist :)
Thu Jan 28 13:00:00 2010 rguentherAATTsuse.de
- add libbz2-devel to BuildRequires
Sun Dec 13 13:00:00 2009 jengelhAATTmedozas.de
- enable parallel building
- package documentation as noarch
Sun Oct 25 13:00:00 2009 cooloAATTnovell.com
- update to perl-5.10.1 again
Tue Sep 8 14:00:00 2009 mlsAATTsuse.de
- backport upstream fixes for POSIX module to avoid clashes
with Fcntl [bnc#446098], [bnc#515948]
- backport upstream fix for ISA assertion failure [bnc#528423]
- move unicode files from perl-doc to perl, otherwise some
perl modules will not work
Sat Sep 5 14:00:00 2009 cooloAATTnovell.com
- revert to 5.10.0, too many problems (10 failures and 162
cyclic dependencies for d:l:p)
Thu Sep 3 14:00:00 2009 mlsAATTsuse.de
- update to perl-5.10.1 to get rid of some patches
(the update mostly consists of changes in the
experimental features)
Tue Jul 7 14:00:00 2009 cooloAATTnovell.com
- disable as-needed as it breaks at least make test
Tue Jul 7 14:00:00 2009 cooloAATTnovell.com
- fix macros file
Mon Jun 29 14:00:00 2009 chrisAATTcomputersalat.de
- spec mods
o added lost Provides/Obsoletes perl-macros
o cleanup tags
Fri Jun 26 14:00:00 2009 chrisAATTcomputersalat.de
- fix for perl_gen_filelist
o add test for
- f \"${RPM_BUILD_ROOT}/var/adm/perl-modules/{name}\"
Fri Jun 26 14:00:00 2009 mlsAATTsuse.de
- add macros.perl, README.macros files contributed by
Christian
- move perl specific macros from rpm macro file to macros.perl
Wed Jun 10 14:00:00 2009 mlsAATTsuse.de
- fixed off-by-one in zlib inflate code [bnc#511241]
- fixed errorcount initialization [bnc#498425]
- fixed utf8 handling in Net::Cmd [bnc#493978]
- fixed performace degradation in syslog [bnc#489114]