From owner-svn-ports-all@freebsd.org Sun Aug 6 13:57:52 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 7159EDDAF52; Sun, 6 Aug 2017 13:57:52 +0000 (UTC) (envelope-from adamw@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 3EB4F1EE5; Sun, 6 Aug 2017 13:57:52 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v76Dvpb7035085; Sun, 6 Aug 2017 13:57:51 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v76DvpCu035084; Sun, 6 Aug 2017 13:57:51 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201708061357.v76DvpCu035084@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 6 Aug 2017 13:57:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447462 - head X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 447462 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: Sun, 06 Aug 2017 13:57:52 -0000 Author: adamw Date: Sun Aug 6 13:57:51 2017 New Revision: 447462 URL: https://svnweb.freebsd.org/changeset/ports/447462 Log: Add an UPDATING note about dovecot2-antispam-plugin's removal and intended replacement with dovecot2-pigeonhole. PR: 221223 Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sun Aug 6 12:51:50 2017 (r447461) +++ head/UPDATING Sun Aug 6 13:57:51 2017 (r447462) @@ -5,6 +5,16 @@ 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. +20170806: + AFFECTS: users of mail/dovecot2-antispam-plugin + AUTHOR: adamw@FreeBSD.org + + Development of the antispam plugin ceased years ago, and upstream + recommends using pigeonhole (mail/dovecot2-pigeonhole) instead. + + See https://wiki2.dovecot.org/HowTo/AntispamWithSieve for a recipe + to replicate the antispam plugin's behaviour. + 20170803: AFFECTS: users of net/guacamole-client AUTHOR: ultima@FreeBSD.org