mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libseccomp: Version bump. 2.6.0 -> 2.6.1
@ 2026-07-08 18:28 Christian Melki
  2026-07-15 10:01 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2026-07-08 18:28 UTC (permalink / raw)
  To: ptxdist

Security fixes.
https://github.com/seccomp/libseccomp/releases/tag/v2.6.1

* 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.6.0 => libseccomp-2.6.1}/series         | 0
 rules/libseccomp.make                                         | 4 ++--
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename patches/{libseccomp-2.6.0 => libseccomp-2.6.1}/0001-run-time-use-a-broadly-supported-shell-interpreter.patch (100%)
 rename patches/{libseccomp-2.6.0 => libseccomp-2.6.1}/series (100%)

diff --git a/patches/libseccomp-2.6.0/0001-run-time-use-a-broadly-supported-shell-interpreter.patch b/patches/libseccomp-2.6.1/0001-run-time-use-a-broadly-supported-shell-interpreter.patch
similarity index 100%
rename from patches/libseccomp-2.6.0/0001-run-time-use-a-broadly-supported-shell-interpreter.patch
rename to patches/libseccomp-2.6.1/0001-run-time-use-a-broadly-supported-shell-interpreter.patch
diff --git a/patches/libseccomp-2.6.0/series b/patches/libseccomp-2.6.1/series
similarity index 100%
rename from patches/libseccomp-2.6.0/series
rename to patches/libseccomp-2.6.1/series
diff --git a/rules/libseccomp.make b/rules/libseccomp.make
index b4060412d..ee65064c5 100644
--- a/rules/libseccomp.make
+++ b/rules/libseccomp.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBSECCOMP) += libseccomp
 #
 # Paths and names
 #
-LIBSECCOMP_VERSION		:= 2.6.0
-LIBSECCOMP_SHA256		:= 83b6085232d1588c379dc9b9cae47bb37407cf262e6e74993c61ba72d2a784dc
+LIBSECCOMP_VERSION		:= 2.6.1
+LIBSECCOMP_SHA256		:= 501f66c667225d53791b97e1d7cf85ab764c297d04881f60f38f451c4b0ee1be
 LIBSECCOMP			:= libseccomp-$(LIBSECCOMP_VERSION)
 LIBSECCOMP_SUFFIX		:= tar.gz
 LIBSECCOMP_URL			:= https://github.com/seccomp/libseccomp/releases/download/v$(LIBSECCOMP_VERSION)/$(LIBSECCOMP).$(LIBSECCOMP_SUFFIX)
-- 
2.43.0




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

* Re: [ptxdist] [APPLIED] libseccomp: Version bump. 2.6.0 -> 2.6.1
  2026-07-08 18:28 [ptxdist] [PATCH] libseccomp: Version bump. 2.6.0 -> 2.6.1 Christian Melki
@ 2026-07-15 10:01 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2026-07-15 10:01 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as 27f71bb7e7dca1b5815b96f7b61e5b9fadd424fc.

Michael

[sent from post-receive hook]

On Wed, 15 Jul 2026 12:01:56 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Security fixes.
> https://github.com/seccomp/libseccomp/releases/tag/v2.6.1
> 
> * Forward patchset, applies cleanly.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20260708182808.741741-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/patches/libseccomp-2.6.0/0001-run-time-use-a-broadly-supported-shell-interpreter.patch b/patches/libseccomp-2.6.1/0001-run-time-use-a-broadly-supported-shell-interpreter.patch
> similarity index 100%
> rename from patches/libseccomp-2.6.0/0001-run-time-use-a-broadly-supported-shell-interpreter.patch
> rename to patches/libseccomp-2.6.1/0001-run-time-use-a-broadly-supported-shell-interpreter.patch
> diff --git a/patches/libseccomp-2.6.0/series b/patches/libseccomp-2.6.1/series
> similarity index 100%
> rename from patches/libseccomp-2.6.0/series
> rename to patches/libseccomp-2.6.1/series
> diff --git a/rules/libseccomp.make b/rules/libseccomp.make
> index b4060412d4c9..ee65064c5c95 100644
> --- a/rules/libseccomp.make
> +++ b/rules/libseccomp.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBSECCOMP) += libseccomp
>  #
>  # Paths and names
>  #
> -LIBSECCOMP_VERSION		:= 2.6.0
> -LIBSECCOMP_SHA256		:= 83b6085232d1588c379dc9b9cae47bb37407cf262e6e74993c61ba72d2a784dc
> +LIBSECCOMP_VERSION		:= 2.6.1
> +LIBSECCOMP_SHA256		:= 501f66c667225d53791b97e1d7cf85ab764c297d04881f60f38f451c4b0ee1be
>  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:[~2026-07-15 10:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-08 18:28 [ptxdist] [PATCH] libseccomp: Version bump. 2.6.0 -> 2.6.1 Christian Melki
2026-07-15 10:01 ` [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