diff options
author | rene <rene@FreeBSD.org> | 2014-07-22 19:19:10 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-07-22 19:19:10 +0800 |
commit | 7ced18753f0819d4438c6492130b4ba2d0c5ba68 (patch) | |
tree | 91dedb1835fe7bfedc8b7a3860150ea442042495 | |
parent | 89791caed83619acc162c36859460aa8aa8cc896 (diff) | |
download | freebsd-ports-gnome-7ced18753f0819d4438c6492130b4ba2d0c5ba68.tar.gz freebsd-ports-gnome-7ced18753f0819d4438c6492130b4ba2d0c5ba68.tar.zst freebsd-ports-gnome-7ced18753f0819d4438c6492130b4ba2d0c5ba68.zip |
Mark www/chromium as forbidden until a non-vulnerable version is committed.
-rw-r--r-- | www/chromium/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/chromium/Makefile b/www/chromium/Makefile index 8fa21b71ee84..9064d3f2739d 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -16,6 +16,8 @@ COMMENT= Mostly BSD-licensed web browser based on WebKit and Gtk+ LICENSE= BSD3CLAUSE LGPL21 MPL LICENSE_COMB= multi +FORBIDDEN= http://www.vuxml.org/freebsd/3718833e-0d27-11e4-89db-000c6e25e3e9.html + CFLAGS+= -fno-stack-protector BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \ |