Skip to content

Commit

Permalink
Updated zstd to 1.1.0.
Browse files Browse the repository at this point in the history
v1.1.0
New : contrib/pzstd, parallel version of zstd, by Nick Terrell
added : NetBSD install target (#338)
Improved : speed for batches of small files
Improved : speed of zlib wrapper, by Przemyslaw Skibinski
Changed : libzstd on Windows supports legacy formats, by Christophe Chevalier
Fixed : CLI -d output to stdout by default when input is stdin (#322)
Fixed : CLI correctly detects console on Mac OS-X
Fixed : CLI supports recursive mode `-r` on Mac OS-X
Fixed : Legacy decoders use unified error codes, reported by benrg (#341), fixed by Przemyslaw Skibinski
Fixed : compatibility with OpenBSD, reported by Juan Francisco Cantero Hurtado (#319)
Fixed : compatibility with Hurd, by Przemyslaw Skibinski (#365)
Fixed : zstd-pgo, reported by octoploid (#329)
  • Loading branch information
wiz committed Oct 4, 2016
1 parent e352998 commit 90175c3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 310 deletions.
4 changes: 2 additions & 2 deletions archivers/zstd/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.1 2016/09/04 12:36:59 wiz Exp $
# $NetBSD: Makefile,v 1.2 2016/10/04 14:37:03 wiz Exp $

DISTNAME= zstd-1.0.0
DISTNAME= zstd-1.1.0
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_GITHUB:=facebook/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand Down
15 changes: 5 additions & 10 deletions archivers/zstd/distinfo
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
$NetBSD: distinfo,v 1.2 2016/09/04 12:40:24 wiz Exp $
$NetBSD: distinfo,v 1.3 2016/10/04 14:37:03 wiz Exp $

SHA1 (zstd-1.0.0.tar.gz) = 4865e52b308fccbf8cabf704f63cadbeccb1b6d9
RMD160 (zstd-1.0.0.tar.gz) = 37abd266b75dc62eea83e75f6868bfd7dc53a648
SHA512 (zstd-1.0.0.tar.gz) = ba7b1c993656fa220dd8d4c8cd6b7999b0d7b59b4290d7767063f6c4bfbb81e04b9d9890dea4d223d48082ab253159209d6187dc7b42cafc28ebc738bfa17ace
Size (zstd-1.0.0.tar.gz) = 593430 bytes
SHA1 (patch-Makefile) = 97523cca23ded18c52c0d9ee8b21ab956beb38bb
SHA1 (patch-lib_Makefile) = afca61a2f8aac8da9fe06f7d5b20e50197922b53
SHA1 (patch-programs_Makefile) = 010a0840b3b49968e2f100ad2201ebdd8d922f02
SHA1 (patch-tests_zbufftest.c) = 68a796958aea6256ecd5ac18fc4c96d753ebbec2
SHA1 (patch-tests_zstreamtest.c) = 31c0d6c661cc21119871d1ad3650d9842cbd59c1
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
16 changes: 0 additions & 16 deletions archivers/zstd/patches/patch-Makefile

This file was deleted.

16 changes: 0 additions & 16 deletions archivers/zstd/patches/patch-lib_Makefile

This file was deleted.

16 changes: 0 additions & 16 deletions archivers/zstd/patches/patch-programs_Makefile

This file was deleted.

121 changes: 0 additions & 121 deletions archivers/zstd/patches/patch-tests_zbufftest.c

This file was deleted.

129 changes: 0 additions & 129 deletions archivers/zstd/patches/patch-tests_zstreamtest.c

This file was deleted.

0 comments on commit 90175c3

Please sign in to comment.