aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-06-04 14:17:39 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-06-04 14:17:39 +0000
commit47ce821484b3438dea67023b367148b49f85898a (patch)
tree00b70f1a8f08e9d62adbd168cdfc75c2c3599947 /UPDATING
parentaa29472b28fd54c6d31c5728191612f0334a8dca (diff)
downloadports-47ce821484b3438dea67023b367148b49f85898a.tar.gz
ports-47ce821484b3438dea67023b367148b49f85898a.zip
Switch default version of samba from 4.7 to 4.8
With hat: portmgr
Notes
Notes: svn path=/head/; revision=503475
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING28
1 files changed, 28 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 23cf0d921454..9a3626e6290d 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.
+20190615:
+ AFFECTS: users of samba47
+ AUTHOR: antoine@FreeBSD.org
+
+ The default version of samba has been switched from 4.7 to 4.8.
+ Upgrade instructions:
+
+ For package users having samba47 installed indirectly (as a dependency):
+ # pkg upgrade
+
+ For package users having samba47 installed directly (leaf port):
+ # pkg upgrade
+ # pkg install samba48
+
+ For ports users:
+ If you want to keep samba47, add DEFAULT_VERSIONS+= samba=4.7 to make.conf
+
+ If you want to upgrade to samba48, remove samba47:
+ # pkg delete -f samba47
+
+ Portmaster users:
+ # portmaster net/samba48
+ # portmaster -a
+
+ Portupgrade users:
+ # portinstall net/samba48
+ # portupgrade -a
+
20180601:
AFFECTS: www/tt-rss
AUTHOR: dereks@lifeofadishwasher.com