diff options
author | pawel <pawel@FreeBSD.org> | 2014-03-23 22:42:53 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2014-03-23 22:42:53 +0800 |
commit | 4e47c898146e0c01f48e1daaa3108cfa930150a2 (patch) | |
tree | 8a6160018a66317a82971e45a9893180909e0919 /mail/dbmail | |
parent | 3322226513ea036c14896293a5af6b8afd7430a4 (diff) | |
download | freebsd-ports-gnome-4e47c898146e0c01f48e1daaa3108cfa930150a2.tar.gz freebsd-ports-gnome-4e47c898146e0c01f48e1daaa3108cfa930150a2.tar.zst freebsd-ports-gnome-4e47c898146e0c01f48e1daaa3108cfa930150a2.zip |
- 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
Diffstat (limited to 'mail/dbmail')
-rw-r--r-- | mail/dbmail/Makefile | 4 | ||||
-rw-r--r-- | mail/dbmail/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/dbmail/Makefile b/mail/dbmail/Makefile index 326eb52176ae..0452fca6c20c 100644 --- a/mail/dbmail/Makefile +++ b/mail/dbmail/Makefile @@ -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 diff --git a/mail/dbmail/distinfo b/mail/dbmail/distinfo index 22faa414f7b7..7d41dcc2c93a 100644 --- a/mail/dbmail/distinfo +++ b/mail/dbmail/distinfo @@ -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 |