aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
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