diff options
author | cy <cy@FreeBSD.org> | 2011-12-14 12:31:21 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2011-12-14 12:31:21 +0800 |
commit | 4ae4f1bce44236729d2bf2e04c06becaca1b6b51 (patch) | |
tree | 6ba9ff1bbdddb802db0c23343e64cc2fd5f52b81 /security | |
parent | 59a11be2e35dc6cb1eb28e4dd18c3b91211ceb19 (diff) | |
download | freebsd-ports-gnome-4ae4f1bce44236729d2bf2e04c06becaca1b6b51.tar.gz freebsd-ports-gnome-4ae4f1bce44236729d2bf2e04c06becaca1b6b51.tar.zst freebsd-ports-gnome-4ae4f1bce44236729d2bf2e04c06becaca1b6b51.zip |
Apply patch for MITKRB5-SA-2011-007, KDC null pointer dereference in TGS
handling.
PR: 163272
Submitted by: zi
Security: 6c7d9a35-2608-11e1-89b4-001ec9578670
Feature safe: yes
Diffstat (limited to 'security')
-rw-r--r-- | security/krb5/Makefile | 5 | ||||
-rw-r--r-- | security/krb5/distinfo | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/security/krb5/Makefile b/security/krb5/Makefile index d2f74991057a..af38a23bee4e 100644 --- a/security/krb5/Makefile +++ b/security/krb5/Makefile @@ -9,9 +9,10 @@ PORTNAME= krb5 PORTVERSION= 1.9.2 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/ +PATCH_SITES= http://web.mit.edu/kerberos/advisories/ DISTNAME= ${PORTNAME}-${PORTVERSION}-signed EXTRACT_SUFX= .tar +PATCHFILES= 2011-007-patch.txt MAINTAINER= cy@FreeBSD.org COMMENT= An authentication system developed at MIT, successor to Kerberos IV @@ -30,7 +31,7 @@ USE_AUTOTOOLS= libtool CONFIGURE_ARGS?= --enable-shared CONFIGURE_ENV= INSTALL="${INSTALL}" YACC="${YACC}" MAKE_ARGS= INSTALL="${INSTALL}" -#PATCH_DIST_STRIP= -p2 +PATCH_DIST_STRIP= -p2 LICENSE= MIT diff --git a/security/krb5/distinfo b/security/krb5/distinfo index d59c3fe745ff..4592bb0ea23d 100644 --- a/security/krb5/distinfo +++ b/security/krb5/distinfo @@ -1,2 +1,4 @@ SHA256 (krb5-1.9.2-signed.tar) = 96b213345b02862b5fef61ef1dd26f643f07e4207496c35179cea35ddb7ae68c SIZE (krb5-1.9.2-signed.tar) = 12185600 +SHA256 (2011-007-patch.txt) = 0b0413e175e81b5fb7497f3351341066644431d72663bb1cba9d59b715669486 +SIZE (2011-007-patch.txt) = 1417 |