Re: UPDATE archivers/zstd-1.5.6

2024-04-16 Thread Bjorn Ketelaars
On Wed 27/03/2024 22:39, Bjorn Ketelaars wrote: > Diff below updates zstd to 1.5.6. Release notes can be found at > https://github.com/facebook/zstd/releases/tag/v1.5.6. Minor of shared > lib has been bumped because of the addition of a symbol. > > Passes all tests, and run tested with several

UPDATE archivers/zstd-1.5.6

2024-03-27 Thread Bjorn Ketelaars
Diff below updates zstd to 1.5.6. Release notes can be found at https://github.com/facebook/zstd/releases/tag/v1.5.6. Minor of shared lib has been bumped because of the addition of a symbol. Passes all tests, and run tested with several tools from ports. I did not build-test all consumers (~70),

Re: UPDATE archivers/zstd-1.5.5

2023-04-04 Thread Bjorn Ketelaars
On Wed 05/04/2023 06:45, Stuart Henderson wrote: > On 2023/04/05 06:47, Bjorn Ketelaars wrote: > > ztsd-1.5.5 has been released. Primary focus is to correct a rare > > corruption bug in high compression mode. Overview on changes can be > > found at

Re: UPDATE archivers/zstd-1.5.5

2023-04-04 Thread Stuart Henderson
On 2023/04/05 06:47, Bjorn Ketelaars wrote: > ztsd-1.5.5 has been released. Primary focus is to correct a rare > corruption bug in high compression mode. Overview on changes can be > found at https://github.com/facebook/zstd/releases/tag/v1.5.5. > > Bumped minor of libzstd because of additions of

UPDATE archivers/zstd-1.5.5

2023-04-04 Thread Bjorn Ketelaars
ztsd-1.5.5 has been released. Primary focus is to correct a rare corruption bug in high compression mode. Overview on changes can be found at https://github.com/facebook/zstd/releases/tag/v1.5.5. Bumped minor of libzstd because of additions of symbols. Dropped a patch as it has been addressed

Re: UPDATE archivers/zstd-1.5.4

2023-02-11 Thread Stuart Henderson
On 2023/02/11 07:50, Bjorn Ketelaars wrote: > zstd-1.5.4 is a pretty big release benefiting from one year of work. It > offers performance improvements, as well as new features, and it fixes > some bugs. Details can be found at > https://github.com/facebook/zstd/releases/tag/v1.5.4 > > Bumped

UPDATE archivers/zstd-1.5.4

2023-02-10 Thread Bjorn Ketelaars
zstd-1.5.4 is a pretty big release benefiting from one year of work. It offers performance improvements, as well as new features, and it fixes some bugs. Details can be found at https://github.com/facebook/zstd/releases/tag/v1.5.4 Bumped minor because of addition of symbols. 'make test' passes

Re: UPDATE archivers/zstd-1.5.2

2022-01-23 Thread Bjorn Ketelaars
On Sun 23/01/2022 14:35, Stuart Henderson wrote: > On 2022/01/21 05:40, Bjorn Ketelaars wrote: > > --- lib/libzstd.mk.orig > > +++ lib/libzstd.mk > > -@@ -79,7 +79,7 @@ endif > > +@@ -81,7 +81,7 @@ endif > > CFLAGS += -fno-stack-protector -fomit-frame-pointer -fno-ident \ > >

Re: UPDATE archivers/zstd-1.5.2

2022-01-23 Thread Stuart Henderson
On 2022/01/21 05:40, Bjorn Ketelaars wrote: > --- lib/libzstd.mk.orig > +++ lib/libzstd.mk > -@@ -79,7 +79,7 @@ endif > +@@ -81,7 +81,7 @@ endif > CFLAGS += -fno-stack-protector -fomit-frame-pointer -fno-ident \ > -DDYNAMIC_BMI2=0 -DNDEBUG > else > -- CFLAGS += -O3 > -+

UPDATE archivers/zstd-1.5.2

2022-01-20 Thread Bjorn Ketelaars
zstd-1.5.2 is a bug-fix release. From https://github.com/facebook/zstd/releases/tag/v1.5.2: - As a side-effect of the inclusion of assembly code in our source tree, binary artifacts were being marked as needing an executable stack on non-amd64 architectures. This release corrects that issue.

Re: UPDATE archivers/zstd-1.5.1

2021-12-25 Thread Klemens Nanni
On Wed, Dec 22, 2021 at 06:58:06AM +0100, Bjorn Ketelaars wrote: > zstd-1.5.1 is a maintenance release, bringing small refinements. Release > notes and changelog can be found at > https://github.com/facebook/zstd/releases/tag/v1.5.1. > > Shared lib needs a minor bump because of two additions. >

UPDATE archivers/zstd-1.5.1

2021-12-21 Thread Bjorn Ketelaars
zstd-1.5.1 is a maintenance release, bringing small refinements. Release notes and changelog can be found at https://github.com/facebook/zstd/releases/tag/v1.5.1. Shared lib needs a minor bump because of two additions. All tests pass, and successfully build tested several consumers.

