emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] master 874f283: Use "https" in debbugs bug URLs.


From: Michael Albinus
Subject: [elpa] master 874f283: Use "https" in debbugs bug URLs.
Date: Mon, 31 Oct 2016 09:47:19 +0000 (UTC)

branch: master
commit 874f28375e381d01087b161ac58173fabb1e028c
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    Use "https" in debbugs bug URLs.
---
 packages/debbugs/debbugs-browse.el |    2 +-
 packages/debbugs/debbugs-gnu.el    |    8 ++++----
 packages/debbugs/debbugs-ug.info   |   14 +++++++-------
 packages/debbugs/debbugs-ug.texi   |    6 +++---
 packages/debbugs/debbugs.el        |   10 +++++-----
 packages/debbugs/debbugs.info      |   20 ++++++++++----------
 packages/debbugs/debbugs.texi      |   10 +++++-----
 7 files changed, 35 insertions(+), 35 deletions(-)

diff --git a/packages/debbugs/debbugs-browse.el 
b/packages/debbugs/debbugs-browse.el
index b4e87c7..2a98b7d 100644
--- a/packages/debbugs/debbugs-browse.el
+++ b/packages/debbugs/debbugs-browse.el
@@ -41,7 +41,7 @@ This can be either `debbugs-gnu-bugs' or `debbugs-org-bugs'."
             (string-match
              (format
               "^%s\\(%s\\)?\\([[:digit:]]+\\)$"
-              (regexp-quote "http://debbugs.gnu.org/";)
+              "https?://debbugs\\.gnu\\.org/"
               (regexp-quote "cgi/bugreport.cgi?bug="))
              url))
     (funcall debbugs-browse-function (string-to-number (match-string 2 url)))
diff --git a/packages/debbugs/debbugs-gnu.el b/packages/debbugs/debbugs-gnu.el
index 908d93e..42f2cb0 100644
--- a/packages/debbugs/debbugs-gnu.el
+++ b/packages/debbugs/debbugs-gnu.el
@@ -128,7 +128,7 @@
 
 ;; Unfortunately, it is not possible with the SOAP interface to show
 ;; all users who have tagged bugs.  This list can be retrieved via
-;; <http://debbugs.gnu.org/cgi/pkgindex.cgi?indexon=users>.
+;; <https://debbugs.gnu.org/cgi/pkgindex.cgi?indexon=users>.
 
 ;; A special command to show bugs containing patches is
 ;;
