Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Mar 2014 14:42:53 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348857 - head/mail/dbmail
Message-ID:  <201403231442.s2NEgr7N039342@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403231442.s2NEgr7N039342>