diff options
author | cy <cy@FreeBSD.org> | 2010-12-02 10:09:23 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2010-12-02 10:09:23 +0800 |
commit | 5fc5e86b282d4af72be3c86df511936b9354ca32 (patch) | |
tree | 1ba85f04b0d4affd2ba0546e33bc733505e2c8ff /security/krb5 | |
parent | c73bba616a7888368b9c118c9566985a1c71670a (diff) | |
download | freebsd-ports-graphics-5fc5e86b282d4af72be3c86df511936b9354ca32.tar.gz freebsd-ports-graphics-5fc5e86b282d4af72be3c86df511936b9354ca32.tar.zst freebsd-ports-graphics-5fc5e86b282d4af72be3c86df511936b9354ca32.zip |
Fix security vulnerabilities CVE-2010-1324, CVE-2010-1323, CVE-2010-4020,
CVE-2010-4021, and CVE-2010-1322.
PR: 152755
Submitted by: wollman
Security: CVE-2010-1324, CVE-2010-1323, CVE-2010-4020, CVE-2010-4021,
and CVE-2010-1322.
Feature safe: Yes
Diffstat (limited to 'security/krb5')
-rw-r--r-- | security/krb5/Makefile | 4 | ||||
-rw-r--r-- | security/krb5/distinfo | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/security/krb5/Makefile b/security/krb5/Makefile index 44def665217..fdee7a5706e 100644 --- a/security/krb5/Makefile +++ b/security/krb5/Makefile @@ -7,12 +7,13 @@ PORTNAME= krb5 PORTVERSION= 1.8.3 -PORTREVISION= 1 +PORTREVISION= 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/ DISTNAME= ${PORTNAME}-${PORTVERSION}-signed EXTRACT_SUFX= .tar +PATCHFILES= 2010-006-patch.txt 2010-007-patch.txt MAINTAINER= cy@FreeBSD.org COMMENT= An authentication system developed at MIT, successor to Kerberos IV @@ -33,6 +34,7 @@ CONFIGURE_ARGS?= --enable-shared CONFIGURE_ENV= INSTALL="${INSTALL}" YACC=/usr/bin/yacc \ CFLAGS="${CFLAGS}" MAKE_ARGS= INSTALL="${INSTALL}" +PATCH_DIST_STRIP= -p2 OPTIONS= KRB5_DOC "Build and install krb5 documentation" on \ WANT_HTML "Want HTML documentation too" on \ diff --git a/security/krb5/distinfo b/security/krb5/distinfo index a961d0f83e9..ac40f74a26c 100644 --- a/security/krb5/distinfo +++ b/security/krb5/distinfo @@ -1,3 +1,6 @@ -MD5 (krb5-1.8.3-signed.tar) = 7c5f38e31ee744cb538eed2301096b93 SHA256 (krb5-1.8.3-signed.tar) = 2c5988ddd8b409134cd0e77e9ce8f762605ce8d8fb0aa22f6500f53381567019 SIZE (krb5-1.8.3-signed.tar) = 11642880 +SHA256 (2010-006-patch.txt) = 7d9fbfffdaa0cde0ca499ccbb2cf09a6c7253e537755bbf6da9e08715fd9a474 +SIZE (2010-006-patch.txt) = 1066 +SHA256 (2010-007-patch.txt) = ec08fca9738b5fae619154379ae0158531cb630b6f25551c14d87313c2d2a5f0 +SIZE (2010-007-patch.txt) = 7908 |