09cc83df9f
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>
11 lines
284 B
Plaintext
11 lines
284 B
Plaintext
config BR2_PACKAGE_ACL
|
|
bool "acl"
|
|
select BR2_PACKAGE_ATTR
|
|
help
|
|
POSIX Access Control Lists, which are used to define more
|
|
fine-grained discretionary access rights for files and
|
|
directories.
|
|
This package also provides libacl.
|
|
|
|
https://savannah.nongnu.org/projects/acl
|