From owner-svn-ports-all@FreeBSD.ORG Sun Mar 23 14:42:54 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 732122B4; Sun, 23 Mar 2014 14:42:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 471566F; Sun, 23 Mar 2014 14:42:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2NEgs50039344; Sun, 23 Mar 2014 14:42:54 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2NEgr7N039342; Sun, 23 Mar 2014 14:42:53 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201403231442.s2NEgr7N039342@svn.freebsd.org> From: Pawel Pekala Date: Sun, 23 Mar 2014 14:42:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348857 - head/mail/dbmail X-SVN-Group: ports-head 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.17 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, 23 Mar 2014 14:42:54 -0000 Author: pawel Date: Sun Mar 23 14:42:53 2014 New Revision: 348857 URL: http://svnweb.freebsd.org/changeset/ports/348857 QAT: https://qat.redports.org/buildarchive/r348857/ Log: - Update to version 3.1.13 [1] - Convert SIEVE option description to current standards Bugfixes: - when an IMAP client asked for a part of a message that started after the total length of the message, imapd crashed. - on some platforms, pop3d would sometimes continue to try writing to a partially disconnected client, throwing pop3d in a spin-lock. - on pop3d, timsieved and lmtpd disconnecting clients would cause memory leakage New features: - dbmail.conf now adds a new options 'header_cache_readonly = yes|no', Setting it to 'yes' will prevent addition of new rows to the dbmail_headername table. You can now start pruning that table, without having to worry about new messages re-adding those rows. - the usermap feature now also supports default routes on allowed and denied sockets. So you can simply disallow certain users from connecting on any address using 'inet:0.0.0.0/0:143' as a socket specification. PR: ports/187849 [1] Submitted by: maintainer Modified: head/mail/dbmail/Makefile head/mail/dbmail/distinfo Modified: head/mail/dbmail/Makefile ============================================================================== --- head/mail/dbmail/Makefile Sun Mar 23 14:10:46 2014 (r348856) +++ head/mail/dbmail/Makefile Sun Mar 23 14:42:53 2014 (r348857) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dbmail -PORTVERSION= 3.1.12 +PORTVERSION= 3.1.13 CATEGORIES= mail MASTER_SITES= http://www.dbmail.org/download/3.1/ \ http://git.dbmail.eu/paul/dbmail/snapshot/ @@ -25,7 +25,7 @@ CONFLICTS= dbmail-2.* dbmail22-[0-9]* OPTIONS_DEFINE= DOCS LDAP SIEVE THREADS OPTIONS_DEFAULT= THREADS -SIEVE_DESC= Build with support for Sieve mail sorting language +SIEVE_DESC= Sieve mail sorting language support OPTIONS_SUB= yes Modified: head/mail/dbmail/distinfo ============================================================================== --- head/mail/dbmail/distinfo Sun Mar 23 14:10:46 2014 (r348856) +++ head/mail/dbmail/distinfo Sun Mar 23 14:42:53 2014 (r348857) @@ -1,2 +1,2 @@ -SHA256 (dbmail-3.1.12.tar.gz) = 9156a77d272e6c5924ccdefa2b25beadbb2ab27f3debd11c5ffb6f8904b0196c -SIZE (dbmail-3.1.12.tar.gz) = 2399757 +SHA256 (dbmail-3.1.13.tar.gz) = ad1cb6502cd115ffbc47cacf3770b7808765ecb2704df1201349bd6a9707b799 +SIZE (dbmail-3.1.13.tar.gz) = 2400222