pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install/files/lib Switch to using the CDN...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d3c33b51f6a
branches:  trunk
changeset: 321982:0d3c33b51f6a
user:      sevan <sevan%pkgsrc.org@localhost>
date:      Fri Apr 05 21:36:35 2019 +0000

description:
Switch to using the CDN for fetching the pkg-vulnerabilities files.

No negative responses on tech-pkg.
ok gdt bsiegert

diffstat:

 pkgtools/pkg_install/files/lib/parse-config.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 4ad08224d893 -r 0d3c33b51f6a pkgtools/pkg_install/files/lib/parse-config.c
--- a/pkgtools/pkg_install/files/lib/parse-config.c     Fri Apr 05 19:33:53 2019 +0000
+++ b/pkgtools/pkg_install/files/lib/parse-config.c     Fri Apr 05 21:36:35 2019 +0000
@@ -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@localhost>.
@@ -83,7 +83,7 @@
 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 {



Home | Main Index | Thread Index | Old Index