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

NMU debsecan for wheezy



Hi Florian,
I'd like to update debsecan in Wheezy to fix #842428 with the attached
debdiff and put out a corresponding DLA. O.k. ?
Cheers,
 -- Guido
diff --git a/debian/changelog b/debian/changelog
index d17aa33..90a6d2b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+debsecan (0.4.16+nmu2) unstable; urgency=medium
+
+  * Update tracker URL.
+    Based on upstream commit 0fca4c0af14fdd2fab74982985dd2387df3af26c
+    (Closes: #842428)
+
+ -- Guido Günther <agx@sigxcpu.org>  Mon, 25 Sep 2017 13:33:12 +0200
+
 debsecan (0.4.16+nmu1) unstable; urgency=low
 
   * Non-maintainer upload.
diff --git a/src/debsecan b/src/debsecan
index 7b869b7..e753223 100644
--- a/src/debsecan
+++ b/src/debsecan
@@ -459,8 +459,8 @@ class Vulnerability:
 def fetch_data(options, config):
     """Returns a dictionary PACKAGE -> LIST-OF-VULNERABILITIES."""
     url = options.source or config.get("SOURCE", None) \
-        or "http://secure-testing.debian.net/debian-secure-testing/"; \
-           "project/debsecan/release/1/"
+        or "https://security-tracker.debian.org/tracker/"; \
+           "debsecan/release/1/"
     if url[-1] <> "/":
         url += "/"
     if options.suite:

Reply to: