Change logs for perl source package in Raring

  • perl (5.14.2-21) unstable; urgency=low
    
    
      [ Dominic Hargreaves ]
      * Update the Locale::Maketext fix by importing 1.23, to avoid
        double-escaping problems (see: #695224)
    
     -- Niko Tyni <email address hidden>  Wed, 10 Apr 2013 19:11:35 +0300
  • perl (5.14.2-20) unstable; urgency=low
    
    
      * Fix an Encode memory leak that occurred in the UTF-8 encoding.
        (Closes: #702416)
        + upgrade the Broken versions of the separate libencode-perl
          package accordingly.
    
     -- Niko Tyni <email address hidden>  Thu, 07 Mar 2013 19:08:47 +0200
  • perl (5.14.2-18) unstable; urgency=low
    
    
      * Fix a squeeze regression with STDIN and signal handlers.
        (Closes: #700171)
    
     -- Niko Tyni <email address hidden>  Sat, 09 Feb 2013 15:31:33 +0200
  • perl (5.14.2-17) unstable; urgency=low
    
    
      * Fix a double-free bug in Digest::SHA. (Closes: #698174)
        + update the Breaks: entry accordingly.
      * Avoid wraparound when casting unsigned size_t to signed ssize_t.
        (Closes: #698320)
    
     -- Niko Tyni <email address hidden>  Fri, 25 Jan 2013 15:22:58 +0200
  • perl (5.14.2-16) unstable; urgency=medium
    
    
      * [SECURITY] CVE-2012-5526: CGI.pm improper cookie and p3p
        CRLF escaping (Closes: #693420)
      * [SECURITY] Fix misparsing of maketext strings which could allow
        arbitrary code execution from untrusted maketext templates
        (Closes: #695224)
      * [SECURITY] add warning to Storable documentation that Storable
        documents should not be accepted from untrusted sources
        (Closes: #695223)
    
     -- Dominic Hargreaves <email address hidden>  Mon, 10 Dec 2012 12:47:14 +0000
  • perl (5.14.2-15) unstable; urgency=low
    
    
      * Fix CPAN::FirstTime defaults with nonexisting site dirs if a parent
        is writable. (Closes: #688842)
      * Don't overwrite $Config{lddlflags} or ccdlflags on GNU/kFreeBSD.
        (Closes: #689713)
      * Fix tainted smart matching. (Closes: #690571)
      * Cherry-pick fixes from 5.14.3:
        + /i regexps match correctly with latin1 characters again (Closes: #690975)
        + /i regexps match beyond the start of the string with multi-char folds
        again. (Closes: #690976)
        + /[[:lower:]]/i and /[[:upper:]]/i match the opposite cases again
        (Closes: #690979)
        + <$fh> no longer hangs or eats memory on a glob copy (Closes: #629363)
        + enforce Any ~~ Object smartmatch precedence (Closes: #691102)
        + update perlcheat.pod to 5.14. (Closes: #691112)
    
     -- Niko Tyni <email address hidden>  Sun, 04 Nov 2012 12:37:46 +0200
  • perl (5.14.2-14) unstable; urgency=high
    
    
      * [SECURITY] CVE-2012-5195: fix a heap buffer overrun with
        the 'x' string repeat operator. (Closes: #689314)
    
     -- Niko Tyni <email address hidden>  Wed, 10 Oct 2012 21:17:36 +0300
  • perl (5.14.2-13) unstable; urgency=low
    
    
      * Apply patch fixing IPC::Open3 when command is '-' (Closes: #683894)
      * Add Breaks/Replaces/Provides for new dual-lived libsocket-perl
        (Closes: #679154)
    
     -- Dominic Hargreaves <email address hidden>  Thu, 06 Sep 2012 23:24:28 +0100