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

[dak/master] Use more https://.



---
 README                              |    2 +-
 config/debian/removalsrss.rc        |    2 +-
 dak/queue_report.py                 |   22 +++++++++++-----------
 dak/show_deferred.py                |   20 ++++++++++----------
 dak/show_new.py                     |   18 +++++++++---------
 templates/rm.bug-close              |    2 +-
 templates/rm.bug-close-related      |    2 +-
 templates/rm.bug-close-with-related |    2 +-
 tools/queue_rss.py                  |    6 +++---
 9 files changed, 38 insertions(+), 38 deletions(-)

diff --git a/README b/README
index 68c91be..2f9d590 100644
--- a/README
+++ b/README
@@ -18,7 +18,7 @@ TODO file is an incomplete list of things needing to be done.
 There's a mailing list for discussion, development of and help with
 dak.  See:
 
-  http://lists.debian.org/debian-dak/
+  https://lists.debian.org/debian-dak/
 
 for archives and details on how to subscribe.
 
diff --git a/config/debian/removalsrss.rc b/config/debian/removalsrss.rc
index 833d331..8e7f0de 100755
--- a/config/debian/removalsrss.rc
+++ b/config/debian/removalsrss.rc
@@ -3,7 +3,7 @@ items: 16
 titlelength: 80
 
 title: Removals from Debian
-link: http://ftp-master.debian.org/removals.txt
+link: https://ftp-master.debian.org/removals.txt
 description: List of all the removals from Debian's archives
 subject: Removals from Debian
 creator: tfheen@debian.org
diff --git a/dak/queue_report.py b/dak/queue_report.py
index 7e4e147..5e16428 100755
--- a/dak/queue_report.py
+++ b/dak/queue_report.py
@@ -183,7 +183,7 @@ def header():
   <head>
     <meta http-equiv="content-type" content="text/xhtml+xml; charset=utf-8" />
     <link type="text/css" rel="stylesheet" href="style.css" />
-    <link rel="shortcut icon" href="http://www.debian.org/favicon.ico"; />
+    <link rel="shortcut icon" href="https://www.debian.org/favicon.ico"; />
     <title>
       Debian NEW and BYHAND Packages
     </title>
@@ -209,22 +209,22 @@ def header():
   </head>
   <body id="NEW">
     <div id="logo">
-      <a href="http://www.debian.org/";>
-        <img src="http://www.debian.org/logos/openlogo-nd-50.png";
+      <a href="https://www.debian.org/";>
+        <img src="https://www.debian.org/logos/openlogo-nd-50.png";
         alt="debian logo" /></a>
-      <a href="http://www.debian.org/";>
-        <img src="http://www.debian.org/Pics/debian.png";
+      <a href="https://www.debian.org/";>
+        <img src="https://www.debian.org/Pics/debian.png";
         alt="Debian Project" /></a>
     </div>
     <div id="titleblock">
 
-      <img src="http://www.debian.org/Pics/red-upperleft.png";
+      <img src="https://www.debian.org/Pics/red-upperleft.png";
       id="red-upperleft" alt="corner image"/>
-      <img src="http://www.debian.org/Pics/red-lowerleft.png";
+      <img src="https://www.debian.org/Pics/red-lowerleft.png";
       id="red-lowerleft" alt="corner image"/>
-      <img src="http://www.debian.org/Pics/red-upperright.png";
+      <img src="https://www.debian.org/Pics/red-upperright.png";
       id="red-upperright" alt="corner image"/>
-      <img src="http://www.debian.org/Pics/red-lowerright.png";
+      <img src="https://www.debian.org/Pics/red-lowerright.png";
       id="red-lowerright" alt="corner image"/>
       <span class="title">
         Debian NEW and BYHAND Packages
@@ -240,7 +240,7 @@ def footer():
     <div class="footer">
     <p>Hint: Age is the youngest upload of the package, if there is more than
     one version.<br />
-    You may want to look at <a href="http://ftp-master.debian.org/REJECT-FAQ.html";>the REJECT-FAQ</a>
+    You may want to look at <a href="https://ftp-master.debian.org/REJECT-FAQ.html";>the REJECT-FAQ</a>
       for possible reasons why one of the above packages may get rejected.</p>
       <p>
       <a href="http://validator.w3.org/check?uri=referer";><img src="http://www.w3.org/Icons/valid-xhtml10";
