mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH v2] libseccomp: Version bump 2.5.1 -> 2.5.3.
@ 2022-01-07  9:52 Christian Melki
  2022-01-21  7:19 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2022-01-07  9:52 UTC (permalink / raw)
  To: ptxdist

Package maintenance.
Move patch series to 2.5.3, applies cleanly.

The patch is unlikely to cause harm, even though you can't assume bin/sh
is POSIX capable (which seems to be the case).

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

diff --git a/patches/libseccomp-2.5.1/0001-run-time-use-a-broadly-supported-shell-interpreter.patch b/patches/libseccomp-2.5.3/0001-run-time-use-a-broadly-supported-shell-interpreter.patch
similarity index 100%
rename from patches/libseccomp-2.5.1/0001-run-time-use-a-broadly-supported-shell-interpreter.patch
rename to patches/libseccomp-2.5.3/0001-run-time-use-a-broadly-supported-shell-interpreter.patch
diff --git a/patches/libseccomp-2.5.1/series b/patches/libseccomp-2.5.3/series
similarity index 100%
rename from patches/libseccomp-2.5.1/series
rename to patches/libseccomp-2.5.3/series
diff --git a/rules/libseccomp.make b/rules/libseccomp.make
index 9eb54245c..5a6f45f1c 100644
--- a/rules/libseccomp.make
+++ b/rules/libseccomp.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBSECCOMP) += libseccomp
 #
 # Paths and names
 #
-LIBSECCOMP_VERSION	:= 2.5.1
-LIBSECCOMP_MD5		:= 59f5563c532d3fa1df9db0516b36b1cd
+LIBSECCOMP_VERSION	:= 2.5.3
+LIBSECCOMP_MD5		:= 5096d3912a605a72b27805fa0ef9886d
 LIBSECCOMP		:= libseccomp-$(LIBSECCOMP_VERSION)
 LIBSECCOMP_SUFFIX	:= tar.gz
 LIBSECCOMP_URL		:= https://github.com/seccomp/libseccomp/releases/download/v$(LIBSECCOMP_VERSION)/$(LIBSECCOMP).$(LIBSECCOMP_SUFFIX)
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

* Re: [ptxdist] [APPLIED] libseccomp: Version bump 2.5.1 -> 2.5.3.
  2022-01-07  9:52 [ptxdist] [PATCH v2] libseccomp: Version bump 2.5.1 -> 2.5.3 Christian Melki
@ 2022-01-21  7:19 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2022-01-21  7:19 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as 7ac1eb3eeb3870b4f4157abf809ac73978fa98ab.

Michael

[sent from post-receive hook]

On Fri, 21 Jan 2022 08:19:29 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> Package maintenance.
> Move patch series to 2.5.3, applies cleanly.
> 
> The patch is unlikely to cause harm, even though you can't assume bin/sh
> is POSIX capable (which seems to be the case).
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20220107095253.36871-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/patches/libseccomp-2.5.1/0001-run-time-use-a-broadly-supported-shell-interpreter.patch b/patches/libseccomp-2.5.3/0001-run-time-use-a-broadly-supported-shell-interpreter.patch
> similarity index 100%
> rename from patches/libseccomp-2.5.1/0001-run-time-use-a-broadly-supported-shell-interpreter.patch
> rename to patches/libseccomp-2.5.3/0001-run-time-use-a-broadly-supported-shell-interpreter.patch
> diff --git a/patches/libseccomp-2.5.1/series b/patches/libseccomp-2.5.3/series
> similarity index 100%
> rename from patches/libseccomp-2.5.1/series
> rename to patches/libseccomp-2.5.3/series
> diff --git a/rules/libseccomp.make b/rules/libseccomp.make
> index 9eb54245c756..5a6f45f1ccb2 100644
> --- a/rules/libseccomp.make
> +++ b/rules/libseccomp.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBSECCOMP) += libseccomp
>  #
>  # Paths and names
>  #
> -LIBSECCOMP_VERSION	:= 2.5.1
> -LIBSECCOMP_MD5		:= 59f5563c532d3fa1df9db0516b36b1cd
> +LIBSECCOMP_VERSION	:= 2.5.3
> +LIBSECCOMP_MD5		:= 5096d3912a605a72b27805fa0ef9886d
>  LIBSECCOMP		:= libseccomp-$(LIBSECCOMP_VERSION)
>  LIBSECCOMP_SUFFIX	:= tar.gz
>  LIBSECCOMP_URL		:= https://github.com/seccomp/libseccomp/releases/download/v$(LIBSECCOMP_VERSION)/$(LIBSECCOMP).$(LIBSECCOMP_SUFFIX)

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

end of thread, other threads:[~2022-01-21  7:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-07  9:52 [ptxdist] [PATCH v2] libseccomp: Version bump 2.5.1 -> 2.5.3 Christian Melki
2022-01-21  7:19 ` [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