pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/pkg_install/files/lib



Module Name:    pkgsrc
Committed By:   sevan
Date:           Fri Apr  5 21:36:35 UTC 2019

Modified Files:
        pkgsrc/pkgtools/pkg_install/files/lib: parse-config.c

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

No negative responses on tech-pkg.
ok gdt bsiegert


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 \
    pkgsrc/pkgtools/pkg_install/files/lib/parse-config.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/pkgtools/pkg_install/files/lib/parse-config.c
diff -u pkgsrc/pkgtools/pkg_install/files/lib/parse-config.c:1.15 pkgsrc/pkgtools/pkg_install/files/lib/parse-config.c:1.16
--- pkgsrc/pkgtools/pkg_install/files/lib/parse-config.c:1.15   Wed Jun 16 23:02:49 2010
+++ pkgsrc/pkgtools/pkg_install/files/lib/parse-config.c        Fri Apr  5 21:36:35 2019
@@ -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_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 {



Home | Main Index | Thread Index | Old Index