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

[lintian] 01/01: Apply patch from Dylan Aïssi to add R CRAN & Bioconductor repositories to the list of known insecure URIs. (Closes: #883121)



This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository lintian.

commit 0a5b1101033b6f9983c39922cd9394bdaea76476
Author: Dylan Aïssi <bob.dybian@gmail.com>
Date:   Thu Nov 30 04:48:10 2017 +0000

    Apply patch from Dylan Aïssi to add R CRAN & Bioconductor repositories to the list of known insecure URIs. (Closes: #883121)
---
 checks/fields.pm | 2 +-
 debian/changelog | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/checks/fields.pm b/checks/fields.pm
index d9a238b..6f5cbfc 100644
--- a/checks/fields.pm
+++ b/checks/fields.pm
@@ -631,7 +631,7 @@ sub run {
         }
         if (   $homepage =~ m,^ftp://,
             or $homepage
-            =~m,^http://(?:[^\.]+\.)?(?:github\.com|metacpan\.org|debian\.org)/,
+            =~m,^http://(?:[^\.]+\.)?(?:github\.com|metacpan\.org|debian\.org|cran\.r-project\.org|bioconductor\.org)/,
           ){
             tag 'homepage-field-uses-insecure-uri', $orig;
         }
diff --git a/debian/changelog b/debian/changelog
index e06779e..0390eab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ lintian (2.5.61) UNRELEASED; urgency=medium
 
   XXX: generate tag summary
 
+  * checks/fields.pm:
+    + [CL] Apply patch from Dylan Aïssi to add R CRAN & Bioconductor
+      repositories to the list of known insecure URIs.  (Closes: #883121)
   * checks/nmu.{desc,pm}:
     + [CL] Warn if a "Team upload" (ie. that string is present in the
       changelog) but the uploader is among the Maintainer/Uploaders.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: