diff options
author | cy <cy@FreeBSD.org> | 2004-09-01 19:55:26 +0000 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2004-09-01 19:55:26 +0000 |
commit | 62a669d1edb0687a75c7a1504cb239afbb4543ca (patch) | |
tree | b01801885178bc55e3e5c5201f2d1a2463b03ffa /security/krb5/Makefile | |
parent | fd60c164668a5f5bb67f4870cbe38531c8bafc6d (diff) | |
download | FreeBSD-ports-62a669d1edb0687a75c7a1504cb239afbb4543ca.zip FreeBSD-ports-62a669d1edb0687a75c7a1504cb239afbb4543ca.tar.gz |
Fix MIT krb5 Security Advisory 2004-002: double-free vulnerabilities
in KDC and libraries
Heads-up by: nectar
Diffstat (limited to 'security/krb5/Makefile')
-rw-r--r-- | security/krb5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/krb5/Makefile b/security/krb5/Makefile index 0e590c1..661421f 100644 --- a/security/krb5/Makefile +++ b/security/krb5/Makefile @@ -7,7 +7,7 @@ PORTNAME= krb5 PORTVERSION= 1.3.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security # USE_TARBALL tells the port that the user has fetched the source # directly from MIT or crypto-publish.org (CRYTPO-PUBLISH). |