From owner-svn-ports-all@freebsd.org Sat Jul 29 10:03:36 2017 Return-Path: Delivered-To: svn-ports-all@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 D876DDC05B1; Sat, 29 Jul 2017 10:03:36 +0000 (UTC) (envelope-from crees@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 A55AD66DFD; Sat, 29 Jul 2017 10:03:36 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6TA3ZWD090071; Sat, 29 Jul 2017 10:03:35 GMT (envelope-from crees@FreeBSD.org) Received: (from crees@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6TA3ZtP090070; Sat, 29 Jul 2017 10:03:35 GMT (envelope-from crees@FreeBSD.org) Message-Id: <201707291003.v6TA3ZtP090070@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: crees set sender to crees@FreeBSD.org using -f From: Chris Rees Date: Sat, 29 Jul 2017 10:03:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446875 - head X-SVN-Group: ports-head X-SVN-Commit-Author: crees X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 446875 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jul 2017 10:03:36 -0000 Author: crees Date: Sat Jul 29 10:03:35 2017 New Revision: 446875 URL: https://svnweb.freebsd.org/changeset/ports/446875 Log: Document issues around MailScanner uodate and give workaround. Submitted by: netchild Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sat Jul 29 09:43:21 2017 (r446874) +++ head/UPDATING Sat Jul 29 10:03:35 2017 (r446875) @@ -5,6 +5,17 @@ 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. +20170729: + AFFECTS: users of mail/mailscanner + AUTHOR: crees@FreeBSD.org + + Version 5.0.3 of MailScanner introduced a serious bug in packaging. + Unfortunately if it is installed, your configuration has been deleted. + + If you have managed to get it working, please back up + /usr/local/etc/MailScanner as it will also be deleted on deinstall + of the same package. + 20170721: AFFECTS: users of security/sshguard* AUTHOR: dan.mcgregir@usask.ca