Hello community,

here is the log from the commit of package netatalk for openSUSE:Factory 
checked in at 2016-01-05 21:55:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2015-01-23 
15:46:15.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.netatalk.new/netatalk.changes   2016-01-05 
21:55:34.000000000 +0100
@@ -1,0 +2,22 @@
+Tue Dec 29 22:08:02 UTC 2015 - [email protected]
+
+- Update to version 3.1.8:
+  + FIX: CNID/MySQL: Quote UUID table names, bug #585.
+  + FIX: Crash in cnid_metad, bug #593.
+  + UPD: Update Unicode support to version 8.0.0.
+  + FIX: larger server side copyfile buffer for improved IO
+    performance, bug #599.
+  + NEW: afpd: new option "ea = samba". Use Samba vfs_streams_xattr
+    compatible xattrs which means adding a 0 byte at the end of
+    xattrs.
+  + FIX: Listen on IPv6 wildcard address by default, bug #602.
+  + FIX: FCE protocol version 1 packets, bug #603.
+  + UPD: Update list of BerkeleyDB versions searched at configure
+    time.
+- Rebase fce-afpd-fix-fce_event_names-array-overflow.patch.
+- Update soname version to 17.
+- Clean up more duplicate files with fdupes.
+- Add fno-strict-aliasing cflag option as per rpmlint compiler
+  warning in post build checks.
+
+-------------------------------------------------------------------

Old:
----
  netatalk-3.1.7.tar.bz2

New:
----
  netatalk-3.1.8.tar.bz2

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

Other differences:
------------------
++++++ netatalk.spec ++++++
--- /var/tmp/diff_new_pack.LCxjHG/_old  2016-01-05 21:55:36.000000000 +0100
+++ /var/tmp/diff_new_pack.LCxjHG/_new  2016-01-05 21:55:36.000000000 +0100
@@ -18,9 +18,9 @@
 
 %define with_afpstats  0
 %define with_tracker_spotlight 0
-%define libmaj  16
+%define libmaj  17
 Name:           netatalk
-Version:        3.1.7
+Version:        3.1.8
 Release:        0
 Summary:        AFP Fileserver for Macintosh Clients
 License:        GPL-2.0+
@@ -102,7 +102,7 @@
 %build
 autoreconf -fiv
 LDFLAGS="-lpthread" \
-CFLAGS="%{optflags} -Wall -g -pie -fpie" \
+CFLAGS="%{optflags} -Wall -g -pie -fpie -fno-strict-aliasing" \
 %if 0%{?with_tracker_spotlight}
 tracker_ver=$(rpm -q --queryformat="%{VERSION}" tracker-devel|cut -d . -f 1-2)
 %endif
@@ -150,6 +150,7 @@
 #
 find %{buildroot} -type f -name "*.la" -delete -print
 %fdupes -s %{buildroot}%{_mandir}
+%fdupes -s %{buildroot}/var/lib
 
 %pre
 test -f etc/atalk/afpd.conf && {

++++++ fce-afpd-fix-fce_event_names-array-overflow.patch ++++++
--- /var/tmp/diff_new_pack.LCxjHG/_old  2016-01-05 21:55:36.000000000 +0100
+++ /var/tmp/diff_new_pack.LCxjHG/_new  2016-01-05 21:55:36.000000000 +0100
@@ -22,14 +22,15 @@
  include/atalk/fce_api.h |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
---- a/include/atalk/fce_api.h
-+++ b/include/atalk/fce_api.h
+diff -Naur a/include/atalk/fce_api.h b/include/atalk/fce_api.h
+--- a/include/atalk/fce_api.h  2015-01-12 01:33:02.000000000 -0600
++++ b/include/atalk/fce_api.h  2015-12-29 16:19:38.760268844 -0600
 @@ -28,7 +28,7 @@
- #define FCE_CONN_BROKEN    99
- 
- #define FCE_FIRST_EVENT     FCE_FILE_MODIFY /* keep in sync with last file 
event above */
--#define FCE_LAST_EVENT      FCE_LOGOUT      /* keep in sync with last file 
event above */
-+#define FCE_LAST_EVENT      FCE_CONN_BROKEN      /* keep in sync with last 
file event above */
- 
- /* fce_packet.fce_magic */
- #define FCE_PACKET_MAGIC  "at_fcapi"
+ #define FCE_LOGOUT          9
+ /* keep in sync with public FCE events */
+ #define FCE_FIRST_EVENT     FCE_FILE_MODIFY
+-#define FCE_LAST_EVENT      FCE_LOGOUT
++#define FCE_LAST_EVENT      FCE_CONN_BROKEN
+
+
+ /*

++++++ netatalk-3.1.7.tar.bz2 -> netatalk-3.1.8.tar.bz2 ++++++
++++ 57829 lines of diff (skipped)


Reply via email to