diff options
author | ume <ume@FreeBSD.org> | 2008-04-24 23:40:10 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2008-04-24 23:40:10 +0800 |
commit | 0e03e85f9864ea093fe4a24f8c87a11ea93849ec (patch) | |
tree | be2ba1ad997f947e26fe8fe8e8cb0a6cf5ca3cc5 /mail/cyrus-imapd24/Makefile | |
parent | 255d525c504697df3a958010eb3398b2a9857ce5 (diff) | |
download | freebsd-ports-gnome-0e03e85f9864ea093fe4a24f8c87a11ea93849ec.tar.gz freebsd-ports-gnome-0e03e85f9864ea093fe4a24f8c87a11ea93849ec.tar.zst freebsd-ports-gnome-0e03e85f9864ea093fe4a24f8c87a11ea93849ec.zip |
Update to 2.3.12p1.
The only change from 2.3.12 is a patch to fix a memory corruption
in the imapd.conf parsing code which could cause segfaults on
certain platforms.
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 10c24ccb4e1b..cfa4662509aa 100644 --- a/mail/cyrus-imapd24/Makefile +++ b/mail/cyrus-imapd24/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cyrus-imapd -PORTVERSION= 2.3.12 +PORTVERSION= 2.3.12p1 #PORTREVISION= 0 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus/ \ |