mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libseccomp: version bump 2.5.3 -> 2.5.4
@ 2022-04-25 13:39 Linnea Gunnarsson
  2022-05-09  6:28 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Linnea Gunnarsson @ 2022-04-25 13:39 UTC (permalink / raw)
  To: ptxdist

- Updated syscall table for Linux 5.17.
- Minor fixes with binary trees.
- Minor documentation improvements.

Patch applied successfully.

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

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


_______________________________________________
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.3 -> 2.5.4
  2022-04-25 13:39 [ptxdist] [PATCH] libseccomp: version bump 2.5.3 -> 2.5.4 Linnea Gunnarsson
@ 2022-05-09  6:28 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2022-05-09  6:28 UTC (permalink / raw)
  To: ptxdist; +Cc: Linnea Gunnarsson

Thanks, applied as 69e33a118e1105f1c0dfed10e446154fa4e47f98.

Michael

[sent from post-receive hook]

On Mon, 09 May 2022 08:28:53 +0200, Linnea Gunnarsson <linnea.gunnarsson@t2data.com> wrote:
> - Updated syscall table for Linux 5.17.
> - Minor fixes with binary trees.
> - Minor documentation improvements.
> 
> Patch applied successfully.
> 
> Signed-off-by: Linnea Gunnarsson <linnea.gunnarsson@t2data.com>
> Message-Id: <20220425133947.2361036-1-linnea.gunnarsson@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/patches/libseccomp-2.5.3/0001-run-time-use-a-broadly-supported-shell-interpreter.patch b/patches/libseccomp-2.5.4/0001-run-time-use-a-broadly-supported-shell-interpreter.patch
> similarity index 100%
> rename from patches/libseccomp-2.5.3/0001-run-time-use-a-broadly-supported-shell-interpreter.patch
> rename to patches/libseccomp-2.5.4/0001-run-time-use-a-broadly-supported-shell-interpreter.patch
> diff --git a/patches/libseccomp-2.5.3/series b/patches/libseccomp-2.5.4/series
> similarity index 100%
> rename from patches/libseccomp-2.5.3/series
> rename to patches/libseccomp-2.5.4/series
> diff --git a/rules/libseccomp.make b/rules/libseccomp.make
> index 5a6f45f1ccb2..b3b99c189627 100644
> --- a/rules/libseccomp.make
> +++ b/rules/libseccomp.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBSECCOMP) += libseccomp
>  #
>  # Paths and names
>  #
> -LIBSECCOMP_VERSION	:= 2.5.3
> -LIBSECCOMP_MD5		:= 5096d3912a605a72b27805fa0ef9886d
> +LIBSECCOMP_VERSION	:= 2.5.4
> +LIBSECCOMP_MD5		:= 74008bb33234e0c2a0d998e7bee5c625
>  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:[~2022-05-09  6:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-25 13:39 [ptxdist] [PATCH] libseccomp: version bump 2.5.3 -> 2.5.4 Linnea Gunnarsson
2022-05-09  6:28 ` [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