pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/lz4 lz4: updated to 1.9.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/98e44f5a06bf
branches:  trunk
changeset: 442131:98e44f5a06bf
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Nov 19 10:36:57 2020 +0000

description:
lz4: updated to 1.9.3

LZ4 v1.9.3 is a maintenance release, offering more than 200+ commits to fix multiple corner cases and build scenarios. Update is recommended. Existing liblz4 API is not modified, so it should be a 
drop-in replacement.

Changes list

Here is a more detailed list of updates introduced in v1.9.3 :

perf: highly improved speed in kernel space, by @terrelln
perf: faster speed with Visual Studio, thanks to @wolfpld and @remittor
perf: improved dictionary compression speed, by @felixhandte
perf: fixed LZ4_compress_HC_destSize() ratio, detected by @hsiangkao
perf: reduced stack usage in high compression mode, by @Yanpas
api : LZ4_decompress_safe_partial() supports unknown compressed size, requested by @jfkthame
api : improved LZ4F_compressBound() with automatic flushing, by Christopher Harvie
api : can (de)compress to/from NULL without UBs
api : fix alignment test on 32-bit systems (state initialization)
api : fix LZ4_saveDictHC() in corner case scenario, detected by @IgorKorkin
cli : compress multiple files using the legacy format, by Filipe Calasans
cli : benchmark mode supports dictionary, by @rkoradi
cli : fix --fast with large argument, detected by @picoHz
build: link to user-defined memory functions with LZ4_USER_MEMORY_FUNCTIONS
build: contrib/cmake_unofficial/ moved to build/cmake/
build: visual/* moved to build/
build: updated meson script, by @neheb
build: tinycc support, by Anton Kochkov
install: Haiku support, by Jerome Duval
doc : updated LZ4 frame format, clarify EndMark

diffstat:

 archivers/lz4/Makefile |   4 ++--
 archivers/lz4/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r 43379c63d82c -r 98e44f5a06bf archivers/lz4/Makefile
--- a/archivers/lz4/Makefile    Thu Nov 19 10:27:51 2020 +0000
+++ b/archivers/lz4/Makefile    Thu Nov 19 10:36:57 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2020/05/27 19:37:36 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2020/11/19 10:36:57 adam Exp $
 
-DISTNAME=      lz4-1.9.2
+DISTNAME=      lz4-1.9.3
 CATEGORIES=    archivers
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=lz4/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 43379c63d82c -r 98e44f5a06bf archivers/lz4/distinfo
--- a/archivers/lz4/distinfo    Thu Nov 19 10:27:51 2020 +0000
+++ b/archivers/lz4/distinfo    Thu Nov 19 10:36:57 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.18 2019/08/26 07:09:47 adam Exp $
+$NetBSD: distinfo,v 1.19 2020/11/19 10:36:57 adam Exp $
 
-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 (lz4-1.9.3.tar.gz) = 5a19554ef404a609123b756ddcbbb677df838f05
+RMD160 (lz4-1.9.3.tar.gz) = b933c4794c0b9634e453dba5875bf1b1b0b79e70
+SHA512 (lz4-1.9.3.tar.gz) = c246b0bda881ee9399fa1be490fa39f43b291bb1d9db72dba8a85db1a50aad416a97e9b300eee3d2a4203c2bd88bda2762e81bc229c3aa409ad217eb306a454c
+Size (lz4-1.9.3.tar.gz) = 320958 bytes
 SHA1 (patch-Makefile.inc) = 55d576430ed1a160709a56e104edc14cad88e5a9
 SHA1 (patch-lib_Makefile) = 8eda2146522bd2d5e418916fd99fb201810cb36d
 SHA1 (patch-programs_Makefile) = 671728182325f03164eb898d9d846fd2aa4353f7



Home | Main Index | Thread Index | Old Index