From f12d116f994751f5bc64a3239c5c75658822bd2f Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Tue, 13 Sep 2005 20:25:54 +0000 Subject: - Update to 2.0.7 - Add patch for bug 266 - Reset maintainership (3 months of maintainer timeouts) - Assign maintainership to a volunteer PR: ports/85455, ports/85763 Submitted by: Mark Starovoytov Approved by: maintainer timeout (seanc; 14 days) --- mail/dbmail22/files/patch-2.0.4_bug214_main.c | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 mail/dbmail22/files/patch-2.0.4_bug214_main.c (limited to 'mail/dbmail22/files/patch-2.0.4_bug214_main.c') diff --git a/mail/dbmail22/files/patch-2.0.4_bug214_main.c b/mail/dbmail22/files/patch-2.0.4_bug214_main.c deleted file mode 100644 index 18dfefa77e80..000000000000 --- a/mail/dbmail22/files/patch-2.0.4_bug214_main.c +++ /dev/null @@ -1,20 +0,0 @@ -Index: main.c -=================================================================== ---- main.c (revision 1793) -+++ main.c (revision 1796) -@@ -133,6 +133,7 @@ - trace(TRACE_ERROR, "%s,%s: error reading message", - __FILE__, __func__); - dm_free(tmpmessage); -+ tmpmessage=NULL; - return -1; - } - -@@ -371,6 +372,7 @@ - trace(TRACE_ERROR, "%s,%s splitmessage failed", - __FILE__, __func__); - dm_free(whole_message); -+ whole_message=NULL; - exitcode = EX_TEMPFAIL; - goto freeall; - } -- cgit v1.2.3