aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2017-03-26 07:37:05 +0800
committerantoine <antoine@FreeBSD.org>2017-03-26 07:37:05 +0800
commitd7530a7c9af669a1b525b9fd64069883ef893b20 (patch)
tree9b47d73da9388c988d92cb072dc1d94dc74698f9 /UPDATING
parent4a2c3f0bba478f7f6c16e2230e140a98c76c1fb2 (diff)
downloadfreebsd-ports-gnome-d7530a7c9af669a1b525b9fd64069883ef893b20.tar.gz
freebsd-ports-gnome-d7530a7c9af669a1b525b9fd64069883ef893b20.tar.zst
freebsd-ports-gnome-d7530a7c9af669a1b525b9fd64069883ef893b20.zip
Switch default version of samba from 4.3 to 4.4
With hat: portmgr Differential Revision: https://reviews.freebsd.org/D10131
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING30
1 files changed, 29 insertions, 1 deletions
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: