From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 07 Dec 2023 12:10:54 +0100 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1rBCHN-006uK1-2K for lore@lore.pengutronix.de; Thu, 07 Dec 2023 12:10:54 +0100 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1rBCHN-0004kH-TZ; Thu, 07 Dec 2023 12:10:53 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rBCGX-0002vi-Ow; Thu, 07 Dec 2023 12:10:01 +0100 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rBCGX-00EAWM-CM; Thu, 07 Dec 2023 12:10:01 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1rBCGX-005Zm8-16; Thu, 07 Dec 2023 12:10:01 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Thu, 7 Dec 2023 12:10:01 +0100 Message-Id: <20231207111001.1329153-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20231203214151.978083-1-christian.melki@t2data.com> References: <20231203214151.978083-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] libseccomp: Version bump. 2.5.4 -> 2.5.5 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Christian Melki Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 07132f64af3d54491070c188c547fb9d0b905872. Michael [sent from post-receive hook] On Thu, 07 Dec 2023 12:10:01 +0100, Christian Melki wrote: > Very minor syscall table update. > > * Forward patchset, applies cleanly. > > Signed-off-by: Christian Melki > Message-Id: <20231203214151.978083-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/patches/libseccomp-2.5.4/0001-run-time-use-a-broadly-supported-shell-interpreter.patch b/patches/libseccomp-2.5.5/0001-run-time-use-a-broadly-supported-shell-interpreter.patch > similarity index 100% > rename from patches/libseccomp-2.5.4/0001-run-time-use-a-broadly-supported-shell-interpreter.patch > rename to patches/libseccomp-2.5.5/0001-run-time-use-a-broadly-supported-shell-interpreter.patch > diff --git a/patches/libseccomp-2.5.4/series b/patches/libseccomp-2.5.5/series > similarity index 100% > rename from patches/libseccomp-2.5.4/series > rename to patches/libseccomp-2.5.5/series > diff --git a/rules/libseccomp.make b/rules/libseccomp.make > index b7ad65dfa5cb..48fbf8f7fc50 100644 > --- a/rules/libseccomp.make > +++ b/rules/libseccomp.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBSECCOMP) += libseccomp > # > # Paths and names > # > -LIBSECCOMP_VERSION := 2.5.4 > -LIBSECCOMP_MD5 := 74008bb33234e0c2a0d998e7bee5c625 > +LIBSECCOMP_VERSION := 2.5.5 > +LIBSECCOMP_MD5 := c27a5e43cae1e89e6ebfedeea734c9b4 > LIBSECCOMP := libseccomp-$(LIBSECCOMP_VERSION) > LIBSECCOMP_SUFFIX := tar.gz > LIBSECCOMP_URL := https://github.com/seccomp/libseccomp/releases/download/v$(LIBSECCOMP_VERSION)/$(LIBSECCOMP).$(LIBSECCOMP_SUFFIX)