summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authormef <mef>2017-04-11 14:23:34 +0000
committermef <mef>2017-04-11 14:23:34 +0000
commitc5e2f017b10ab34b3ae42ca3fbabca771dbeaada (patch)
tree939e384db462ca108bc0db2cade2d2069b6c1c42 /archivers
parentecad09b57fe37a0d3e899427b243e14d687829fd (diff)
downloadpkgsrc-c5e2f017b10ab34b3ae42ca3fbabca771dbeaada.tar.gz
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 (limited to 'archivers')
-rw-r--r--archivers/zstd/Makefile6
-rw-r--r--archivers/zstd/distinfo10
2 files changed, 9 insertions, 7 deletions
diff --git a/archivers/zstd/Makefile b/archivers/zstd/Makefile
index 3f2408d1a99..a2c4329c094 100644
--- a/archivers/zstd/Makefile
+++ b/archivers/zstd/Makefile
@@ -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 @@ COMMENT= Fast real-time compression algorithm
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 --git a/archivers/zstd/distinfo b/archivers/zstd/distinfo
index 6acc0246343..ba2551d6c3e 100644
--- a/archivers/zstd/distinfo
+++ b/archivers/zstd/distinfo
@@ -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