From 4b5377dba71e34c8058282af15535d322af17351 Mon Sep 17 00:00:00 2001 From: Markus Ullmann Date: Thu, 1 Feb 2007 22:59:25 +0000 Subject: net-mail/dbmail: drop old svn path=/sunrise/; revision=2885 --- .../dbmail/files/dbmail-2.2.2-removeversion.patch | 62 ++++++++++++++++++++++ net-mail/dbmail/files/digest-dbmail-2.2.1 | 3 -- net-mail/dbmail/files/removeversion-2.2.1.patch | 59 -------------------- net-mail/dbmail/files/removeversion-2.2.2.patch | 62 ---------------------- 4 files changed, 62 insertions(+), 124 deletions(-) create mode 100644 net-mail/dbmail/files/dbmail-2.2.2-removeversion.patch delete mode 100644 net-mail/dbmail/files/digest-dbmail-2.2.1 delete mode 100644 net-mail/dbmail/files/removeversion-2.2.1.patch delete mode 100644 net-mail/dbmail/files/removeversion-2.2.2.patch (limited to 'net-mail/dbmail/files') diff --git a/net-mail/dbmail/files/dbmail-2.2.2-removeversion.patch b/net-mail/dbmail/files/dbmail-2.2.2-removeversion.patch new file mode 100644 index 000000000..49d551708 --- /dev/null +++ b/net-mail/dbmail/files/dbmail-2.2.2-removeversion.patch @@ -0,0 +1,62 @@ +diff -ru dbmail-2.2.2.orig/imap4.c dbmail-2.2.2/imap4.c +--- dbmail-2.2.2.orig/imap4.c 2007-01-10 09:17:20.000000000 +0100 ++++ dbmail-2.2.2/imap4.c 2007-02-01 18:31:11.000000000 +0100 +@@ -116,8 +116,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.2: imap4.c.orig +diff -ru dbmail-2.2.2.orig/imapcommands.c dbmail-2.2.2/imapcommands.c +--- dbmail-2.2.2.orig/imapcommands.c 2006-12-10 22:36:03.000000000 +0100 ++++ dbmail-2.2.2/imapcommands.c 2007-02-01 18:31:11.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; + } +Only in dbmail-2.2.2: imapcommands.c.orig +diff -ru dbmail-2.2.2.orig/lmtp.c dbmail-2.2.2/lmtp.c +--- dbmail-2.2.2.orig/lmtp.c 2006-11-06 09:32:31.000000000 +0100 ++++ dbmail-2.2.2/lmtp.c 2007-02-01 18:31:11.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.2.orig/pop3.c dbmail-2.2.2/pop3.c +--- dbmail-2.2.2.orig/pop3.c 2007-01-20 09:43:22.000000000 +0100 ++++ dbmail-2.2.2/pop3.c 2007-02-01 18:32:11.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; + +Only in dbmail-2.2.2: pop3.c.orig diff --git a/net-mail/dbmail/files/digest-dbmail-2.2.1 b/net-mail/dbmail/files/digest-dbmail-2.2.1 deleted file mode 100644 index a6d0fca83..000000000 --- a/net-mail/dbmail/files/digest-dbmail-2.2.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 0023c5b55bdd2856ed4ec44c729adfdd dbmail-2.2.1.tar.gz 848546 -RMD160 41c08eaaf3033d5006cd74a6c106c64716421baf dbmail-2.2.1.tar.gz 848546 -SHA256 dd783cc7cb344a64a34e73721cfc4d95b0458d5465167ff07a592767e9b02074 dbmail-2.2.1.tar.gz 848546 diff --git a/net-mail/dbmail/files/removeversion-2.2.1.patch b/net-mail/dbmail/files/removeversion-2.2.1.patch deleted file mode 100644 index 24367e8ce..000000000 --- a/net-mail/dbmail/files/removeversion-2.2.1.patch +++ /dev/null @@ -1,59 +0,0 @@ -diff -ru dbmail-2.2.1.orig/imap4.c dbmail-2.2.1/imap4.c ---- dbmail-2.2.1.orig/imap4.c 2006-11-16 12:21:49.000000000 +0100 -+++ dbmail-2.2.1/imap4.c 2007-01-02 20:44:50.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; - } -diff -ru dbmail-2.2.1.orig/imapcommands.c dbmail-2.2.1/imapcommands.c ---- dbmail-2.2.1.orig/imapcommands.c 2006-11-05 10:59:40.000000000 +0100 -+++ dbmail-2.2.1/imapcommands.c 2007-01-02 20:45:20.000000000 +0100 -@@ -114,7 +114,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.1.orig/lmtp.c dbmail-2.2.1/lmtp.c ---- dbmail-2.2.1.orig/lmtp.c 2006-11-06 09:32:31.000000000 +0100 -+++ dbmail-2.2.1/lmtp.c 2007-01-02 20:44:50.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.1.orig/pop3.c dbmail-2.2.1/pop3.c ---- dbmail-2.2.1.orig/pop3.c 2006-11-06 09:32:31.000000000 +0100 -+++ dbmail-2.2.1/pop3.c 2007-01-02 20:45:07.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 { -@@ -329,7 +329,7 @@ - switch (cmdtype) { - - case POP3_QUIT: -- fprintf((FILE *) stream, "+OK see ya later\r\n"); -+ fprintf((FILE *) stream, "+OK bye\r\n"); - return 0; - - case POP3_USER: diff --git a/net-mail/dbmail/files/removeversion-2.2.2.patch b/net-mail/dbmail/files/removeversion-2.2.2.patch deleted file mode 100644 index 49d551708..000000000 --- a/net-mail/dbmail/files/removeversion-2.2.2.patch +++ /dev/null @@ -1,62 +0,0 @@ -diff -ru dbmail-2.2.2.orig/imap4.c dbmail-2.2.2/imap4.c ---- dbmail-2.2.2.orig/imap4.c 2007-01-10 09:17:20.000000000 +0100 -+++ dbmail-2.2.2/imap4.c 2007-02-01 18:31:11.000000000 +0100 -@@ -116,8 +116,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.2: imap4.c.orig -diff -ru dbmail-2.2.2.orig/imapcommands.c dbmail-2.2.2/imapcommands.c ---- dbmail-2.2.2.orig/imapcommands.c 2006-12-10 22:36:03.000000000 +0100 -+++ dbmail-2.2.2/imapcommands.c 2007-02-01 18:31:11.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; - } -Only in dbmail-2.2.2: imapcommands.c.orig -diff -ru dbmail-2.2.2.orig/lmtp.c dbmail-2.2.2/lmtp.c ---- dbmail-2.2.2.orig/lmtp.c 2006-11-06 09:32:31.000000000 +0100 -+++ dbmail-2.2.2/lmtp.c 2007-02-01 18:31:11.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.2.orig/pop3.c dbmail-2.2.2/pop3.c ---- dbmail-2.2.2.orig/pop3.c 2007-01-20 09:43:22.000000000 +0100 -+++ dbmail-2.2.2/pop3.c 2007-02-01 18:32:11.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; - -Only in dbmail-2.2.2: pop3.c.orig -- cgit v1.2.3-18-g5258