Re: UPDATE archivers/zstd-1.5.0

2021-06-06 Thread Daniel Jakots
On Wed, 26 May 2021 06:09:24 +0200, Bjorn Ketelaars wrote: > Diff below updates zstd to 1.5.0 ok danj

Re: UPDATE archivers/zstd-1.5.0

2021-05-25 Thread Bjorn Ketelaars
On Sun 16/05/2021 11:51, Bjorn Ketelaars wrote: > Diff below updates zstd to 1.5.0, which is a major release featuring > large performance improvements as well as API changes. Overview on > changes can be found at > https://github.com/facebook/zstd/releases/tag/v1.5.0. > > Changes to the port: >

UPDATE archivers/zstd-1.5.0

2021-05-16 Thread Bjorn Ketelaars
Diff below updates zstd to 1.5.0, which is a major release featuring large performance improvements as well as API changes. Overview on changes can be found at https://github.com/facebook/zstd/releases/tag/v1.5.0. Changes to the port: - Bumped major of libzstd because of removal of symbols -

Re: UPDATE archivers/zstd-1.4.9

2021-03-06 Thread Stuart Henderson
On 2021/03/05 06:18, Bjorn Ketelaars wrote: > Diff below updates zstd to 1.4.9, which is a bugfix release. Changelog > can be found at [0]. > > Visibility of symbols in shared library has been fixed [1] resulting in > check_sym reporting removal of several symbols. The latter warrants a > major

UPDATE archivers/zstd-1.4.9

2021-03-04 Thread Bjorn Ketelaars
Diff below updates zstd to 1.4.9, which is a bugfix release. Changelog can be found at [0]. Visibility of symbols in shared library has been fixed [1] resulting in check_sym reporting removal of several symbols. The latter warrants a major bump of SHARED_LIBS. Regression tests pass on amd64, and

Re: UPDATE archivers/zstd-1.4.7

2020-12-25 Thread Bjorn Ketelaars
On Sat 19/12/2020 07:39, Bjorn Ketelaars wrote: > On Fri 18/12/2020 07:27, Bjorn Ketelaars wrote: > > Diff below updates zstd to 1.4.7, which unleashes several months of > > improvements across many axis, from performance to various fixes, to new > > capabilities. Overview on changes can be found

Re: UPDATE archivers/zstd-1.4.7

2020-12-18 Thread Bjorn Ketelaars
On Fri 18/12/2020 07:27, Bjorn Ketelaars wrote: > Diff below updates zstd to 1.4.7, which unleashes several months of > improvements across many axis, from performance to various fixes, to new > capabilities. Overview on changes can be found at >

UPDATE archivers/zstd-1.4.7

2020-12-17 Thread Bjorn Ketelaars
Diff below updates zstd to 1.4.7, which unleashes several months of improvements across many axis, from performance to various fixes, to new capabilities. Overview on changes can be found at https://github.com/facebook/zstd/releases/tag/v1.4.7. Major of SHARED_LIBS needs to be bumped as a symbol

UPDATE archivers/zstd-1.4.5

2020-05-25 Thread Bjorn Ketelaars
Diff below brings zstd to 1.4.5, which is a maintenance release and includes performance improvements and new major CLI features. Changelog can be found at https://github.com/facebook/zstd/blob/v1.4.5/CHANGELOG. Changes to the port: - Minor so version bumped due to new symbol - Remove patches for

UPDATE archivers/zstd

2019-04-17 Thread Björn Ketelaars
Enclosed diff brings zstd to the latest version (1.4.0). Overview on changes can be found at https://github.com/facebook/zstd/releases. Major of SHARED_LIBS has been bumped as symbols have been removed. - make test runs successfully; - build tested its consumers; - run tested in combination with

UPDATE archivers/zstd

2018-12-28 Thread Björn Ketelaars
Enclosed diff brings zstd to 1.3.8, which introduces a couple of new features. Changelog can be found at https://raw.githubusercontent.com/facebook/zstd/master/CHANGELOG Major of SHARED_LIBS has been bumped as symbols have been removed. A patch has been dropped as issue has been addressed

UPDATE archivers/zstd

2018-10-16 Thread Björn Ketelaars
Enclosed a diff for bringing zstd to 1.3.6. This version focuses on dictionary compression, and fixes a couple of bugs. An overview of the changes can be found at https://github.com/facebook/zstd/releases Additionally: - Minor of shared lib has been bumped as symbols have been added. - Patch has

UPDATE archivers/zstd

2018-06-29 Thread Björn Ketelaars
Enclosed a diff for bringing archivers/zstd to 1.3.5, which is a maintenance release focused on dictionary compression performance. Changelog can be found at https://github.com/facebook/zstd/releases A couple of patches have been deleted as these have been accepted upstream. Bumped minor of

