pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/zstd



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Apr  7 10:02:14 UTC 2023

Modified Files:
        pkgsrc/archivers/zstd: Makefile distinfo
        pkgsrc/archivers/zstd/patches: patch-tests_Makefile

Log Message:
zstd: update to 1.5.5.

v1.5.5 (Apr 2023)
fix: fix rare corruption bug affecting the high compression mode, reported by @danlark1 (#3517, @terrelln)
perf: improve mid-level compression speed (#3529, #3533, #3543, @yoniko and #3552, @terrelln)
lib: deprecated bufferless block-level API (#3534) by @terrelln
cli: mmap large dictionaries to save memory, by @daniellerozenblit
cli: improve speed of --patch-from mode (~+50%) (#3545) by @daniellerozenblit
cli: improve i/o speed (~+10%) when processing lots of small files (#3479) by @felixhandte
cli: zstd no longer crashes when requested to write into write-protected directory (#3541) by @felixhandte
cli: fix decompression into block device using -o, reported by @georgmu (#3583)
build: fix zstd CLI compiled with lzma support but not zlib support (#3494) by @Hello71
build: fix cmake does no longer require 3.18 as minimum version (#3510) by @kou
build: fix MSVC+ClangCL linking issue (#3569) by @tru
build: fix zstd-dll, version of zstd CLI that links to the dynamic library (#3496) by @yoniko
build: fix MSVC warnings (#3495) by @embg
doc: updated zstd specification to clarify corner cases, by @Cyan4973
doc: document how to create fat binaries for macos (#3568) by @rickmark
misc: improve seekable format ingestion speed (~+100%) for very small chunk sizes (#3544) by @Cyan4973
misc: tests/fullbench can benchmark multiple files (#3516) by @dloidolt


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/archivers/zstd/Makefile
cvs rdiff -u -r1.34 -r1.35 pkgsrc/archivers/zstd/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/archivers/zstd/patches/patch-tests_Makefile

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

Modified files:

Index: pkgsrc/archivers/zstd/Makefile
diff -u pkgsrc/archivers/zstd/Makefile:1.46 pkgsrc/archivers/zstd/Makefile:1.47
--- pkgsrc/archivers/zstd/Makefile:1.46 Fri Feb 10 21:32:14 2023
+++ pkgsrc/archivers/zstd/Makefile      Fri Apr  7 10:02:14 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2023/02/10 21:32:14 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2023/04/07 10:02:14 wiz Exp $
 
-DISTNAME=      zstd-1.5.4
+DISTNAME=      zstd-1.5.5
 CATEGORIES=    archivers
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=facebook/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/archivers/zstd/distinfo
diff -u pkgsrc/archivers/zstd/distinfo:1.34 pkgsrc/archivers/zstd/distinfo:1.35
--- pkgsrc/archivers/zstd/distinfo:1.34 Fri Feb 10 21:32:14 2023
+++ pkgsrc/archivers/zstd/distinfo      Fri Apr  7 10:02:14 2023
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.34 2023/02/10 21:32:14 wiz Exp $
+$NetBSD: distinfo,v 1.35 2023/04/07 10:02:14 wiz Exp $
 
-BLAKE2s (zstd-1.5.4.tar.gz) = 9535118a5388e4df8735861cad6e7c719bba38033c436c4d38b3fe6d459e4cfd
-SHA512 (zstd-1.5.4.tar.gz) = b6f64850ceb6cfed831fff3c43508d2a72338862a96dd9430b1d3ebbfcee40201c8b6dcf8b6b603e252bb96f3f283c9cb07da7f24414187f5f1fea3b51e01863
-Size (zstd-1.5.4.tar.gz) = 2178759 bytes
+BLAKE2s (zstd-1.5.5.tar.gz) = 55b05a841f3a1a68ec826ee7b9f372ae54ab077e29795ae77e324ef7a4d9b729
+SHA512 (zstd-1.5.5.tar.gz) = 356994e0d8188ce97590bf86b602eb50cbcb2f951594afb9c2d6e03cc68f966862505afc4a50e76efd55e4cfb11dbc9b15c7837b7827a961a1311ef72cd23505
+Size (zstd-1.5.5.tar.gz) = 2386533 bytes
 SHA1 (patch-Makefile) = 35159f44eb1d212395a53a27de60d3d1a5d3d014
 SHA1 (patch-lib_Makefile) = b04f9d1dcc7b336872566785e7b0db69929eb262
-SHA1 (patch-tests_Makefile) = 0da7f18e07ca4ffa7dcce46709224b0f61caaea7
+SHA1 (patch-tests_Makefile) = b4aa7bd0bf1b3e7df231a32dadc6cce4ab78ac9e
 SHA1 (patch-tests_playTests.sh) = 349f8e400f46b5914add4aee955a040045f62779
 SHA1 (patch-zlibWrapper_examples_minigzip.c) = 4ed0cb648bdd6efa61b3f66ba6eb1ea74b7767ec

Index: pkgsrc/archivers/zstd/patches/patch-tests_Makefile
diff -u pkgsrc/archivers/zstd/patches/patch-tests_Makefile:1.2 pkgsrc/archivers/zstd/patches/patch-tests_Makefile:1.3
--- pkgsrc/archivers/zstd/patches/patch-tests_Makefile:1.2      Fri Feb 10 21:32:14 2023
+++ pkgsrc/archivers/zstd/patches/patch-tests_Makefile  Fri Apr  7 10:02:14 2023
@@ -1,12 +1,12 @@
-$NetBSD: patch-tests_Makefile,v 1.2 2023/02/10 21:32:14 wiz Exp $
+$NetBSD: patch-tests_Makefile,v 1.3 2023/04/07 10:02:14 wiz Exp $
 
 Fix running tests with shared zstd library.
 
---- tests/Makefile.orig        2023-02-10 00:41:50.000000000 +0000
+--- tests/Makefile.orig        2023-04-04 20:13:52.000000000 +0000
 +++ tests/Makefile
-@@ -336,7 +336,7 @@ test-zstd-nolegacy: zstd-nolegacy
+@@ -340,7 +340,7 @@ test-zstd-nolegacy: zstd-nolegacy
  
- test-zstd test-zstd32 test-zstd-nolegacy: datagen
+ test-zstd test-zstd32 test-zstd-nolegacy test-zstd-dll: datagen
        file $(ZSTD)
 -      EXE_PREFIX="$(QEMU_SYS)" ZSTD_BIN="$(ZSTD)" DATAGEN_BIN=./datagen ./playTests.sh $(ZSTDRTTEST)
 +      LD_LIBRARY_PATH=../lib EXE_PREFIX="$(QEMU_SYS)" ZSTD_BIN="$(ZSTD)" DATAGEN_BIN=./datagen ./playTests.sh $(ZSTDRTTEST)



Home | Main Index | Thread Index | Old Index