From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 21 Feb 2025 18:08:52 +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 1tlWWC-005BzR-23 for lore@lore.pengutronix.de; Fri, 21 Feb 2025 18:08:52 +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 1tlWWB-0002Wz-BP; Fri, 21 Feb 2025 18:08:51 +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 1tlWVj-0001BC-Kf; Fri, 21 Feb 2025 18:08:23 +0100 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tlWVj-0028LV-1N; Fri, 21 Feb 2025 18:08:23 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1tlWVj-00GNSz-1E; Fri, 21 Feb 2025 18:08:23 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 21 Feb 2025 18:08:23 +0100 Message-Id: <20250221170823.3903446-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250125161419.1782179-1-christian.melki@t2data.com> References: <20250125161419.1782179-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] libseccomp: Version bump. 2.5.5 -> 2.6.0 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 31c508c4d8d4b0603c8ba6621e825ae222da36a3. Michael [sent from post-receive hook] On Fri, 21 Feb 2025 18:08:23 +0100, Christian Melki wrote: > Two years since last update. > Added some new functionality. > > There will probably be a continuation on the 2.5.x series, > but I decided to step to 2.6.0 instead. > https://github.com/seccomp/libseccomp/releases/tag/v2.6.0 > > * Patchset forwarded. Applies cleanly. > > Signed-off-by: Christian Melki > Message-Id: <20250125161419.1782179-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/patches/libseccomp-2.5.5/0001-run-time-use-a-broadly-supported-shell-interpreter.patch b/patches/libseccomp-2.6.0/0001-run-time-use-a-broadly-supported-shell-interpreter.patch > similarity index 100% > rename from patches/libseccomp-2.5.5/0001-run-time-use-a-broadly-supported-shell-interpreter.patch > rename to patches/libseccomp-2.6.0/0001-run-time-use-a-broadly-supported-shell-interpreter.patch > diff --git a/patches/libseccomp-2.5.5/series b/patches/libseccomp-2.6.0/series > similarity index 100% > rename from patches/libseccomp-2.5.5/series > rename to patches/libseccomp-2.6.0/series > diff --git a/rules/libseccomp.make b/rules/libseccomp.make > index 48fbf8f7fc50..e424387d40eb 100644 > --- a/rules/libseccomp.make > +++ b/rules/libseccomp.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBSECCOMP) += libseccomp > # > # Paths and names > # > -LIBSECCOMP_VERSION := 2.5.5 > -LIBSECCOMP_MD5 := c27a5e43cae1e89e6ebfedeea734c9b4 > +LIBSECCOMP_VERSION := 2.6.0 > +LIBSECCOMP_MD5 := 2d42bcde31fd6e994fcf251a1f71d487 > LIBSECCOMP := libseccomp-$(LIBSECCOMP_VERSION) > LIBSECCOMP_SUFFIX := tar.gz > LIBSECCOMP_URL := https://github.com/seccomp/libseccomp/releases/download/v$(LIBSECCOMP_VERSION)/$(LIBSECCOMP).$(LIBSECCOMP_SUFFIX)