* [ptxdist] [PATCH] libcap-ng: Version bump. 0.9.2 -> 0.9.3
@ 2026-04-10 17:57 Christian Melki
2026-04-15 13:52 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2026-04-10 17:57 UTC (permalink / raw)
To: ptxdist
Minor changes.
https://github.com/stevegrubb/libcap-ng/releases/tag/v0.9.3
* Forward patchset with offset adjustment.
Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
.../0001-Makefile.am-Remove-bindings-dir.patch | 4 ++--
patches/{libcap-ng-0.9.2 => libcap-ng-0.9.3}/autogen.sh | 0
patches/{libcap-ng-0.9.2 => libcap-ng-0.9.3}/series | 0
rules/libcap-ng.make | 4 ++--
4 files changed, 4 insertions(+), 4 deletions(-)
rename patches/{libcap-ng-0.9.2 => libcap-ng-0.9.3}/0001-Makefile.am-Remove-bindings-dir.patch (94%)
rename patches/{libcap-ng-0.9.2 => libcap-ng-0.9.3}/autogen.sh (100%)
rename patches/{libcap-ng-0.9.2 => libcap-ng-0.9.3}/series (100%)
diff --git a/patches/libcap-ng-0.9.2/0001-Makefile.am-Remove-bindings-dir.patch b/patches/libcap-ng-0.9.3/0001-Makefile.am-Remove-bindings-dir.patch
similarity index 94%
rename from patches/libcap-ng-0.9.2/0001-Makefile.am-Remove-bindings-dir.patch
rename to patches/libcap-ng-0.9.3/0001-Makefile.am-Remove-bindings-dir.patch
index 320c5b336..3cc6e9cd3 100644
--- a/patches/libcap-ng-0.9.2/0001-Makefile.am-Remove-bindings-dir.patch
+++ b/patches/libcap-ng-0.9.3/0001-Makefile.am-Remove-bindings-dir.patch
@@ -46,10 +46,10 @@ index 924e3d0877b4..626241c6328c 100644
-EXTRA_DIST = capng_swig.i
-CONFIG_CLEAN_FILES = *.loT *.rej *.orig
diff --git a/configure.ac b/configure.ac
-index 91ccdf98bab6..2fa7b778a2aa 100644
+index 44ef598d0676..d987698e2062 100644
--- a/configure.ac
+++ b/configure.ac
-@@ -222,12 +222,6 @@ if test x"${ac_cv_have_decl_PR_CAP_AMBIENT}" = x"no" ; then
+@@ -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")
diff --git a/patches/libcap-ng-0.9.2/autogen.sh b/patches/libcap-ng-0.9.3/autogen.sh
similarity index 100%
rename from patches/libcap-ng-0.9.2/autogen.sh
rename to patches/libcap-ng-0.9.3/autogen.sh
diff --git a/patches/libcap-ng-0.9.2/series b/patches/libcap-ng-0.9.3/series
similarity index 100%
rename from patches/libcap-ng-0.9.2/series
rename to patches/libcap-ng-0.9.3/series
diff --git a/rules/libcap-ng.make b/rules/libcap-ng.make
index 5df9533c8..60b28424b 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.2
-LIBCAP_NG_MD5 := c0603e7f6e68fa3fd4bcfc5ea93f3b93
+LIBCAP_NG_VERSION := 0.9.3
+LIBCAP_NG_MD5 := a7667d27aa461f30d118a25cd4a62ede
LIBCAP_NG := libcap-ng-$(LIBCAP_NG_VERSION)
LIBCAP_NG_SUFFIX := tar.gz
LIBCAP_NG_URL := \
--
2.43.0
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [ptxdist] [APPLIED] libcap-ng: Version bump. 0.9.2 -> 0.9.3
2026-04-10 17:57 [ptxdist] [PATCH] libcap-ng: Version bump. 0.9.2 -> 0.9.3 Christian Melki
@ 2026-04-15 13:52 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2026-04-15 13:52 UTC (permalink / raw)
To: ptxdist; +Cc: Christian Melki
Thanks, applied as 3aaf4217fb9ebff376db96393d8adde70bf43619.
Michael
[sent from post-receive hook]
On Wed, 15 Apr 2026 15:52:12 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Minor changes.
> https://github.com/stevegrubb/libcap-ng/releases/tag/v0.9.3
>
> * Forward patchset with offset adjustment.
>
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20260410175738.1091145-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/patches/libcap-ng-0.9.2/0001-Makefile.am-Remove-bindings-dir.patch b/patches/libcap-ng-0.9.3/0001-Makefile.am-Remove-bindings-dir.patch
> similarity index 94%
> rename from patches/libcap-ng-0.9.2/0001-Makefile.am-Remove-bindings-dir.patch
> rename to patches/libcap-ng-0.9.3/0001-Makefile.am-Remove-bindings-dir.patch
> index 320c5b336131..3cc6e9cd3cb3 100644
> --- a/patches/libcap-ng-0.9.2/0001-Makefile.am-Remove-bindings-dir.patch
> +++ b/patches/libcap-ng-0.9.3/0001-Makefile.am-Remove-bindings-dir.patch
> @@ -46,10 +46,10 @@ index 924e3d0877b4..626241c6328c 100644
> -EXTRA_DIST = capng_swig.i
> -CONFIG_CLEAN_FILES = *.loT *.rej *.orig
> diff --git a/configure.ac b/configure.ac
> -index 91ccdf98bab6..2fa7b778a2aa 100644
> +index 44ef598d0676..d987698e2062 100644
> --- a/configure.ac
> +++ b/configure.ac
> -@@ -222,12 +222,6 @@ if test x"${ac_cv_have_decl_PR_CAP_AMBIENT}" = x"no" ; then
> +@@ -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")
>
> diff --git a/patches/libcap-ng-0.9.2/autogen.sh b/patches/libcap-ng-0.9.3/autogen.sh
> similarity index 100%
> rename from patches/libcap-ng-0.9.2/autogen.sh
> rename to patches/libcap-ng-0.9.3/autogen.sh
> diff --git a/patches/libcap-ng-0.9.2/series b/patches/libcap-ng-0.9.3/series
> similarity index 100%
> rename from patches/libcap-ng-0.9.2/series
> rename to patches/libcap-ng-0.9.3/series
> diff --git a/rules/libcap-ng.make b/rules/libcap-ng.make
> index 5df9533c85a9..60b28424b3f3 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.2
> -LIBCAP_NG_MD5 := c0603e7f6e68fa3fd4bcfc5ea93f3b93
> +LIBCAP_NG_VERSION := 0.9.3
> +LIBCAP_NG_MD5 := a7667d27aa461f30d118a25cd4a62ede
> LIBCAP_NG := libcap-ng-$(LIBCAP_NG_VERSION)
> LIBCAP_NG_SUFFIX := tar.gz
> LIBCAP_NG_URL := \
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-04-15 13:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-04-10 17:57 [ptxdist] [PATCH] libcap-ng: Version bump. 0.9.2 -> 0.9.3 Christian Melki
2026-04-15 13:52 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox