Bug 187314 - [maintainer patch] Upgrade mail/dbmail to 3.1.12
Summary: [maintainer patch] Upgrade mail/dbmail to 3.1.12
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: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-06 12:10 UTC by Alan Hicks
Modified: 2014-03-06 16:00 UTC (History)
0 users

See Also:


Attachments
dbmail-3111-3112.diff (931 bytes, patch)
2014-03-06 12:10 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-06 12:10:01 UTC
Upgrade mail/dbmail to 3.1.12
Fixed a critical dead-lock in the code where appending an empty
string to a string buffer lead to an infinite loop

Fix: Apply attached patch
Comment 1 dfilter service freebsd_committer freebsd_triage 2014-03-06 15:55:33 UTC
Author: ehaupt
Date: Thu Mar  6 15:55:26 2014
New Revision: 347263
URL: http://svnweb.freebsd.org/changeset/ports/347263
QAT: https://qat.redports.org/buildarchive/r347263/

Log:
  Update to 3.1.12
  
  PR:		187314
  Submitted by:	Alan Hicks <ahicks@p-o.co.uk> (maintainer)

Modified:
  head/mail/dbmail/Makefile
  head/mail/dbmail/distinfo

Modified: head/mail/dbmail/Makefile
==============================================================================
--- head/mail/dbmail/Makefile	Thu Mar  6 15:48:06 2014	(r347262)
+++ head/mail/dbmail/Makefile	Thu Mar  6 15:55:26 2014	(r347263)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dbmail
-PORTVERSION=	3.1.11
+PORTVERSION=	3.1.12
 CATEGORIES=	mail
 MASTER_SITES=	http://www.dbmail.org/download/3.1/ \
 		http://git.dbmail.eu/paul/dbmail/snapshot/
@@ -73,5 +73,7 @@ post-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
 	(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/dbmail/libauth_sql.so.0 \
+		${STAGEDIR}${PREFIX}/lib/dbmail/libdbmail.so.0
 
 .include <bsd.port.mk>

Modified: head/mail/dbmail/distinfo
==============================================================================
--- head/mail/dbmail/distinfo	Thu Mar  6 15:48:06 2014	(r347262)
+++ head/mail/dbmail/distinfo	Thu Mar  6 15:55:26 2014	(r347263)
@@ -1,2 +1,2 @@
-SHA256 (dbmail-3.1.11.tar.gz) = 8c1b11f604447944ec23985a1ff30869a2cf58fb918f47d53bd7db4c610856d7
-SIZE (dbmail-3.1.11.tar.gz) = 2399545
+SHA256 (dbmail-3.1.12.tar.gz) = 9156a77d272e6c5924ccdefa2b25beadbb2ab27f3debd11c5ffb6f8904b0196c
+SIZE (dbmail-3.1.12.tar.gz) = 2399757
_______________________________________________
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 2 Emanuel Haupt freebsd_committer freebsd_triage 2014-03-06 15:55:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ehaupt

I will take care of it.
Comment 3 Emanuel Haupt freebsd_committer freebsd_triage 2014-03-06 15:55:38 UTC
State Changed
From-To: open->closed

Committed, thanks!