Hello community, here is the log from the commit of package netatalk for openSUSE:Factory checked in at 2013-06-05 12:57:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2013-05-16 11:11:36.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.netatalk.new/netatalk.changes 2013-06-05 12:57:59.000000000 +0200 @@ -1,0 +2,29 @@ +Mon May 27 07:34:17 UTC 2013 - [email protected] + +- update to 3.0.4: + FIX: Opening files without metadata EA may result in an invalid + metadata EA. Check for malformed metadata EAs and delete + them. Fixes bug #510. + FIX: Fix an issue with filenames containing non-ASCII characters + that lead to a failure setting the size of a files ressource + fork. This affected application like Adobe Photoshop where + saving files may fail. Fixes bug #511. + UPD: Enhance ACL mapping, change global ACL option map acl + to take the following options: "none", "rights" (default), + "mode". none = no mapping, this resembles the previous + false/no setting rights = map ACLs to Finder UARights, + this resembles the previous true/yes setting. This is the + default. mode = map ACLs to Finder UARights and UNIX mode + From FR #73. + FIX: Fix a possible crash in cname() where cname_mtouname calls + dirlookup() where the curdir is freed because the dircache + detected a dev/inode cache difference and evicted the + object from the cache. Fixes bug #498. + FIX: Add missing include, fixes bug #512. + FIX: Change default FinderInfo for directories to be all 0, + fixes bug 514. + NEW: New option "afp interfaces" which allows specifying where + Netatalk listens for AFP connections by interface names. + From FR #79. + +------------------------------------------------------------------- Old: ---- netatalk-3.0.3.tar.bz2 New: ---- netatalk-3.0.4.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ netatalk.spec ++++++ --- /var/tmp/diff_new_pack.zLswtA/_old 2013-06-05 12:58:00.000000000 +0200 +++ /var/tmp/diff_new_pack.zLswtA/_new 2013-06-05 12:58:00.000000000 +0200 @@ -42,9 +42,9 @@ ##Requires: %{?systemd_requires} %endif BuildRoot: %{_tmppath}/%{name}-%{version}-build -Version: 3.0.3 +Version: 3.0.4 Release: 0 -%define libmaj 4 +%define libmaj 5 Summary: Netatalk AFP Fileserver for Macintosh Clients License: GPL-2.0+ Group: Productivity/Networking/System @@ -134,7 +134,8 @@ rm %{buildroot}%{_mandir}/man1/uniconv.1* # find %{buildroot} -type f -name "*.la" | xargs rm -vf -#rm %{buildroot}/%{_libdir}/libatalk.a +# remove crappy netatalk.html (evidently copied from http://netatalk.sourceforge.net/ header) +rm -r %{buildroot}%{_datadir}/doc/netatalk %fdupes -s %{buildroot}%{_mandir} %pre @@ -208,6 +209,5 @@ %{_libdir}/libatalk.so %{_datadir}/aclocal/* %{_includedir}/atalk/* -%doc doc/DEVELOPER %changelog ++++++ netatalk-3.0.3.tar.bz2 -> netatalk-3.0.4.tar.bz2 ++++++ ++++ 22022 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