@@ -334,7 +334,7 @@ def table_row(source, version, arch, last_mod, maint, distribution, closes, fing
 
     print "<td class=\"closes\">"
     for close in closes:
-        print "<a href=\"http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=%s\";>#%s</a><br/>" % (utils.html_escape(close), utils.html_escape(close))
+        print "<a href=\"https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=%s\";>#%s</a><br/>" % (utils.html_escape(close), utils.html_escape(close))
     print "</td></tr>"
     row_number+=1
 
diff --git a/dak/show_deferred.py b/dak/show_deferred.py
index 53f568e..a76fd38 100755
--- a/dak/show_deferred.py
+++ b/dak/show_deferred.py
@@ -53,32 +53,32 @@ def header():
         <html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
         <title>Deferred uploads to Debian</title>
         <link type="text/css" rel="stylesheet" href="style.css">
-        <link rel="shortcut icon" href="http://www.debian.org/favicon.ico";>
+        <link rel="shortcut icon" href="https://www.debian.org/favicon.ico";>
         </head>
         <body>
         <div align="center">
-        <a href="http://www.debian.org/";>
-     <img src="http://www.debian.org/logos/openlogo-nd-50.png"; border="0" hspace="0" vspace="0" alt=""></a>
-        <a href="http://www.debian.org/";>
-     <img src="http://www.debian.org/Pics/debian.png"; border="0" hspace="0" vspace="0" alt="Debian Project"></a>
+        <a href="https://www.debian.org/";>
+     <img src="https://www.debian.org/logos/openlogo-nd-50.png"; border="0" hspace="0" vspace="0" alt=""></a>
+        <a href="https://www.debian.org/";>
+     <img src="https://www.debian.org/Pics/debian.png"; border="0" hspace="0" vspace="0" alt="Debian Project"></a>
         </div>
         <br />
         <table class="reddy" width="100%">
         <tr>
         <td class="reddy">
-    <img src="http://www.debian.org/Pics/red-upperleft.png"; align="left" border="0" hspace="0" vspace="0"
+    <img src="https://www.debian.org/Pics/red-upperleft.png"; align="left" border="0" hspace="0" vspace="0"
      alt="" width="15" height="16"></td>
         <td rowspan="2" class="reddy">Deferred uploads to Debian</td>
         <td class="reddy">
-    <img src="http://www.debian.org/Pics/red-upperright.png"; align="right" border="0" hspace="0" vspace="0"
+    <img src="https://www.debian.org/Pics/red-upperright.png"; align="right" border="0" hspace="0" vspace="0"
      alt="" width="16" height="16"></td>
         </tr>
         <tr>
         <td class="reddy">
-    <img src="http://www.debian.org/Pics/red-lowerleft.png"; align="left" border="0" hspace="0" vspace="0"
+    <img src="https://www.debian.org/Pics/red-lowerleft.png"; align="left" border="0" hspace="0" vspace="0"
      alt="" width="16" height="16"></td>
         <td class="reddy">
-    <img src="http://www.debian.org/Pics/red-lowerright.png"; align="right" border="0" hspace="0" vspace="0"
+    <img src="https://www.debian.org/Pics/red-lowerright.png"; align="right" border="0" hspace="0" vspace="0"
      alt="" width="15" height="16"></td>
         </tr>
         </table>
@@ -117,7 +117,7 @@ def table_row(changesname, delay, changed_by, closes, fingerprint):
     res += (2*'<td valign="top">%s</td>')%tuple(map(html_escape,(changesname,delay)))
     res += '<td valign="top">%s<br><span class=\"deferredfp\">Fingerprint: %s</span></td>' % (html_escape(changed_by), fingerprint)
     res += ('<td valign="top">%s</td>' %
-             ''.join(map(lambda close:  '<a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=%s";>#%s</a><br>' % (close, close),closes)))
+             ''.join(map(lambda close:  '<a href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=%s";>#%s</a><br>' % (close, close),closes)))
     res += '</tr>\n'
     row_number+=1
     return res
diff --git a/dak/show_new.py b/dak/show_new.py
index 1397a32..eff1116 100755
--- a/dak/show_new.py
+++ b/dak/show_new.py
@@ -62,7 +62,7 @@ def html_header(name, missing):
     />
     <title>%(name)s - Debian NEW package overview</title>
     <link type="text/css" rel="stylesheet" href="/style.css" />
-    <link rel="shortcut icon" href="http://www.debian.org/favicon.ico"; />
+    <link rel="shortcut icon" href="https://www.debian.org/favicon.ico"; />
     <script type="text/javascript">
       //<![CDATA[
       <!--
@@ -89,21 +89,21 @@ def html_header(name, missing):
   </head>
   <body id="NEW-details-page">
     <div id="logo">
-      <a href="http://www.debian.org/";>
-        <img src="http://www.debian.org/logos/openlogo-nd-50.png";
+      <a href="https://www.debian.org/";>
+        <img src="https://www.debian.org/logos/openlogo-nd-50.png";
         alt="debian logo" /></a>
