]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/commitdiff
lzo: Update to 2.09
authorAlexander Marx <alexander.marx@ipfire.org>
Mon, 18 Apr 2016 07:07:48 +0000 (09:07 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 22 Apr 2016 20:53:22 +0000 (21:53 +0100)
Changes in 2.09 (04 Feb 2015)
  * Work around gcc bug #64516 that could affect architectures like
    armv4, armv5 and sparc.

Changes in 2.08 (29 Jun 2014)
  * Updated the Autoconf scripts to fix some reported build problems.
  * Added CMake build support.
  * Fixed lzo_init() on big-endian architectures like Sparc.

Changes in 2.07 (25 Jun 2014)
  * Fixed a potential integer overflow condition in the "safe" decompressor
    variants which could result in a possible buffer overrun when
    processing maliciously crafted compressed input data.

    Fortunately this issue only affects 32-bit systems and also can only happen
    if you use uncommonly huge buffer sizes where you have to decompress more
    than 16 MiB (> 2^24 bytes) untrusted compressed bytes within a single
    function call, so the practical implications are limited.

    POTENTIAL SECURITY ISSUE. CVE-2014-4607.

  * Removed support for ancient configurations like 16-bit "huge" pointers -
    LZO now requires a flat 32-bit or 64-bit memory model.
  * Assorted cleanups.

Signed-off-by: Alexander Marx <alexander.marx@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lzo/lzo.nm

index 71696afd7bd8ef97b07eea955319a5f8ce174648..7bd25afacdb45e51d419373f6905190637015407 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = lzo
-version    = 2.06
+version    = 2.09
 release    = 1
 
 groups     = Applications/Compression