From 58d6928bba99fb4ad064c5d35a95467beba01eb86f089aa534bda683bbd75ae5 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 15 Feb 2024 13:34:36 +0000 Subject: [PATCH] Accepting request 1146843 from home:dimstar: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) OBS-URL: https://build.opensuse.org/request/show/1146843 OBS-URL: https://build.opensuse.org/package/show/Base:System/acl?expand=0&rev=72 --- acl-2.3.1.tar.xz | 3 --- acl-2.3.1.tar.xz.sig | Bin 566 -> 0 bytes acl-2.3.2.tar.xz | 3 +++ acl-2.3.2.tar.xz.sig | Bin 0 -> 566 bytes acl.changes | 14 +++++++++++++- acl.spec | 6 +++--- 6 files changed, 19 insertions(+), 7 deletions(-) delete mode 100644 acl-2.3.1.tar.xz delete mode 100644 acl-2.3.1.tar.xz.sig create mode 100644 acl-2.3.2.tar.xz create mode 100644 acl-2.3.2.tar.xz.sig diff --git a/acl-2.3.1.tar.xz b/acl-2.3.1.tar.xz deleted file mode 100644 index 0e14c4a..0000000 --- a/acl-2.3.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0234042e17f11306c23c038b08e5e070edb7be44bef6697fb8734dcff1c66b1 -size 355676 diff --git a/acl-2.3.1.tar.xz.sig b/acl-2.3.1.tar.xz.sig deleted file mode 100644 index dd561610345ff7314a1f69df1bb9a571c70e3b33aa2437ee0e9743c32571a757..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 566 zcmV-60?GY}0y6{v0SEvc79j*Bn>UiP*3%gwEX3T^zn|*^6JL%5Y@k* z>jM*II^HZ00HqKj#EPYJbj@M$a%=kC`O6?lm>m>)-RwRQusLudPS=t$33QL@{o%ml zx`h~>iU6+DxTHUg4Q>`Il+tU)D%X+t%%IKS{9AstmDF@h1*ZAz$tL4jBsT)Ppq%^( z2ht;JWZAzj+0a!y&%8j3w=%mnHdQM*I|n>YT=P_S3%UrzQL#x%B4cXMmYlxq@N6xW z#C}^C&vmqTXw`1`d15{QumSQ^(OGgy9dC#l<&Y{#Rv|zxR8BpM5lYD^=wt|V_^GG? zuk!|4Yr^r`VC+xb(;8?wdPwgZZM52re9!O)ctv}xRixuuDG^UHp}6GdgQDyforeIY zeVtfxr~^?2!aM|4^-tMFt^QQf7Y~|CRHEK2m5IP8keAPf|?E}%^YWrD=kSkux zN_6U~xoKNY7UoJ(NL5fv9I*?k-K&u6gV9(iy30^}UbLCw%5LQ&+rppx^C6=bsj+&x)#dw`IbCvg}n0i$9$_SdH}!!90%fq6_5cbA5J6)* zpXfLBfwVRc`vi#2X;57NgC^l%5AcTNS}{J~N#TNBxxB^adacR%1|^#pbs!Qo0rH4` z$C3$ytbsW6=T_o-j(f4k=hr6G1Kj#LDU$fg2mW;$5E7esS--n$Z z+KANvogsJU{Z)dSz)XYnjdw@PUkZD*V_oHl>Mo$We~VRTRlBsc&d3+r+BM*<4)#FT zulGRXCT8gXGYDMmLXcJNzEoqnkoMu4G3-&iQAsD7j1^$O7z~Qx^J|aRL`hPuF9VtZB>h-FWssP+Y(7L4H~08jU~@=EQbmi0{O4O*{ew><+MQX&!tMTs}Z z9y$I`?KikKp+0w`;9*Q2N>48`&t$vIKteD0$Lp^AcKv7dn7)&kJ6>2!PtxMX`$L%h zLfipxS7gb9zTIn4mw%02RA2N*1Cil2|H+yzz+d7cZh7n}>DW}(85Mv_nfF-}LiKk? z>n4vJD{7mliZ6e4JrDtmpk=j_=yojq!yy{|8I0{G2XlWv! zSgiX<&o-0!#O#JH#3b*icJ%`83{+2Pr^L_y^77n8IC*!3fgA59)?_Jj1Ud}QD!(864kFfGfgUgB*VOw+cHmUh<76omtn=#4;Pz=9(?}* + +- 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 @@ -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 b7f977f..8f07090 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