diff options
author | ume <ume@FreeBSD.org> | 2004-10-25 20:42:40 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2004-10-25 20:42:40 +0800 |
commit | eba0d8bdc9fd6d4a76f4225b858e067f5c9272a3 (patch) | |
tree | 5e7c7d7a644f0275d59effcbfaa157c0d1d91cec /security/cyrus-sasl2/Makefile | |
parent | 10f73cab1dede0ba5b372b6ce2802f5fd3856aa5 (diff) | |
download | freebsd-ports-gnome-eba0d8bdc9fd6d4a76f4225b858e067f5c9272a3.tar.gz freebsd-ports-gnome-eba0d8bdc9fd6d4a76f4225b858e067f5c9272a3.tar.zst freebsd-ports-gnome-eba0d8bdc9fd6d4a76f4225b858e067f5c9272a3.zip |
Update to 2.1.20.
* Fixes to cram plugin to avoid attempting to canonify uninitialized data.
* NTLM portability fixes.
* Avoid potential attack using SASL_PATH when sasl is used in a setuid
environment.
* A trivial number of small bugfixes.
Diffstat (limited to 'security/cyrus-sasl2/Makefile')
-rw-r--r-- | security/cyrus-sasl2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index 205aadabe1c2..0b3ecaf171fb 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -6,8 +6,8 @@ # PORTNAME= cyrus-sasl -PORTVERSION= 2.1.19 -PORTREVISION= 1 +PORTVERSION= 2.1.20 +#PORTREVISION= 0 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/%SUBDIR%/ \ ftp://ftp.westbend.net/pub/cyrus-mail/%SUBDIR%/ \ |