svn commit: r437497 - head

Timur I. Bakeyev timur at FreeBSD.org
Sat Apr 1 22:17:03 UTC 2017


Author: timur
Date: Sat Apr  1 22:17:02 2017
New Revision: 437497
URL: https://svnweb.freebsd.org/changeset/ports/437497

Log:
  Add a note about need to remove p5-Parse-Pidl* from the system before installing net/samba*.

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Sat Apr  1 22:15:11 2017	(r437496)
+++ head/UPDATING	Sat Apr  1 22:17:02 2017	(r437497)
@@ -5,6 +5,19 @@ 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.
 
+20170401:
+  AFFECTS: net/samba44, net/samba45, net/samba46 and devel/p5-Parse-Pidl*
+  AUTHOR: timur at FreeBSD.org
+
+  It turned out that arbitary versions of p5-Parse-Pidl may lead to the
+  hard to explain crashes of the Samba server and utilities(in particular
+  we suspect it was responsible for the troubles with the DC provisioning).
+
+  So, from now on net/samba* ports use bundled version of Pidl. You need to
+  remove external package from the system:
+
+  pkg delete -f p5-Parse-Pidl p5-Parse-Pidl44
+
 20170331:
   AFFECTS: users of security/openssh-portable
   AUTHOR: bdrewery at FreeBSD.org


More information about the svn-ports-all mailing list