Files
bpfire/config/rootfiles/common
Adolf Belka 7330a8a53e zstd: Update to 1.4.9
- Update from 1.4.5 to 1.4.9
- Update rootfiles
- Changelog
   v1.4.9  (Mar 1, 2021)
     bug: Use `umask()` to Constrain Created File Permissions (#2495, @felixhandte)
     bug: Make Simple Single-Pass Functions Ignore Advanced Parameters (#2498, @terrelln)
     api: Add (De)Compression Tracing Functionality (#2482, @terrelln)
     api: Support References to Multiple DDicts (#2446, @senhuang42)
     api: Add Function to Generate Skippable Frame (#2439, @senhuang42)
     perf: New Algorithms for the Long Distance Matcher (#2483, @mpu)
     perf: Performance Improvements for Long Distance Matcher (#2464, @mpu)
     perf: Don't Shrink Window Log when Streaming with a Dictionary (#2451, @terrelln)
     cli: Fix `--output-dir-mirror`'s Rejection of `..`-Containing Paths (#2512, @felixhandte)
     cli: Allow Input From Console When `-f`/`--force` is Passed (#2466, @felixhandte)
     cli: Improve Help Message (#2500, @senhuang42)
     tests: Remove Flaky Tests (#2455, #2486, #2445, @Cyan4973)
     tests: Correctly Invoke md5 Utility on NetBSD (#2492, @niacat)
     tests: Avoid Using `stat -c` on NetBSD (#2513, @felixhandte)
     build: Zstd CLI Can Now be Linked to Dynamic `libzstd` (#2457, #2454 @Cyan4973)
     build: Hide and Avoid Using Static-Only Symbols (#2501, #2504, @skitt)
     build: CMake: Enable Only C for lib/ and programs/ Projects (#2498, @concatime)
     build: CMake: Use `configure_file()` to Create the `.pc` File (#2462, @lazka)
     build: Fix Fuzzer Compiler Detection & Update UBSAN Flags (#2503, @terrelln)
     build: Add Guards for `_LARGEFILE_SOURCE` and `_LARGEFILE64_SOURCE` (#2444, @indygreg)
     build: Improve `zlibwrapper` Makefile (#2437, @Cyan4973)
     contrib: Add `recover_directory` Program (#2473, @terrelln)
     doc: Change License Year to 2021 (#2452 & #2465, @terrelln & @senhuang42)
     doc: Fix Typos (#2459, @ThomasWaldmann)
   v1.4.8  (Dec 18, 2020)
     hotfix: wrong alignment of an internal buffer
   v1.4.7  (Dec 16, 2020)
     perf: stronger --long mode at high compression levels, by @senhuang42
     perf: stronger --patch-from at high compression levels, thanks to --long improvements
     perf: faster dictionary compression at medium compression levels, by @felixhandte
     perf: small speed & memory usage improvements for ZSTD_compress2(), by @terrelln
     perf: improved fast compression speeds with Visual Studio, by @animalize
     cli : Set nb of threads with environment variable ZSTD_NBTHREADS, by @senhuang42
     cli : accept decompressing files with *.zstd suffix
     cli : provide a condensed summary by default when processing multiple files
     cli : fix : stdin input no longer confused as user prompt
     cli : improve accuracy of several error messages
     api : new sequence ingestion API, by @senhuang42
     api : shared thread pool: control total nb of threads used by multiple compression jobs, by @marxin
     api : new ZSTD_getDictID_fromCDict(), by @LuAPi
     api : zlibWrapper only uses public API, and is compatible with dynamic library, by @terrelln
     api : fix : multithreaded compression has predictable output even in special cases (see #2327) (issue not accessible from cli)
     api : fix : dictionary compression correctly respects dictionary compression level (see #2303) (issue not accessible from cli)
     build: fix cmake script when using path with spaces, by @terrelln
     build: improved compile-time detection of aarch64/neon platforms, by @bsdimp
     build: Fix building on AIX 5.1, by @likema
     build: compile paramgrill with cmake on Windows, requested by @mirh
     doc : clarify repcode updates in format specification, by @felixhandte
   v1.4.6
     fix : Always return dstSize_tooSmall when that is the case
     fix : Fix ZSTD_initCStream_advanced() with static allocation and no dictionary
     perf: Improve small block decompression speed by 20%+, by @terrelln
     perf: Reduce compression stack usage by 1 KB, by @terrelln
     perf: Improve decompression speed by improving ZSTD_wildcopy, by @helloguo (#2252, #2256)
     perf: Improve histogram construction, by @cyan4973 (#2253)
     cli : Add --output-dir-mirror option, by @xxie24 (#2219)
     cli : Warn when (de)compressing multiple files into a single output, by @senhuang42 (#2279)
     cli : Improved progress bar and status summary when (de)compressing multiple files, by @senhuang42 (#2283)
     cli : Call stat less often, by @felixhandte (#2262)
     cli : Allow --patch-from XXX and --filelist XXX in addition to --patch-from=XXX and --filelist=XXX, by @cyan4973 (#2250)
     cli : Allow --patch-from to compress stdin with --stream-size, by @bimbashrestha (#2206)
     api : Do not install zbuff.h, since it has long been deprecated, by @cyan4973 (#2166).
     api : Fix ZSTD_CCtx_setParameter() with ZSTD_c_compressionLevel to make 0 mean default level, by @i-do-cpp (#2291)
     api : Rename ZSTDMT_NBTHREADS_MAX to ZSTDMT_NBWORKERS_MAX, by @marxin (#2228).
     build: Install pkg-config file with CMake and MinGW, by @tonytheodore (#2183)
     build: Install DLL with CMake on Windows, by @BioDataAnalysis (#2221)
     build: Fix DLL install location with CMake, by @xantares and @bimbashrestha (#2186)
     build: Add ZSTD_NO_UNUSED_FUNCTIONS macro to hide unused functions
     build: Add ZSTD_NO_INTRINSICS macro to avoid explicit intrinsics
     build: Add STATIC_BMI2 macro for compile time detection of BMI2 on MSVC, by @Niadb (#2258)
     build: Fix -Wcomma warnings, by @cwoffenden
     build: Remove distutils requirement for meson build, by @neheb (#2197)
     build: Fix cli compilation with uclibc
     build: Fix cli compilation without st_mtime, by @ffontaine (#2246)
     build: Fix shadowing warnings in library
     build: Fix single file library compilation with Enscripten, by @yoshihitoh (#2227)
     misc: Improve single file library and include dictBuilder, by @cwoffenden
     misc: Allow compression dictionaries with missing symbols
     misc: Add freestanding translation script in contrib/freestanding_lib
     misc: Collect all of zstd's libc dependencies into zstd_deps.h
     doc : Add ZSTD_versionString() to manual, by @animalize
     doc : Fix documentation for ZSTD_CCtxParams_setParameter(), by @felixhandte (#2270)

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-07 13:15:02 +00:00
..
2021-03-29 10:30:46 +00:00
2021-03-29 10:30:46 +00:00
2021-03-18 11:19:43 +00:00
2018-04-14 18:42:00 +02:00
2020-04-20 15:19:25 +00:00
2020-03-21 16:14:08 +00:00
2018-04-11 20:03:53 +01:00
2015-12-13 22:28:15 +00:00
2008-10-11 00:50:29 +02:00
2021-03-18 11:20:32 +00:00
2021-02-12 11:54:42 +00:00
2020-05-01 19:08:38 +00:00
2019-11-14 01:55:38 +00:00
2017-06-07 09:55:27 +01:00
2020-05-09 12:03:23 +00:00
2021-03-22 10:37:16 +00:00
2020-08-16 10:29:42 +00:00
2017-09-22 18:56:04 +01:00
2013-08-28 11:18:37 +02:00
2021-03-29 12:53:09 +00:00
2015-07-10 15:14:15 +02:00
2020-03-21 15:44:08 +00:00
2018-07-14 13:43:49 +01:00
2020-09-24 17:36:38 +00:00
2019-05-27 14:39:32 +01:00
2021-03-12 14:46:18 +00:00
2019-12-02 17:10:15 +00:00
2021-02-05 11:22:59 +00:00
2020-02-17 08:50:46 +00:00
2018-06-25 10:54:36 +01:00
2020-04-12 08:16:28 +02:00
2017-04-17 12:36:49 +01:00
2015-09-14 13:49:23 +01:00
2013-11-21 13:50:03 +01:00
2021-03-29 12:54:50 +00:00
2020-02-18 06:01:44 +00:00
2011-09-04 15:47:31 +02:00
2016-09-24 13:04:42 +01:00
2021-02-03 22:23:13 +00:00
2020-11-05 23:29:18 +00:00
2021-02-05 11:16:27 +00:00
2015-05-03 21:51:04 +02:00
2017-06-07 09:55:16 +01:00
2020-09-24 17:36:37 +00:00
2013-04-12 12:43:27 +02:00
2021-02-05 16:53:29 +00:00
2021-01-06 15:21:02 +00:00
2021-03-29 12:55:40 +00:00
2021-04-07 13:12:27 +00:00
2018-01-14 15:44:48 +00:00
2021-04-07 13:13:18 +00:00
2016-08-23 13:04:47 -04:00
2020-06-19 17:14:58 +00:00
2013-07-03 21:38:17 +02:00
2012-08-20 11:39:23 +02:00
2019-03-13 15:04:40 +01:00
2020-04-30 14:52:53 +00:00
2018-02-11 20:56:12 +00:00
2018-07-12 10:03:34 +01:00
2018-02-16 20:01:55 +00:00
2010-07-25 20:13:50 +02:00
2021-03-10 13:57:00 +00:00
2021-01-29 11:14:22 +00:00
2021-01-25 21:23:49 +00:00
2010-09-15 17:43:06 +02:00
2013-10-15 16:46:15 +02:00
2018-10-26 11:23:55 +00:00
2013-07-06 09:36:34 +02:00
2020-08-16 10:29:42 +00:00
2018-10-22 19:51:19 +01:00
2021-01-13 11:22:59 +00:00
2020-09-24 17:36:38 +00:00
2009-05-17 17:24:59 +02:00
2021-02-09 11:38:48 +00:00
2012-08-24 16:22:24 +02:00
2018-10-21 22:17:54 +01:00
2020-10-30 16:29:02 +00:00
2014-12-07 15:23:57 +01:00
2021-04-07 13:11:00 +00:00
2018-11-19 18:58:48 +00:00
2019-05-07 23:50:03 +01:00
2010-07-13 18:42:44 +02:00
2020-05-09 11:50:35 +00:00
2021-03-03 13:32:28 +00:00
2021-02-22 11:26:29 +00:00
2021-02-01 10:38:05 +00:00
2019-12-29 19:09:27 +00:00
2020-09-24 17:36:37 +00:00
2020-04-25 09:05:28 +00:00
2016-09-24 13:07:13 +01:00
2021-04-07 13:14:11 +00:00
2015-12-11 18:47:20 +00:00
2015-06-23 13:37:57 +02:00
2013-08-27 20:20:47 +02:00
2014-08-07 14:49:50 +02:00
2021-04-06 09:54:40 +00:00
2020-04-26 07:29:59 +00:00
2014-08-20 21:45:12 +02:00
2020-03-21 16:03:54 +00:00
2015-02-01 17:39:33 +01:00
2013-01-30 09:58:29 +01:00
2020-05-09 11:48:24 +00:00
2015-06-18 13:23:55 +02:00
2021-02-22 11:28:11 +00:00
2018-11-19 18:58:48 +00:00
2015-02-01 20:34:36 +01:00
2017-04-28 13:04:19 +01:00
2019-11-13 19:11:09 +00:00
2015-12-22 22:27:39 +00:00
2020-01-16 18:22:51 +00:00
2021-02-09 11:51:38 +00:00
2021-02-05 11:24:35 +00:00
2021-02-09 12:00:04 +00:00
2012-06-17 17:00:05 +02:00
2020-01-04 18:23:52 +00:00
2020-12-27 10:30:15 +00:00
2021-01-27 21:06:57 +00:00
2013-10-24 15:20:48 +02:00
2020-08-16 10:29:43 +00:00
2020-05-10 07:36:12 +00:00
2012-08-07 20:21:06 +02:00
2020-03-26 09:42:12 +00:00
2021-02-08 13:51:04 +00:00
2021-04-06 09:55:46 +00:00
2021-02-03 22:28:16 +00:00
2020-12-27 10:29:55 +00:00
2018-06-30 19:51:38 +01:00
2018-10-22 14:58:29 +01:00
2016-01-10 21:18:20 +00:00
2020-09-24 17:36:37 +00:00
2020-05-09 12:03:02 +00:00
2021-02-16 17:32:28 +00:00
2020-12-01 16:10:32 +00:00
2018-04-02 15:46:40 +01:00
2020-12-10 13:03:18 +00:00
2012-08-24 15:26:30 +02:00
2021-03-22 10:42:07 +00:00
2014-07-23 22:57:47 +02:00
2018-08-16 18:55:13 +01:00
2020-03-21 16:14:08 +00:00
2021-02-09 16:10:07 +00:00
2021-04-02 15:38:46 +00:00
2017-02-22 08:57:49 +00:00
2020-09-24 17:36:37 +00:00
2020-09-24 17:36:37 +00:00
2020-08-17 17:55:35 +00:00
2020-02-18 17:10:50 +00:00
2008-12-12 16:19:56 +01:00
2020-12-27 10:55:03 +00:00
2021-03-03 16:45:57 +00:00
2016-08-07 15:02:08 +01:00
2016-08-06 14:43:47 +01:00
2016-08-05 13:33:47 +01:00
2016-09-14 16:41:12 +01:00
2018-03-19 11:52:44 +00:00
2010-07-25 20:13:50 +02:00
2021-03-10 13:58:39 +00:00
2008-10-11 00:50:29 +02:00
2019-05-27 14:40:03 +01:00
2017-05-19 17:44:13 +01:00
2019-12-29 19:14:30 +00:00
2014-01-29 17:22:48 +01:00
2020-08-16 10:29:42 +00:00
2021-02-01 10:45:45 +00:00
2016-04-27 12:56:23 +01:00
2012-08-12 16:39:18 -04:00
2018-07-12 10:03:34 +01:00
2016-06-17 13:03:34 +01:00
2015-02-01 20:45:58 +01:00
2020-03-29 06:34:18 +00:00
2018-07-03 16:03:37 +01:00
2021-03-10 13:59:29 +00:00
2020-08-16 10:29:42 +00:00
2021-01-06 15:21:42 +00:00
2021-02-16 18:00:16 +00:00
2020-04-01 14:40:39 +00:00
2021-01-18 13:04:33 +00:00
2021-03-03 13:27:03 +00:00
2021-03-22 10:40:15 +00:00
2017-01-29 19:30:13 +00:00
2021-03-11 14:57:21 +00:00
2014-11-22 23:43:46 +01:00
2021-02-08 11:47:59 +00:00
2019-08-16 12:17:51 +02:00
2020-11-05 23:30:38 +00:00
2018-10-21 12:43:37 +01:00
2021-02-12 11:53:56 +00:00
2017-04-06 10:06:08 +01:00
2018-08-13 19:49:48 +01:00
2016-06-01 22:22:31 +01:00
2009-03-28 11:01:11 +01:00
2020-04-30 14:56:49 +00:00
2013-12-26 14:03:31 +01:00
2016-07-16 10:53:53 +01:00
2008-11-02 11:11:32 +01:00
2020-08-16 10:29:42 +00:00
2020-03-23 18:38:17 +00:00
2020-10-15 15:33:44 +00:00
2017-01-24 14:29:28 +00:00
2021-04-07 13:15:02 +00:00