All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Richard Purdie" <richard.purdie@linuxfoundation.org>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 18/27] zstd: upgrade 1.4.9 -> 1.5.0
Date: Sun, 16 May 2021 23:32:38 +0100	[thread overview]
Message-ID: <20210516223247.2401235-18-richard.purdie@linuxfoundation.org> (raw)
In-Reply-To: <20210516223247.2401235-1-richard.purdie@linuxfoundation.org>

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 ...-sort-all-wildcard-file-list-expansions.patch | 16 ++++++++--------
 .../zstd/{zstd_1.4.9.bb => zstd_1.5.0.bb}        |  2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)
 rename meta/recipes-extended/zstd/{zstd_1.4.9.bb => zstd_1.5.0.bb} (95%)

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 b5ffb95b713..37c5ff0cc06 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 @@
-From 986c7917aef632745cb3388a86a2f62347d5a0a5 Mon Sep 17 00:00:00 2001
+From 77c7963c7a0f1c455f20520d5c7b1ec9b17a44fb Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin <alex.kanavin@gmail.com>
 Date: Wed, 23 Dec 2020 19:14:32 +0100
 Subject: [PATCH] Makefile: sort all wildcard file list expansions
@@ -16,7 +16,7 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
  3 files changed, 8 insertions(+), 8 deletions(-)
 
 diff --git a/programs/Makefile b/programs/Makefile
-index 936f3c80..b8200fae 100644
+index 599fb02f..2c416467 100644
 --- a/programs/Makefile
 +++ b/programs/Makefile
 @@ -74,11 +74,11 @@ ZSTDLEGACY_DIR := $(ZSTDDIR)/legacy
@@ -45,11 +45,11 @@ index 936f3c80..b8200fae 100644
  
  ZSTD_ALL_SRC = $(ZSTDLIB_LOCAL_SRC) $(ZSTD_CLI_SRC)
 diff --git a/tests/Makefile b/tests/Makefile
-index f0605057..74a90b0f 100644
+index 85553007..b71cdba8 100644
 --- a/tests/Makefile
 +++ b/tests/Makefile
