diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-08-18 20:23:27 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-08-18 20:23:27 +0000 |
commit | f3317786e1850a191c45a3d45a0f98172bfe38b8 (patch) | |
tree | 38eb8676c0ecbb8a70d6af6583369f98e5b5f269 /mail/cyrus-imapd2/files | |
parent | a7d3060813bfa03a07565fa988dc8047dd3cf512 (diff) | |
download | ports-f3317786e1850a191c45a3d45a0f98172bfe38b8.tar.gz ports-f3317786e1850a191c45a3d45a0f98172bfe38b8.zip |
Update to 2.1.15.
* Correct a potential DOS attack in the fud daemon.
* Arbitron now works again
* Telemetry logging for mupdate
* Duplicate Suppression logging for redirect sieve actions
* A number of bugs in reconstruct have been fixed. also added the -p
and -x options
* Better stubbing out of user_deleteacl
* No longer log any shutdown() failures
* Improved IPv6 support (for systems with two getnameinfo
implementations)
* Misc Documentation Improvements
Notes
Notes:
svn path=/head/; revision=87230
Diffstat (limited to 'mail/cyrus-imapd2/files')
-rw-r--r-- | mail/cyrus-imapd2/files/patch-ah | 13 | ||||
-rw-r--r-- | mail/cyrus-imapd2/files/patch-config.h.in | 13 | ||||
-rw-r--r-- | mail/cyrus-imapd2/files/patch-di | 13 |
3 files changed, 13 insertions, 26 deletions
diff --git a/mail/cyrus-imapd2/files/patch-ah b/mail/cyrus-imapd2/files/patch-ah deleted file mode 100644 index 52c44e1c25db..000000000000 --- a/mail/cyrus-imapd2/files/patch-ah +++ /dev/null @@ -1,13 +0,0 @@ -Index: imap/lmtpengine.h -diff -u imap/lmtpengine.h.orig imap/lmtpengine.h ---- imap/lmtpengine.h.orig Sun Feb 10 10:53:58 2002 -+++ imap/lmtpengine.h Thu Feb 21 14:16:52 2002 -@@ -44,7 +44,7 @@ - #define LMTPENGINE_H - - /* configuration parameters */ --#define DEFAULT_SENDMAIL ("/usr/lib/sendmail") -+#define DEFAULT_SENDMAIL ("/usr/sbin/sendmail") - #define DEFAULT_POSTMASTER ("postmaster") - - #define SENDMAIL (config_getstring("sendmail", DEFAULT_SENDMAIL)) diff --git a/mail/cyrus-imapd2/files/patch-config.h.in b/mail/cyrus-imapd2/files/patch-config.h.in new file mode 100644 index 000000000000..21d0bcd1b1c6 --- /dev/null +++ b/mail/cyrus-imapd2/files/patch-config.h.in @@ -0,0 +1,13 @@ +Index: config.h.in +diff -u config.h.in.orig config.h.in +--- config.h.in.orig Tue Aug 19 04:47:14 2003 ++++ config.h.in Tue Aug 19 04:50:46 2003 +@@ -364,7 +364,7 @@ + #endif + + /* sendmail configuration parameters */ +-#define DEFAULT_SENDMAIL ("/usr/lib/sendmail") ++#define DEFAULT_SENDMAIL ("/usr/sbin/sendmail") + #define DEFAULT_POSTMASTER ("postmaster") + + #define SENDMAIL (config_getstring("sendmail", DEFAULT_SENDMAIL)) diff --git a/mail/cyrus-imapd2/files/patch-di b/mail/cyrus-imapd2/files/patch-di deleted file mode 100644 index ba35e969ab60..000000000000 --- a/mail/cyrus-imapd2/files/patch-di +++ /dev/null @@ -1,13 +0,0 @@ -Index: notifyd/notify_mailto.c -diff -u notifyd/notify_mailto.c.orig notifyd/notify_mailto.c ---- notifyd/notify_mailto.c.orig Tue Mar 19 00:14:17 2002 -+++ notifyd/notify_mailto.c Thu May 2 03:51:15 2002 -@@ -56,7 +56,7 @@ - #include "rfc822date.h" - #include <sieve_interface.h> - --#define DEFAULT_SENDMAIL ("/usr/lib/sendmail") -+#define DEFAULT_SENDMAIL ("/usr/sbin/sendmail") - #define DEFAULT_POSTMASTER ("postmaster") - - #define SENDMAIL (config_getstring("sendmail", DEFAULT_SENDMAIL)) |