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:   adam
Date:           Mon Aug 21 09:17:04 UTC 2017

Modified Files:
        pkgsrc/archivers/zstd: Makefile distinfo

Log Message:
Zstandard v1.3.1
New license : BSD + GPLv2
perf: substantially decreased memory usage in Multi-threading mode
perf: Multi-threading supports up to 256 threads. Cap at 256 when more are requested
cli : improved and fixed --list command
cli : command -vV lists supported formats
build : fixed binary variants
build : fix Visual compilation for non x86/x64 targets
API exp : breaking change : ZSTD_getframeHeader() provides more information
API exp : breaking change : pinned down values of error codes
doc : fixed huffman example
new : contrib/adaptive-compression, I/O driven compression strength
new : contrib/long_distance_matching
updated : contrib/linux-kernel


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/archivers/zstd/Makefile
cvs rdiff -u -r1.9 -r1.10 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.10 pkgsrc/archivers/zstd/Makefile:1.11
--- pkgsrc/archivers/zstd/Makefile:1.10 Sun Jul 23 19:02:25 2017
+++ pkgsrc/archivers/zstd/Makefile      Mon Aug 21 09:17:04 2017
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.10 2017/07/23 19:02:25 nros Exp $
+# $NetBSD: Makefile,v 1.11 2017/08/21 09:17:04 adam Exp $
 
-DISTNAME=      zstd-1.3.0
+DISTNAME=      zstd-1.3.1
 CATEGORIES=    archivers
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=facebook/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://www.zstd.net/
+HOMEPAGE=      http://facebook.github.io/zstd/
 COMMENT=       Fast real-time compression algorithm
 LICENSE=       modified-bsd
 

Index: pkgsrc/archivers/zstd/distinfo
diff -u pkgsrc/archivers/zstd/distinfo:1.9 pkgsrc/archivers/zstd/distinfo:1.10
--- pkgsrc/archivers/zstd/distinfo:1.9  Sat Jul 22 10:49:07 2017
+++ pkgsrc/archivers/zstd/distinfo      Mon Aug 21 09:17:04 2017
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.9 2017/07/22 10:49:07 adam Exp $
+$NetBSD: distinfo,v 1.10 2017/08/21 09:17:04 adam Exp $
 
-SHA1 (zstd-1.3.0.tar.gz) = 1b254a1a7092886c7e17957b5f672b8c1b972b08
-RMD160 (zstd-1.3.0.tar.gz) = e004c4c6ed204e5e3583985e1debbedba0ded8e0
-SHA512 (zstd-1.3.0.tar.gz) = 5eb9e001e14d3342e76eb57b672c636fd56839ba8fc0ba9a751484ea93389c72c494ad2125dc2f9be1f72481f3af34568477123f7e9d3c7504e061e4c083cb30
-Size (zstd-1.3.0.tar.gz) = 1469911 bytes
+SHA1 (zstd-1.3.1.tar.gz) = bf944afb80907bc2c0ade0806d2558aa5b657f09
+RMD160 (zstd-1.3.1.tar.gz) = 4b6e32289275b7e310463551447271b3e064dba9
+SHA512 (zstd-1.3.1.tar.gz) = cc2ace7b2dd19a2bbf4c43a89d64a7ce121309f712bfb4940ccfd6f9353f1466612ef7096adcd852f54eaea8663d884acf681c83ae5b274b24c9b85f21367b7c
+Size (zstd-1.3.1.tar.gz) = 1513767 bytes
 SHA1 (patch-Makefile) = 2ed949f27dd1443656d9d32a7494d2168e48ce37
 SHA1 (patch-lib_Makefile) = 79a5e99595f4d7a124fc012cc6893701f8143685



Home | Main Index | Thread Index | Old Index