aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authortimur <timur@FreeBSD.org>2017-04-02 06:17:02 +0800
committertimur <timur@FreeBSD.org>2017-04-02 06:17:02 +0800
commit93fc0e502d301cbbc57617d250063c2c0ad0db93 (patch)
treeb79c0650d8bf459754fe632b11e24f17dfde7114 /UPDATING
parent8df41c7c9c3b360f56ab49d6cfbba2733273c356 (diff)
downloadfreebsd-ports-gnome-93fc0e502d301cbbc57617d250063c2c0ad0db93.tar.gz
freebsd-ports-gnome-93fc0e502d301cbbc57617d250063c2c0ad0db93.tar.zst
freebsd-ports-gnome-93fc0e502d301cbbc57617d250063c2c0ad0db93.zip
Add a note about need to remove p5-Parse-Pidl* from the system before installing net/samba*.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index d60e9e71ec30..efb1187ed986 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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@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@FreeBSD.org