-@@ -49,7 +49,7 @@ ZSTD_FILES  := $(ZSTDDECOMP_FILES) $(ZSTDCOMMON_FILES) $(ZSTDCOMP_FILES)
- ZBUFF_FILES := $(ZSTDDIR)/deprecated/*.c
+@@ -49,7 +49,7 @@ ZSTDDECOMP_FILES := $(ZSTDDIR)/decompress/*.c
+ ZSTD_FILES  := $(ZSTDDECOMP_FILES) $(ZSTDCOMMON_FILES) $(ZSTDCOMP_FILES)
  ZDICT_FILES := $(ZSTDDIR)/dictBuilder/*.c
  
 -ZSTD_F1 := $(wildcard $(ZSTD_FILES))
@@ -57,7 +57,7 @@ index f0605057..74a90b0f 100644
  ZSTD_OBJ1 := $(subst $(ZSTDDIR)/common/,zstdm_,$(ZSTD_F1))
  ZSTD_OBJ2 := $(subst $(ZSTDDIR)/compress/,zstdc_,$(ZSTD_OBJ1))
  ZSTD_OBJ3 := $(subst $(ZSTDDIR)/decompress/,zstdd_,$(ZSTD_OBJ2))
-@@ -211,7 +211,7 @@ bigdict: $(ZSTDMT_OBJECTS) $(PRGDIR)/datagen.c bigdict.c
+@@ -202,7 +202,7 @@ bigdict: $(ZSTDMT_OBJECTS) $(PRGDIR)/datagen.c bigdict.c
  invalidDictionaries : $(ZSTD_OBJECTS) invalidDictionaries.c
  
  legacy : CPPFLAGS += -I$(ZSTDDIR)/legacy -DZSTD_LEGACY_SUPPORT=4
@@ -67,10 +67,10 @@ index f0605057..74a90b0f 100644
  decodecorpus : LDLIBS += -lm
  decodecorpus : $(filter-out zstdc_zstd_compress.o, $(ZSTD_OBJECTS)) $(ZDICT_FILES) $(PRGDIR)/util.c $(PRGDIR)/timefn.c decodecorpus.c
 diff --git a/tests/fuzz/Makefile b/tests/fuzz/Makefile
-index f3a561de..68a29ef0 100644
+index ccb574b7..b1cb2935 100644
 --- a/tests/fuzz/Makefile
 +++ b/tests/fuzz/Makefile
-@@ -58,7 +58,7 @@ FUZZ_SRC       := \
+@@ -62,7 +62,7 @@ FUZZ_SRC       := \
  	$(ZSTDCOMP_SRC) \
  	$(ZSTDDICT_SRC) \
  	$(ZSTDLEGACY_SRC)
diff --git a/meta/recipes-extended/zstd/zstd_1.4.9.bb b/meta/recipes-extended/zstd/zstd_1.5.0.bb
similarity index 95%
rename from meta/recipes-extended/zstd/zstd_1.4.9.bb
rename to meta/recipes-extended/zstd/zstd_1.5.0.bb
index b86fdf8b2d5..9c950207431 100644
--- a/meta/recipes-extended/zstd/zstd_1.4.9.bb
+++ b/meta/recipes-extended/zstd/zstd_1.5.0.bb
@@ -13,7 +13,7 @@ SRC_URI = "git://github.com/facebook/zstd.git;branch=release \
            file://0001-Makefile-sort-all-wildcard-file-list-expansions.patch \
            "
 
-SRCREV = "e4558ffd1dc49399faf4ee5d85abed4386b4dcf5"
+SRCREV = "a488ba114ec17ea1054b9057c26a046fc122b3b6"
 UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
 
 S = "${WORKDIR}/git"
-- 
2.30.2


  parent reply	other threads:[~2021-05-16 22:32 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-16 22:32 [PATCH 01/27] libxcrypt-compat: upgrade 4.4.19 -> 4.4.20 Richard Purdie
2021-05-16 22:32 ` [PATCH 02/27] ofono: upgrade 1.31 -> 1.32 Richard Purdie
2021-05-16 22:32 ` [PATCH 03/27] libnss-mdns: upgrade 0.14.1 -> 0.15 Richard Purdie
2021-05-16 22:32 ` [PATCH 04/27] python3-git: upgrade 3.1.14 -> 3.1.17 Richard Purdie
2021-05-16 22:32 ` [PATCH 05/27] bind: upgrade 9.16.13 -> 9.16.15 Richard Purdie
2021-05-16 22:32 ` [PATCH 06/27] vala: upgrade 0.52.2 -> 0.52.3 Richard Purdie
2021-05-16 22:32 ` [PATCH 07/27] libjpeg-turbo: upgrade 2.0.6 -> 2.1.0 Richard Purdie
2021-05-16 22:32 ` [PATCH 08/27] btrfs-tools: upgrade 5.12 -> 5.12.1 Richard Purdie
2021-05-16 22:32 ` [PATCH 09/27] python3-hypothesis: upgrade 6.9.1 -> 6.12.0 Richard Purdie
2021-05-16 22:32 ` [PATCH 10/27] python3-numpy: upgrade 1.20.2 -> 1.20.3 Richard Purdie
2021-05-16 22:32 ` [PATCH 11/27] python3-setuptools: upgrade 56.0.0 -> 56.2.0 Richard Purdie
2021-05-17 16:26   ` [OE-core] " Khem Raj
2021-05-17 16:51     ` Richard Purdie
2021-05-16 22:32 ` [PATCH 12/27] gtk+3: upgrade 3.24.28 -> 3.24.29 Richard Purdie
2021-05-16 22:32 ` [PATCH 13/27] sudo: upgrade 1.9.6p1 -> 1.9.7 Richard Purdie
2021-05-16 22:32 ` [PATCH 14/27] stress-ng: upgrade 0.12.06 -> 0.12.08 Richard Purdie
2021-05-16 22:32 ` [PATCH 15/27] less: upgrade 581 -> 586 Richard Purdie
2021-05-16 22:32 ` [PATCH 16/27] libtirpc: upgrade 1.3.1 -> 1.3.2 Richard Purdie
2021-05-16 22:32 ` [PATCH 17/27] libinput: upgrade 1.17.1 -> 1.17.2 Richard Purdie
2021-05-16 22:32 ` Richard Purdie [this message]
2021-05-26  8:02   ` [OE-core] [PATCH 18/27] zstd: upgrade 1.4.9 -> 1.5.0 Khem Raj
2021-05-16 22:32 ` [PATCH 19/27] hdparm: upgrade 9.61 -> 9.62 Richard Purdie
2021-05-16 22:32 ` [PATCH 20/27] libxkbcommon: upgrade 1.2.1 -> 1.3.0 Richard Purdie
2021-05-16 22:32 ` [PATCH 21/27] spirv-tools: upgrade 2020.7 -> 2021.1 Richard Purdie
2021-05-16 22:32 ` [PATCH 22/27] diffoscope: upgrade 172 -> 175 Richard Purdie
2021-05-16 22:32 ` [PATCH 23/27] mpg123: upgrade 1.26.5 -> 1.27.2 Richard Purdie
2021-05-16 22:32 ` [PATCH 24/27] sqlite3: upgrade 3.35.3 -> 3.35.5 Richard Purdie
2021-05-16 22:32 ` [PATCH 25/27] wayland-protocols: upgrade 1.20 -> 1.21 Richard Purdie
2021-05-16 22:32 ` [PATCH 26/27] shaderc: upgrade 2020.5 -> 2021.0 Richard Purdie
2021-05-16 22:32 ` [PATCH 27/27] wpebackend-fdo: upgrade 1.8.3 -> 1.8.4 Richard Purdie
2021-05-17  8:07 ` [OE-core] [PATCH 01/27] libxcrypt-compat: upgrade 4.4.19 -> 4.4.20 Alexander Kanavin
2021-05-17 16:52   ` Richard Purdie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210516223247.2401235-18-richard.purdie@linuxfoundation.org \
    --to=richard.purdie@linuxfoundation.org \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.