From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 04 Sep 2026 08:53:41 +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 1x2Nnw-00AdNH-1V for lore@lore.pengutronix.de; Fri, 04 Sep 2026 08:53:41 +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 1x2Nnw-0003A0-3J; Fri, 04 Sep 2026 08:53:40 +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 1x2NnP-0001Z0-Ss for ptxdist@pengutronix.de; Fri, 04 Sep 2026 08:53:07 +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 D0FE5202455; Fri, 04 Sep 2026 08:53:07 +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 1x2NnP-004sGR-2T; Fri, 04 Sep 2026 08:53:07 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1x2NnP-000000002yF-2yYg; Fri, 04 Sep 2026 08:53:07 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 4 Sep 2026 08:53:07 +0200 Message-ID: <20260904065307.11413-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260821193335.792412-1-christian.melki@t2data.com> References: <20260821193335.792412-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] libcap-ng: Version bump. 0.9.3 -> 0.9.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 a38170a296f24ed180442387218dbe30c5ab74e0. Michael [sent from post-receive hook] On Fri, 04 Sep 2026 08:53:07 +0200, Christian Melki wrote: > https://github.com/stevegrubb/libcap-ng/releases/tag/v0.9.4 > https://github.com/stevegrubb/libcap-ng/releases/tag/v0.9.5 > > * Adjust patchset slightly. > > * Adjust build options slightly. > > Signed-off-by: Christian Melki > Message-Id: <20260821193335.792412-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/patches/libcap-ng-0.9.3/0001-Makefile.am-Remove-bindings-dir.patch b/patches/libcap-ng-0.9.5/0001-Makefile.am-Remove-bindings-dir.patch > similarity index 58% > rename from patches/libcap-ng-0.9.3/0001-Makefile.am-Remove-bindings-dir.patch > rename to patches/libcap-ng-0.9.5/0001-Makefile.am-Remove-bindings-dir.patch > index 3cc6e9cd3cb3..dcea029497e0 100644 > --- a/patches/libcap-ng-0.9.3/0001-Makefile.am-Remove-bindings-dir.patch > +++ b/patches/libcap-ng-0.9.5/0001-Makefile.am-Remove-bindings-dir.patch > @@ -12,9 +12,8 @@ Signed-off-by: Christian Melki > --- > Makefile.am | 3 --- > NEWS | 0 > - bindings/src/Makefile.am | 3 --- > - configure.ac | 6 ------ > - 4 files changed, 12 deletions(-) > + bindings/src/Makefile.am | 1 - > + 3 files changed, 4 deletions(-) > create mode 100644 NEWS > > diff --git a/Makefile.am b/Makefile.am > @@ -35,30 +34,12 @@ diff --git a/NEWS b/NEWS > new file mode 100644 > index 000000000000..e69de29bb2d1 > diff --git a/bindings/src/Makefile.am b/bindings/src/Makefile.am > -index 924e3d0877b4..626241c6328c 100644 > +index 924e3d0877b4..d84fb3023993 100644 > --- a/bindings/src/Makefile.am > +++ b/bindings/src/Makefile.am > -@@ -19,6 +19,3 @@ > - # Authors: > +@@ -20,5 +20,4 @@ > # Steve Grubb > # > -- > --EXTRA_DIST = capng_swig.i > --CONFIG_CLEAN_FILES = *.loT *.rej *.orig > -diff --git a/configure.ac b/configure.ac > -index 44ef598d0676..d987698e2062 100644 > ---- a/configure.ac > -+++ b/configure.ac > -@@ -257,12 +257,6 @@ if test x"${ac_cv_have_decl_PR_CAP_AMBIENT}" = x"no" ; then > - fi > - AM_CONDITIONAL(BUILD_LIBDROP_AMBIENT, test x"${ac_cv_have_decl_PR_CAP_AMBIENT}" = x"yes") > > --AC_CHECK_PROG(swig_found, swig, yes, no) > --if test x"${swig_found}" = x"no" ; then > -- AC_MSG_WARN("Swig not found - python bindings will not be made") > --fi > --AM_CONDITIONAL(HAVE_SWIG, test x"${swig_found}" = x"yes") > -- > - withval="" > - AC_MSG_CHECKING(whether to create python3 bindings) > - AC_ARG_WITH(python3, > +-EXTRA_DIST = capng_swig.i > + CONFIG_CLEAN_FILES = *.loT *.rej *.orig > diff --git a/patches/libcap-ng-0.9.3/autogen.sh b/patches/libcap-ng-0.9.5/autogen.sh > similarity index 100% > rename from patches/libcap-ng-0.9.3/autogen.sh > rename to patches/libcap-ng-0.9.5/autogen.sh > diff --git a/patches/libcap-ng-0.9.3/series b/patches/libcap-ng-0.9.5/series > similarity index 100% > rename from patches/libcap-ng-0.9.3/series > rename to patches/libcap-ng-0.9.5/series > diff --git a/rules/libcap-ng.make b/rules/libcap-ng.make > index 19083429ebdf..2762f643214b 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.3 > -LIBCAP_NG_SHA256 := fe11ebbb55904763b3532f19069f13ec319042634620180a03bd4653d301563e > +LIBCAP_NG_VERSION := 0.9.5 > +LIBCAP_NG_SHA256 := a2b4211f59b231d607c61ea2a13e9ecb38f446fe769b44e12da939d5af6d978a > LIBCAP_NG := libcap-ng-$(LIBCAP_NG_VERSION) > LIBCAP_NG_SUFFIX := tar.gz > LIBCAP_NG_URL := \ > @@ -38,6 +38,7 @@ LIBCAP_NG_CONF_OPT := \ > $(CROSS_AUTOCONF_USR) \ > --disable-cap-audit \ > --without-warn \ > + --without-python \ > --without-python3 > > # ----------------------------------------------------------------------------