summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2008-08-23 07:46:59 +0000
committerobache <obache@pkgsrc.org>2008-08-23 07:46:59 +0000
commit2d7bf63357b8ca33bd76ea28f0b66000647ab7c4 (patch)
tree67cf1032fdd491e5de10cc111e68540529b05e60 /security
parent478e76cf1840de9c4ff4f8057bc3a375717ff348 (diff)
downloadpkgsrc-2d7bf63357b8ca33bd76ea28f0b66000647ab7c4.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