diff options
author | Randy MacLeod <randy.macleod@windriver.com> | 2021-03-14 11:50:34 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-15 14:37:40 +0000 |
commit | 27a7f3a35c1b0fed7a7f40b2b8431300c3f2ab78 (patch) | |
tree | f527fbb79eb41f4516ae72dda8c16d86bd22348e /meta/recipes-extended/zstd | |
parent | a6932c2203cf89f072b7e9a266fd22b384ece6a4 (diff) | |
download | poky-27a7f3a35c1b0fed7a7f40b2b8431300c3f2ab78.tar.gz |
zstd: upgrade 1.4.8 -> 1.4.9
Shave fuzz off the Makefile-sort-all-wildcard-file-list-expansions patch
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)
(From OE-Core rev: 305c954a1d8aaeda3240523e4705c1b06e2c8590)
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/zstd')
-rw-r--r-- | meta/recipes-extended/zstd/zstd/0001-Makefile-sort-all-wildcard-file-list-expansions.patch | 19 | ||||
-rw-r--r-- | meta/recipes-extended/zstd/zstd_1.4.9.bb (renamed from meta/recipes-extended/zstd/zstd_1.4.8.bb) | 2 |
2 files changed, 11 insertions, 10 deletions
diff --git a/meta/recipes-extended/zstd/zstd/0001-Makefile-sort-all-wildcard-file-list-expansions.patch b/meta/recipes-extended/zstd/zstd/0001-Makefile-sort-all-wildcard-file-list-expansions.patch index 178124a2ef..b5ffb95b71 100644 --- a/meta/recipes-extended/zstd/zstd/0001-Makefile-sort-all-wildcard-file-list-expansions.patch +++ b/meta/recipes-extended/zstd/zstd/0001-Makefile-sort-all-wildcard-file-list-expansions.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 8d01b0753162681dcdbb7cf56f1e393c261e3eb0 Mon Sep 17 00:00:00 2001 | 1 | From 986c7917aef632745cb3388a86a2f62347d5a0a5 Mon Sep 17 00:00:00 2001 |
2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | 2 | From: Alexander Kanavin <alex.kanavin@gmail.com> |
3 | Date: Wed, 23 Dec 2020 19:14:32 +0100 | 3 | Date: Wed, 23 Dec 2020 19:14:32 +0100 |
4 | Subject: [PATCH] Makefile: sort all wildcard file list expansions | 4 | Subject: [PATCH] Makefile: sort all wildcard file list expansions |
@@ -8,6 +8,7 @@ reproducible builds. | |||
8 | 8 | ||
9 | Upstream-Status: Pending | 9 | Upstream-Status: Pending |
10 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | 10 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> |
11 | |||
11 | --- | 12 | --- |
12 | programs/Makefile | 10 +++++----- | 13 | programs/Makefile | 10 +++++----- |
13 | tests/Makefile | 4 ++-- | 14 | tests/Makefile | 4 ++-- |
@@ -15,10 +16,10 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | |||
15 | 3 files changed, 8 insertions(+), 8 deletions(-) | 16 | 3 files changed, 8 insertions(+), 8 deletions(-) |
16 | 17 | ||
17 | diff --git a/programs/Makefile b/programs/Makefile | 18 | diff --git a/programs/Makefile b/programs/Makefile |
18 | index 8641d0ee..26fee45f 100644 | 19 | index 936f3c80..b8200fae 100644 |
19 | --- a/programs/Makefile | 20 | --- a/programs/Makefile |
20 | +++ b/programs/Makefile | 21 | +++ b/programs/Makefile |
21 | @@ -72,11 +72,11 @@ ZSTDLEGACY_DIR := $(ZSTDDIR)/legacy | 22 | @@ -74,11 +74,11 @@ ZSTDLEGACY_DIR := $(ZSTDDIR)/legacy |
22 | 23 | ||
23 | vpath %.c $(ZSTDLIB_COMMON) $(ZSTDLIB_COMPRESS) $(ZSTDLIB_DECOMPRESS) $(ZDICT_DIR) $(ZSTDLEGACY_DIR) | 24 | vpath %.c $(ZSTDLIB_COMMON) $(ZSTDLIB_COMPRESS) $(ZSTDLIB_DECOMPRESS) $(ZDICT_DIR) $(ZSTDLEGACY_DIR) |
24 | 25 | ||
@@ -34,17 +35,17 @@ index 8641d0ee..26fee45f 100644 | |||
34 | 35 | ||
35 | ZSTD_LEGACY_SUPPORT ?= 5 | 36 | ZSTD_LEGACY_SUPPORT ?= 5 |
36 | ZSTDLEGACY_SRC := | 37 | ZSTDLEGACY_SRC := |
37 | @@ -91,7 +91,7 @@ ZSTDLIB_FULL_SRC = $(sort $(ZSTDLIB_CORE_SRC) $(ZSTDLEGACY_SRC) $(ZDICT_SRC)) | 38 | @@ -93,7 +93,7 @@ ZSTDLIB_FULL_SRC = $(sort $(ZSTDLIB_CORE_SRC) $(ZSTDLEGACY_SRC) $(ZDICT_SRC)) |
38 | ZSTDLIB_LOCAL_SRC := $(notdir $(ZSTDLIB_FULL_SRC)) | 39 | ZSTDLIB_LOCAL_SRC = $(notdir $(ZSTDLIB_FULL_SRC)) |
39 | ZSTDLIB_LOCAL_OBJ := $(ZSTDLIB_LOCAL_SRC:.c=.o) | 40 | ZSTDLIB_LOCAL_OBJ := $(ZSTDLIB_LOCAL_SRC:.c=.o) |
40 | 41 | ||
41 | -ZSTD_CLI_SRC := $(wildcard *.c) | 42 | -ZSTD_CLI_SRC := $(wildcard *.c) |
42 | +ZSTD_CLI_SRC := $(sort $(wildcard *.c)) | 43 | +ZSTD_CLI_SRC := $(sort $(wildcard *.c)) |
43 | ZSTD_CLI_OBJ := $(ZSTD_CLI_SRC:.c=.o) | 44 | ZSTD_CLI_OBJ := $(ZSTD_CLI_SRC:.c=.o) |
44 | 45 | ||
45 | ZSTD_ALL_SRC := $(ZSTDLIB_LOCAL_SRC) $(ZSTD_CLI_SRC) | 46 | ZSTD_ALL_SRC = $(ZSTDLIB_LOCAL_SRC) $(ZSTD_CLI_SRC) |
46 | diff --git a/tests/Makefile b/tests/Makefile | 47 | diff --git a/tests/Makefile b/tests/Makefile |
47 | index 42bc353c..5f5654f0 100644 | 48 | index f0605057..74a90b0f 100644 |
48 | --- a/tests/Makefile | 49 | --- a/tests/Makefile |
49 | +++ b/tests/Makefile | 50 | +++ b/tests/Makefile |
50 | @@ -49,7 +49,7 @@ ZSTD_FILES := $(ZSTDDECOMP_FILES) $(ZSTDCOMMON_FILES) $(ZSTDCOMP_FILES) | 51 | @@ -49,7 +49,7 @@ ZSTD_FILES := $(ZSTDDECOMP_FILES) $(ZSTDCOMMON_FILES) $(ZSTDCOMP_FILES) |
@@ -56,7 +57,7 @@ index 42bc353c..5f5654f0 100644 | |||
56 | ZSTD_OBJ1 := $(subst $(ZSTDDIR)/common/,zstdm_,$(ZSTD_F1)) | 57 | ZSTD_OBJ1 := $(subst $(ZSTDDIR)/common/,zstdm_,$(ZSTD_F1)) |
57 | ZSTD_OBJ2 := $(subst $(ZSTDDIR)/compress/,zstdc_,$(ZSTD_OBJ1)) | 58 | ZSTD_OBJ2 := $(subst $(ZSTDDIR)/compress/,zstdc_,$(ZSTD_OBJ1)) |
58 | ZSTD_OBJ3 := $(subst $(ZSTDDIR)/decompress/,zstdd_,$(ZSTD_OBJ2)) | 59 | ZSTD_OBJ3 := $(subst $(ZSTDDIR)/decompress/,zstdd_,$(ZSTD_OBJ2)) |
59 | @@ -212,7 +212,7 @@ bigdict: $(ZSTDMT_OBJECTS) $(PRGDIR)/datagen.c bigdict.c | 60 | @@ -211,7 +211,7 @@ bigdict: $(ZSTDMT_OBJECTS) $(PRGDIR)/datagen.c bigdict.c |
60 | invalidDictionaries : $(ZSTD_OBJECTS) invalidDictionaries.c | 61 | invalidDictionaries : $(ZSTD_OBJECTS) invalidDictionaries.c |
61 | 62 | ||
62 | legacy : CPPFLAGS += -I$(ZSTDDIR)/legacy -DZSTD_LEGACY_SUPPORT=4 | 63 | legacy : CPPFLAGS += -I$(ZSTDDIR)/legacy -DZSTD_LEGACY_SUPPORT=4 |
@@ -66,7 +67,7 @@ index 42bc353c..5f5654f0 100644 | |||
66 | decodecorpus : LDLIBS += -lm | 67 | decodecorpus : LDLIBS += -lm |
67 | decodecorpus : $(filter-out zstdc_zstd_compress.o, $(ZSTD_OBJECTS)) $(ZDICT_FILES) $(PRGDIR)/util.c $(PRGDIR)/timefn.c decodecorpus.c | 68 | decodecorpus : $(filter-out zstdc_zstd_compress.o, $(ZSTD_OBJECTS)) $(ZDICT_FILES) $(PRGDIR)/util.c $(PRGDIR)/timefn.c decodecorpus.c |
68 | diff --git a/tests/fuzz/Makefile b/tests/fuzz/Makefile | 69 | diff --git a/tests/fuzz/Makefile b/tests/fuzz/Makefile |
69 | index 36232a8c..574fe877 100644 | 70 | index f3a561de..68a29ef0 100644 |
70 | --- a/tests/fuzz/Makefile | 71 | --- a/tests/fuzz/Makefile |
71 | +++ b/tests/fuzz/Makefile | 72 | +++ b/tests/fuzz/Makefile |
72 | @@ -58,7 +58,7 @@ FUZZ_SRC := \ | 73 | @@ -58,7 +58,7 @@ FUZZ_SRC := \ |
diff --git a/meta/recipes-extended/zstd/zstd_1.4.8.bb b/meta/recipes-extended/zstd/zstd_1.4.9.bb index 10a6334cb7..b86fdf8b2d 100644 --- a/meta/recipes-extended/zstd/zstd_1.4.8.bb +++ b/meta/recipes-extended/zstd/zstd_1.4.9.bb | |||
@@ -13,7 +13,7 @@ SRC_URI = "git://github.com/facebook/zstd.git;branch=release \ | |||
13 | file://0001-Makefile-sort-all-wildcard-file-list-expansions.patch \ | 13 | file://0001-Makefile-sort-all-wildcard-file-list-expansions.patch \ |
14 | " | 14 | " |
15 | 15 | ||
16 | SRCREV = "97a3da1df009d4dc67251de0c4b1c9d7fe286fc1" | 16 | SRCREV = "e4558ffd1dc49399faf4ee5d85abed4386b4dcf5" |
17 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" | 17 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" |
18 | 18 | ||
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |