summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Wise <pabs@debian.org>2014-07-03 09:49:16 +0000
committerPaul Wise <pabs@debian.org>2014-07-03 09:49:16 +0000
commit0e794772aa7669b4d863b7fdc071726b9a2591ba (patch)
tree4603fc6f2605a0acff8c60296b8759d6a98b5601
parentb2beca79daa249fe3db6262764db958daab22d7c (diff)
Switch from http to https for qa.d.o/packages.qa.d.o URLs
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@27589 e39458fd-73e7-0310-bf30-c45bca0a0e42
-rwxr-xr-xbin/check-new-issues2
-rw-r--r--bin/tracker_service.py2
-rw-r--r--doc/security-team.d.o/security_tracker2
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/check-new-issues b/bin/check-new-issues
index bec8485250..8fb09d777e 100755
--- a/bin/check-new-issues
+++ b/bin/check-new-issues
@@ -91,7 +91,7 @@ my $datafile="$basedir/data/CVE/list";
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])';
diff --git a/bin/tracker_service.py b/bin/tracker_service.py
index 33771658c6..0f0dbc9363 100644
--- a/bin/tracker_service.py
+++ b/bin/tracker_service.py
@@ -1288,7 +1288,7 @@ Debian bug number.'''),
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",
diff --git a/doc/security-team.d.o/security_tracker b/doc/security-team.d.o/security_tracker
index b2232c450e..77345bea1f 100644
--- a/doc/security-team.d.o/security_tracker
+++ b/doc/security-team.d.o/security_tracker
@@ -142,7 +142,7 @@ Before marking a package NFU, the following should be done:
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)

© 2014-2024 Faster IT GmbH | imprint | privacy policy