Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libcap: bump version to 2.73
@ 2024-12-02 21:57 Petr Vorel
  2024-12-02 22:03 ` Petr Vorel
  2024-12-03 20:59 ` Julien Olivain
  0 siblings, 2 replies; 3+ messages in thread
From: Petr Vorel @ 2024-12-02 21:57 UTC (permalink / raw)
  To: buildroot; +Cc: Petr Vorel, Thomas Petazzoni, Bernd Kuhls, Dario Binacchi

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
---
 package/libcap/libcap.hash | 2 +-
 package/libcap/libcap.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libcap/libcap.hash b/package/libcap/libcap.hash
index dd9bc75a02..ec59f224bb 100644
--- a/package/libcap/libcap.hash
+++ b/package/libcap/libcap.hash
@@ -1,5 +1,5 @@
 # https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/sha256sums.asc
-sha256  23a6ef8aadaf1e3e875f633bb2d116cfef8952dba7bc7c569b13458e1952b30f  libcap-2.70.tar.xz
+sha256  6405f6089cf4cdd8c271540cd990654d78dd0b1989b2d9bda20f933a75a795a5  libcap-2.73.tar.xz
 
 # Hash for license file:
 sha256  68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d  License
diff --git a/package/libcap/libcap.mk b/package/libcap/libcap.mk
index a1b2636c5d..5a6ed5b494 100644
--- a/package/libcap/libcap.mk
+++ b/package/libcap/libcap.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBCAP_VERSION = 2.70
+LIBCAP_VERSION = 2.73
 LIBCAP_SITE = https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2
 LIBCAP_SOURCE = libcap-$(LIBCAP_VERSION).tar.xz
 LIBCAP_LICENSE = GPL-2.0 or BSD-3-Clause
-- 
2.45.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/libcap: bump version to 2.73
  2024-12-02 21:57 [Buildroot] [PATCH 1/1] package/libcap: bump version to 2.73 Petr Vorel
@ 2024-12-02 22:03 ` Petr Vorel
  2024-12-03 20:59 ` Julien Olivain
  1 sibling, 0 replies; 3+ messages in thread
From: Petr Vorel @ 2024-12-02 22:03 UTC (permalink / raw)
  To: buildroot; +Cc: Thomas Petazzoni, Bernd Kuhls, Dario Binacchi

Hi all,

build tested:

                    bootlin-armv5-uclibc [1/6]: OK
                     bootlin-armv7-glibc [2/6]: OK
                   bootlin-armv7m-uclibc [3/6]: SKIPPED
                     bootlin-x86-64-musl [4/6]: OK
                      br-arm-full-static [5/6]: OK
                             arm-aarch64 [6/6]: OK
6 builds, 1 skipped, 0 build failed, 0 legal-info failed, 0 show-info failed

Kind regards,
Petr
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/libcap: bump version to 2.73
  2024-12-02 21:57 [Buildroot] [PATCH 1/1] package/libcap: bump version to 2.73 Petr Vorel
  2024-12-02 22:03 ` Petr Vorel
@ 2024-12-03 20:59 ` Julien Olivain
  1 sibling, 0 replies; 3+ messages in thread
From: Julien Olivain @ 2024-12-03 20:59 UTC (permalink / raw)
  To: Petr Vorel; +Cc: buildroot, Thomas Petazzoni, Bernd Kuhls, Dario Binacchi

On 02/12/2024 22:57, Petr Vorel wrote:
> Signed-off-by: Petr Vorel <petr.vorel@gmail.com>

Applied to next, thanks.

> ---
>  package/libcap/libcap.hash | 2 +-
>  package/libcap/libcap.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/libcap/libcap.hash b/package/libcap/libcap.hash
> index dd9bc75a02..ec59f224bb 100644
> --- a/package/libcap/libcap.hash
> +++ b/package/libcap/libcap.hash
> @@ -1,5 +1,5 @@
>  # 
> https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/sha256sums.asc
> -sha256  
> 23a6ef8aadaf1e3e875f633bb2d116cfef8952dba7bc7c569b13458e1952b30f  
> libcap-2.70.tar.xz
> +sha256  
> 6405f6089cf4cdd8c271540cd990654d78dd0b1989b2d9bda20f933a75a795a5  
> libcap-2.73.tar.xz
> 
>  # Hash for license file:
>  sha256  
> 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d  
> License
> diff --git a/package/libcap/libcap.mk b/package/libcap/libcap.mk
> index a1b2636c5d..5a6ed5b494 100644
> --- a/package/libcap/libcap.mk
> +++ b/package/libcap/libcap.mk
> @@ -4,7 +4,7 @@
>  #
>  
> ################################################################################
> 
> -LIBCAP_VERSION = 2.70
> +LIBCAP_VERSION = 2.73
>  LIBCAP_SITE = 
> https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2
>  LIBCAP_SOURCE = libcap-$(LIBCAP_VERSION).tar.xz
>  LIBCAP_LICENSE = GPL-2.0 or BSD-3-Clause
> --
> 2.45.2
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-12-03 20:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-02 21:57 [Buildroot] [PATCH 1/1] package/libcap: bump version to 2.73 Petr Vorel
2024-12-02 22:03 ` Petr Vorel
2024-12-03 20:59 ` Julien Olivain

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox