diff --git a/.files b/.files index 283e5bf..c8a0004 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 2ee19e0..a956973 100644 --- a/.rev +++ b/.rev @@ -427,4 +427,21 @@ SPDX format (forwarded request 94532 from babelworx) 969480 + + 7a55aabf045553383c3271ac746b219c + 2.3.2 + + anag+factory + - Update to version 2.3.2: + + libobj: declare s_str directly in string_obj_tag. + + Use thread-safe getpwnam_r and getgrnam_r. + + setfacl: preserve the failed status when processing multiple + files. + + man: Document pitfall with negative permissions and user + namespaces. + + tools: mark long_options static & const. + +- modernize spec-file (move license to licensedir) (forwarded request 1146843 from dimstar) + 1146854 + diff --git a/acl-2.3.1.tar.xz b/acl-2.3.1.tar.xz deleted file mode 120000 index 501ba47..0000000 --- a/acl-2.3.1.tar.xz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeid2ax7jzz2z4excre2rppjhhusarod4fkcn7uo3soxayrsxvgy6dm \ No newline at end of file diff --git a/acl-2.3.1.tar.xz.sig b/acl-2.3.1.tar.xz.sig deleted file mode 100644 index 9694b5e..0000000 Binary files a/acl-2.3.1.tar.xz.sig and /dev/null differ diff --git a/acl-2.3.2.tar.xz b/acl-2.3.2.tar.xz new file mode 120000 index 0000000..a92fe57 --- /dev/null +++ b/acl-2.3.2.tar.xz @@ -0,0 +1 @@ +/ipfs/bafybeibvfs6op47mgxjr6imr3t5kwevqza5p22ebuuzanh3rwdg4pghome \ No newline at end of file diff --git a/acl-2.3.2.tar.xz.sig b/acl-2.3.2.tar.xz.sig new file mode 100644 index 0000000..c53b874 Binary files /dev/null and b/acl-2.3.2.tar.xz.sig differ diff --git a/acl.changes b/acl.changes index bcc092b..188df65 100644 --- a/acl.changes +++ b/acl.changes @@ -1,4 +1,16 @@ ------------------------------------------------------------------- +Thu Feb 15 13:02:49 UTC 2024 - Dominique Leuenberger + +- Update to version 2.3.2: + + libobj: declare s_str directly in string_obj_tag. + + Use thread-safe getpwnam_r and getgrnam_r. + + setfacl: preserve the failed status when processing multiple + files. + + man: Document pitfall with negative permissions and user + namespaces. + + tools: mark long_options static & const. + +------------------------------------------------------------------- Fri Apr 8 13:40:20 UTC 2022 - Martin Liška - Disable -D_FORTIFY_SOURCE=3 for now @@ -7,7 +19,7 @@ Fri Apr 8 13:40:20 UTC 2022 - Martin Liška ------------------------------------------------------------------- Sun May 16 09:19:13 UTC 2021 - Dirk Müller -- modernize spec-file (move license to licensedir) +- modernize spec-file (move license to licensedir) ------------------------------------------------------------------- Wed May 12 17:03:36 UTC 2021 - Ferdinand Thiessen diff --git a/acl.spec b/acl.spec index b7941f2..466402d 100644 --- a/acl.spec +++ b/acl.spec @@ -1,7 +1,7 @@ # # spec file for package acl # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ Name: acl Summary: Commands for Manipulating POSIX Access Control Lists License: GPL-2.0-or-later AND LGPL-2.1-or-later Group: System/Filesystems -Version: 2.3.1 +Version: 2.3.2 Release: 0 URL: https://savannah.nongnu.org/projects/acl #Git-Web: http://git.savannah.gnu.org/cgit/acl.git/ @@ -127,7 +127,7 @@ rm -rvf %buildroot/%_defaultdocdir/%name %files -f %name.lang %license doc/COPYING -%doc doc/PORTING doc/extensions.txt doc/libacl.txt doc/CHANGES +%doc doc/extensions.txt doc/libacl.txt doc/CHANGES %_bindir/chacl %_bindir/getfacl %_bindir/setfacl