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:   mef
Date:           Tue Apr 11 14:23:35 UTC 2017

Modified Files:
        pkgsrc/archivers/zstd: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/archivers/zstd/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/archivers/zstd/distinfo

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.5 pkgsrc/archivers/zstd/Makefile:1.6
--- pkgsrc/archivers/zstd/Makefile:1.5  Wed Feb 22 11:56:26 2017
+++ pkgsrc/archivers/zstd/Makefile      Tue Apr 11 14:23:34 2017
@@ -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 algo
 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
 

Index: pkgsrc/archivers/zstd/distinfo
diff -u pkgsrc/archivers/zstd/distinfo:1.6 pkgsrc/archivers/zstd/distinfo:1.7
--- pkgsrc/archivers/zstd/distinfo:1.6  Wed Feb 22 11:56:26 2017
+++ pkgsrc/archivers/zstd/distinfo      Tue Apr 11 14:23:34 2017
@@ -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