diff options
author | timur <timur@FreeBSD.org> | 2017-04-02 06:17:02 +0800 |
---|---|---|
committer | timur <timur@FreeBSD.org> | 2017-04-02 06:17:02 +0800 |
commit | 93fc0e502d301cbbc57617d250063c2c0ad0db93 (patch) | |
tree | b79c0650d8bf459754fe632b11e24f17dfde7114 /UPDATING | |
parent | 8df41c7c9c3b360f56ab49d6cfbba2733273c356 (diff) | |
download | freebsd-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-- | UPDATING | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |