diff options
author | Cy Schubert <cy@FreeBSD.org> | 2007-10-23 03:41:37 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2007-10-23 03:41:37 +0000 |
commit | 3d878157d523824c402f7a55404f54fd168db2b1 (patch) | |
tree | 9c78d8d7da183353f9a58fa01eb3b2ccde906e5d /security/krb5/Makefile | |
parent | Update to 1.9.4 (diff) |
Update 1.6.2 --> 1.6.3
Security: fix CVE-2007-3999, CVE-2007-4743 svc_auth_gss.c buffer overflow
fix CVE-2007-4000 modify_policy vulnerability
Also: add PKINIT support
Notes
Notes:
svn path=/head/; revision=201793
Diffstat (limited to 'security/krb5/Makefile')
-rw-r--r-- | security/krb5/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/security/krb5/Makefile b/security/krb5/Makefile index a7d5ffea9fad..31a141fdb862 100644 --- a/security/krb5/Makefile +++ b/security/krb5/Makefile @@ -6,15 +6,11 @@ # PORTNAME= krb5 -PORTVERSION= 1.6.2 -PORTREVISION= 1 +PORTVERSION= 1.6.3 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/krb5/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ -PATCH_SITES= http://web.mit.edu/kerberos/advisories/ DISTNAME= ${PORTNAME}-${PORTVERSION}-signed EXTRACT_SUFX= .tar -PATCHFILES= 2007-006-patch.txt -PATCH_DIST_STRIP= -p1 MAINTAINER= cy@FreeBSD.org COMMENT= An authentication system developed at MIT, successor to Kerberos IV |