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: adam
Date: Wed Jan 2 14:27:36 UTC 2019
Modified Files:
pkgsrc/archivers/zstd: Makefile distinfo
pkgsrc/archivers/zstd/patches: patch-programs_Makefile
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/archivers/zstd/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/archivers/zstd/distinfo
cvs rdiff -u -r1.4 -r1.5 \
pkgsrc/archivers/zstd/patches/patch-programs_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.20 pkgsrc/archivers/zstd/Makefile:1.21
--- pkgsrc/archivers/zstd/Makefile:1.20 Mon Oct 22 15:28:02 2018
+++ pkgsrc/archivers/zstd/Makefile Wed Jan 2 14:27:36 2019
@@ -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}
Index: pkgsrc/archivers/zstd/distinfo
diff -u pkgsrc/archivers/zstd/distinfo:1.17 pkgsrc/archivers/zstd/distinfo:1.18
--- pkgsrc/archivers/zstd/distinfo:1.17 Mon Oct 22 15:28:02 2018
+++ pkgsrc/archivers/zstd/distinfo Wed Jan 2 14:27:36 2019
@@ -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
Index: pkgsrc/archivers/zstd/patches/patch-programs_Makefile
diff -u pkgsrc/archivers/zstd/patches/patch-programs_Makefile:1.4 pkgsrc/archivers/zstd/patches/patch-programs_Makefile:1.5
--- pkgsrc/archivers/zstd/patches/patch-programs_Makefile:1.4 Mon Oct 22 15:28:03 2018
+++ pkgsrc/archivers/zstd/patches/patch-programs_Makefile Wed Jan 2 14:27:36 2019
@@ -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
Home |
Main Index |
Thread Index |
Old Index