mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
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
This commit is contained in:
parent
a7d3060813
commit
f3317786e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87230
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= cyrus-imapd
|
||||
PORTVERSION= 2.1.14
|
||||
PORTVERSION= 2.1.15
|
||||
#PORTREVISION= 0
|
||||
CATEGORIES= mail ipv6
|
||||
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
|
||||
@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
|
||||
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/cyrus-mail/&,}
|
||||
|
||||
PATCH_SITES= http://www.imasy.or.jp/~ume/ipv6/
|
||||
PATCHFILES= ${DISTNAME}-ipv6-20030703.diff.gz
|
||||
PATCHFILES= ${DISTNAME}-ipv6-20030819.diff.gz
|
||||
|
||||
MAINTAINER= ume@FreeBSD.org
|
||||
COMMENT= The cyrus mail server, supporting POP3 and IMAP4 protocols
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (cyrus-imapd-2.1.14.tar.gz) = e30da9749e926f847be5ab4e75eaf110
|
||||
MD5 (cyrus-imapd-2.1.14-ipv6-20030703.diff.gz) = 04ea9b030caf0cf2caf95b6ba1486c36
|
||||
MD5 (cyrus-imapd-2.1.15.tar.gz) = 17f1272218478bcc71665d9a756d5c07
|
||||
MD5 (cyrus-imapd-2.1.15-ipv6-20030819.diff.gz) = de6e1de7a65938d1561cea38c39d77db
|
||||
|
@ -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))
|
13
mail/cyrus-imapd2/files/patch-config.h.in
Normal file
13
mail/cyrus-imapd2/files/patch-config.h.in
Normal file
@ -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))
|
@ -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))
|
@ -7,6 +7,7 @@ bin/pop3test
|
||||
bin/sieveshell
|
||||
bin/sivtest
|
||||
bin/smtptest
|
||||
cyrus/bin/arbitron
|
||||
cyrus/bin/chk_cyrus
|
||||
cyrus/bin/ctl_cyrusdb
|
||||
cyrus/bin/ctl_deliver
|
||||
|
Loading…
Reference in New Issue
Block a user