* [ptxdist] [PATCH] libseccomp: Version bump. 2.5.5 -> 2.6.0
@ 2025-01-25 16:14 Christian Melki
2025-02-21 17:08 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2025-01-25 16:14 UTC (permalink / raw)
To: ptxdist
Two years since last update.
Added some new functionality.
There will probably be a continuation on the 2.5.x series,
but I decided to step to 2.6.0 instead.
https://github.com/seccomp/libseccomp/releases/tag/v2.6.0
* Patchset forwarded. 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.5 => libseccomp-2.6.0}/series | 0
rules/libseccomp.make | 4 ++--
3 files changed, 2 insertions(+), 2 deletions(-)
rename patches/{libseccomp-2.5.5 => libseccomp-2.6.0}/0001-run-time-use-a-broadly-supported-shell-interpreter.patch (100%)
rename patches/{libseccomp-2.5.5 => libseccomp-2.6.0}/series (100%)
diff --git a/patches/libseccomp-2.5.5/0001-run-time-use-a-broadly-supported-shell-interpreter.patch b/patches/libseccomp-2.6.0/0001-run-time-use-a-broadly-supported-shell-interpreter.patch
similarity index 100%
rename from patches/libseccomp-2.5.5/0001-run-time-use-a-broadly-supported-shell-interpreter.patch
rename to patches/libseccomp-2.6.0/0001-run-time-use-a-broadly-supported-shell-interpreter.patch
diff --git a/patches/libseccomp-2.5.5/series b/patches/libseccomp-2.6.0/series
similarity index 100%
rename from patches/libseccomp-2.5.5/series
rename to patches/libseccomp-2.6.0/series
diff --git a/rules/libseccomp.make b/rules/libseccomp.make
index 48fbf8f7f..e424387d4 100644
--- a/rules/libseccomp.make
+++ b/rules/libseccomp.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBSECCOMP) += libseccomp
#
# Paths and names
#
-LIBSECCOMP_VERSION := 2.5.5
-LIBSECCOMP_MD5 := c27a5e43cae1e89e6ebfedeea734c9b4
+LIBSECCOMP_VERSION := 2.6.0
+LIBSECCOMP_MD5 := 2d42bcde31fd6e994fcf251a1f71d487
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.5 -> 2.6.0
2025-01-25 16:14 [ptxdist] [PATCH] libseccomp: Version bump. 2.5.5 -> 2.6.0 Christian Melki
@ 2025-02-21 17:08 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-02-21 17:08 UTC (permalink / raw)
To: ptxdist; +Cc: Christian Melki
Thanks, applied as 31c508c4d8d4b0603c8ba6621e825ae222da36a3.
Michael
[sent from post-receive hook]
On Fri, 21 Feb 2025 18:08:23 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> Two years since last update.
> Added some new functionality.
>
> There will probably be a continuation on the 2.5.x series,
> but I decided to step to 2.6.0 instead.
> https://github.com/seccomp/libseccomp/releases/tag/v2.6.0
>
> * Patchset forwarded. Applies cleanly.
>
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20250125161419.1782179-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/patches/libseccomp-2.5.5/0001-run-time-use-a-broadly-supported-shell-interpreter.patch b/patches/libseccomp-2.6.0/0001-run-time-use-a-broadly-supported-shell-interpreter.patch
> similarity index 100%
> rename from patches/libseccomp-2.5.5/0001-run-time-use-a-broadly-supported-shell-interpreter.patch
> rename to patches/libseccomp-2.6.0/0001-run-time-use-a-broadly-supported-shell-interpreter.patch
> diff --git a/patches/libseccomp-2.5.5/series b/patches/libseccomp-2.6.0/series
> similarity index 100%
> rename from patches/libseccomp-2.5.5/series
> rename to patches/libseccomp-2.6.0/series
> diff --git a/rules/libseccomp.make b/rules/libseccomp.make
> index 48fbf8f7fc50..e424387d40eb 100644
> --- a/rules/libseccomp.make
> +++ b/rules/libseccomp.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBSECCOMP) += libseccomp
> #
> # Paths and names
> #
> -LIBSECCOMP_VERSION := 2.5.5
> -LIBSECCOMP_MD5 := c27a5e43cae1e89e6ebfedeea734c9b4
> +LIBSECCOMP_VERSION := 2.6.0
> +LIBSECCOMP_MD5 := 2d42bcde31fd6e994fcf251a1f71d487
> 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:[~2025-02-21 17:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-25 16:14 [ptxdist] [PATCH] libseccomp: Version bump. 2.5.5 -> 2.6.0 Christian Melki
2025-02-21 17:08 ` [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