From 8fb879105d4a92f09a35f7dffe9be697c821d5dd Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sat, 25 Mar 2017 23:37:05 +0000 Subject: Switch default version of samba from 4.3 to 4.4 With hat: portmgr Differential Revision: https://reviews.freebsd.org/D10131 --- UPDATING | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) (limited to 'UPDATING') diff --git a/UPDATING b/UPDATING index 666728bd4d11..a8d59cfa7b7d 100644 --- a/UPDATING +++ b/UPDATING @@ -5,6 +5,34 @@ 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. +20170326: + AFFECTS: users of samba43 + AUTHOR: antoine@FreeBSD.org + + The default version of samba has been switched from 4.3 to 4.4. + Upgrade instructions: + + For package users having samba43 installed indirectly (as a dependency): + # pkg upgrade + + For package users having samba43 installed directly (leaf port): + # pkg upgrade + # pkg install samba44 + + For ports users: + If you want to keep samba43, add DEFAULT_VERSIONS+= samba=4.3 to make.conf + + If you want to upgrade to samba44, remove samba43 and obsolete packages: + # pkg delete -f samba36-libsmbclient samba36-nmblookup samba36-smbclient samba36 samba43 p5-Parse-Pidl + + Portmaster users: + # portmaster net/samba44 + # portmaster -a + + Portupgrade users: + # portinstall net/samba44 + # portupgrade -a + 20170325: AFFECTS: net/samba46 and devel/p5-Parse-Pidl AUTHOR: timur@FreeBSD.org @@ -69,7 +97,7 @@ you update your ports collection, before attempting any port upgrades. # portmaster -a Portupgrade users: - # portupgrade net/samba43 + # portinstall net/samba43 # portupgrade -a 20170319: -- cgit v1.2.3