mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: Christian Melki <christian.melki@t2data.com>
Cc: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH] libcap-ng: Version bump. 0.9.1 -> 0.9.2
Date: Fri, 27 Mar 2026 08:49:14 +0100	[thread overview]
Message-ID: <acY2euuVCP6MD2G6@pengutronix.de> (raw)
In-Reply-To: <20260326201339.1219316-1-christian.melki@t2data.com>

On Thu, Mar 26, 2026 at 09:13:39PM +0100, Christian Melki wrote:
> Minor changes.
> https://github.com/stevegrubb/libcap-ng/releases/tag/v0.9.2
> 
> * Adjust patchset for slight line offset.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> ---
>  .../0001-Makefile.am-Remove-bindings-dir.patch                | 4 ++--
>  patches/{libcap-ng-0.9.1 => libcap-ng-0.9.2}/autogen.sh       | 0
>  patches/{libcap-ng-0.9.1 => libcap-ng-0.9.2}/series           | 0
>  rules/libcap-ng.make                                          | 4 ++--
>  4 files changed, 4 insertions(+), 4 deletions(-)
>  rename patches/{libcap-ng-0.9.1 => libcap-ng-0.9.2}/0001-Makefile.am-Remove-bindings-dir.patch (94%)
>  rename patches/{libcap-ng-0.9.1 => libcap-ng-0.9.2}/autogen.sh (100%)
>  rename patches/{libcap-ng-0.9.1 => libcap-ng-0.9.2}/series (100%)
> 
> diff --git a/patches/libcap-ng-0.9.1/0001-Makefile.am-Remove-bindings-dir.patch b/patches/libcap-ng-0.9.2/0001-Makefile.am-Remove-bindings-dir.patch
> similarity index 94%
> rename from patches/libcap-ng-0.9.1/0001-Makefile.am-Remove-bindings-dir.patch
> rename to patches/libcap-ng-0.9.2/0001-Makefile.am-Remove-bindings-dir.patch
> index 2b35ad8ce..320c5b336 100644
> --- a/patches/libcap-ng-0.9.1/0001-Makefile.am-Remove-bindings-dir.patch
> +++ b/patches/libcap-ng-0.9.2/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 7a5eb17de207..fabeec4e43d8 100644
> +index 91ccdf98bab6..2fa7b778a2aa 100644
>  --- a/configure.ac
>  +++ b/configure.ac
> -@@ -221,12 +221,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.1/autogen.sh b/patches/libcap-ng-0.9.2/autogen.sh
> similarity index 100%
> rename from patches/libcap-ng-0.9.1/autogen.sh
> rename to patches/libcap-ng-0.9.2/autogen.sh
> diff --git a/patches/libcap-ng-0.9.1/series b/patches/libcap-ng-0.9.2/series
> similarity index 100%
> rename from patches/libcap-ng-0.9.1/series
> rename to patches/libcap-ng-0.9.2/series
> diff --git a/rules/libcap-ng.make b/rules/libcap-ng.make
> index f636e667f..b8cbaa055 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.1

I did not apply the patch for 0.9.1 because targetinstall could not find a
file. Please fix that and send a combined patch.

Michael

> -LIBCAP_NG_MD5		:= ead8d49d5ecdb7ad96330d3fec75678e
> +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		:= \
> -- 
> 2.43.0
> 
> 
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



      reply	other threads:[~2026-03-27  7:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-26 20:13 Christian Melki
2026-03-27  7:49 ` Michael Olbrich [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=acY2euuVCP6MD2G6@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=christian.melki@t2data.com \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox