Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 659552 - =app-arch/zstd-1.3.6 version bump
Summary: =app-arch/zstd-1.3.6 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-28 23:15 UTC by Manuel Rüger (RETIRED)
Modified: 2018-10-28 16:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Manuel Rüger (RETIRED) gentoo-dev 2018-06-28 23:15:50 UTC
Detailed changes list

    perf: much faster dictionary compression, by @felixhandte
    perf: small quality improvement for dictionary generation, by @terrelln
    perf: improved high compression levels (notably level 19)
    mem : automatic memory release for long duration contexts
    cli : fix : overlapLog can be manually set
    cli : fix : decoding invalid lz4 frames
    api : fix : performance degradation for dictionary compression when using advanced API, by @terrelln
    api : change : clarify ZSTD_CCtx_reset() vsZSTD_CCtx_resetParameters(), by @terrelln
    build: select custom libzstd scope through control macros, by @GeorgeLu97
    build: OpenBSD support, by @bket
    build: make and make all are compatible with -j
    doc : clarify zstd_compression_format.md, updated for IETF RFC process
    misc: pzstd compatible with reproducible compilation, by @lamby
Comment 1 Patrick Lauer gentoo-dev 2018-07-07 06:15:41 UTC
tests fail:

test : overwrite protection
zstd: tmp.zst already exists; not overwritten
test : force overwrite
test : overwrite readonly file
zstd: tmpro.zst already exists; not overwritten
test : file removal
tmp                  : 32.40%   ( 65537 =>  21234 bytes, tmp.zst)
tmp.zst             : 65537 bytes
test : should quietly not remove non-regular file
make[1]: *** [Makefile:307: zstd-playTests] Error 1
make[1]: Leaving directory '/var/tmp/portage/app-arch/zstd-1.3.5/work/zstd-1.3.5/tests'
make: *** [Makefile:72: shortest] Error 2
 * ERROR: app-arch/zstd-1.3.5::gentoo failed (test phase):
 *   Make check failed. See above for details.
Comment 2 Manuel Rüger (RETIRED) gentoo-dev 2018-10-08 11:20:22 UTC
Maybe fixed in 1.3.6:

Detailed changes list

    perf: much faster dictionary builder, by @JenniferLiu
    perf: faster dictionary compression on small data when using multiple contexts, by @felixhandte
    perf: faster dictionary decompression when using a very large number of dictionaries simultaneously
    cli : fix : does no longer overwrite destination when source does not exist (#1082)
    cli : new command --adapt, for automatic compression level adaptation
    api : fix : block api can be streamed with > 4 GB, reported by @catid
    api : reduced ZSTD_DDict size by 2 KB
    api : minimum negative compression level is defined, and can be queried using ZSTD_minCLevel() (#1312).
    build: support Haiku target, by @korli
    build: Read Legacy support is now limited to v0.5+ by default. Can be changed at compile time with macro ZSTD_LEGACY_SUPPORT.
    doc : zstd_compression_format.md updated to match wording in IETF RFC 8478
    misc: tests/paramgrill, a parameter optimizer, by @GeorgeLu97
Comment 3 Larry the Git Cow gentoo-dev 2018-10-28 16:50:15 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=483486699ed323abb462a7db1853e8534d3163fe

commit 483486699ed323abb462a7db1853e8534d3163fe
Author:     Manuel Rüger <mrueg@gentoo.org>
AuthorDate: 2018-10-28 16:49:57 +0000
Commit:     Manuel Rüger <mrueg@gentoo.org>
CommitDate: 2018-10-28 16:49:57 +0000

    app-arch/zstd: Version bump to 1.3.6
    
    Closes: https://bugs.gentoo.org/659552
    Signed-off-by: Manuel Rüger <mrueg@gentoo.org>
    Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-arch/zstd/Manifest          |  1 +
 app-arch/zstd/zstd-1.3.6.ebuild | 60 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 61 insertions(+)