Re: UPDATE archivers/zstd

2018-04-04 Thread Klemens Nanni
On Wed, Apr 04, 2018 at 03:19:48PM +0200, Björn Ketelaars wrote: > New diff. zstd requires a stable sort, which libc's qsort() is not > guaranteed to be. Upstream proposed to use mergesort(). > > https://github.com/facebook/zstd/issues/1088 Nice work! > Diff below brings zstd to 1.3.4. > > I

Re: UPDATE archivers/zstd

2018-04-04 Thread Björn Ketelaars
On Fri 30/03/2018 23:18, Stuart Henderson wrote: > On 2018/03/30 20:19, Björn Ketelaars wrote: > > On Fri 30/03/2018 18:22, Stuart Henderson wrote: > > > On 2018/03/30 19:01, Björn Ketelaars wrote: > > > > On Fri 30/03/2018 13:45, Klemens Nanni wrote: > > > > > On Fri, Mar 30, 2018 at 05:30:55AM

Re: UPDATE archivers/zstd

2018-03-30 Thread Stuart Henderson
On 2018/03/30 20:19, Björn Ketelaars wrote: > On Fri 30/03/2018 18:22, Stuart Henderson wrote: > > On 2018/03/30 19:01, Björn Ketelaars wrote: > > > On Fri 30/03/2018 13:45, Klemens Nanni wrote: > > > > On Fri, Mar 30, 2018 at 05:30:55AM +0200, Björn Ketelaars wrote: > > > > > zstd received an

Re: UPDATE archivers/zstd

2018-03-30 Thread Björn Ketelaars
On Fri 30/03/2018 18:22, Stuart Henderson wrote: > On 2018/03/30 19:01, Björn Ketelaars wrote: > > On Fri 30/03/2018 13:45, Klemens Nanni wrote: > > > On Fri, Mar 30, 2018 at 05:30:55AM +0200, Björn Ketelaars wrote: > > > > zstd received an update, which focuses on performance. Changelog can be >

Re: UPDATE archivers/zstd

2018-03-30 Thread Klemens Nanni
On Fri, Mar 30, 2018 at 08:07:31PM +0200, Klemens Nanni wrote: > No, happens with an empty/missing mk.conf(5). > > Pruned archivers/zstd, fetched from cvs.openbsd.org, applied the patch, > ran make build... still getting errors. See attched `make build' log. > > Running "(GENERIC.MP) #92: Wed

Re: UPDATE archivers/zstd

2018-03-30 Thread Klemens Nanni
On Fri, Mar 30, 2018 at 06:22:47PM +0100, Stuart Henderson wrote: > On 2018/03/30 19:01, Björn Ketelaars wrote: > > On Fri 30/03/2018 13:45, Klemens Nanni wrote: > > > On Fri, Mar 30, 2018 at 05:30:55AM +0200, Björn Ketelaars wrote: > > > > zstd received an update, which focuses on performance.

Re: UPDATE archivers/zstd

2018-03-30 Thread Stuart Henderson
On 2018/03/30 19:01, Björn Ketelaars wrote: > On Fri 30/03/2018 13:45, Klemens Nanni wrote: > > On Fri, Mar 30, 2018 at 05:30:55AM +0200, Björn Ketelaars wrote: > > > zstd received an update, which focuses on performance. Changelog can be > > > found at

Re: UPDATE archivers/zstd

2018-03-30 Thread Björn Ketelaars
On Fri 30/03/2018 13:45, Klemens Nanni wrote: > On Fri, Mar 30, 2018 at 05:30:55AM +0200, Björn Ketelaars wrote: > > zstd received an update, which focuses on performance. Changelog can be > > found at https://github.com/facebook/zstd/blob/dev/NEWS. The major > > number of the shared lib has been

UPDATE archivers/zstd

2018-03-29 Thread Björn Ketelaars
zstd received an update, which focuses on performance. Changelog can be found at https://github.com/facebook/zstd/blob/dev/NEWS. The major number of the shared lib has been bumped as a couple of symbols have been removed, and new ones have been added. I've been running with this update for a

Re: UPDATE: archivers/zstd

2017-10-23 Thread Juan Francisco Cantero Hurtado
On Sun, Oct 22, 2017 at 11:59:48AM +0200, Rafael Sadowski wrote: > Hi All, > > please find below a simple update to 1.3.2. > > - Adjust COMPILER > - https://github.com/facebook/zstd/issues/335 is closed. > "Wanted to let the community know that we’ve released zstd v1.3.1 >earlier today,

UPDATE: archivers/zstd

2017-10-22 Thread Rafael Sadowski
Hi All, please find below a simple update to 1.3.2. - Adjust COMPILER - https://github.com/facebook/zstd/issues/335 is closed. "Wanted to let the community know that we’ve released zstd v1.3.1 earlier today, which adjusts it to be dual licensed as BSD and GPLv2." All tests/benchmarks looks