aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authortimur <timur@FreeBSD.org>2017-03-26 04:57:20 +0800
committertimur <timur@FreeBSD.org>2017-03-26 04:57:20 +0800
commitec58b46cbee76eb0038c897ac2c5db9810cf548c (patch)
treebf11fec40c2346318327809dbf4e2a49d1ac9256 /UPDATING
parentf9ab1714e1b377c8ad80402f59c1ca9cd4a03351 (diff)
downloadfreebsd-ports-gnome-ec58b46cbee76eb0038c897ac2c5db9810cf548c.tar.gz
freebsd-ports-gnome-ec58b46cbee76eb0038c897ac2c5db9810cf548c.tar.zst
freebsd-ports-gnome-ec58b46cbee76eb0038c897ac2c5db9810cf548c.zip
Add note about upgrading Samba to net/samba46
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING27
1 files changed, 27 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 0f07aced1674..666728bd4d11 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,33 @@ You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20170325:
+ AFFECTS: net/samba46 and devel/p5-Parse-Pidl
+ AUTHOR: timur@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@FreeBSD.org