package/acl: bump to version 2.3.2
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> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
9add4cbfea
commit
09cc83df9f
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user