@@ -202,7 +202,7 @@
 (defcustom debbugs-gnu-default-severities '("serious" "important" "normal")
   "The list severities bugs are searched for.
 \"tagged\" is not a severity but marks locally tagged bugs."
-  ;; <http://debbugs.gnu.org/Developer.html#severities>
+  ;; <https://debbugs.gnu.org/Developer.html#severities>
   ;; /ssh:debbugs:/etc/debbugs/config @gSeverityList
   ;; We don't use "critical" and "grave".
   :group 'debbugs-gnu
@@ -240,8 +240,8 @@ If nil, the value of `send-mail-function' is used instead."
 
 (defcustom debbugs-gnu-default-packages '("emacs")
   "The list of packages to be searched for."
-  ;; <http://debbugs.gnu.org/Packages.html>
-  ;; <http://debbugs.gnu.org/cgi/pkgindex.cgi>
+  ;; <https://debbugs.gnu.org/Packages.html>
+  ;; <https://debbugs.gnu.org/cgi/pkgindex.cgi>
   :group 'debbugs-gnu
   :type `(set (const "adns")
              (const "auctex")
diff --git a/packages/debbugs/debbugs-ug.info b/packages/debbugs/debbugs-ug.info
index 0d4ad7d..0cd822c 100644
--- a/packages/debbugs/debbugs-ug.info
+++ b/packages/debbugs/debbugs-ug.info
@@ -427,7 +427,7 @@ File: debbugs-ug.info,  Node: Control Messages,  Next: 
Applying Patches,  Prev:
 
 Debbugs control messages are sent by email to the GNU Debbugs control
 server.  Their format is described in
-<http://debbugs.gnu.org/server-control.html>.
+<https://debbugs.gnu.org/server-control.html>.
 
    A control message can be initiated in the tabulated list of bugs,
 in the list of org TODO items, or in the GNUS ephemeral group or Rmail
@@ -587,7 +587,7 @@ option 'debbugs-browse-function' controls, whether 
'debbugs-gnu-bugs'
 or 'debbugs-org-bugs' is called.
 
    This minor mode is applicable for all URLs, not only bug
-references.  Any URL with the format <http://debbugs.gnu.org/12345>
+references.  Any URL with the format <https://debbugs.gnu.org/12345>
 will be shown in a bug report buffer, when 'debbugs-browse-mode' is
 enabled.
 
@@ -675,10 +675,10 @@ Node: Presenting Bugs11360
 Node: Tabulated Lists11936
 Node: TODO Items15611
 Node: Control Messages16667
-Node: Applying Patches19709
-Node: Minor Mode21075
-Node: Command Index22019
-Node: Variable Index22808
-Node: Key Index23882
+Node: Applying Patches19710
+Node: Minor Mode21076
+Node: Command Index22021
+Node: Variable Index22810
+Node: Key Index23884
 
 End Tag Table
diff --git a/packages/debbugs/debbugs-ug.texi b/packages/debbugs/debbugs-ug.texi
index e63923a..7d5e429 100644
--- a/packages/debbugs/debbugs-ug.texi
+++ b/packages/debbugs/debbugs-ug.texi
@@ -491,7 +491,7 @@ When the bug attributes are shown by @code{org-cycle}, 
there is a link
 
 Debbugs control messages are sent by email to the GNU Debbugs control
 server.  Their format is described in
address@hidden://debbugs.gnu.org/server-control.html}.
address@hidden://debbugs.gnu.org/server-control.html}.
 
 A control message can be initiated in the tabulated list of bugs, in
 the list of org TODO items, or in the GNUS ephemeral group or Rmail
@@ -657,7 +657,7 @@ user option @code{debbugs-browse-function} controls, whether
 @code{debbugs-gnu-bugs} or @code{debbugs-org-bugs} is called.
 
 This minor mode is applicable for all URLs, not only bug references.
-Any URL with the format @uref{http://debbugs.gnu.org/12345} will be
+Any URL with the format @uref{https://debbugs.gnu.org/12345} will be
 shown in a bug report buffer, when @code{debbugs-browse-mode} is
 enabled.
 
@@ -679,7 +679,7 @@ enabled.
 @bye
 
 @c Local Variables:
address@hidden bug-reference-url-format: "http://debbugs.gnu.org/%s";
address@hidden bug-reference-url-format: "https://debbugs.gnu.org/%s";
 @c eval: (bug-reference-mode)
 @c eval: (debbugs-browse-mode)
 @c End:
diff --git a/packages/debbugs/debbugs.el b/packages/debbugs/debbugs.el
index 1db8c3a..ff85c35 100644
--- a/packages/debbugs/debbugs.el
+++ b/packages/debbugs/debbugs.el
@@ -29,7 +29,7 @@
 ;; server (see <http://wiki.debian.org/DebbugsSoapInterface>).
 
 ;; The function "get_versions" is not implemented (yet).  "search_est"
-;; is an extension on <http://debbugs.gnu.org>.
+;; is an extension on <https://debbugs.gnu.org>.
 
 ;;; Code:
 
@@ -43,11 +43,11 @@
 
 (defcustom debbugs-servers
   '(("gnu.org"
-     :wsdl "http://debbugs.gnu.org/cgi/soap.cgi?WSDL";
-     :bugreport-url "http://debbugs.gnu.org/cgi/bugreport.cgi";)
+     :wsdl "https://debbugs.gnu.org/cgi/soap.cgi?WSDL";
+     :bugreport-url "https://debbugs.gnu.org/cgi/bugreport.cgi";)
     ("debian.org"
-     :wsdl "http://bugs.debian.org/cgi-bin/soap.cgi?WSDL";
-     :bugreport-url "http://bugs.debian.org/cgi-bin/bugreport.cgi";))
+     :wsdl "https://bugs.debian.org/cgi-bin/soap.cgi?WSDL";
+     :bugreport-url "https://bugs.debian.org/cgi-bin/bugreport.cgi";))
   "*List of Debbugs server specifiers.
 Each entry is a list that contains a string identifying the port
 name and the server parameters in keyword-value form. Allowed
diff --git a/packages/debbugs/debbugs.info b/packages/debbugs/debbugs.info
index d401541..a77fd24 100644
--- a/packages/debbugs/debbugs.info
+++ b/packages/debbugs/debbugs.info
@@ -110,8 +110,8 @@ File: debbugs.info,  Node: Configuration,  Next: Requesting 
bug numbers,  Prev:
 ***************
 
 'debbugs' is already configured to work with two main ports of Debbugs
-BTS: <http://bugs.debian.org> and <http://debbugs.gnu.org>.  So if you
-intend to use one of these ports, you don't need to configure
+BTS: <https://bugs.debian.org> and <https://debbugs.gnu.org>.  So if
+you intend to use one of these ports, you don't need to configure
 'debbugs'.  If you want to interact with a Debbugs port other than
 those listed, you have to configure 'debbugs' by adding a new server
 specifier to the 'debbugs-servers' variable.  The actual port can be
@@ -142,8 +142,8 @@ selected by the 'debbugs-port' variable.
           (add-to-list
            'debbugs-servers
            '("foobars.net"
-             :wsdl "http://bugs.foobars.net/cgi/soap.cgi?WSDL";
-             :bugreport-url "http://bugs.foobars.net/cgi/bugreport.cgi";))
+             :wsdl "https://bugs.foobars.net/cgi/soap.cgi?WSDL";
+             :bugreport-url "https://bugs.foobars.net/cgi/bugreport.cgi";))
 
  -- Variable: debbugs-port
      This variable holds the name of the currently used port.  The
