Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/acl: bump to version 2.3.2
@ 2024-02-06 20:12 Julien Olivain
  2024-02-06 20:51 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Julien Olivain @ 2024-02-06 20:12 UTC (permalink / raw)
  To: buildroot; +Cc: Julien Olivain

See release announcement [1].

This commit also updates the _SITE variable to match the download URL
published in the release announcement in [1]. The package homepage is
also updated to match the one published at [2]. The main motivation
of those URL updates is to switch to https.

[1] https://lists.nongnu.org/archive/html/acl-devel/2024-01/msg00012.html
[2] https://git.savannah.nongnu.org/cgit/acl.git/tree/README?h=v2.3.2#n4

Signed-off-by: Julien Olivain <ju.o@free.fr>
---
 package/acl/Config.in | 2 +-
 package/acl/acl.hash  | 2 +-
 package/acl/acl.mk    | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/acl/Config.in b/package/acl/Config.in
index 92f2251878..056a31baa8 100644
--- a/package/acl/Config.in
+++ b/package/acl/Config.in
@@ -7,4 +7,4 @@ config BR2_PACKAGE_ACL
 	  directories.
 	  This package also provides libacl.
 
-	  http://savannah.nongnu.org/projects/acl
+	  https://savannah.nongnu.org/projects/acl
diff --git a/package/acl/acl.hash b/package/acl/acl.hash
index 32e904baf3..a6094fb985 100644
--- a/package/acl/acl.hash
+++ b/package/acl/acl.hash
@@ -1,5 +1,5 @@
 # Locally calculated after checking pgp signature
-sha256  c0234042e17f11306c23c038b08e5e070edb7be44bef6697fb8734dcff1c66b1  acl-2.3.1.tar.xz
+sha256  97203a72cae99ab89a067fe2210c1cbf052bc492b479eca7d226d9830883b0bd  acl-2.3.2.tar.xz
 
 # Locally calculated
 sha256  a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8  doc/COPYING
diff --git a/package/acl/acl.mk b/package/acl/acl.mk
index c898421dc5..a5371e1aea 100644
--- a/package/acl/acl.mk
+++ b/package/acl/acl.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-ACL_VERSION = 2.3.1
+ACL_VERSION = 2.3.2
 ACL_SOURCE = acl-$(ACL_VERSION).tar.xz
-ACL_SITE = http://download.savannah.gnu.org/releases/acl
+ACL_SITE = https://download.savannah.nongnu.org/releases/acl
 ACL_LICENSE = GPL-2.0+ (programs), LGPL-2.1+ (libraries)
 ACL_LICENSE_FILES = doc/COPYING doc/COPYING.LGPL
 ACL_CPE_ID_VENDOR = acl_project
-- 
2.43.0

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

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

end of thread, other threads:[~2024-02-06 20:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-06 20:12 [Buildroot] [PATCH 1/1] package/acl: bump to version 2.3.2 Julien Olivain
2024-02-06 20:51 ` Peter Korsgaard

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