diff options
author | ohauer <ohauer@FreeBSD.org> | 2012-11-28 04:09:34 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2012-11-28 04:09:34 +0800 |
commit | aa2e9c5c0f2bde4a951e87ab3c58db77ce2495e3 (patch) | |
tree | 9f8dfb171e0e1cd0c69d59bb6b157e4022b468fa /www | |
parent | aeea63821f40ea3614ef780c12775e12ac15ebc5 (diff) | |
download | freebsd-ports-gnome-aa2e9c5c0f2bde4a951e87ab3c58db77ce2495e3.tar.gz freebsd-ports-gnome-aa2e9c5c0f2bde4a951e87ab3c58db77ce2495e3.tar.zst freebsd-ports-gnome-aa2e9c5c0f2bde4a951e87ab3c58db77ce2495e3.zip |
- document www/yahoo-ui security issue and mark port forbidden [1]
pet portlint (maintainer is already notified)
- adjust CVE entries for bugzilla (CVE-2012-5475 was rejected) [2]
Feature safe: yes
Security: CVE-2012-5881 [1][2]
CVE-2012-5882 [1][2]
CVE-2012-5883 [2]
Approved by: glarkin (implicit) [1]
Diffstat (limited to 'www')
-rw-r--r-- | www/yahoo-ui/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/yahoo-ui/Makefile b/www/yahoo-ui/Makefile index 21c71634301b..17c363066f0c 100644 --- a/www/yahoo-ui/Makefile +++ b/www/yahoo-ui/Makefile @@ -10,13 +10,15 @@ DISTNAME= yui_${PORTVERSION}r1 MAINTAINER= glarkin@FreeBSD.org COMMENT= The Yahoo! User Interface (YUI) Library +LICENSE= BSD + +FORBIDDEN= CVE-2012-5881 Cross-site scripting (XSS) vulnerability in the Flash component infrastructure + USE_ZIP= yes WRKSRC= ${WRKDIR}/yui NO_BUILD= yes -LICENSE= BSD - OPTIONS= APACHE "Configure for Apache-2.x" off \ MINIMAL "Do not install documentation and examples" off |