summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorsevan <sevan@pkgsrc.org>2019-04-05 21:36:35 +0000
committersevan <sevan@pkgsrc.org>2019-04-05 21:36:35 +0000
commit3f76b68c903ff75f5664477d6f5cab37a501bb69 (patch)
tree55ea95415e5cd4529d082c2cf56d52c3fa355407 /pkgtools
parent4320afc5763361b87cc9eb2fe7bff86c4f5d285d (diff)
downloadpkgsrc-3f76b68c903ff75f5664477d6f5cab37a501bb69.tar.gz
Switch to using the CDN for fetching the pkg-vulnerabilities files.
No negative responses on tech-pkg. ok gdt bsiegert
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkg_install/files/lib/parse-config.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/pkg_install/files/lib/parse-config.c b/pkgtools/pkg_install/files/lib/parse-config.c
index bdeba73756c..10bac8202a7 100644
--- a/pkgtools/pkg_install/files/lib/parse-config.c
+++ b/pkgtools/pkg_install/files/lib/parse-config.c
@@ -1,4 +1,4 @@
-/* $NetBSD: parse-config.c,v 1.15 2010/06/16 23:02:49 joerg Exp $ */
+/* $NetBSD: parse-config.c,v 1.16 2019/04/05 21:36:35 sevan Exp $ */
#if HAVE_CONFIG_H
#include "config.h"
@@ -7,7 +7,7 @@
#if HAVE_SYS_CDEFS_H
#include <sys/cdefs.h>
#endif
-__RCSID("$NetBSD: parse-config.c,v 1.15 2010/06/16 23:02:49 joerg Exp $");
+__RCSID("$NetBSD: parse-config.c,v 1.16 2019/04/05 21:36:35 sevan Exp $");
/*-
* Copyright (c) 2008, 2009 Joerg Sonnenberger <joerg@NetBSD.org>.
@@ -83,7 +83,7 @@ const char *pkg_vulnerabilities_dir;
const char *pkg_vulnerabilities_file;
const char *pkg_vulnerabilities_url;
const char *ignore_advisories = NULL;
-const char tnf_vulnerability_base[] = "http://ftp.NetBSD.org/pub/NetBSD/packages/vulns";
+const char tnf_vulnerability_base[] = "http://cdn.NetBSD.org/pub/NetBSD/packages/vulns";
const char *acceptable_licenses = NULL;
static struct config_variable {