svn commit: r436918 - head
Timur I. Bakeyev
timur at FreeBSD.org
Sat Mar 25 20:57:21 UTC 2017
Author: timur
Date: Sat Mar 25 20:57:20 2017
New Revision: 436918
URL: https://svnweb.freebsd.org/changeset/ports/436918
Log:
Add note about upgrading Samba to net/samba46
Modified:
head/UPDATING
Modified: head/UPDATING
==============================================================================
--- head/UPDATING Sat Mar 25 20:49:00 2017 (r436917)
+++ head/UPDATING Sat Mar 25 20:57:20 2017 (r436918)
@@ -6,6 +6,33 @@ You should get into the habit of checkin
you update your ports collection, before attempting any port upgrades.
20170325:
+ AFFECTS: net/samba46 and devel/p5-Parse-Pidl
+ AUTHOR: timur at FreeBSD.org
+
+ New version of Samba port from 4.6 branch is added. Before upgrading please read upgrade notes:
+
+ https://www.samba.org/samba/history/samba-4.6.0.html
+
+ For the vfs_fruit users:
+
+ Users on *BSD must rename the metadata xattr used by vfs_fruit when
+ using the default setting "fruit:metadata = netatalk".
+
+ Due to a glitch in the Samba xattr API compatibility layer for FreeBSD and a
+ mistake in vfs_fruit, vfs_fruit ended up using the wrong xattr name when
+ configured with "fruit:metadata = netatalk" (default). Instead of the correct
+
+ org.netatalk.Metadata
+
+ it used
+
+ netatalk.Metadata
+
+ Starting with Samba 4.6 vfs_fruit will use the correct "org.netatalk.Metadata"
+ which means existing installations must rename this xattrs. For this purpose
+ Samba now includes a new tool `mvxattr`.
+
+20170325:
AFFECTS: net/samba45, net/samba46 and devel/p5-Parse-Pidl
AUTHOR: timur at FreeBSD.org
More information about the svn-ports-all
mailing list