diff options
author | nectar <nectar@FreeBSD.org> | 2004-10-05 21:55:58 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2004-10-05 21:55:58 +0800 |
commit | a1f3dc017c8f32a1420435293528f7947d47f90b (patch) | |
tree | 8e0e6f42ab28b8f6c32cec3b91ca66475d907454 /graphics | |
parent | b45c6fe30b0d52620da8fd7d35305b5d40035e1e (diff) | |
download | freebsd-ports-gnome-a1f3dc017c8f32a1420435293528f7947d47f90b.tar.gz freebsd-ports-gnome-a1f3dc017c8f32a1420435293528f7947d47f90b.tar.zst freebsd-ports-gnome-a1f3dc017c8f32a1420435293528f7947d47f90b.zip |
Mark FORBIDDEN due to exploitable buffer overflows.
http://vuxml.freebsd.org/fffacc93-16cb-11d9-bc4a-000c41e2cdad.html
Approved by: portmgr
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xv/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index 7a57ba8000ae..7132c14c6eeb 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -25,6 +25,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${DISTFILES:N*patch} +FORBIDDEN= http://vuxml.freebsd.org/fffacc93-16cb-11d9-bc4a-000c41e2cdad.html + PATCH_SITES= ftp://ftp.cis.upenn.edu/pub/xv/ \ ftp://ftp.trilon.com/pub/xv/patches/ # Note: xpm.patch appears to already be in xvdir.c |