diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-23 07:03:21 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-23 07:03:21 +0000 |
commit | ddd8c8640e6bf56980b2ae40cc52b03550db34f4 (patch) | |
tree | 757664a5a353b3980c7ae816f06aebdf10615669 /UPDATING | |
parent | 6342be5e7df038e6e01f0020bf74efd0f6a7dd24 (diff) |
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-- | UPDATING | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -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 |