From 387f996d31ddcce11198df39b100b71913f1d214 Mon Sep 17 00:00:00 2001 From: Martin Hierling Date: Tue, 13 Mar 2007 08:37:45 +0000 Subject: net-mail/dbmail: version bump svn path=/sunrise/; revision=3214 --- .../dbmail/files/dbmail-2.2.3-removeversion.patch | 60 ---------------------- .../dbmail/files/dbmail-2.2.4-removeversion.patch | 59 +++++++++++++++++++++ net-mail/dbmail/files/digest-dbmail-2.2.4 | 3 ++ 3 files changed, 62 insertions(+), 60 deletions(-) delete mode 100644 net-mail/dbmail/files/dbmail-2.2.3-removeversion.patch create mode 100644 net-mail/dbmail/files/dbmail-2.2.4-removeversion.patch create mode 100644 net-mail/dbmail/files/digest-dbmail-2.2.4 (limited to 'net-mail/dbmail/files') diff --git a/net-mail/dbmail/files/dbmail-2.2.3-removeversion.patch b/net-mail/dbmail/files/dbmail-2.2.3-removeversion.patch deleted file mode 100644 index 4af96cbf2..000000000 --- a/net-mail/dbmail/files/dbmail-2.2.3-removeversion.patch +++ /dev/null @@ -1,60 +0,0 @@ -diff -ru dbmail-2.2.3.orig/imap4.c dbmail-2.2.3/imap4.c ---- dbmail-2.2.3.orig/imap4.c 2007-02-28 11:34:28.000000000 +0100 -+++ dbmail-2.2.3/imap4.c 2007-02-28 18:30:58.000000000 +0100 -@@ -117,8 +117,8 @@ - - /* greet user */ - if (dbmail_imap_session_printf(session, -- "* OK dbmail imap (protocol version 4r1) server %s " -- "ready to run\r\n", IMAP_SERVER_VERSION) < 0) { -+ "* OK imap (protocol version 4r1) server " -+ "ready \r\n", IMAP_SERVER_VERSION) < 0) { - dbmail_imap_session_delete(session); - return EOF; - } -Only in dbmail-2.2.3/: imap4.c.orig -diff -ru dbmail-2.2.3.orig/imapcommands.c dbmail-2.2.3/imapcommands.c ---- dbmail-2.2.3.orig/imapcommands.c 2007-02-08 13:52:22.000000000 +0100 -+++ dbmail-2.2.3/imapcommands.c 2007-02-28 18:30:58.000000000 +0100 -@@ -111,7 +111,7 @@ - dbmail_imap_session_set_state(self,IMAPCS_LOGOUT); - TRACE(TRACE_MESSAGE, "user (id:%llu) logging out @ [%s]", ud->userid, timestring); - -- dbmail_imap_session_printf(self, "* BYE dbmail imap server kisses you goodbye\r\n"); -+ dbmail_imap_session_printf(self, "* BYE\r\n"); - - return 0; - } -diff -ru dbmail-2.2.3.orig/lmtp.c dbmail-2.2.3/lmtp.c ---- dbmail-2.2.3.orig/lmtp.c 2006-11-06 09:32:31.000000000 +0100 -+++ dbmail-2.2.3/lmtp.c 2007-02-28 18:30:58.000000000 +0100 -@@ -134,7 +134,7 @@ - - if (ci->tx) { - /* sending greeting */ -- ci_write(ci->tx, "220 %s DBMail LMTP service ready to rock\r\n", myhostname); -+ ci_write(ci->tx, "220 %s LMTP service ready\r\n", myhostname); - fflush(ci->tx); - } else { - TRACE(TRACE_MESSAGE, "TX stream is null!"); -diff -ru dbmail-2.2.3.orig/pop3.c dbmail-2.2.3/pop3.c ---- dbmail-2.2.3.orig/pop3.c 2007-02-26 09:23:25.000000000 +0100 -+++ dbmail-2.2.3/pop3.c 2007-02-28 18:30:58.000000000 +0100 -@@ -97,7 +97,7 @@ - - if (ci->tx) { - /* sending greeting */ -- fprintf(ci->tx, "+OK DBMAIL pop3 server ready to rock %s\r\n", -+ fprintf(ci->tx, "+OK pop3 server ready\r\n", - session.apop_stamp); - fflush(ci->tx); - } else { -@@ -177,7 +177,7 @@ - - /* if everything went well, write down everything and do a cleanup */ - db_update_pop(&session); -- fprintf(ci->tx, "+OK see ya later\r\n"); -+ fprintf(ci->tx, "+OK bye\r\n"); - fflush(ci->tx); - break; - diff --git a/net-mail/dbmail/files/dbmail-2.2.4-removeversion.patch b/net-mail/dbmail/files/dbmail-2.2.4-removeversion.patch new file mode 100644 index 000000000..a08dd22cb --- /dev/null +++ b/net-mail/dbmail/files/dbmail-2.2.4-removeversion.patch @@ -0,0 +1,59 @@ +diff -ru dbmail-2.2.4.orig/imap4.c dbmail-2.2.4/imap4.c +--- dbmail-2.2.4.orig/imap4.c 2007-03-07 14:46:17.000000000 +0100 ++++ dbmail-2.2.4/imap4.c 2007-03-13 07:21:04.000000000 +0100 +@@ -115,8 +115,8 @@ + + /* greet user */ + if (dbmail_imap_session_printf(session, +- "* OK dbmail imap (protocol version 4r1) server %s " +- "ready to run\r\n", IMAP_SERVER_VERSION) < 0) { ++ "* OK imap (protocol version 4r1) server " ++ "ready \r\n", IMAP_SERVER_VERSION) < 0) { + dbmail_imap_session_delete(session); + return EOF; + } +diff -ru dbmail-2.2.4.orig/imapcommands.c dbmail-2.2.4/imapcommands.c +--- dbmail-2.2.4.orig/imapcommands.c 2007-03-07 14:46:17.000000000 +0100 ++++ dbmail-2.2.4/imapcommands.c 2007-03-13 07:21:04.000000000 +0100 +@@ -115,7 +115,7 @@ + dbmail_imap_session_set_state(self,IMAPCS_LOGOUT); + TRACE(TRACE_MESSAGE, "user (id:%llu) logging out @ [%s]", ud->userid, timestring); + +- dbmail_imap_session_printf(self, "* BYE dbmail imap server kisses you goodbye\r\n"); ++ dbmail_imap_session_printf(self, "* BYE\r\n"); + + return 0; + } +diff -ru dbmail-2.2.4.orig/lmtp.c dbmail-2.2.4/lmtp.c +--- dbmail-2.2.4.orig/lmtp.c 2006-11-06 09:32:31.000000000 +0100 ++++ dbmail-2.2.4/lmtp.c 2007-03-13 07:21:04.000000000 +0100 +@@ -134,7 +134,7 @@ + + if (ci->tx) { + /* sending greeting */ +- ci_write(ci->tx, "220 %s DBMail LMTP service ready to rock\r\n", myhostname); ++ ci_write(ci->tx, "220 %s LMTP service ready\r\n", myhostname); + fflush(ci->tx); + } else { + TRACE(TRACE_MESSAGE, "TX stream is null!"); +diff -ru dbmail-2.2.4.orig/pop3.c dbmail-2.2.4/pop3.c +--- dbmail-2.2.4.orig/pop3.c 2007-02-26 09:23:25.000000000 +0100 ++++ dbmail-2.2.4/pop3.c 2007-03-13 07:21:04.000000000 +0100 +@@ -97,7 +97,7 @@ + + if (ci->tx) { + /* sending greeting */ +- fprintf(ci->tx, "+OK DBMAIL pop3 server ready to rock %s\r\n", ++ fprintf(ci->tx, "+OK pop3 server ready\r\n", + session.apop_stamp); + fflush(ci->tx); + } else { +@@ -177,7 +177,7 @@ + + /* if everything went well, write down everything and do a cleanup */ + db_update_pop(&session); +- fprintf(ci->tx, "+OK see ya later\r\n"); ++ fprintf(ci->tx, "+OK bye\r\n"); + fflush(ci->tx); + break; + diff --git a/net-mail/dbmail/files/digest-dbmail-2.2.4 b/net-mail/dbmail/files/digest-dbmail-2.2.4 new file mode 100644 index 000000000..5bc2668fb --- /dev/null +++ b/net-mail/dbmail/files/digest-dbmail-2.2.4 @@ -0,0 +1,3 @@ +MD5 b7f56437df764e7046438f81f4b7df18 dbmail-2.2.4.tar.gz 873538 +RMD160 06b9bf2ede178096d597a7291ca11075b612caa5 dbmail-2.2.4.tar.gz 873538 +SHA256 2fdf2f22e9d0437e8331d33a956f12ca85d7370651c943f09f8886e94a93f379 dbmail-2.2.4.tar.gz 873538 -- cgit v1.2.3-18-g5258