-      <a href="http://www.debian.org/";>
-        <img src="http://www.debian.org/Pics/debian.png";
+      <a href="https://www.debian.org/";>
+        <img src="https://www.debian.org/Pics/debian.png";
         alt="Debian Project" /></a>
     </div>
     <div id="titleblock">
-      <img src="http://www.debian.org/Pics/red-upperleft.png";
+      <img src="https://www.debian.org/Pics/red-upperleft.png";
       id="red-upperleft" alt="corner image"/>
-      <img src="http://www.debian.org/Pics/red-lowerleft.png";
+      <img src="https://www.debian.org/Pics/red-lowerleft.png";
       id="red-lowerleft" alt="corner image"/>
-      <img src="http://www.debian.org/Pics/red-upperright.png";
+      <img src="https://www.debian.org/Pics/red-upperright.png";
       id="red-upperright" alt="corner image"/>
-      <img src="http://www.debian.org/Pics/red-lowerright.png";
+      <img src="https://www.debian.org/Pics/red-lowerright.png";
       id="red-lowerright" alt="corner image"/>
       <span class="title">
         Debian NEW package overview for %(name)s
diff --git a/templates/rm.bug-close b/templates/rm.bug-close
index d3cd090..08a3d8a 100644
--- a/templates/rm.bug-close
+++ b/templates/rm.bug-close
@@ -37,7 +37,7 @@ can still be found using http://snapshot.debian.org/.
 Thank you for reporting the bug, which will now be closed.  If you
 have further comments please address them to __BUG_NUMBER__@__BUG_SERVER__.
 
-The full log for this bug can be viewed at http://__BUG_SERVER__/__BUG_NUMBER__
+The full log for this bug can be viewed at https://__BUG_SERVER__/__BUG_NUMBER__
 
 This message was generated automatically; if you believe that there is
 a problem with it please contact the archive administrators by mailing
diff --git a/templates/rm.bug-close-related b/templates/rm.bug-close-related
index 3c5cbe0..4963b47 100644
--- a/templates/rm.bug-close-related
+++ b/templates/rm.bug-close-related
@@ -16,7 +16,7 @@ as the package __SOURCE__ has just been removed from the Debian archive
 __SUITE_LIST__ we hereby close the associated bug reports.  We are sorry
 that we couldn't deal with your issue properly.
 
-For details on the removal, please see http://__BUG_SERVER__/__BUG_NUMBER__
+For details on the removal, please see https://__BUG_SERVER__/__BUG_NUMBER__
 
 The version of this package that was in Debian prior to this removal
 can still be found using http://snapshot.debian.org/.
diff --git a/templates/rm.bug-close-with-related b/templates/rm.bug-close-with-related
index e097a75..fc02eaf 100644
--- a/templates/rm.bug-close-with-related
+++ b/templates/rm.bug-close-with-related
@@ -33,7 +33,7 @@ correctly or should have been re-assigned to another package.
 Thank you for reporting the bug, which will now be closed.  If you
 have further comments please address them to __BUG_NUMBER__@__BUG_SERVER__.
 
-The full log for this bug can be viewed at http://__BUG_SERVER__/__BUG_NUMBER__
+The full log for this bug can be viewed at https://__BUG_SERVER__/__BUG_NUMBER__
 
 This message was generated automatically; if you believe that there is
 a problem with it please contact the archive administrators by mailing
diff --git a/tools/queue_rss.py b/tools/queue_rss.py
index fc1ad3d..da74a0d 100755
--- a/tools/queue_rss.py
+++ b/tools/queue_rss.py
@@ -42,12 +42,12 @@ class Status:
     def __init__(self):
         self.feed_in = PyRSS2Gen.RSS2(
                        title = "Packages entering NEW",
-                       link = "http://ftp-master.debian.org/new.html";,
+                       link = "https://ftp-master.debian.org/new.html";,
                        description = "Debian packages entering the NEW queue" )
 
         self.feed_out = PyRSS2Gen.RSS2(
                        title = "Packages leaving NEW",
-                       link = "http://ftp-master.debian.org/new.html";,
+                       link = "https://ftp-master.debian.org/new.html";,
                        description = "Debian packages leaving the NEW queue" )
 
         self.queue = {}
@@ -138,7 +138,7 @@ def add_rss_item(status, msg, direction):
             (cgi.escape(msg['Description']),
              cgi.escape(msg['Changes']))
 
-    link = "http://ftp-master.debian.org/new/%s_%s.html"; % \
+    link = "https://ftp-master.debian.org/new/%s_%s.html"; % \
             (msg['Source'], msg['Version'])
 
     feed.items.insert(0,
-- 
1.7.10.4



Reply to: