aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorTimur I. Bakeyev <timur@FreeBSD.org>2019-06-19 23:11:40 +0000
committerTimur I. Bakeyev <timur@FreeBSD.org>2019-06-19 23:11:40 +0000
commit5af29fe232b2a9aa977bd0e659ae72144b65bc54 (patch)
tree6b718d204dd51f9a87d01bcb0e8a051d29443b29 /UPDATING
parentb42b0e49882534b4b492ee480e3840e889af2e61 (diff)
downloadports-5af29fe232b2a9aa977bd0e659ae72144b65bc54.tar.gz
ports-5af29fe232b2a9aa977bd0e659ae72144b65bc54.zip
Add a note about upgrading procedure for the talloc, tevent, tdb and samba4[6-8].
Notes
Notes: svn path=/head/; revision=504602
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING25
1 files changed, 25 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index d4046405e4eb..55e63cd9c590 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,31 @@ 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.
+20190619:
+ AFFECTS: users of samba4[6-8] and devel/talloc, devel/tevent, databases/tdb, databases/ldb*
+ AUTHOR: timur@FreeBSD.org
+
+ To introduce samba410(we deliberatly skip samba49 due the complexity of handling)
+ and to drop dependency on deprecated Python 2.7, Samba supplimentary libraries
+ talloc, tevent and tdb were splitted into current Python 3 compatiable versions
+ and legacy ones, with the suffix "1".
+
+ Old versions of Samba were changed to depend on the legacy supplimentary libraries,
+ so if you need to install samba46, samba47 or samba48 over previous Samba
+ installations you need to downgrade supplimentary libs with the following commands:
+
+ for users of portmaster:
+ portmaster -o devel/talloc1 devel/talloc
+ portmaster -o devel/tevent1 devel/tevent
+ portmaster -o databases/tdb1 databases/tdb
+ portmaster -r devel/talloc1
+
+ for users of portupgrade:
+ portupgrade -o devel/talloc1 devel/talloc
+ portupgrade -o devel/tevent1 devel/tevent
+ portupgrade -o databases/tdb1 databases/tdb
+ portupgrade -fr devel/talloc1
+
20190613:
AFFECTS: users of www/qt5-webengine
AUTHOR: kai@FreeBSD.org