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:           Thu Nov 19 10:36:57 UTC 2020

Modified Files:
        pkgsrc/archivers/lz4: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/archivers/lz4/Makefile
cvs rdiff -u -r1.18 -r1.19 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.19 pkgsrc/archivers/lz4/Makefile:1.20
--- pkgsrc/archivers/lz4/Makefile:1.19  Wed May 27 19:37:36 2020
+++ pkgsrc/archivers/lz4/Makefile       Thu Nov 19 10:36:57 2020
@@ -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}

Index: pkgsrc/archivers/lz4/distinfo
diff -u pkgsrc/archivers/lz4/distinfo:1.18 pkgsrc/archivers/lz4/distinfo:1.19
--- pkgsrc/archivers/lz4/distinfo:1.18  Mon Aug 26 07:09:47 2019
+++ pkgsrc/archivers/lz4/distinfo       Thu Nov 19 10:36:57 2020
@@ -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