From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 21 Sep 2026 08:38:33 +0200 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 1x8Xfd-004aV1-2x for lore@lore.pengutronix.de; Mon, 21 Sep 2026 08:38:33 +0200 Received: from [127.0.0.1] (helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1x8Xfa-0000XQ-JE; Mon, 21 Sep 2026 08:38:30 +0200 Received: from mx1.white.stw.pengutronix.de ([2a0a:edc0:0:b01:1d::107]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1x8XfN-0000NJ-Um for ptxdist@pengutronix.de; Mon, 21 Sep 2026 08:38:17 +0200 Received: from drehscheibe.grey.stw.pengutronix.de (drehscheibe.grey.stw.pengutronix.de [IPv6:2a0a:edc0:0:c01:1d::a2]) (Authenticated sender: relay-from-drehscheibe.grey.stw.pengutronix.de) by mx1.white.stw.pengutronix.de (Postfix) with ESMTPSA id DFB7B200291; Mon, 21 Sep 2026 08:38:17 +0200 (CEST) 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 1x8XfN-00213T-2h; Mon, 21 Sep 2026 08:38:17 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1x8XfN-0000000DIDd-3G5C; Mon, 21 Sep 2026 08:38:17 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 21 Sep 2026 08:38:17 +0200 Message-ID: <20260921063817.3168291-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260912212233.2897839-1-christian.melki@t2data.com> References: <20260912212233.2897839-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] libcap-ng: Version bump. 0.9.5 -> 0.9.6 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 246c1bae4ec5ca00d9a77b3e2b3a7662adbd561b. Michael [sent from post-receive hook] On Mon, 21 Sep 2026 08:38:17 +0200, Christian Melki wrote: > Minor changes. > https://github.com/stevegrubb/libcap-ng/releases/tag/v0.9.6 > > * Forward patchset, applies cleanly. > > Signed-off-by: Christian Melki > Message-Id: <20260912212233.2897839-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/patches/libcap-ng-0.9.5/0001-Makefile.am-Remove-bindings-dir.patch b/patches/libcap-ng-0.9.6/0001-Makefile.am-Remove-bindings-dir.patch > similarity index 100% > rename from patches/libcap-ng-0.9.5/0001-Makefile.am-Remove-bindings-dir.patch > rename to patches/libcap-ng-0.9.6/0001-Makefile.am-Remove-bindings-dir.patch > diff --git a/patches/libcap-ng-0.9.5/autogen.sh b/patches/libcap-ng-0.9.6/autogen.sh > similarity index 100% > rename from patches/libcap-ng-0.9.5/autogen.sh > rename to patches/libcap-ng-0.9.6/autogen.sh > diff --git a/patches/libcap-ng-0.9.5/series b/patches/libcap-ng-0.9.6/series > similarity index 100% > rename from patches/libcap-ng-0.9.5/series > rename to patches/libcap-ng-0.9.6/series > diff --git a/rules/libcap-ng.make b/rules/libcap-ng.make > index 2762f643214b..f57da9172999 100644 > --- a/rules/libcap-ng.make > +++ b/rules/libcap-ng.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBCAP_NG) += libcap-ng > # > # Paths and names > # > -LIBCAP_NG_VERSION := 0.9.5 > -LIBCAP_NG_SHA256 := a2b4211f59b231d607c61ea2a13e9ecb38f446fe769b44e12da939d5af6d978a > +LIBCAP_NG_VERSION := 0.9.6 > +LIBCAP_NG_SHA256 := 399040138e0ca62fa2bcabd63da9af4431a246ef7a654561a0ca3cb00010a539 > LIBCAP_NG := libcap-ng-$(LIBCAP_NG_VERSION) > LIBCAP_NG_SUFFIX := tar.gz > LIBCAP_NG_URL := \