Summary: | =app-arch/zstd-1.3.6 version bump | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Manuel Rüger (RETIRED) <mrueg> |
Component: | Current packages | Assignee: | Patrick Lauer <patrick> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Manuel Rüger (RETIRED)
![]() 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. 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 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(+) |