diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2002-08-21 20:46:33 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2002-08-21 20:46:33 +0000 |
commit | d6a00af6f5f6cc94355f4cf8efddaec89b6cfabe (patch) | |
tree | 690d9602e048736b7640ff9fb565fb420b8d824e /mail/cyrus-imapd2/files | |
parent | 93b14fcc26047ed980485553e6e7b0d6b485f149 (diff) | |
download | ports-d6a00af6f5f6cc94355f4cf8efddaec89b6cfabe.tar.gz ports-d6a00af6f5f6cc94355f4cf8efddaec89b6cfabe.zip |
Update to 2.1.7.
Notes
Notes:
svn path=/head/; revision=64769
Diffstat (limited to 'mail/cyrus-imapd2/files')
-rw-r--r-- | mail/cyrus-imapd2/files/patch-dh | 15 | ||||
-rw-r--r-- | mail/cyrus-imapd2/files/patch-perl::imap::IMAP.xs | 12 |
2 files changed, 0 insertions, 27 deletions
diff --git a/mail/cyrus-imapd2/files/patch-dh b/mail/cyrus-imapd2/files/patch-dh deleted file mode 100644 index fc6d23de6227..000000000000 --- a/mail/cyrus-imapd2/files/patch-dh +++ /dev/null @@ -1,15 +0,0 @@ -Index: lib/cyrusdb_skiplist.c -diff -u lib/cyrusdb_skiplist.c.orig lib/cyrusdb_skiplist.c ---- lib/cyrusdb_skiplist.c.orig Wed Apr 24 03:25:48 2002 -+++ lib/cyrusdb_skiplist.c Thu May 2 04:18:15 2002 -@@ -67,6 +67,10 @@ - #include "lock.h" - #include "retry.h" - -+#ifndef O_DSYNC -+#define O_DSYNC O_FSYNC -+#endif -+ - #define PROB (0.5) - - /* diff --git a/mail/cyrus-imapd2/files/patch-perl::imap::IMAP.xs b/mail/cyrus-imapd2/files/patch-perl::imap::IMAP.xs deleted file mode 100644 index 9e93043123d3..000000000000 --- a/mail/cyrus-imapd2/files/patch-perl::imap::IMAP.xs +++ /dev/null @@ -1,12 +0,0 @@ -Index: perl/imap/IMAP.xs -diff -u perl/imap/IMAP.xs.orig perl/imap/IMAP.xs ---- perl/imap/IMAP.xs.orig Sun May 26 04:57:49 2002 -+++ perl/imap/IMAP.xs Sat Aug 17 03:47:36 2002 -@@ -194,6 +194,7 @@ - if(!text->password) { - char *ptr; - printf("Password: "); -+ fflush(stdout); - ptr = getpass(""); - text->password = safemalloc(sizeof(sasl_secret_t) + strlen(ptr)); - text->password->len = strlen(ptr); |