[Secure-testing-commits] r27589 - bin doc/security-team.d.o
Paul Wise
pabs at moszumanska.debian.org
Thu Jul 3 09:49:16 UTC 2014
Author: pabs
Date: 2014-07-03 09:49:16 +0000 (Thu, 03 Jul 2014)
New Revision: 27589
Modified:
bin/check-new-issues
bin/tracker_service.py
doc/security-team.d.o/security_tracker
Log:
Switch from http to https for qa.d.o/packages.qa.d.o URLs
Modified: bin/check-new-issues
===================================================================
--- bin/check-new-issues 2014-07-03 09:43:36 UTC (rev 27588)
+++ bin/check-new-issues 2014-07-03 09:49:16 UTC (rev 27589)
@@ -91,7 +91,7 @@
my $allitemsfile="gunzip -c $basedir/../allitems.txt.gz|";
my $allitemsurl="https://cve.mitre.org/data/downloads/allitems.txt.gz";
my $removedfile="$basedir/data/packages/removed-packages";
-my $wnppurl="http://qa.debian.org/data/bts/wnpp_rm";
+my $wnppurl="https://qa.debian.org/data/bts/wnpp_rm";
my $wnppfile="../wnpp_rm";
my $issue_regexp= $opts{i} || 'CVE-20(?:0[3-9]|1[0-9])';
Modified: bin/tracker_service.py
===================================================================
--- bin/tracker_service.py 2014-07-03 09:43:36 UTC (rev 27588)
+++ bin/tracker_service.py 2014-07-03 09:49:16 UTC (rev 27589)
@@ -1288,7 +1288,7 @@
return url.absolute("https://bugs.debian.org/cgi-bin/pkgreport.cgi",
pkg=debian)
def url_pts(self, url, package):
- return url.absolute("http://packages.qa.debian.org/common/index.html",
+ return url.absolute("https://packages.qa.debian.org/common/index.html",
src=package)
def url_testing_status(self, url, package):
return url.absolute("https://release.debian.org/migration/testing.pl",
Modified: doc/security-team.d.o/security_tracker
===================================================================
--- doc/security-team.d.o/security_tracker 2014-07-03 09:43:36 UTC (rev 27588)
+++ doc/security-team.d.o/security_tracker 2014-07-03 09:49:16 UTC (rev 27589)
@@ -142,7 +142,7 @@
if the product has an ITP or RFP (see [ITP/RFP packages](#ItpRfp) below)
- Search the [ftp-master removal list](http://ftp-master.debian.org/removals-full.txt)
or the [Package
- Tracking System](http://packages.qa.debian.org/) to see if the
+ Tracking System](https://packages.qa.debian.org/) to see if the
package was present in the past but was removed (see [Removed
packages](#removed) below)
More information about the Secure-testing-commits
mailing list