Bug 187156 - [maintainer-update] Update mail/dbmail to 3.1.11
Summary: [maintainer-update] Update mail/dbmail to 3.1.11
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Philippe Audeoud
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-01 04:00 UTC by Alan Hicks
Modified: 2014-03-04 09:20 UTC (History)
0 users

See Also:


Attachments
dbmail-3110-3111.diff (2.43 KB, patch)
2014-03-01 04:00 UTC, Alan Hicks
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alan Hicks 2014-03-01 04:00:00 UTC
Upgrade mail/dbmail to 3.1.11
- fix caching of long (>255) UTF8 encoded headers
- actually allow setting sha512 passwords (bug #1040)
- fix a segfault in POP3 (bug #1043)
- improved handling of several network error conditions in the imap code
- fix a regression in handling of UTF7 encoded mailbox names

Fix: Apply patch with --remove-empty-files as two previous patches are included
Comment 1 Philippe Audeoud freebsd_committer freebsd_triage 2014-03-03 16:12:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jadawin

I'll take it.
Comment 2 Philippe Audeoud freebsd_committer freebsd_triage 2014-03-03 16:12:36 UTC
State Changed
From-To: open->feedback

Is pkg-message still useful for this upgrade ? Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-03-04 09:19:41 UTC
Author: jadawin
Date: Tue Mar  4 09:19:33 2014
New Revision: 347000
URL: http://svnweb.freebsd.org/changeset/ports/347000
QAT: https://qat.redports.org/buildarchive/r347000/

Log:
  - Update to 3.1.11
  
  PR:		ports/187156
  Submitted by:	maintainer

Deleted:
  head/mail/dbmail/files/patch-src_db__dm.c
  head/mail/dbmail/files/patch-src_pop3.c
  head/mail/dbmail/pkg-message
Modified:
  head/mail/dbmail/Makefile
  head/mail/dbmail/distinfo

Modified: head/mail/dbmail/Makefile
==============================================================================
--- head/mail/dbmail/Makefile	Tue Mar  4 08:37:44 2014	(r346999)
+++ head/mail/dbmail/Makefile	Tue Mar  4 09:19:33 2014	(r347000)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dbmail
-PORTVERSION=	3.1.10
-PORTREVISION=	2
+PORTVERSION=	3.1.11
 CATEGORIES=	mail
 MASTER_SITES=	http://www.dbmail.org/download/3.1/ \
 		http://git.dbmail.eu/paul/dbmail/snapshot/

Modified: head/mail/dbmail/distinfo
==============================================================================
--- head/mail/dbmail/distinfo	Tue Mar  4 08:37:44 2014	(r346999)
+++ head/mail/dbmail/distinfo	Tue Mar  4 09:19:33 2014	(r347000)
@@ -1,2 +1,2 @@
-SHA256 (dbmail-3.1.10.tar.gz) = 7a5b82eb8feb45faf215bebee7fb648092e5eaa71b2d5acd5826ca36d8e63f4f
-SIZE (dbmail-3.1.10.tar.gz) = 2397512
+SHA256 (dbmail-3.1.11.tar.gz) = 8c1b11f604447944ec23985a1ff30869a2cf58fb918f47d53bd7db4c610856d7
+SIZE (dbmail-3.1.11.tar.gz) = 2399545
_______________________________________________
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 4 Philippe Audeoud freebsd_committer freebsd_triage 2014-03-04 09:20:11 UTC
State Changed
From-To: feedback->closed

Committed, with minor changes. Thanks!