Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 06 Mar 2014 11:58:17 +0000
From:      Alan Hicks <ahicks@p-o.co.uk>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/187314: [maintainer patch] Upgrade mail/dbmail to 3.1.12
Message-ID:  <E1WLWwL-000Fy3-PY@p-o.co.uk>
Resent-Message-ID: <201403061210.s26CA1N6058052@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         187314
>Category:       ports
>Synopsis:       [maintainer patch] Upgrade mail/dbmail to 3.1.12
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 06 12:10:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Alan Hicks
>Release:        FreeBSD 9.2-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD schnittke.p-o.co.uk 9.2-RELEASE-p3 FreeBSD 9.2-RELEASE-p3 #0: Sat Jan 11 02:38:15 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
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
>How-To-Repeat:
>Fix:
Apply attached patch

--- dbmail-3111-3112.diff begins here ---
diff -ur /usr/ports/mail/dbmail/Makefile dbmail/Makefile
--- /usr/ports/mail/dbmail/Makefile	2014-03-04 09:19:33.000000000 +0000
+++ dbmail/Makefile	2014-03-06 09:23:56.000000000 +0000
@@ -2,7 +2,7 @@
 # $FreeBSD: head/mail/dbmail/Makefile 347000 2014-03-04 09:19:33Z jadawin $
 
 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/
diff -ur /usr/ports/mail/dbmail/distinfo dbmail/distinfo
--- /usr/ports/mail/dbmail/distinfo	2014-03-04 09:19:33.000000000 +0000
+++ dbmail/distinfo	2014-03-06 09:24:01.000000000 +0000
@@ -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
--- dbmail-3111-3112.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1WLWwL-000Fy3-PY>