From owner-svn-ports-head@freebsd.org Sat Apr 1 22:17:03 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58A33D294BA; Sat, 1 Apr 2017 22:17:03 +0000 (UTC) (envelope-from timur@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 28EB99A5; Sat, 1 Apr 2017 22:17:03 +0000 (UTC) (envelope-from timur@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31MH2UV007937; Sat, 1 Apr 2017 22:17:02 GMT (envelope-from timur@FreeBSD.org) Received: (from timur@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31MH2mv007936; Sat, 1 Apr 2017 22:17:02 GMT (envelope-from timur@FreeBSD.org) Message-Id: <201704012217.v31MH2mv007936@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: timur set sender to timur@FreeBSD.org using -f From: "Timur I. Bakeyev" Date: Sat, 1 Apr 2017 22:17:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437497 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 22:17:03 -0000 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@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