diff options
author | ume <ume@FreeBSD.org> | 2003-08-19 04:23:27 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2003-08-19 04:23:27 +0800 |
commit | 2b7f87a5ae49082ca08deab66a08b5fd5eedd499 (patch) | |
tree | 8fed620cae509d8950b322f29502a0f39ec569d8 /mail/cyrus-imapd2/Makefile | |
parent | 353640b69243945120f1c1704dea9aa7739ccde6 (diff) | |
download | freebsd-ports-gnome-2b7f87a5ae49082ca08deab66a08b5fd5eedd499.tar.gz freebsd-ports-gnome-2b7f87a5ae49082ca08deab66a08b5fd5eedd499.tar.zst freebsd-ports-gnome-2b7f87a5ae49082ca08deab66a08b5fd5eedd499.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
Diffstat (limited to 'mail/cyrus-imapd2/Makefile')
-rw-r--r-- | mail/cyrus-imapd2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/cyrus-imapd2/Makefile b/mail/cyrus-imapd2/Makefile index a387eb7dbae8..db8a12fc69de 100644 --- a/mail/cyrus-imapd2/Makefile +++ b/mail/cyrus-imapd2/Makefile @@ -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 |