diff options
author | Cy Schubert <cy@FreeBSD.org> | 2013-02-22 20:03:17 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2013-02-22 20:03:17 +0000 |
commit | 2dcaa3f892cceca3e8b130e511b781cae2b206a1 (patch) | |
tree | b55db09774f39572028016c92738c8dc1ec1b7f7 /security/krb5 | |
parent | 34ac01a3bb47b9ed0c6692256340efd6fbcaf1f2 (diff) |
Update 1.11 --> 1.11.1.
Security: Fix a null pointer dereference in the KDC PKINIT code [CVE-2013-1415].
Notes
Notes:
svn path=/head/; revision=312788
Diffstat (limited to 'security/krb5')
-rw-r--r-- | security/krb5/Makefile | 2 | ||||
-rw-r--r-- | security/krb5/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/security/krb5/Makefile b/security/krb5/Makefile index 8fcf2d73eb99..8d7ecb5a845c 100644 --- a/security/krb5/Makefile +++ b/security/krb5/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= krb5 -PORTVERSION= 1.11 +PORTVERSION= 1.11.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//}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-signed diff --git a/security/krb5/distinfo b/security/krb5/distinfo index 3f77ab943a47..087efeaf1095 100644 --- a/security/krb5/distinfo +++ b/security/krb5/distinfo @@ -1,2 +1,2 @@ -SHA256 (krb5-1.11-signed.tar) = fe37fb93b398db98a1b23f814673ea2ae4b90138f85e1a4027ef639456a78651 -SIZE (krb5-1.11-signed.tar) = 11653120 +SHA256 (krb5-1.11.1-signed.tar) = 3a230ff6a7f8775752292e9303d3fa8a801a353301bc24d80b860d99f9d20768 +SIZE (krb5-1.11.1-signed.tar) = 11663360 |