Hello community,

here is the log from the commit of package netatalk for openSUSE:Factory 
checked in at 2016-09-16 11:03:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/netatalk (Old)
 and      /work/SRC/openSUSE:Factory/.netatalk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "netatalk"

Changes:
--------
--- /work/SRC/openSUSE:Factory/netatalk/netatalk.changes        2016-01-05 
21:55:34.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.netatalk.new/netatalk.changes   2016-09-16 
11:03:28.000000000 +0200
@@ -1,0 +2,31 @@
+Thu Sep 15 02:32:41 UTC 2016 - malcolmle...@opensuse.org
+
+- Update to version 3.1.10:
+  + FIX: Cannot build when ldap is not defined, bug #630.
+  + FIX: SIGHUP can cause core dump when mdns is enabled, bug #72.
+  + FIX: dsi_stream_read: len:0, unexpected EOF, bug #633.
+- Changes from version 3.1.9:
+  + FIX: afpd: fix "admin group" option.
+  + NEW: afpd: new options "force user" and "force group".
+  + FIX: Listening on IPv6 wildcard address may fail if IPv6 is
+    disabled, bug #606.
+  + NEW: LibreSSL support, FR #98.
+  + FIX: cannot build when acl is not defined, bug #574.
+  + UPD: Use "tracker daemon" command instead of "tracker-control"
+    command if Gnome Tracker is the recent version.
+  + NEW: configure options "--enable-rpath" and "--disable-rpath"
+    which can be used to force setting of RPATH or disable it.
+  + NEW: configure option "--with-tracker-install-prefix" allows
+    setting an alternate install prefix for tracker when
+    cross-compiling.
+  + UPD: asip-status.pl: IPv6 support.
+  + UPD: asip-status.pl: show GSS-UAM SPNEGO blob.
+  + FIX: afpd: don’t use network IDs without LDAP, bug #621.
+  + FIX: afpd: reading from file may fail, bug #619.
+  + FIX: ad: ad cp may crash, bug #622.
+  + UPD: Update Unicode support to version 9.0.0.
+- Rebase netatalk-wrong-error-message.patch.
+- Rebase netatalk-libc-xattr.patch.
+- Update soname version to 18.
+
+-------------------------------------------------------------------

Old:
----
  netatalk-3.1.8.tar.bz2

New:
----
  netatalk-3.1.10.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ netatalk.spec ++++++
--- /var/tmp/diff_new_pack.3IZub7/_old  2016-09-16 11:03:31.000000000 +0200
+++ /var/tmp/diff_new_pack.3IZub7/_new  2016-09-16 11:03:31.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package netatalk
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,9 +18,9 @@
 
 %define with_afpstats  0
 %define with_tracker_spotlight 0
-%define libmaj  17
+%define libmaj  18
 Name:           netatalk
-Version:        3.1.8
+Version:        3.1.10
 Release:        0
 Summary:        AFP Fileserver for Macintosh Clients
 License:        GPL-2.0+
@@ -94,7 +94,7 @@
 
 %prep
 %setup -q -n netatalk-%{version}
-%patch0
+%patch0 -p1
 %patch2 -p1
 %patch3 -p1
 cp -avL %{SOURCE1} .

++++++ netatalk-3.1.8.tar.bz2 -> netatalk-3.1.10.tar.bz2 ++++++
++++ 6652 lines of diff (skipped)

++++++ netatalk-libc-xattr.patch ++++++
--- /var/tmp/diff_new_pack.3IZub7/_old  2016-09-16 11:03:32.000000000 +0200
+++ /var/tmp/diff_new_pack.3IZub7/_new  2016-09-16 11:03:32.000000000 +0200
@@ -1,6 +1,7 @@
---- netatalk-3.1.1.orig/macros/netatalk.m4
-+++ netatalk-3.1.1/macros/netatalk.m4
-@@ -896,11 +896,6 @@ fi
+diff -Naur a/macros/netatalk.m4 b/macros/netatalk.m4
+--- a/macros/netatalk.m4       2016-06-06 06:21:51.000000000 -0500
++++ b/macros/netatalk.m4       2016-09-14 21:55:35.011076662 -0500
+@@ -934,11 +934,6 @@
  if test x"$with_acl_support" != x"no" -a x"$ac_cv_have_acls" != x"yes" ; then
        # Runtime checks for POSIX ACLs
        AC_CHECK_LIB(acl,acl_get_file,[ACL_LIBS="$ACL_LIBS -lacl"])
@@ -12,7 +13,7 @@
  
        AC_CACHE_CHECK([for POSIX ACL support],netatalk_cv_HAVE_POSIX_ACLS,[
                acl_LIBS=$LIBS
-@@ -975,7 +970,7 @@ neta_cv_eas="ad"
+@@ -1013,7 +1008,7 @@
  neta_cv_eas_sys_found=no
  neta_cv_eas_sys_not_found=no
  

++++++ netatalk-wrong-error-message.patch ++++++
--- /var/tmp/diff_new_pack.3IZub7/_old  2016-09-16 11:03:32.000000000 +0200
+++ /var/tmp/diff_new_pack.3IZub7/_new  2016-09-16 11:03:32.000000000 +0200
@@ -1,8 +1,7 @@
-Index: bin/ad/ad_util.c
-===================================================================
---- bin/ad/ad_util.c.orig      2013-10-28 16:46:51.000000000 +0100
-+++ bin/ad/ad_util.c   2013-11-18 13:05:06.718947414 +0100
-@@ -271,14 +271,16 @@
+diff -Naur a/bin/ad/ad_util.c b/bin/ad/ad_util.c
+--- a/bin/ad/ad_util.c 2016-06-06 06:21:51.000000000 -0500
++++ b/bin/ad/ad_util.c 2016-09-14 21:50:21.384180624 -0500
+@@ -267,14 +267,16 @@
      cnid = htonl(2);
  
      EC_NULL(rpath = rel_path_in_vol(path, vol->vol->v_path));
@@ -16,11 +15,11 @@
 +    EC_NULL(statpath = bfromcstr(vol->vol->v_path));
      for (int i = 0; i < (l->qty - 1); i++) {
          *did = cnid;
-+        EC_ZERO(bcatcstr(statpath, "/"));
++      EC_ZERO(bcatcstr(statpath, "/"));
          EC_ZERO(bconcat(statpath, l->entry[i]));
          EC_ZERO_LOGSTR(lstat(cfrombstr(statpath), &st),
                         "lstat(rpath: %s, elem: %s): %s: %s",
-@@ -293,7 +295,6 @@
+@@ -289,7 +291,6 @@
                               0)) == CNID_INVALID) {
              EC_FAIL;
          }


Reply via email to