@@ -225,7 +225,7 @@ Debbugs server the list of bug numbers that match a user's 
query.
           GNU port: '"fixed"', '"notabug"', '"wontfix"',
           '"unreproducible"', '"moreinfo"', '"patch"', '"pending"',
           '"help"', '"security"', '"confirmed"', '"easy"'.  See
-          <http://debbugs.gnu.org/Developer.html#tags> for the actual
+          <https://debbugs.gnu.org/Developer.html#tags> for the actual
           list of tags.
 
      ':owner'
@@ -725,10 +725,10 @@ Tag Table:
 Node: Top1094
 Node: Installation3235
 Node: Configuration4334
-Node: Requesting bug numbers6685
-Node: Requesting bugs statuses12065
-Node: Searching bugs16357
-Node: Requesting messages23163
-Node: Requesting user tags26169
+Node: Requesting bug numbers6689
+Node: Requesting bugs statuses12070
+Node: Searching bugs16362
+Node: Requesting messages23168
+Node: Requesting user tags26174
 
 End Tag Table
diff --git a/packages/debbugs/debbugs.texi b/packages/debbugs/debbugs.texi
index 6671bf2..e15410b 100644
--- a/packages/debbugs/debbugs.texi
+++ b/packages/debbugs/debbugs.texi
@@ -116,8 +116,8 @@ libraries than needed for installation on Emacs 22/23.
 @chapter Configuration
 
 @code{debbugs} is already configured to work with two main ports of
-Debbugs BTS: @uref{http://bugs.debian.org} and
address@hidden://debbugs.gnu.org}.  So if you intend to use one of these
+Debbugs BTS: @uref{https://bugs.debian.org} and
address@hidden://debbugs.gnu.org}.  So if you intend to use one of these
 ports, you don't need to configure @code{debbugs}.  If you want to
 interact with a Debbugs port other than those listed, you have to
 configure @code{debbugs} by adding a new server specifier to the
@@ -150,8 +150,8 @@ Example.  Add a new Debbugs port with name "foobars.net":
 (add-to-list
  'debbugs-servers
  '("foobars.net"
-   :wsdl "http://bugs.foobars.net/cgi/soap.cgi?WSDL";
-   :bugreport-url "http://bugs.foobars.net/cgi/bugreport.cgi";))
+   :wsdl "https://bugs.foobars.net/cgi/soap.cgi?WSDL";
+   :bugreport-url "https://bugs.foobars.net/cgi/bugreport.cgi";))
 @end example
 @end defvar
 
@@ -236,7 +236,7 @@ GNU port: @code{"fixed"}, @code{"notabug"}, 
@code{"wontfix"},
 @code{"unreproducible"}, @code{"moreinfo"}, @code{"patch"},
 @code{"pending"}, @code{"help"}, @code{"security"},
 @code{"confirmed"}, @code{"easy"}.  See
address@hidden://debbugs.gnu.org/Developer.html#tags} for the actual list
address@hidden://debbugs.gnu.org/Developer.html#tags} for the actual list
 of tags.
 
 @item :owner



reply via email to

[Prev in Thread] Current Thread [Next in Thread]