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: wiz
Date: Sun Dec 4 19:04:24 UTC 2016
Modified Files:
pkgsrc/archivers/zstd: Makefile PLIST distinfo
Log Message:
Updated zstd to 1.1.1.
v1.1.1
New : command -M#, --memory=, --memlimit=, --memlimit-decompress= to limit allowed memory consumption
New : doc/zstd_manual.html, by Przemyslaw Skibinski
Improved : slightly better compression ratio at --ultra levels (>= 20)
Improved : better memory usage when using streaming compression API, thanks to @Rogier-5 report
Added : API : ZSTD_initCStream_usingCDict(), ZSTD_initDStream_usingDDict() (experimental section)
Added : example/multiple_streaming_compression.c
Changed : zstd_errors.h is now installed within /include (and replaces errors_public.h)
Updated man page
Fixed : zstd-small, zstd-compress and zstd-decompress compilation targets
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/archivers/zstd/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/archivers/zstd/PLIST
cvs rdiff -u -r1.3 -r1.4 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.2 pkgsrc/archivers/zstd/Makefile:1.3
--- pkgsrc/archivers/zstd/Makefile:1.2 Tue Oct 4 14:37:03 2016
+++ pkgsrc/archivers/zstd/Makefile Sun Dec 4 19:04:24 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2016/10/04 14:37:03 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2016/12/04 19:04:24 wiz Exp $
-DISTNAME= zstd-1.1.0
+DISTNAME= zstd-1.1.1
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_GITHUB:=facebook/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Index: pkgsrc/archivers/zstd/PLIST
diff -u pkgsrc/archivers/zstd/PLIST:1.1 pkgsrc/archivers/zstd/PLIST:1.2
--- pkgsrc/archivers/zstd/PLIST:1.1 Sun Sep 4 12:36:59 2016
+++ pkgsrc/archivers/zstd/PLIST Sun Dec 4 19:04:24 2016
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.1 2016/09/04 12:36:59 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2016/12/04 19:04:24 wiz Exp $
bin/unzstd
bin/zstd
bin/zstdcat
include/zbuff.h
include/zdict.h
include/zstd.h
+include/zstd_errors.h
lib/libzstd.a
lib/libzstd.so
lib/libzstd.so.1
Index: pkgsrc/archivers/zstd/distinfo
diff -u pkgsrc/archivers/zstd/distinfo:1.3 pkgsrc/archivers/zstd/distinfo:1.4
--- pkgsrc/archivers/zstd/distinfo:1.3 Tue Oct 4 14:37:03 2016
+++ pkgsrc/archivers/zstd/distinfo Sun Dec 4 19:04:24 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2016/10/04 14:37:03 wiz Exp $
+$NetBSD: distinfo,v 1.4 2016/12/04 19:04:24 wiz Exp $
-SHA1 (zstd-1.1.0.tar.gz) = 6c24a604cf71a961d4172cbced6b10470d1b416e
-RMD160 (zstd-1.1.0.tar.gz) = 05787448173f6fe61e5b5a3e957e05fd1bd7f912
-SHA512 (zstd-1.1.0.tar.gz) = 9fe72081d333b58d5c8f27f13bd01ab0d729984215b75690282770aa769aab6879b88177aa2b45d8ce2869bf1b360f3a828ca00aa3646a7cc57285a4e167d71f
-Size (zstd-1.1.0.tar.gz) = 716327 bytes
+SHA1 (zstd-1.1.1.tar.gz) = dbd5287cde2c595e8e7b5ec509f1c6e8be8a0305
+RMD160 (zstd-1.1.1.tar.gz) = aeca8e6eba8d65ae2743c2ab845b00e5d03698b7
+SHA512 (zstd-1.1.1.tar.gz) = a8817e74254f21ee5b76a21691e009ede2cdc70a78facfa453902df3e710e90e78d67f2229956d835960fd1085c33312ff273771b75f9322117d85eb35d8e695
+Size (zstd-1.1.1.tar.gz) = 734872 bytes
Home |
Main Index |
Thread Index |
Old Index