From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 13 Apr 2026 09:12:26 +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 1wCBT8-00BdIA-0A for lore@lore.pengutronix.de; Mon, 13 Apr 2026 09:12:26 +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 1wCBT7-0001HQ-TQ; Mon, 13 Apr 2026 09:12:25 +0200 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 1wCBSu-0001Gx-Ca; Mon, 13 Apr 2026 09:12:12 +0200 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 1wCBSu-0057y0-0A; Mon, 13 Apr 2026 09:12:12 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1wCBSt-00000001QKn-4C8r; Mon, 13 Apr 2026 09:12:12 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 13 Apr 2026 09:12:11 +0200 Message-ID: <20260413071211.339550-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260327210816.14367-1-christian.melki@t2data.com> References: <20260327210816.14367-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] libcap-ng: Version bump. 0.9 -> 0.9.2 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 8dbd02149686d44b6d9c5b12bb0aa700fd66fa79. Michael [sent from post-receive hook] On Mon, 13 Apr 2026 09:12:11 +0200, Christian Melki wrote: > Minor changes. > https://github.com/stevegrubb/libcap-ng/releases/tag/v0.9.1 > https://github.com/stevegrubb/libcap-ng/releases/tag/v0.9.2 > > * Adjust patchset. > > * Remove utility from targetinstall that isn't built. > > Signed-off-by: Christian Melki > Message-Id: <20260327210816.14367-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/patches/libcap-ng-0.9/0001-Makefile.am-Remove-bindings-dir.patch b/patches/libcap-ng-0.9.2/0001-Makefile.am-Remove-bindings-dir.patch > similarity index 86% > rename from patches/libcap-ng-0.9/0001-Makefile.am-Remove-bindings-dir.patch > rename to patches/libcap-ng-0.9.2/0001-Makefile.am-Remove-bindings-dir.patch > index 7d1d002b7b7b..320c5b336131 100644 > --- a/patches/libcap-ng-0.9/0001-Makefile.am-Remove-bindings-dir.patch > +++ b/patches/libcap-ng-0.9.2/0001-Makefile.am-Remove-bindings-dir.patch > @@ -12,9 +12,9 @@ Signed-off-by: Christian Melki > --- > Makefile.am | 3 --- > NEWS | 0 > - bindings/src/Makefile.am | 4 ---- > + bindings/src/Makefile.am | 3 --- > configure.ac | 6 ------ > - 4 files changed, 13 deletions(-) > + 4 files changed, 12 deletions(-) > create mode 100644 NEWS > > diff --git a/Makefile.am b/Makefile.am > @@ -35,22 +35,21 @@ 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 301ed0fb8af5..626241c6328c 100644 > +index 924e3d0877b4..626241c6328c 100644 > --- a/bindings/src/Makefile.am > +++ b/bindings/src/Makefile.am > -@@ -19,7 +19,3 @@ > +@@ -19,6 +19,3 @@ > # Authors: > # Steve Grubb > # > - > -EXTRA_DIST = capng_swig.i > --SWIG_SOURCES = capng_swig.i > -CONFIG_CLEAN_FILES = *.loT *.rej *.orig > diff --git a/configure.ac b/configure.ac > -index 45372108b92e..ed8a1ff34282 100644 > +index 91ccdf98bab6..2fa7b778a2aa 100644 > --- a/configure.ac > +++ b/configure.ac > -@@ -208,12 +208,6 @@ if test x"${ac_cv_have_decl_PR_CAP_AMBIENT}" = x"no" ; then > +@@ -222,12 +222,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") > > diff --git a/patches/libcap-ng-0.9/autogen.sh b/patches/libcap-ng-0.9.2/autogen.sh > similarity index 100% > rename from patches/libcap-ng-0.9/autogen.sh > rename to patches/libcap-ng-0.9.2/autogen.sh > diff --git a/patches/libcap-ng-0.9/series b/patches/libcap-ng-0.9.2/series > similarity index 100% > rename from patches/libcap-ng-0.9/series > rename to patches/libcap-ng-0.9.2/series > diff --git a/rules/libcap-ng.make b/rules/libcap-ng.make > index e5285aa170e3..5df9533c85a9 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 > -LIBCAP_NG_MD5 := abc6ba14f5b96041abe8e41c59aed7ed > +LIBCAP_NG_VERSION := 0.9.2 > +LIBCAP_NG_MD5 := c0603e7f6e68fa3fd4bcfc5ea93f3b93 > LIBCAP_NG := libcap-ng-$(LIBCAP_NG_VERSION) > LIBCAP_NG_SUFFIX := tar.gz > LIBCAP_NG_URL := \ > @@ -56,7 +56,6 @@ $(STATEDIR)/libcap-ng.targetinstall: > @$(call install_lib, libcap-ng, 0, 0, 0644, libcap-ng) > > ifdef PTXCONF_LIBCAP_NG_TOOLS > - @$(call install_copy, libcap-ng, 0, 0, 0755, -, /usr/bin/captest) > @$(call install_copy, libcap-ng, 0, 0, 0755, -, /usr/bin/filecap) > @$(call install_copy, libcap-ng, 0, 0, 0755, -, /usr/bin/netcap) > @$(call install_copy, libcap-ng, 0, 0, 0755, -, /usr/bin/pscap)