diff options
author | Cy Schubert <cy@FreeBSD.org> | 2010-05-25 05:14:15 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2010-05-25 05:14:15 +0000 |
commit | 524a2efde70f6cc032642c9d5d9d56ba03de3386 (patch) | |
tree | 8fcb17207acddf00e0f14ca02c67f63bdebfcd83 /security | |
parent | Distribution tarball for 3.9 was rerolled with minor changes to (diff) |
Apply patch for MIT KRB5 security vulnerability MITKRB5-SA-2010-005.
PR: 146939
Submitted by: wollman
Security: MIT krb5 Security Advisory 2010-005
Notes
Notes:
svn path=/head/; revision=255031
Diffstat (limited to 'security')
-rw-r--r-- | security/krb5/Makefile | 4 | ||||
-rw-r--r-- | security/krb5/distinfo | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/security/krb5/Makefile b/security/krb5/Makefile index 6a6bacfa33e9..8f99a470711a 100644 --- a/security/krb5/Makefile +++ b/security/krb5/Makefile @@ -7,11 +7,14 @@ PORTNAME= krb5 PORTVERSION= 1.8.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${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= 2010-005-patch.txt +PATCH_DIST_STRIP= -p2 MAINTAINER= cy@FreeBSD.org COMMENT= An authentication system developed at MIT, successor to Kerberos IV @@ -38,7 +41,6 @@ OPTIONS= KRB5_DOC "Build and install krb5 documentation" on \ DNS_FOR_REALM "enable DNS lookups of Kerberos realm names" off .include <bsd.port.pre.mk> - .if defined(WITH_DNS_FOR_REALM) CONFIGURE_ARGS+= --enable-dns-for-realm .endif diff --git a/security/krb5/distinfo b/security/krb5/distinfo index a1f6a340ad8a..8a00237deca4 100644 --- a/security/krb5/distinfo +++ b/security/krb5/distinfo @@ -1,3 +1,6 @@ MD5 (krb5-1.8.1-signed.tar) = e29a78b108c4687f7e7937110d1d0415 SHA256 (krb5-1.8.1-signed.tar) = 470c486ec5580d12f2a72cde059e3bdfa567cf96215b724fec5a3b6cfa7eebb9 SIZE (krb5-1.8.1-signed.tar) = 11632640 +MD5 (2010-005-patch.txt) = 4fc65f831afbd9fe6bb428774251e2b2 +SHA256 (2010-005-patch.txt) = 02d778775bf3f7576f5cf7a9a1a3d14ccf1654b71c77a6a4e00a7bd5b775b221 +SIZE (2010-005-patch.txt) = 670 |