summaryrefslogtreecommitdiff
path: root/archivers/zstd
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-01-02 14:27:36 +0000
committeradam <adam@pkgsrc.org>2019-01-02 14:27:36 +0000
commitcf38e4affe74eb705f4f677fab3020e9b46a1959 (patch)
treecc11c1dea8a5dfdfda84b9f7cb8308741b001469 /archivers/zstd
parent3f16c857404c5e2251cfd703d99367cbe644e300 (diff)
downloadpkgsrc-cf38e4affe74eb705f4f677fab3020e9b46a1959.tar.gz
zstd: updated to 1.3.8
Zstandard v1.3.8 perf: better decompression speed on large files (+7%) and cold dictionaries (+15%) perf: slightly better compression ratio at high compression modes api : finalized advanced API, last stage before "stable" status api : new --rsyncable mode api : support decompression of empty frames into NULL (used to be an error) build: new set of build macros to generate a minimal size decoder build: fix compilation on MIPS32 build: fix compilation with multiple -arch flags build: highly upgraded meson build build: improved buck support build: fix cmake script : can create debug build build: Makefile : grep works on both colored consoles and systems without color support build: fixed zstd-pgo target cli : support ZSTD_CLEVEL environment variable cli : --no-progress flag, preserving final summary cli : ensure destination file is not source file cli : clearer error messages, notably when input file not present doc : clarified zstd_compression_format.md misc: fixed zstdgrep, returns 1 on failure misc: NEWS renamed as CHANGELOG, in accordance with fb.oss policy
Diffstat (limited to 'archivers/zstd')
-rw-r--r--archivers/zstd/Makefile4
-rw-r--r--archivers/zstd/distinfo12
-rw-r--r--archivers/zstd/patches/patch-programs_Makefile12
3 files changed, 14 insertions, 14 deletions
diff --git a/archivers/zstd/Makefile b/archivers/zstd/Makefile
index 66bc3f78a8e..fe478b7d7ca 100644
--- a/archivers/zstd/Makefile
+++ b/archivers/zstd/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2018/10/22 15:28:02 adam Exp $
+# $NetBSD: Makefile,v 1.21 2019/01/02 14:27:36 adam Exp $
-DISTNAME= zstd-1.3.7
+DISTNAME= zstd-1.3.8
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_GITHUB:=facebook/}
GITHUB_TAG= v${PKGVERSION_NOREV}
diff --git a/archivers/zstd/distinfo b/archivers/zstd/distinfo
index fe4599d4792..a77062bc269 100644
--- a/archivers/zstd/distinfo
+++ b/archivers/zstd/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.17 2018/10/22 15:28:02 adam Exp $
+$NetBSD: distinfo,v 1.18 2019/01/02 14:27:36 adam Exp $
-SHA1 (zstd-1.3.7.tar.gz) = 07795a55c84947d71d214f6c1f9dc3ba87e26b50
-RMD160 (zstd-1.3.7.tar.gz) = b8616d556094024c15d6341a817ff041a385bba4
-SHA512 (zstd-1.3.7.tar.gz) = b7a432b13e237ac1490cd82b87727f6a4385d5ea7b89f566dea61a3993e17909c03288f727326ada326e36eb47ea5f9eab67c097808ee42f52cc800a7f7e1738
-Size (zstd-1.3.7.tar.gz) = 1825458 bytes
+SHA1 (zstd-1.3.8.tar.gz) = c9a15a6866df9529e2c66935225d2b51487fd84c
+RMD160 (zstd-1.3.8.tar.gz) = f97af0cfe53b45f9f4e2e4536bff0471330c65f8
+SHA512 (zstd-1.3.8.tar.gz) = 834f7b6477c1e7d70f71105ea52be15c33866b48b93b7a3c6dff4f10c761e5ad35f3903899516317690a4b768051f6eedf7c030292f57cea5613d4017fab9466
+Size (zstd-1.3.8.tar.gz) = 1875233 bytes
SHA1 (patch-Makefile) = daf9d1946513ee24a4c4c187ec80878e9a578744
SHA1 (patch-lib_Makefile) = ed367b656573b2ff05c9992f1e80338706aaf81d
-SHA1 (patch-programs_Makefile) = 74ecdce8036ad96488e137b28d417ab18680cbd3
+SHA1 (patch-programs_Makefile) = 3bdaecb37156526fc8fa6ab82305c5b8d657d444
SHA1 (patch-zlibWrapper_examples_minigzip.c) = 4ed0cb648bdd6efa61b3f66ba6eb1ea74b7767ec
diff --git a/archivers/zstd/patches/patch-programs_Makefile b/archivers/zstd/patches/patch-programs_Makefile
index 4f207cc97e8..7fd3485483f 100644
--- a/archivers/zstd/patches/patch-programs_Makefile
+++ b/archivers/zstd/patches/patch-programs_Makefile
@@ -1,19 +1,19 @@
-$NetBSD: patch-programs_Makefile,v 1.4 2018/10/22 15:28:03 adam Exp $
+$NetBSD: patch-programs_Makefile,v 1.5 2019/01/02 14:27:36 adam Exp $
Use zstd shared library.
---- programs/Makefile.orig 2018-10-17 03:58:52.000000000 +0000
+--- programs/Makefile.orig 2018-12-27 12:42:44.000000000 +0000
+++ programs/Makefile
-@@ -160,7 +160,7 @@ $(ZSTDDECOMP_O): CFLAGS += $(ALIGN_LOOP)
+@@ -165,7 +165,7 @@ $(ZSTDDECOMP_O): CFLAGS += $(ALIGN_LOOP)
zstd : CPPFLAGS += $(THREAD_CPP) $(ZLIBCPP) $(LZMACPP) $(LZ4CPP)
zstd : LDFLAGS += $(THREAD_LD) $(ZLIBLD) $(LZMALD) $(LZ4LD) $(DEBUGFLAGS_LD)
zstd : CPPFLAGS += -DZSTD_LEGACY_SUPPORT=$(ZSTD_LEGACY_SUPPORT)
--zstd : $(ZSTDLIB_FILES) zstdcli.o fileio.o bench.o datagen.o dibio.o
-+zstd : zstdcli.o fileio.o bench.o datagen.o dibio.o
+-zstd : $(ZSTDLIB_FILES) zstdcli.o util.o fileio.o benchfn.o benchzstd.o datagen.o dibio.o
++zstd : zstdcli.o util.o fileio.o benchfn.o benchzstd.o datagen.o dibio.o
@echo "$(THREAD_MSG)"
@echo "$(ZLIB_MSG)"
@echo "$(LZMA_MSG)"
-@@ -168,7 +168,7 @@ zstd : $(ZSTDLIB_FILES) zstdcli.o fileio
+@@ -173,7 +173,7 @@ zstd : $(ZSTDLIB_FILES) zstdcli.o util.o
ifneq (,$(filter Windows%,$(OS)))
windres/generate_res.bat
endif