* [ptxdist] [PATCH 1/2] libcap-ng: Version bump. 0.8.3 -> 0.8.4
@ 2023-12-27 18:57 Christian Melki
2023-12-27 18:57 ` [ptxdist] [PATCH 2/2] host-libcap-ng: Follow suite from target libcap-ng Christian Melki
2024-01-03 16:12 ` [ptxdist] [PATCH 1/2] libcap-ng: Version bump. 0.8.3 -> 0.8.4 Michael Olbrich
0 siblings, 2 replies; 4+ messages in thread
From: Christian Melki @ 2023-12-27 18:57 UTC (permalink / raw)
To: ptxdist
Minor changes.
https://github.com/stevegrubb/libcap-ng/compare/v0.8.3...v0.8.4
* Python2 support has been dropped, not that we used to create bindings,
but the option is removed, so drop it on our side too.
Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
rules/libcap-ng.make | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/rules/libcap-ng.make b/rules/libcap-ng.make
index 64786e872..d8808877a 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.8.3
-LIBCAP_NG_MD5 := cdfc750af32f681293e43c5c1bd427c8
+LIBCAP_NG_VERSION := 0.8.4
+LIBCAP_NG_MD5 := 950748fcbc46a9bacf544e97724e46a2
LIBCAP_NG := libcap-ng-$(LIBCAP_NG_VERSION)
LIBCAP_NG_SUFFIX := tar.gz
LIBCAP_NG_URL := \
@@ -41,7 +41,6 @@ LIBCAP_NG_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
--without-debug \
--without-warn \
- --without-python \
--without-python3
# ----------------------------------------------------------------------------
--
2.34.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* [ptxdist] [PATCH 2/2] host-libcap-ng: Follow suite from target libcap-ng.
2023-12-27 18:57 [ptxdist] [PATCH 1/2] libcap-ng: Version bump. 0.8.3 -> 0.8.4 Christian Melki
@ 2023-12-27 18:57 ` Christian Melki
2024-01-10 16:57 ` [ptxdist] [APPLIED] " Michael Olbrich
2024-01-03 16:12 ` [ptxdist] [PATCH 1/2] libcap-ng: Version bump. 0.8.3 -> 0.8.4 Michael Olbrich
1 sibling, 1 reply; 4+ messages in thread
From: Christian Melki @ 2023-12-27 18:57 UTC (permalink / raw)
To: ptxdist
* Drop python2 option. Language isn't supported any more.
Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
rules/host-libcap-ng.make | 1 -
1 file changed, 1 deletion(-)
diff --git a/rules/host-libcap-ng.make b/rules/host-libcap-ng.make
index 35a378f9d..3e0569693 100644
--- a/rules/host-libcap-ng.make
+++ b/rules/host-libcap-ng.make
@@ -23,7 +23,6 @@ HOST_LIBCAP_NG_CONF_OPT := \
$(HOST_AUTOCONF) \
--without-debug \
--without-warn \
- --without-python \
--without-python3
# needed for old glibc versions
--
2.34.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] [APPLIED] host-libcap-ng: Follow suite from target libcap-ng.
2023-12-27 18:57 ` [ptxdist] [PATCH 2/2] host-libcap-ng: Follow suite from target libcap-ng Christian Melki
@ 2024-01-10 16:57 ` Michael Olbrich
0 siblings, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2024-01-10 16:57 UTC (permalink / raw)
To: ptxdist; +Cc: Christian Melki
Thanks, applied as f152037347852187fb8b65f40d319d007645e5f0.
Michael
[sent from post-receive hook]
On Wed, 10 Jan 2024 17:57:43 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> * Drop python2 option. Language isn't supported any more.
>
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20231227185745.2396946-2-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/host-libcap-ng.make b/rules/host-libcap-ng.make
> index 35a378f9d152..3e0569693bf4 100644
> --- a/rules/host-libcap-ng.make
> +++ b/rules/host-libcap-ng.make
> @@ -23,7 +23,6 @@ HOST_LIBCAP_NG_CONF_OPT := \
> $(HOST_AUTOCONF) \
> --without-debug \
> --without-warn \
> - --without-python \
> --without-python3
>
> # needed for old glibc versions
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] [PATCH 1/2] libcap-ng: Version bump. 0.8.3 -> 0.8.4
2023-12-27 18:57 [ptxdist] [PATCH 1/2] libcap-ng: Version bump. 0.8.3 -> 0.8.4 Christian Melki
2023-12-27 18:57 ` [ptxdist] [PATCH 2/2] host-libcap-ng: Follow suite from target libcap-ng Christian Melki
@ 2024-01-03 16:12 ` Michael Olbrich
1 sibling, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2024-01-03 16:12 UTC (permalink / raw)
To: Christian Melki; +Cc: ptxdist
On Wed, Dec 27, 2023 at 07:57:44PM +0100, Christian Melki wrote:
> Minor changes.
> https://github.com/stevegrubb/libcap-ng/compare/v0.8.3...v0.8.4
>
> * Python2 support has been dropped, not that we used to create bindings,
> but the option is removed, so drop it on our side too.
>
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> ---
> rules/libcap-ng.make | 5 ++---
> 1 file changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/rules/libcap-ng.make b/rules/libcap-ng.make
> index 64786e872..d8808877a 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.8.3
> -LIBCAP_NG_MD5 := cdfc750af32f681293e43c5c1bd427c8
> +LIBCAP_NG_VERSION := 0.8.4
> +LIBCAP_NG_MD5 := 950748fcbc46a9bacf544e97724e46a2
> LIBCAP_NG := libcap-ng-$(LIBCAP_NG_VERSION)
> LIBCAP_NG_SUFFIX := tar.gz
> LIBCAP_NG_URL := \
The context looks different upstream, so this does no apply. Do you have
any local changes that change the URL?
Michael
> @@ -41,7 +41,6 @@ LIBCAP_NG_CONF_OPT := \
> $(CROSS_AUTOCONF_USR) \
> --without-debug \
> --without-warn \
> - --without-python \
> --without-python3
>
> # ----------------------------------------------------------------------------
> --
> 2.34.1
>
>
>
--
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 |
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-01-10 17:00 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-27 18:57 [ptxdist] [PATCH 1/2] libcap-ng: Version bump. 0.8.3 -> 0.8.4 Christian Melki
2023-12-27 18:57 ` [ptxdist] [PATCH 2/2] host-libcap-ng: Follow suite from target libcap-ng Christian Melki
2024-01-10 16:57 ` [ptxdist] [APPLIED] " Michael Olbrich
2024-01-03 16:12 ` [ptxdist] [PATCH 1/2] libcap-ng: Version bump. 0.8.3 -> 0.8.4 Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox