aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2017-12-23 07:03:21 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2017-12-23 07:03:21 +0000
commitddd8c8640e6bf56980b2ae40cc52b03550db34f4 (patch)
tree757664a5a353b3980c7ae816f06aebdf10615669 /UPDATING
parent6342be5e7df038e6e01f0020bf74efd0f6a7dd24 (diff)
downloadports-ddd8c8640e6bf56980b2ae40cc52b03550db34f4.tar.gz
ports-ddd8c8640e6bf56980b2ae40cc52b03550db34f4.zip
Change default version of samba from 4.4 to 4.6
Reviewed by: mat With hat: portmgr Differential Revision: https://reviews.freebsd.org/D13529
Notes
Notes: svn path=/head/; revision=457024
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING28
1 files changed, 28 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index f4a374ebb049..2943c3e54ef5 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.
+20171223:
+ AFFECTS: users of samba44
+ AUTHOR: antoine@FreeBSD.org
+
+ The default version of samba has been switched from 4.4 to 4.6.
+ Upgrade instructions:
+
+ For package users having samba44 installed indirectly (as a dependency):
+ # pkg upgrade
+
+ For package users having samba44 installed directly (leaf port):
+ # pkg upgrade
+ # pkg install samba46
+
+ For ports users:
+ If you want to keep samba44, add DEFAULT_VERSIONS+= samba=4.4 to make.conf
+
+ If you want to upgrade to samba46, remove samba44:
+ # pkg delete -f samba44
+
+ Portmaster users:
+ # portmaster net/samba46
+ # portmaster -a
+
+ Portupgrade users:
+ # portinstall net/samba46
+ # portupgrade -a
+
20171218:
AFFECTS: users of devel/gogs
AUTHOR: dg@syrec.org