Bug 187849

Summary: [maintainer update] Upgrade mail/dbmail to 3.1.13
Product: Ports & Packages Reporter: Alan Hicks <ahicks>
Component: Individual Port(s)Assignee: Pawel Pekala <pawel>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
dbmail-3112-3113.diff none

Description Alan Hicks 2014-03-23 11:30:00 UTC
Upgrade dbmail from 3.1.12 to 3.1.13

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.

Fix: Patch upgrades to 3.1.13
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2014-03-23 14:15:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-03-23 14:42:57 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Pawel Pekala freebsd_committer freebsd_triage 2014-03-23 14:43:12 UTC
State Changed
From-To: open->closed

Committed. Thanks!