From efc03a7db42e86c5b41383ebda01bbbb4fcab4e8 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Tue, 15 Nov 2005 00:10:58 +0000 Subject: - Integrate vendor patches: 1. #266 - Excessive db connects and quits 2. #271 - BUG with connect to postgresql database 3. #272 - Non-UTF characters in a message's body 4. #277 - Fix "INTERNALDATE" calculation in imaputil.c 5. other patches from repository. - Add SHA256 PR: ports/88277 Submitted by: Mark Starovoytov (maintainer) --- mail/dbmail20/files/patch-2.0.7_006_281 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 mail/dbmail20/files/patch-2.0.7_006_281 (limited to 'mail/dbmail20/files/patch-2.0.7_006_281') diff --git a/mail/dbmail20/files/patch-2.0.7_006_281 b/mail/dbmail20/files/patch-2.0.7_006_281 new file mode 100644 index 000000000000..fd43d4942536 --- /dev/null +++ b/mail/dbmail20/files/patch-2.0.7_006_281 @@ -0,0 +1,11 @@ +--- main.c.orig Mon Nov 7 17:22:39 2005 ++++ main.c Mon Nov 7 17:22:56 2005 +@@ -419,7 +419,7 @@ + if (! (strlen((char *)tmp->data) > 0)) + continue; + +- deliver_to_user_t dsnuser; ++ //deliver_to_user_t dsnuser; + dsnuser_init(&dsnuser); + dsnuser.address = dm_strdup((char *) tmp->data); + -- cgit v1.2.3