diff options
author | ume <ume@FreeBSD.org> | 2004-11-24 13:05:19 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2004-11-24 13:05:19 +0800 |
commit | a4e259e2823f00dbd22d064f007e79d52a794661 (patch) | |
tree | 183a7ce9791a2b01bcbcca656bf05ea7eccad498 /mail/cyrus-imapd24/Makefile | |
parent | fb4e7f72809de0fda78951b9d50c12e33952bd07 (diff) | |
download | freebsd-ports-gnome-a4e259e2823f00dbd22d064f007e79d52a794661.tar.gz freebsd-ports-gnome-a4e259e2823f00dbd22d064f007e79d52a794661.tar.zst freebsd-ports-gnome-a4e259e2823f00dbd22d064f007e79d52a794661.zip |
Update to 2.2.10.
* Fix 0 termination in mysasl_canon_user.
* Check for imap magic plus buffer overflow in proxyd also
(CAN-2004-1015).
Diffstat (limited to 'mail/cyrus-imapd24/Makefile')
-rw-r--r-- | mail/cyrus-imapd24/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/cyrus-imapd24/Makefile b/mail/cyrus-imapd24/Makefile index 7c9120bf0ef0..a5d439725c10 100644 --- a/mail/cyrus-imapd24/Makefile +++ b/mail/cyrus-imapd24/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cyrus-imapd -PORTVERSION= 2.2.9 +PORTVERSION= 2.2.10 #PORTREVISION= 0 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ |