pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/archivers/lz4



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Aug 26 07:09:47 UTC 2019

Modified Files:
        pkgsrc/archivers/lz4: Makefile distinfo

Log Message:
lz4: updated to 1.9.2

LZ4 v1.9.2
fix : out-of-bound read in exceptional circumstances when using decompress_partial()
fix : slim opportunity for out-of-bound write with compress_fast() with a large enough input and when providing an output smaller than recommended (< LZ4_compressBound(inputSize))
fix : rare data corruption bug with LZ4_compress_destSize()
fix : data corruption bug when Streaming with an Attached Dict in HC Mode
perf: enable LZ4_FAST_DEC_LOOP on aarch64/GCC by default
perf: improved lz4frame streaming API speed
perf: speed up lz4hc on slow patterns when using external dictionary
api: better in-place decompression and compression support
cli : --list supports multi-frames files
cli: --version outputs to stdout
cli : add option --best as an alias of -12
misc: Integration into oss-fuzz


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/archivers/lz4/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/archivers/lz4/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/archivers/lz4/Makefile
diff -u pkgsrc/archivers/lz4/Makefile:1.16 pkgsrc/archivers/lz4/Makefile:1.17
--- pkgsrc/archivers/lz4/Makefile:1.16  Tue Apr 30 09:17:38 2019
+++ pkgsrc/archivers/lz4/Makefile       Mon Aug 26 07:09:47 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2019/04/30 09:17:38 adam Exp $
+# $NetBSD: Makefile,v 1.17 2019/08/26 07:09:47 adam Exp $
 
-DISTNAME=      lz4-1.9.1
+DISTNAME=      lz4-1.9.2
 CATEGORIES=    archivers
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=lz4/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/archivers/lz4/distinfo
diff -u pkgsrc/archivers/lz4/distinfo:1.17 pkgsrc/archivers/lz4/distinfo:1.18
--- pkgsrc/archivers/lz4/distinfo:1.17  Tue Apr 30 09:17:38 2019
+++ pkgsrc/archivers/lz4/distinfo       Mon Aug 26 07:09:47 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.17 2019/04/30 09:17:38 adam Exp $
+$NetBSD: distinfo,v 1.18 2019/08/26 07:09:47 adam Exp $
 
-SHA1 (lz4-1.9.1.tar.gz) = 70cf7b4ac726b6afd54c2e151aa4a7815279966a
-RMD160 (lz4-1.9.1.tar.gz) = 9e10812cf2862ef2db70678f054128f30e20051d
-SHA512 (lz4-1.9.1.tar.gz) = 536cdeb6dd73b4769cf9501ad312b004ab01699758534b47ca2eddbc815fd374a3caba40cde36f73a7a70e134065836b733e2b0c023c31740b877ef9317ccf3e
-Size (lz4-1.9.1.tar.gz) = 285336 bytes
+SHA1 (lz4-1.9.2.tar.gz) = 4dc36f29d7b4e5b45b114be2674068200714abb3
+RMD160 (lz4-1.9.2.tar.gz) = 2938f42a12c8c16124e2d63bd70fca7024809d40
+SHA512 (lz4-1.9.2.tar.gz) = ae714c61ec8e33ed91359b63f2896cfa102d66b730dce112b74696ec5850e59d88bd5527173e01e354a70fbe8f036557a47c767ee0766bc5f9c257978116c3c1
+Size (lz4-1.9.2.tar.gz) = 305796 bytes
 SHA1 (patch-Makefile.inc) = 55d576430ed1a160709a56e104edc14cad88e5a9
 SHA1 (patch-lib_Makefile) = 8eda2146522bd2d5e418916fd99fb201810cb36d
 SHA1 (patch-programs_Makefile) = 671728182325f03164eb898d9d846fd2aa4353f7



Home | Main Index | Thread Index | Old Index