Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nfs4-acl-tools for openSUSE:Factory checked in at 2025-08-02 00:41:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nfs4-acl-tools (Old) and /work/SRC/openSUSE:Factory/.nfs4-acl-tools.new.1085 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nfs4-acl-tools" Sat Aug 2 00:41:48 2025 rev:19 rq:1296900 version:0.4.2 Changes: -------- --- /work/SRC/openSUSE:Factory/nfs4-acl-tools/nfs4-acl-tools.changes 2024-03-02 23:23:55.948383385 +0100 +++ /work/SRC/openSUSE:Factory/.nfs4-acl-tools.new.1085/nfs4-acl-tools.changes 2025-08-02 00:42:04.655358083 +0200 @@ -1,0 +2,14 @@ +Thu Jul 31 08:49:27 UTC 2025 - Anthony Iliopoulos <[email protected]> + +- Update to version 0.4.2 + * nfs4_setfacl: update man page about new option index + * nfs4_setfacl: add a specific option for indexes + * libnfs4acl: Check file mode before getxattr call + * nfs4_setacl: Add support for the --dacl and --sacl options + * nfs4_getacl: Add support for the --dacl and --sacl options + * libnfs4acl: Add support for the NFS4.1 ACE_INHERITED_ACE flag + * libnfs4acl: Add helpers to set the dacl and sacl + * acl_nfs4_get_who: removed an always false evaluate warning + * nfs4_print_ace_verbose: Removed a differ in signedness warning + +------------------------------------------------------------------- Old: ---- nfs4-acl-tools-0.3.7.tar.gz New: ---- nfs4-acl-tools-0.4.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nfs4-acl-tools.spec ++++++ --- /var/tmp/diff_new_pack.gb3t71/_old 2025-08-02 00:42:05.283384216 +0200 +++ /var/tmp/diff_new_pack.gb3t71/_new 2025-08-02 00:42:05.283384216 +0200 @@ -1,7 +1,7 @@ # # spec file for package nfs4-acl-tools # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,15 +17,15 @@ Name: nfs4-acl-tools -Version: 0.3.7 +Version: 0.4.2 Release: 0 Summary: Command line tools for managing ACLs over NFSv4 License: BSD-3-Clause Group: System/Filesystems -URL: http://linux-nfs.org/~bfields/nfs4-acl-tools/ -Source0: http://linux-nfs.org/~bfields/nfs4-acl-tools/nfs4-acl-tools-%{version}.tar.gz -# GitClone: http://git.linux-nfs.org/?p=bfields/nfs4-acl-tools.git -Patch2: nfs-acl-tools-xattr.patch +URL: https://linux-nfs.org/~steved/nfs4-acl-tools/ +Source0: https://linux-nfs.org/~steved/nfs4-acl-tools/nfs4-acl-tools-%{version}.tar.gz +# GitClone: git://git.linux-nfs.org/projects/steved/nfs4-acl-tools.git +Patch0: nfs-acl-tools-xattr.patch BuildRequires: libtool %description ++++++ nfs-acl-tools-xattr.patch ++++++ --- /var/tmp/diff_new_pack.gb3t71/_old 2025-08-02 00:42:05.307385215 +0200 +++ /var/tmp/diff_new_pack.gb3t71/_new 2025-08-02 00:42:05.311385382 +0200 @@ -7,9 +7,11 @@ nfs4_setfacl/nfs4_setfacl.c | 3 ++- 6 files changed, 16 insertions(+), 9 deletions(-) ---- a/configure.ac -+++ b/configure.ac -@@ -26,11 +26,8 @@ AC_FUNC_MALLOC +Index: nfs4-acl-tools-0.4.2/configure.ac +=================================================================== +--- nfs4-acl-tools-0.4.2.orig/configure.ac ++++ nfs4-acl-tools-0.4.2/configure.ac +@@ -25,11 +25,8 @@ AC_FUNC_MALLOC AC_FUNC_STAT AC_CHECK_FUNCS([memset strchr]) @@ -20,9 +22,11 @@ -AC_PACKAGE_NEED_GETXATTR_LIBATTR AC_MANUAL_FORMAT - AC_OUTPUT(include/builddefs) ---- a/include/builddefs.in -+++ b/include/builddefs.in + AC_CONFIG_FILES([include/builddefs]) +Index: nfs4-acl-tools-0.4.2/include/builddefs.in +=================================================================== +--- nfs4-acl-tools-0.4.2.orig/include/builddefs.in ++++ nfs4-acl-tools-0.4.2/include/builddefs.in @@ -40,7 +40,7 @@ OPTIMIZER = @opt_build@ MALLOCLIB = @malloc_lib@ @@ -31,9 +35,11 @@ +LIBATTR = prefix = @prefix@ - exec_prefix = @exec_prefix@ ---- a/libnfs4acl/Makefile -+++ b/libnfs4acl/Makefile + datarootdir = @datarootdir@ +Index: nfs4-acl-tools-0.4.2/libnfs4acl/Makefile +=================================================================== +--- nfs4-acl-tools-0.4.2.orig/libnfs4acl/Makefile ++++ nfs4-acl-tools-0.4.2/libnfs4acl/Makefile @@ -37,7 +37,7 @@ LTLDFLAGS += -Wl,--version-script,$(TOPD include $(TOPDIR)/include/builddefs @@ -43,8 +49,10 @@ LTDEPENDENCIES = $(TOPDIR)/include/nfs4.h # 3 2 1 -> .so.2.1.2 ---- a/libnfs4acl/nfs4_acl_for_path.c -+++ b/libnfs4acl/nfs4_acl_for_path.c +Index: nfs4-acl-tools-0.4.2/libnfs4acl/nfs4_acl_for_path.c +=================================================================== +--- nfs4-acl-tools-0.4.2.orig/libnfs4acl/nfs4_acl_for_path.c ++++ nfs4-acl-tools-0.4.2/libnfs4acl/nfs4_acl_for_path.c @@ -32,11 +32,11 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ @@ -70,8 +78,10 @@ static int nfs4_getxattr(const char *, void *, size_t); /* returns a newly-allocated struct nfs4_acl for `path', or NULL on error. */ ---- a/libnfs4acl/nfs4_set_acl.c -+++ b/libnfs4acl/nfs4_set_acl.c +Index: nfs4-acl-tools-0.4.2/libnfs4acl/nfs4_set_acl.c +=================================================================== +--- nfs4-acl-tools-0.4.2.orig/libnfs4acl/nfs4_set_acl.c ++++ nfs4-acl-tools-0.4.2/libnfs4acl/nfs4_set_acl.c @@ -29,12 +29,13 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. @@ -98,8 +108,10 @@ int nfs4_set_acl(struct nfs4_acl *acl, const char *path) { int res = 0; ---- a/nfs4_setfacl/nfs4_setfacl.c -+++ b/nfs4_setfacl/nfs4_setfacl.c +Index: nfs4-acl-tools-0.4.2/nfs4_setfacl/nfs4_setfacl.c +=================================================================== +--- nfs4-acl-tools-0.4.2.orig/nfs4_setfacl/nfs4_setfacl.c ++++ nfs4-acl-tools-0.4.2/nfs4_setfacl/nfs4_setfacl.c @@ -34,13 +34,14 @@ */ ++++++ nfs4-acl-tools-0.3.7.tar.gz -> nfs4-acl-tools-0.4.2.tar.gz ++++++ ++++ 18002 lines of diff (skipped)
