From owner-svn-ports-all@freebsd.org Sun Mar 25 01:14:08 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F760F5EDAB; Sun, 25 Mar 2018 01:14:08 +0000 (UTC) (envelope-from timur@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BC92469EA0; Sun, 25 Mar 2018 01:14:07 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B32CC171EC; Sun, 25 Mar 2018 01:14:07 +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 w2P1E7wr090974; Sun, 25 Mar 2018 01:14:07 GMT (envelope-from timur@FreeBSD.org) Received: (from timur@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2P1E7OK090973; Sun, 25 Mar 2018 01:14:07 GMT (envelope-from timur@FreeBSD.org) Message-Id: <201803250114.w2P1E7OK090973@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: timur set sender to timur@FreeBSD.org using -f From: "Timur I. Bakeyev" Date: Sun, 25 Mar 2018 01:14:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465494 - head X-SVN-Group: ports-head X-SVN-Commit-Author: timur X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 465494 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Mar 2018 01:14:08 -0000 Author: timur Date: Sun Mar 25 01:14:07 2018 New Revision: 465494 URL: https://svnweb.freebsd.org/changeset/ports/465494 Log: Add a note about net/samba48 Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sun Mar 25 01:02:51 2018 (r465493) +++ head/UPDATING Sun Mar 25 01:14:07 2018 (r465494) @@ -5,6 +5,20 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20180325: + AFFECTS: users of net/samba48 + AUTHOR: timur@FreeBSD.org + + New Samba 4.8 upgrades the relevant database files in the way, that doesn't + allow easy fallback to the previous versions of Samba. So, before upgrading + to the new version make a backup of the /var/db/samba4/ directory. + + Full list of changes, new features and upgrade procedure is available at: + + https://www.samba.org/samba/history/samba-4.8.0.html + + Please, read it carefully before upgrading!. + 20180320: AFFECTS: users of x11/sterm AUTHOR: pkubaj@anongoth.pl