From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: Robert Schwebel Date: Sun, 26 Jul 2020 16:24:30 +0200 Message-Id: <20200726142436.3113607-7-r.schwebel@pengutronix.de> In-Reply-To: <20200726142436.3113607-1-r.schwebel@pengutronix.de> References: <20200726142436.3113607-1-r.schwebel@pengutronix.de> MIME-Version: 1.0 Subject: [ptxdist] [PATCH 07/13] libseccomp: version bump 2.4.3 -> 2.5.0 List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Robert Schwebel Patches have been ported; there are no changes in configure. Signed-off-by: Robert Schwebel --- ...1-run-time-use-a-broadly-supported-shell-interpreter.patch | 0 patches/{libseccomp-2.4.3 => libseccomp-2.5.0}/series | 0 rules/libseccomp.make | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename patches/{libseccomp-2.4.3 => libseccomp-2.5.0}/0001-run-time-use-a-broadly-supported-shell-interpreter.patch (100%) rename patches/{libseccomp-2.4.3 => libseccomp-2.5.0}/series (100%) diff --git a/patches/libseccomp-2.4.3/0001-run-time-use-a-broadly-supported-shell-interpreter.patch b/patches/libseccomp-2.5.0/0001-run-time-use-a-broadly-supported-shell-interpreter.patch similarity index 100% rename from patches/libseccomp-2.4.3/0001-run-time-use-a-broadly-supported-shell-interpreter.patch rename to patches/libseccomp-2.5.0/0001-run-time-use-a-broadly-supported-shell-interpreter.patch diff --git a/patches/libseccomp-2.4.3/series b/patches/libseccomp-2.5.0/series similarity index 100% rename from patches/libseccomp-2.4.3/series rename to patches/libseccomp-2.5.0/series diff --git a/rules/libseccomp.make b/rules/libseccomp.make index 07734c82a..71f2c0570 100644 --- a/rules/libseccomp.make +++ b/rules/libseccomp.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBSECCOMP) += libseccomp # # Paths and names # -LIBSECCOMP_VERSION := 2.4.3 -LIBSECCOMP_MD5 := 1de97a3c04889a790d97722d08f4a8d1 +LIBSECCOMP_VERSION := 2.5.0 +LIBSECCOMP_MD5 := 463b688bf7d227325b5a465b6bdc3ec4 LIBSECCOMP := libseccomp-$(LIBSECCOMP_VERSION) LIBSECCOMP_SUFFIX := tar.gz LIBSECCOMP_URL := https://github.com/seccomp/libseccomp/releases/download/v$(LIBSECCOMP_VERSION)/$(LIBSECCOMP).$(LIBSECCOMP_SUFFIX) -- 2.27.0 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de