pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/zstd zstd: update to 1.4.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f131069fb59d
branches:  trunk
changeset: 398522:f131069fb59d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jul 21 08:37:34 2019 +0000

description:
zstd: update to 1.4.1.

v1.4.1
bug: Fix data corruption in niche use cases by @terrelln (#1659)
bug: Fuzz legacy modes, fix uncovered bugs by @terrelln (#1593, #1594, #1595)
bug: Fix out of bounds read by @terrelln (#1590)
perf: Improve decode speed by ~7% @mgrice (#1668)
perf: Slightly improved compression ratio of level 3 and 4 (ZSTD_dfast) by @cyan4973 (#1681)
perf: Slightly faster compression speed when re-using a context by @cyan4973 (#1658)
perf: Improve compression ratio for small windowLog by @cyan4973 (#1624)
perf: Faster compression speed in high compression mode for repetitive data by @terrelln (#1635)
api: Add parameter to generate smaller dictionaries by @tyler-tran (#1656)
cli: Recognize symlinks when built in C99 mode by @felixhandte (#1640)
cli: Expose cpu load indicator for each file on -vv mode by @ephiepark (#1631)
cli: Restrict read permissions on destination files by @chungy (#1644)
cli: zstdgrep: handle -f flag by @felixhandte (#1618)
cli: zstdcat: follow symlinks by @vejnar (#1604)
doc: Remove extra size limit on compressed blocks by @felixhandte (#1689)
doc: Fix typo by @yk-tanigawa (#1633)
doc: Improve documentation on streaming buffer sizes by @cyan4973 (#1629)
build: CMake: support building with LZ4 @leeyoung624 (#1626)
build: CMake: install zstdless and zstdgrep by @leeyoung624 (#1647)
build: CMake: respect existing uninstall target by @j301scott (#1619)
build: Make: skip multithread tests when built without support by @michaelforney (#1620)
build: Make: Fix examples/ test target by @sjnam (#1603)
build: Meson: rename options out of deprecated namespace by @lzutao (#1665)
build: Meson: fix build by @lzutao (#1602)
build: Visual Studio: don't export symbols in static lib by @scharan (#1650)
build: Visual Studio: fix linking by @absotively (#1639)
build: Fix MinGW-W64 build by @myzhang1029 (#1600)
misc: Expand decodecorpus coverage by @ephiepark (#1664)

diffstat:

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

diffs (30 lines):

diff -r 297c69b27922 -r f131069fb59d archivers/zstd/Makefile
--- a/archivers/zstd/Makefile   Sun Jul 21 08:35:13 2019 +0000
+++ b/archivers/zstd/Makefile   Sun Jul 21 08:37:34 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2019/05/01 08:24:57 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2019/07/21 08:37:34 wiz Exp $
 
-DISTNAME=      zstd-1.4.0
+DISTNAME=      zstd-1.4.1
 CATEGORIES=    archivers
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=facebook/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 297c69b27922 -r f131069fb59d archivers/zstd/distinfo
--- a/archivers/zstd/distinfo   Sun Jul 21 08:35:13 2019 +0000
+++ b/archivers/zstd/distinfo   Sun Jul 21 08:37:34 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.19 2019/05/01 08:24:57 wiz Exp $
+$NetBSD: distinfo,v 1.20 2019/07/21 08:37:34 wiz Exp $
 
-SHA1 (zstd-1.4.0.tar.gz) = e84134317de0129a651784a558338398f8910c49
-RMD160 (zstd-1.4.0.tar.gz) = 4760fd3e96f65ddb08cbc5f5072d600a275857b0
-SHA512 (zstd-1.4.0.tar.gz) = 8614934e25eb1e82b554c483bc9d2d055f51344697295e83b22a8d726321b12068cfa7f7d2a9fe28a2de7c9edda59733826277efc7046e13674d6f7f02af5671
-Size (zstd-1.4.0.tar.gz) = 1898741 bytes
+SHA1 (zstd-1.4.1.tar.gz) = 4466d963efdccd5a9bd45caa78d560354bc56b97
+RMD160 (zstd-1.4.1.tar.gz) = ae70e2afabdc9136decf5931e82736c14a8fc8ec
+SHA512 (zstd-1.4.1.tar.gz) = 5bfac959dbbcfaa16fc0b5d3d5028c606e0c56d385581644a7376d6c61f2efc081efa65e7cc3d3e7b4c107646e0b67b3a75f9b3ff392624025d3a0816c45a9f2
+Size (zstd-1.4.1.tar.gz) = 1908835 bytes
 SHA1 (patch-Makefile) = daf9d1946513ee24a4c4c187ec80878e9a578744
 SHA1 (patch-lib_Makefile) = ed367b656573b2ff05c9992f1e80338706aaf81d
 SHA1 (patch-programs_Makefile) = c7e961ce61ee5f0e81f1f31c55e7fb9be5a5b710



Home | Main Index | Thread Index | Old Index