mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libseccomp: Version bump. 2.5.4 -> 2.5.5
@ 2023-12-03 21:41 Christian Melki
  2023-12-07 11:10 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2023-12-03 21:41 UTC (permalink / raw)
  To: ptxdist

Very minor syscall table update.

* Forward patchset, applies cleanly.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 ...1-run-time-use-a-broadly-supported-shell-interpreter.patch | 0
 patches/{libseccomp-2.5.4 => libseccomp-2.5.5}/series         | 0
 rules/libseccomp.make                                         | 4 ++--
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename patches/{libseccomp-2.5.4 => libseccomp-2.5.5}/0001-run-time-use-a-broadly-supported-shell-interpreter.patch (100%)
 rename patches/{libseccomp-2.5.4 => libseccomp-2.5.5}/series (100%)

diff --git a/patches/libseccomp-2.5.4/0001-run-time-use-a-broadly-supported-shell-interpreter.patch b/patches/libseccomp-2.5.5/0001-run-time-use-a-broadly-supported-shell-interpreter.patch
similarity index 100%
rename from patches/libseccomp-2.5.4/0001-run-time-use-a-broadly-supported-shell-interpreter.patch
rename to patches/libseccomp-2.5.5/0001-run-time-use-a-broadly-supported-shell-interpreter.patch
diff --git a/patches/libseccomp-2.5.4/series b/patches/libseccomp-2.5.5/series
similarity index 100%
rename from patches/libseccomp-2.5.4/series
rename to patches/libseccomp-2.5.5/series
diff --git a/rules/libseccomp.make b/rules/libseccomp.make
index b7ad65dfa..48fbf8f7f 100644
--- a/rules/libseccomp.make
+++ b/rules/libseccomp.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBSECCOMP) += libseccomp
 #
 # Paths and names
 #
-LIBSECCOMP_VERSION		:= 2.5.4
-LIBSECCOMP_MD5			:= 74008bb33234e0c2a0d998e7bee5c625
+LIBSECCOMP_VERSION		:= 2.5.5
+LIBSECCOMP_MD5			:= c27a5e43cae1e89e6ebfedeea734c9b4
 LIBSECCOMP			:= libseccomp-$(LIBSECCOMP_VERSION)
 LIBSECCOMP_SUFFIX		:= tar.gz
 LIBSECCOMP_URL			:= https://github.com/seccomp/libseccomp/releases/download/v$(LIBSECCOMP_VERSION)/$(LIBSECCOMP).$(LIBSECCOMP_SUFFIX)
-- 
2.34.1




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] libseccomp: Version bump. 2.5.4 -> 2.5.5
  2023-12-03 21:41 [ptxdist] [PATCH] libseccomp: Version bump. 2.5.4 -> 2.5.5 Christian Melki
@ 2023-12-07 11:10 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2023-12-07 11:10 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as 07132f64af3d54491070c188c547fb9d0b905872.

Michael

[sent from post-receive hook]

On Thu, 07 Dec 2023 12:10:01 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> Very minor syscall table update.
> 
> * Forward patchset, applies cleanly.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20231203214151.978083-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/patches/libseccomp-2.5.4/0001-run-time-use-a-broadly-supported-shell-interpreter.patch b/patches/libseccomp-2.5.5/0001-run-time-use-a-broadly-supported-shell-interpreter.patch
> similarity index 100%
> rename from patches/libseccomp-2.5.4/0001-run-time-use-a-broadly-supported-shell-interpreter.patch
> rename to patches/libseccomp-2.5.5/0001-run-time-use-a-broadly-supported-shell-interpreter.patch
> diff --git a/patches/libseccomp-2.5.4/series b/patches/libseccomp-2.5.5/series
> similarity index 100%
> rename from patches/libseccomp-2.5.4/series
> rename to patches/libseccomp-2.5.5/series
> diff --git a/rules/libseccomp.make b/rules/libseccomp.make
> index b7ad65dfa5cb..48fbf8f7fc50 100644
> --- a/rules/libseccomp.make
> +++ b/rules/libseccomp.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBSECCOMP) += libseccomp
>  #
>  # Paths and names
>  #
> -LIBSECCOMP_VERSION		:= 2.5.4
> -LIBSECCOMP_MD5			:= 74008bb33234e0c2a0d998e7bee5c625
> +LIBSECCOMP_VERSION		:= 2.5.5
> +LIBSECCOMP_MD5			:= c27a5e43cae1e89e6ebfedeea734c9b4
>  LIBSECCOMP			:= libseccomp-$(LIBSECCOMP_VERSION)
>  LIBSECCOMP_SUFFIX		:= tar.gz
>  LIBSECCOMP_URL			:= https://github.com/seccomp/libseccomp/releases/download/v$(LIBSECCOMP_VERSION)/$(LIBSECCOMP).$(LIBSECCOMP_SUFFIX)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-07 11:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-03 21:41 [ptxdist] [PATCH] libseccomp: Version bump. 2.5.4 -> 2.5.5 Christian Melki
2023-12-07 11:10 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox