summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorobache <obache>2008-08-23 07:46:59 +0000
committerobache <obache>2008-08-23 07:46:59 +0000
commite34fcc41968bb94ec65496528140e52ecd92a0c3 (patch)
tree67cf1032fdd491e5de10cc111e68540529b05e60 /security
parent1db32d4bb78a221f73ade4a27050988a3c938425 (diff)
downloadpkgsrc-e34fcc41968bb94ec65496528140e52ecd92a0c3.tar.gz
Remove unresolvable hosts from MASTER_SITES.
Noticed by Zafer Aydogan via private mail.
Diffstat (limited to 'security')
-rw-r--r--security/nessus/Makefile.common6
1 files changed, 2 insertions, 4 deletions
diff --git a/security/nessus/Makefile.common b/security/nessus/Makefile.common
index c6cd62f5388..c6e907c806c 100644
--- a/security/nessus/Makefile.common
+++ b/security/nessus/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.30 2008/04/27 18:14:04 frueauf Exp $
+# $NetBSD: Makefile.common,v 1.31 2008/08/23 07:47:00 obache Exp $
#
# Common Makefile for:
# * nessus-core
@@ -9,13 +9,11 @@
VERS= 2.2.9
CATEGORIES= security x11 net
-MASTER_SITES?= ftp://ftp.nessus.org/pub/nessus/nessus-${VERS}/src/ \
- ftp://ftp.gwdg.de/pub/linux/misc/nessus/nessus-${VERS}/src/ \
+MASTER_SITES?= ftp://ftp.gwdg.de/pub/linux/misc/nessus/nessus-${VERS}/src/ \
http://ftp.gwdg.de/pub/linux/misc/nessus/nessus-${VERS}/src/ \
ftp://sunsite.cnlab-switch.ch/mirror/nessus/nessus-${VERS}/src/ \
ftp://ftp.chg.ru/pub/security/nessus/nessus-${VERS}/src/ \
ftp://ftp.wiretapped.net/pub/security/vulnerability-assessment/nessus/nessus-${VERS}/src/ \
- ftp://ftp.at.nessus.org/pub/nessus/nessus-${VERS}/src/ \
ftp://ftp.linux.org.tr/pub/mirrors/nessus/nessus-${VERS}/src/
MAINTAINER= pkgsrc-users@NetBSD.org