Change logs for gzip source package in Hardy

  • gzip (1.3.12-3.2ubuntu0.1) hardy-security; urgency=low
    
      * SECURITY UPDATE: denial of service or possible code execution via
        missing input sanitation
        - inflate.c: avoid creating undersized hufts table.
        - http://git.savannah.gnu.org/cgit/gzip.git/commit/?id=39a362ae9d9b007473381dba5032f4dfc1744cf2
        - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507263
        - CVE-2009-2624
      * SECURITY UPDATE: denial of service or possible code execution via
        integer underflow
        - unlzw.c: prevent integer underflow.
        - Patch thanks to Jim Meyering
        - CVE-2010-0001
     -- Marc Deslauriers <email address hidden>   Tue, 19 Jan 2010 16:16:48 -0500
  • gzip (1.3.12-3.2) unstable; urgency=low
    
      * Non-maintainer upload.
      * Stop zdiff from dropping cmp's output. Patch thanks to Jorg-Volker Peetz
        (Closes: Bug#434275)
    
    gzip (1.3.12-3.1) unstable; urgency=medium
    
      * Non-maintainer upload.
      * Rename futimens to gz_futimens, since glibc now defines an futimens
        function with a different prototype.  Closes: #433845.
      * Urgency medium for the RC bug fix.
    
    gzip (1.3.12-3) unstable; urgency=low
    
      * fix bindir so gunzip, et al, work again, closes: #429462
    
     -- Michael Vogt <email address hidden>   Thu,  15 Nov 2007 10:31:55 +0000
  • gzip (1.3.12-2ubuntu1) gutsy; urgency=low
    
      * Globally rename futimens to gz_futimens, so it doesn't clash with
        the new glibc-2.6 symbol of the same name, causing build failures.
    
     -- Adam Conrad <email address hidden>   Mon, 30 Jul 2007 18:01:45 +1000