diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-09-01 17:05:47 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-09-01 17:05:47 +0000 |
commit | ec3e56288a15bc5f9da50375ed24da93aef2b1b3 (patch) | |
tree | e16460ddb15c4004bce3f900e95371f426d2dda1 /UPDATING | |
parent | a7fba34f3f8ffb9c86b3c1726e3e3d69636f501c (diff) | |
download | ports-ec3e56288a15bc5f9da50375ed24da93aef2b1b3.tar.gz ports-ec3e56288a15bc5f9da50375ed24da93aef2b1b3.zip |
Notes
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. +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 |