diff options
author | cy <cy@FreeBSD.org> | 2015-02-13 09:48:14 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2015-02-13 09:48:14 +0800 |
commit | 2c09a74a53b36028e6849acd16b89f50b7ed6136 (patch) | |
tree | c58492ac6f4bde2b6d6206ba5b8fea8fc01466a6 /security | |
parent | 20fc7e58066e0c6b2192edb5beeed6162b15f79e (diff) | |
download | freebsd-ports-gnome-2c09a74a53b36028e6849acd16b89f50b7ed6136.tar.gz freebsd-ports-gnome-2c09a74a53b36028e6849acd16b89f50b7ed6136.tar.zst freebsd-ports-gnome-2c09a74a53b36028e6849acd16b89f50b7ed6136.zip |
Forbid krb5-111 and krb5-112.
Security: CVE-2014-5353, CVE-2014-5354
Security: VUXML: 3a888a1e-b321-11e4-83b2-206a8a720317
Diffstat (limited to 'security')
-rw-r--r-- | security/krb5-111/Makefile | 2 | ||||
-rw-r--r-- | security/krb5-112/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/security/krb5-111/Makefile b/security/krb5-111/Makefile index b45bdd7e5b91..afb077c82dfe 100644 --- a/security/krb5-111/Makefile +++ b/security/krb5-111/Makefile @@ -14,6 +14,8 @@ PATCH_SITES= http://web.mit.edu/kerberos/advisories/ PATCH_DIST_STRIP= -p2 PATCHFILES= 2015-001-patch-r111.txt +FORBIDDEN= CVE-2014-5353, CVE-2014-5354 + MAINTAINER= cy@FreeBSD.org COMMENT= Authentication system developed at MIT, successor to Kerberos IV diff --git a/security/krb5-112/Makefile b/security/krb5-112/Makefile index 92319fe508fb..804fd80d517d 100644 --- a/security/krb5-112/Makefile +++ b/security/krb5-112/Makefile @@ -14,6 +14,8 @@ PATCH_SITES= http://web.mit.edu/kerberos/advisories/ PATCH_DIST_STRIP= -p2 PATCHFILES= 2015-001-patch-r112.txt +FORBIDDEN= CVE-2014-5353, CVE-2014-5354 + MAINTAINER= cy@FreeBSD.org COMMENT= Authentication system developed at MIT, successor to Kerberos IV |