guix-commits
[Top][All Lists]
Advanced

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

03/04: cve: Update feed URL.


From: Ludovic Courtès
Subject: 03/04: cve: Update feed URL.
Date: Sat, 25 Aug 2018 19:47:47 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 8a928aa729f31d3409cee8371894fd9a50e9fe8f
Author: Ludovic Courtès <address@hidden>
Date:   Sun Aug 26 00:10:51 2018 +0200

    cve: Update feed URL.
    
    * guix/cve.scm (yearly-feed-uri): Remove "static." from the URL since
    the web site now redirects to the URL without "static.".
---
 guix/cve.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/guix/cve.scm b/guix/cve.scm
index 070acfe..99754fa 100644
--- a/guix/cve.scm
+++ b/guix/cve.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2015, 2016, 2017 Ludovic Courtès <address@hidden>
+;;; Copyright © 2015, 2016, 2017, 2018 Ludovic Courtès <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -61,7 +61,7 @@
 (define (yearly-feed-uri year)
   "Return the URI for the CVE feed for YEAR."
   (string->uri
-   (string-append "https://static.nvd.nist.gov/feeds/xml/cve/nvdcve-2.0-";
+   (string-append "https://nvd.nist.gov/feeds/xml/cve/nvdcve-2.0-";
                   (number->string year) ".xml.gz")))
 
 (define %current-year-ttl



reply via email to

[Prev in Thread] Current Thread [Next in Thread]