diff options
author | kris <kris@FreeBSD.org> | 2000-11-04 05:49:24 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-11-04 05:49:24 +0800 |
commit | 433ed8e797528d62c82e8f7a320f35a937d0b325 (patch) | |
tree | 12c4d84e9cee0a40d1c6778db894180b848b3e46 | |
parent | 53664b884f7f1a086be6b813ae712a82cb533f70 (diff) | |
download | freebsd-ports-gnome-433ed8e797528d62c82e8f7a320f35a937d0b325.tar.gz freebsd-ports-gnome-433ed8e797528d62c82e8f7a320f35a937d0b325.tar.zst freebsd-ports-gnome-433ed8e797528d62c82e8f7a320f35a937d0b325.zip |
Mark FORBIDDEN: remotely exploitable vulnerabilities.
Submitted by: gregory duchemin <c3rb3r@HOTMAIL.COM> via Bugtraq
-rw-r--r-- | audio/napster/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/napster/Makefile b/audio/napster/Makefile index 69f4451213df..fd74a3c32ecc 100644 --- a/audio/napster/Makefile +++ b/audio/napster/Makefile @@ -6,15 +6,17 @@ # PORTNAME= napster -PORTVERSION= 0.9b +PORTVERSION= 1.1b CATEGORIES= audio net MASTER_SITES= http://www.gis.net/~nite/ -DISTNAME= nap-bsd-0.9BETA +DISTNAME= nap-linux-1.1BETA MAINTAINER= dburr@FreeBSD.org +FORBIDDEN= "Remote vulnerabilities" + # leaving this here, in case they decide to drop the BSD version again *sigh* -# RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base +RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base ONLY_FOR_ARCHS= i386 WRKSRC= ${WRKDIR}/nap |