Date: Wed, 19 Jun 2019 23:11:40 +0000 (UTC) From: "Timur I. Bakeyev" <timur@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504602 - head Message-ID: <201906192311.x5JNBe8n038136@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: timur Date: Wed Jun 19 23:11:40 2019 New Revision: 504602 URL: https://svnweb.freebsd.org/changeset/ports/504602 Log: Add a note about upgrading procedure for the talloc, tevent, tdb and samba4[6-8]. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Wed Jun 19 23:11:29 2019 (r504601) +++ head/UPDATING Wed Jun 19 23:11:40 2019 (r504602) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906192311.x5JNBe8n038136>