From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 09 May 2022 08:29:41 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nnwtp-006qrD-E0 for lore@lore.pengutronix.de; Mon, 09 May 2022 08:29:41 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1nnwtn-0001Ps-Ke; Mon, 09 May 2022 08:29:39 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nnwt4-0000qf-QG; Mon, 09 May 2022 08:28:54 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1nnwt5-001F5d-Fj; Mon, 09 May 2022 08:28:54 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1nnwt3-00Fkcn-C4; Mon, 09 May 2022 08:28:53 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 9 May 2022 08:28:53 +0200 Message-Id: <20220509062853.3753993-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220425133947.2361036-1-linnea.gunnarsson@t2data.com> References: <20220425133947.2361036-1-linnea.gunnarsson@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] libseccomp: version bump 2.5.3 -> 2.5.4 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: Linnea Gunnarsson 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.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 69e33a118e1105f1c0dfed10e446154fa4e47f98. Michael [sent from post-receive hook] On Mon, 09 May 2022 08:28:53 +0200, Linnea Gunnarsson wrote: > - Updated syscall table for Linux 5.17. > - Minor fixes with binary trees. > - Minor documentation improvements. > > Patch applied successfully. > > Signed-off-by: Linnea Gunnarsson > Message-Id: <20220425133947.2361036-1-linnea.gunnarsson@t2data.com> > Signed-off-by: Michael Olbrich > > 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)