aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2017-03-25 23:37:05 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2017-03-25 23:37:05 +0000
commit8fb879105d4a92f09a35f7dffe9be697c821d5dd (patch)
tree9b47d73da9388c988d92cb072dc1d94dc74698f9 /UPDATING
parent3f3ec7ffdef088f14e92da6d73dbc4bc010640b7 (diff)
downloadports-8fb879105d4a92f09a35f7dffe9be697c821d5dd.tar.gz
ports-8fb879105d4a92f09a35f7dffe9be697c821d5dd.zip
Switch default version of samba from 4.3 to 4.4
With hat: portmgr Differential Revision: https://reviews.freebsd.org/D10131
Notes
Notes: svn path=/head/; revision=436925
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: