Date: Mon, 13 Jan 2020 13:25:49 +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: r522889 - head Message-ID: <202001131325.00DDPnOc028145@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: timur Date: Mon Jan 13 13:25:49 2020 New Revision: 522889 URL: https://svnweb.freebsd.org/changeset/ports/522889 Log: Add a note about need of additional update of Samba-related ports in case of Python 3 upgrade. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon Jan 13 13:24:56 2020 (r522888) +++ head/UPDATING Mon Jan 13 13:25:49 2020 (r522889) @@ -5,6 +5,21 @@ 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. +20200113: + AFFECTS: users of python and net/samba410, devel/talloc, devel/tevent, databases/tdb, databases/ldb* + AUTHOR: timur@FreeBSD.org + + In the entry 20191216 for the Python update the filtering constrains + are too limiting and omit the Samba supplimentary libraries, which do + have Python bindings to the default Python 3.x version. With the update + of the default Python3 version you also need to rebuild all the + supplimentary Samba libraries and samba410 itself. + + For portmaster users it would be enough to run: + + # portmaster devel/talloc devel/tevent databases/tdb databases/ldb15 net/samba410 + + 20200109: AFFECTS: www/firefox AUTHOR: gecko@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001131325.00DDPnOc028145>