Change logs for perl source package in Karmic

  • perl (5.10.0-24ubuntu4) karmic; urgency=low
    
      * On sparc, build with -O1 instead of -O2. See #438876.
    
     -- Matthias Klose <email address hidden>   Tue, 29 Sep 2009 19:51:02 +0200
  • perl (5.10.0-24ubuntu3) karmic; urgency=low
    
      * Rebuild to pick up changed optimisations on armel.
    
     -- Matthias Klose <email address hidden>   Sun, 20 Sep 2009 23:38:02 +0000
  • perl (5.10.0-24ubuntu2) karmic; urgency=low
    
      * debian/control: Change libdb4.6-dev build dependency to libdb-dev, to
        build against 4.7 and drop 4.6 from the CDs. (Debian #536443)
    
     -- Martin Pitt <email address hidden>   Tue, 21 Jul 2009 09:23:52 +0200
  • perl (5.10.0-24ubuntu1) karmic; urgency=low
    
      * Merge from debian unstable, remaining changes: LP: #398701
        - add Breaks against doc-base (<< 0.8.16) to fix upgrade issues from
          hardy.
    
    perl (5.10.0-24) unstable; urgency=low
    
      * Change the perl-debug package section and priority to debug/extra.
      * POD fix for Module::Build::Cookbook.
      * Fix a memory leak with the map operator. (Closes: #528332)
      * Add gcc predefined macros to $Config{cppsymbols} on GNU/kFreeBSD.
        (Closes: #533098)
      * Fix CPAN and CPANPLUS configuration to consistently use the
        site directories with both Build.PL and Makefile.PL. (Closes: #533707)
      * Save local versions of CPANPLUS::Config::System into /etc/perl.
        (See #533707)
    
     -- Bhavani Shankar <email address hidden>   Mon, 13 Jul 2009 14:43:57 +0530
  • perl (5.10.0-23ubuntu1) karmic; urgency=low
    
      * Merge from Debian unstable, remaining changes:
        - add Breaks against doc-base (<< 0.8.16) to fix upgrade issues from
          hardy.
    
    perl (5.10.0-23) unstable; urgency=high
    
      * Don't try to check nonexistent .ph files: the kFreeBSD port
        doesn't have <asm/termios.h>. (Closes: #526974)
      * [SECURITY] CVE-2009-1391: Fix a buffer overflow in Compress::Raw::Zlib.
        (Closes: #532736)
    
     -- Muharem Hrnjadovic <email address hidden>   Tue, 16 Jun 2009 10:53:34 +0200
  • perl (5.10.0-22ubuntu1) karmic; urgency=low
    
      * Merge from Debian unstable, remaining changes:
        - add Breaks against doc-base (<< 0.8.16) to fix upgrade issues from
          hardy.
      * Dropped changes:
        - Ignore test results on hppa (thread tests fail).
    
    perl (5.10.0-22) unstable; urgency=low
    
      * Make Archive::Extract work with recent versions of GNU tar.
        (Closes: #526822)
    
    perl (5.10.0-21) unstable; urgency=low
    
      * Make the perl package recommend make because /usr/bin/cpan uses it.
        (Closes: #293908)
      * Add a .NOTPARALLEL debian/rules target to explicitly disable parallel
        builds. (Closes: #523940)
      * Squelch 'Constant subroutine ... undefined' warnings from .ph files.
        (Closes: #379757)
      * Elaborate PERL_SYS_* documentation a bit.
      * Fix a segmentation fault with array ties. (Closes: #525180)
      * Improve Archive::Tar error reporting on short corrupted archives.
        (Closes: #521613)
      * Fix use of -section in Pod::Usage and =over, =back. (Closes: #519785)
      * Archive::Tar now validates archives created by SunOS and HP-UX tar.
        (Closes: #516472)
      * XS_VERSION_BOOTCHECK may break if $VERSION is a long floating point number,
        so recommend using a string instead. (Closes: #482139)
    
    perl (5.10.0-20) experimental; urgency=low
    
      * Manage debian/patches with TopGit as documented in README.source.
        + tweak patch descriptions to consistently have a one-line subject
      * Fixes cherry-picked from upstream:
        + Elaborate a confusing cross-reference in 'perldoc -f sort'.
          (Closes: #405470)
        + Fix a crash on binary-or lvalue operation on qr//. (Closes: #483150)
        + Fix h2xs enum handling with C++ comments. (Closes: #320286)
        + Fix Data::Dumper::new() argument checking. (Closes: #512036)
        + setpgrp() no longer corrupts the stack. (Closes: #512796)
        + Document PERL_SYS_* macros. (Closes: #522099)
        + Fix pod2man to escape backslashes in .IX entries. (Closes: #521256)
        + Fix h2xs enum handling. (Closes: #502297)
        + Add a SEE ALSO section to perldoc.pod. (Closes: #444932)
      * Activate delayed-branch optimizations on hppa and mips again.
      * Disable ext/threads/shared/t/waithires.t on m68k due to missing TLS.
        (Closes: #517938)
      * Make perlivp skip include directories in /usr/local. (Closes: #510895)
      * Wrap overlong dependency lines in debian/control.
      * Add conflicts/replaces/provides for
        + libcpanplus-perl (Closes: #516289)
        + libsys-syslog-perl (Closes: #498885)
        + libcompress-zlib-perl
        + libcompress-raw-zlib-perl
        + libio-compress-zlib-perl
        + libio-compress-base-perl
        + libpod-escapes-perl
      * Version the build-conflict with libterm-readline-gnu-perl.
        (Closes: #498807)
      * Remove the Etch->Lenny upgrade specific conflicts introduced in 5.10.0-14.
      * Remove the obsolete replacement of libclass-multimethods-perl.
      * Remove the obsolete conflict with libapache-mod-perl.
      * Include copyright and license information for
        + the Unicode database (Closes: #493421)
        + the embedded zlib source in Compress::Raw::Zlib
        + the Cwd module
        + the C parts of File::Glob
      * Test .ph files during the build phase. Thanks to Kees Cook for the patch.
        (Closes: #511848)
        + fix h2ph to find <syslimits.h> again. (Closes: #522673)
      * Various lintian fixes and overrides, most importantly:
        + Use ${binary:Version} for arch:any->any dependencies.
        + Disable zlib bundling in Compress::Raw::Zlib.
          * needs a build-dependency on zlib1g-dev | libz-dev.
      * Include sysexits.ph. (Closes: #505289)
      * Upgrade to Standards-Version 3.8.1.
      * Upload to experimental to test the new h2ph checks.
    
     -- Steve Langasek <email address hidden>   Thu, 28 May 2009 10:07:10 +0000
  • perl (5.10.0-19ubuntu1) jaunty; urgency=low
    
      * Merge with Debian; remaining changes:
        - Ignore test results on hppa (thread tests fail).
    
    perl (5.10.0-19) unstable; urgency=low
    
      * Downgrade the perl-doc recommendation to a suggestion.
        (Closes: #496770, #442805)
      * Make File::Temp warn on cleaning up the current working directory at
        exit instead of bailing out. (Closes: #479317)
      * Fix $? when dumping core. (Closes: #509041)
      * Fix a memory leak with Scalar::Util::weaken(). (Closes: #506324)
      * [SECURITY] "second half of CVE-2007-4829": Archive::Tar no longer
        follows symlinks when unpacking. Upstream fix backported by Ubuntu.
        (Closes: #509802)
    
     -- Matthias Klose <email address hidden>   Mon, 05 Jan 2009 20:33:12 +0100