pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/zstd Update archivers/zstd to 1.1.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d807782b3505
branches:  trunk
changeset: 360944:d807782b3505
user:      mef <mef%pkgsrc.org@localhost>
date:      Tue Apr 11 14:23:34 2017 +0000

description:
Update archivers/zstd to 1.1.4
-------------------------------
v1.1.4
cli : new : can compress in *.gz format, using --format=gzip command, by
      Przemyslaw Skibinski
cli : new : advanced benchmark command --priority=rt
cli : fix : write on sparse-enabled file systems in 32-bits mode, by @ds77
cli : fix : --rm remains silent when input is stdin
cli : experimental : xzstd, with support for xz/lzma decoding, by Przemyslaw
      Skibinski
speed : improved decompression speed in streaming mode for single shot scenarios (+5%)
memory : DDict (decompression dictionary) memory usage down from 150 KB to 20 KB
arch : 32-bits variant able to generate and decode very long matches (>32 MB),
       by Sean Purcell
API : new : ZSTD_findFrameCompressedSize(),
      ZSTD_getFrameContentSize(), ZSTD_findDecompressedSize()
API : changed : dropped support of legacy versions <= v0.3 (can be changed by
      modifying ZSTD_LEGACY_SUPPORT value)
build: new: meson build system in contrib/meson, by Dima Krasner
build: improved cmake script, by @Majlen
build: added -Wformat-security flag, as recommended by Padraig Brady
doc : new : educational decoder, by Sean Purcell

(pkgsrc changes)
+ MAKE_JOBS_SAFE= no

diffstat:

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

diffs (38 lines):

diff -r 98a5e0de1433 -r d807782b3505 archivers/zstd/Makefile
--- a/archivers/zstd/Makefile   Tue Apr 11 14:04:37 2017 +0000
+++ b/archivers/zstd/Makefile   Tue Apr 11 14:23:34 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2017/02/22 11:56:26 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2017/04/11 14:23:34 mef Exp $
 
-DISTNAME=      zstd-1.1.3
+DISTNAME=      zstd-1.1.4
 CATEGORIES=    archivers
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=facebook/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -11,7 +11,9 @@
 LICENSE=       modified-bsd
 
 USE_TOOLS+=    gmake pkg-config
+USE_LANGUAGES+=        c c++
 MAKE_FLAGS=    MANDIR=${PREFIX}/${PKGMANDIR}/man1
+MAKE_JOBS_SAFE=        no
 
 PKGCONFIG_OVERRIDE+=   lib/libzstd.pc.in
 
diff -r 98a5e0de1433 -r d807782b3505 archivers/zstd/distinfo
--- a/archivers/zstd/distinfo   Tue Apr 11 14:04:37 2017 +0000
+++ b/archivers/zstd/distinfo   Tue Apr 11 14:23:34 2017 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2017/02/22 11:56:26 wiz Exp $
+$NetBSD: distinfo,v 1.7 2017/04/11 14:23:34 mef Exp $
 
-SHA1 (zstd-1.1.3.tar.gz) = 6f6650eb3535bdbdbad01e8a88389e5002aaf3eb
-RMD160 (zstd-1.1.3.tar.gz) = 02f28da7f5974bc1f148ceae3b2b4ae6b8c1d9cd
-SHA512 (zstd-1.1.3.tar.gz) = 6c025ca3899d0487bf2b4a9b333b47c6e2bb525ae3fc7328cc040f50d6f3c53a1bb9bd17e104352ddbc7b96b240c250c60d5be99e0a980332dbd3c518b2a81e1
-Size (zstd-1.1.3.tar.gz) = 845902 bytes
+SHA1 (zstd-1.1.4.tar.gz) = 42ebbcaae6ef38ae3a5955d9e84bc5984dbba7a1
+RMD160 (zstd-1.1.4.tar.gz) = f6b1a8308b1dc4f4b5831f4787e431e57303246a
+SHA512 (zstd-1.1.4.tar.gz) = 8d18635494a584d13ab29645af5f20b6c1d2fb72895854c381c783b6fda0950575632d04a72e6901ae178535d5f6319ab25fdb097ef8c6db559d60acf558a437
+Size (zstd-1.1.4.tar.gz) = 923381 bytes
 SHA1 (patch-lib_Makefile) = 79a5e99595f4d7a124fc012cc6893701f8143685



Home | Main Index | Thread Index | Old Index