aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2018-09-01 17:05:47 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2018-09-01 17:05:47 +0000
commitec3e56288a15bc5f9da50375ed24da93aef2b1b3 (patch)
treee16460ddb15c4004bce3f900e95371f426d2dda1 /UPDATING
parenta7fba34f3f8ffb9c86b3c1726e3e3d69636f501c (diff)
downloadports-ec3e56288a15bc5f9da50375ed24da93aef2b1b3.tar.gz
ports-ec3e56288a15bc5f9da50375ed24da93aef2b1b3.zip
Switch default version of samba to 4.7
Samba 4.6 will be discontinued in a few weeks Reviewed by: mat Differential Revision: https://reviews.freebsd.org/D16904
Notes
Notes: svn path=/head/; revision=478711
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING28
1 files changed, 28 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index ebf47e79664c..df406556900c 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.
+20180901:
+ AFFECTS: users of samba46
+ AUTHOR: antoine@FreeBSD.org
+
+ The default version of samba has been switched from 4.6 to 4.7.
+ Upgrade instructions:
+
+ For package users having samba46 installed indirectly (as a dependency):
+ # pkg upgrade
+
+ For package users having samba46 installed directly (leaf port):
+ # pkg upgrade
+ # pkg install samba47
+
+ For ports users:
+ If you want to keep samba46, add DEFAULT_VERSIONS+= samba=4.6 to make.conf
+
+ If you want to upgrade to samba47, remove samba46:
+ # pkg delete -f samba46
+
+ Portmaster users:
+ # portmaster net/samba47
+ # portmaster -a
+
+ Portupgrade users:
+ # portinstall net/samba47
+ # portupgrade -a
+
20180813:
AFFECTS: net/geoipupdate
AUTHOR: adamw@FreeBSD.org