29 Commits

Author SHA1 Message Date
bket
b2a6bdf922 Update to zstd-1.4.4.
Changelog: https://github.com/facebook/zstd/blob/v1.4.4/CHANGELOG

Bumped minor of SHARED_LIBS as symbols have been added.
2019-11-06 10:19:14 +00:00
bket
77d9e3755f Update to zstd-1.4.3.
Fixes an issue, which can degrade the effectiveness of dictionary
compression. Overview of changes can be found at
https://github.com/facebook/zstd/releases/tag/v1.4.3
2019-08-20 15:41:37 +00:00
bket
6e3c9036c8 Update to zstd-1.4.2.
zstd-1.4.1 included a bug in decompressing v0.5 legacy frames, which is
fixed in 1.4.2.
2019-07-26 11:14:42 +00:00
bket
53df28cdbf Update to zstd-1.4.1.
Maintenance release, which includes a few bug fixes, including a fix for
a rare data corruption bug, which could only be triggered in a niche use
case.

List of changes can be found at
https://github.com/facebook/zstd/releases/tag/v1.4.1
2019-07-20 07:54:25 +00:00
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
bket
d94739e721 Update to zstd-1.4.0.
Changelog: https://github.com/facebook/zstd/blob/master/CHANGELOG

Bump major of SHARED_LIBS as symbols have been removed.

OK sthen@
2019-04-17 08:01:01 +00:00
bcallah
4594ae41ba Link with -latomic on hppa. Doesn't affect any other archs.
ok bket@
2019-04-16 03:52:47 +00:00
bket
67913c66df Update to zstd-1.3.8.
Bump major of SHARED_LIBS as symbols have been removed. Consumers have
been build tested. Run tested in combination with libarchive and
borgbackup.

OK sthen@
2018-12-28 19:28:37 +00:00
bket
23a747e00a Update to zstd-1.3.7.
Minor fix release, which fixes a compression ratio regression. List of
man pages has been completed with documentation for zstdless and
zstdgrep.
2018-10-24 04:58:20 +00:00
bket
bf63ad11c4 Update to zstd-1.3.6.
Bump minor of shared lib as symbols have been added. Drop patch as it
has been committed upstream. Switch from GitHub auto-generated tarballs
to MASTER_SITES.

OK sthen@
2018-10-16 14:56:34 +00:00
visa
a64f6f94e0 Fix a cyclic dependency. The devel/llvm port depends indirectly on
archivers/zstd (devel/llvm -> devel/cmake -> archivers/libarchive ->
archivers/zstd), so ports-clang should not be used in zstd's COMPILER.
Otherwise, zstd build is blocked if clang is not readily available,
as is the case with bulk builds on gcc architectures.

The dependency archivers/libarchive -> archivers/zstd was added
recently.

OK bket@ sthen@
2018-09-15 17:38:16 +00:00
bket
1e0614c8dc Update to zstd-1.3.5.
Several patches have been merged upstream. Minor of shared lib has been
bumped as symbols have been added.

While here change mail address of maintainer.

OK sthen@
2018-06-29 19:02:07 +00:00
jca
b823362c61 Needs a c++11 compiler, spotted on powerpc 2018-05-12 14:49:01 +00:00
bket
22880ecbe7 Update to zstd-1.3.4.
Bumped major number of shared lib as symbols have been removed, and
added.

OK juanfra@, sthen@, kn@
2018-04-04 16:10:02 +00:00
juanfra
760e24da48 Remove the patents comment. rsadowski@ wanted to remove the comment in
a previous update but I objected because I thought there was still a
PATENT file in the repo.
2018-01-14 10:30:28 +00:00
juanfra
c213be1b7f Bjorn Ketelaars takes the maintainership. 2018-01-11 00:13:49 +00:00
sthen
b28dfa4707 update to zstd-1.3.3, enable building libraries, enable tests
from Björn Ketelaars
2018-01-04 14:47:20 +00:00
rsadowski
23a1a4d7f9 Update zstd to 1.3.2
tweaks and ok juanfra@
2017-10-24 14:58:14 +00:00
juanfra
bc2f7b17f2 Update to zstd 1.3.0. Drop MAINTAINER. 2017-07-19 22:16:30 +00:00
sthen
d78ac9ca97 LANGS -> COMPILER_LANGS 2017-06-01 12:06:29 +00:00
espie
cc5bc426ed switch everything to new COMPILER idiom, even stuff that won't build with clang
yet, but at least that part is done.
2017-05-31 08:08:15 +00:00
espie
49adfb9570 okay, this is C, but still does not need gcc4 on clang 2017-05-22 13:47:39 +00:00
juanfra
307dedbb12 Update to zstd 1.2.0. 2017-05-05 18:16:53 +00:00
sthen
c6ab9e398b switch to MODGCC4_ARCHS=${GCC3_ARCHS} ${GCC4_ARCHS}, C only. ok juanfra@ 2017-05-01 15:14:18 +00:00
juanfra
5a41f31bf0 Update to zstd 1.1.4. 2017-04-13 09:41:15 +00:00
juanfra
e8641a2dfe Update to zstd 1.1.3. 2017-02-19 14:34:44 +00:00
juanfra
c5c4a9dbcd Update to zstd 1.1.2. 2016-12-25 21:53:13 +00:00
juanfra
9991e6b489 Update to zstd 1.1.1. 2016-11-13 02:30:23 +00:00
juanfra
58d14afa2a Comment:
zstandard fast real-time compression algorithm

Description:
Zstd, short for Zstandard, is a fast lossless compression algorithm, targeting
real-time compression scenarios at zlib-level and better compression ratios.

Maintainer: Juan Francisco Cantero Hurtado <juanfra@openbsd.org>

WWW: https://facebook.github.io/zstd/

OK sthen@
2016-09-29 19:31:29 +00:00