From owner-svn-ports-head@freebsd.org Sat Mar 25 20:57:21 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E5FAD1DB9E; Sat, 25 Mar 2017 20:57:21 +0000 (UTC) (envelope-from timur@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E04A1D52; Sat, 25 Mar 2017 20:57:21 +0000 (UTC) (envelope-from timur@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2PKvKoG082080; Sat, 25 Mar 2017 20:57:20 GMT (envelope-from timur@FreeBSD.org) Received: (from timur@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2PKvKVP082079; Sat, 25 Mar 2017 20:57:20 GMT (envelope-from timur@FreeBSD.org) Message-Id: <201703252057.v2PKvKVP082079@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: timur set sender to timur@FreeBSD.org using -f From: "Timur I. Bakeyev" Date: Sat, 25 Mar 2017 20:57:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436918 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Mar 2017 20:57:21 -0000 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@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