branch: master commit 2040ae71d0767a59205d7fb4b9c418349d64685c Author: Michael Albinus <michael.albi...@gmx.de> Commit: Michael Albinus <michael.albi...@gmx.de>
Replace http:// by https:// in debbugs --- packages/debbugs/Debbugs.wsdl | 81 +++++++++++++++++++------------------- packages/debbugs/README | 2 +- packages/debbugs/debbugs-browse.el | 2 +- packages/debbugs/debbugs-gnu.el | 13 +++--- packages/debbugs/debbugs-org.el | 2 +- packages/debbugs/debbugs-ug.texi | 3 +- packages/debbugs/debbugs.el | 6 +-- packages/debbugs/debbugs.texi | 3 +- packages/debbugs/instructions.texi | 2 +- 9 files changed, 57 insertions(+), 57 deletions(-) diff --git a/packages/debbugs/Debbugs.wsdl b/packages/debbugs/Debbugs.wsdl index c50d78a..6e35356 100644 --- a/packages/debbugs/Debbugs.wsdl +++ b/packages/debbugs/Debbugs.wsdl @@ -15,10 +15,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. --> +along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. --> <!-- This file describes the bindings of the debbugs SOAP interface -(see <http://wiki.debian.org/DebbugsSoapInterface>). The operation +(see <https://wiki.debian.org/DebbugsSoapInterface>). The operation "get_versions" is not contained (yet). --> <wsdl:definitions @@ -26,19 +26,19 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. --> targetNamespace="urn:Debbugs/SOAP" xmlns:tns="urn:Debbugs/SOAP" xmlns:types="urn:Debbugs/SOAP/TYPES" - xmlns:apachens="http://xml.apache.org/xml-soap" - xmlns:xsd="http://www.w3.org/2001/XMLSchema" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" - xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" - xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" - xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" - soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> + xmlns:apachens="https://xml.apache.org/xml-soap" + xmlns:xsd="https://www.w3.org/2001/XMLSchema" + xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" + xmlns:soap="https://schemas.xmlsoap.org/soap/envelope/" + xmlns:wsdl="https://schemas.xmlsoap.org/wsdl/" + xmlns:wsdlsoap="https://schemas.xmlsoap.org/wsdl/soap/" + xmlns:soapenc="https://schemas.xmlsoap.org/soap/encoding/" + soap:encodingStyle="https://schemas.xmlsoap.org/soap/encoding/"> <wsdl:types> <schema targetNamespace="urn:Debbugs/SOAP/TYPES" - xmlns="http://www.w3.org/2001/XMLSchema"> - <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/> + xmlns="https://www.w3.org/2001/XMLSchema"> + <import namespace="https://schemas.xmlsoap.org/soap/encoding/"/> <complexType name="ArrayOfBugNumber"> <complexContent> @@ -75,9 +75,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. --> </complexType> </schema> - <schema targetNamespace="http://xml.apache.org/xml-soap" - xmlns="http://www.w3.org/2001/XMLSchema"> - <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/> + <schema targetNamespace="https://xml.apache.org/xml-soap" + xmlns="https://www.w3.org/2001/XMLSchema"> + <import namespace="https://schemas.xmlsoap.org/soap/encoding/"/> <complexType name="mapItem"> <sequence> @@ -142,13 +142,13 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. --> <wsdl:operation name="get_status" parameterOrder="bugs"> <wsdl:input message="tns:get_statusRequest"> <soap:body - encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" + encodingStyle="https://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Debbugs/SOAP" use="encoded"/> </wsdl:input> <wsdl:output message="tns:get_statusResponse"> <soap:body - encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" + encodingStyle="https://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Debbugs/SOAP" use="encoded"/> </wsdl:output> @@ -157,13 +157,13 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. --> <wsdl:operation name="get_bug_log" parameterOrder="bugnumber"> <wsdl:input message="tns:get_bug_logRequest"> <soap:body - encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" + encodingStyle="https://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Debbugs/SOAP" use="encoded"/> </wsdl:input> <wsdl:output message="tns:get_bug_logResponse"> <soap:body - encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" + encodingStyle="https://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Debbugs/SOAP" use="encoded"/> </wsdl:output> @@ -172,13 +172,13 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. --> <wsdl:operation name="get_bugs" parameterOrder="query"> <wsdl:input message="tns:get_bugsRequest"> <soap:body - encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" + encodingStyle="https://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Debbugs/SOAP" use="encoded"/> </wsdl:input> <wsdl:output message="tns:get_bugsResponse"> <soap:body - encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" + encodingStyle="https://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Debbugs/SOAP" use="encoded"/> </wsdl:output> @@ -187,13 +187,13 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. --> <wsdl:operation name="get_usertag" parameterOrder="user"> <wsdl:input message="tns:get_usertagRequest"> <soap:body - encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" + encodingStyle="https://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Debbugs/SOAP" use="encoded"/> </wsdl:input> <wsdl:output message="tns:get_usertagResponse"> <soap:body - encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" + encodingStyle="https://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Debbugs/SOAP" use="encoded"/> </wsdl:output> @@ -202,13 +202,13 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. --> <wsdl:operation name="newest_bugs" parameterOrder="amount"> <wsdl:input message="tns:newest_bugsRequest"> <soap:body - encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" + encodingStyle="https://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Debbugs/SOAP" use="encoded"/> </wsdl:input> <wsdl:output message="tns:newest_bugsResponse"> <soap:body - encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" + encodingStyle="https://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Debbugs/SOAP" use="encoded"/> </wsdl:output> @@ -217,13 +217,13 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. --> <wsdl:operation name="search_est" parameterOrder="query"> <wsdl:input message="tns:search_estRequest"> <soap:body - encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" + encodingStyle="https://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Debbugs/SOAP" use="encoded"/> </wsdl:input> <wsdl:output message="tns:search_estResponse"> <soap:body - encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" + encodingStyle="https://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Debbugs/SOAP" use="encoded"/> </wsdl:output> @@ -231,18 +231,19 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. --> </wsdl:portType> <wsdl:binding name="Debbugs/SOAP/BINDING" type="tns:Debbugs/SOAP"> - <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> + <soap:binding style="rpc" + transport="https://schemas.xmlsoap.org/soap/http"/> <wsdl:operation name="get_status"> <wsdlsoap:operation soapAction="Debbugs/SOAP"/> <wsdl:input name="get_statusRequest"> <wsdlsoap:body - encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" + encodingStyle="https://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Debbugs/SOAP" use="encoded"/> </wsdl:input> <wsdl:output name="get_statusResponse"> <wsdlsoap:body - encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" + encodingStyle="https://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Debbugs/SOAP" use="encoded"/> </wsdl:output> @@ -252,13 +253,13 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. --> <wsdlsoap:operation soapAction="Debbugs/SOAP"/> <wsdl:input name="get_bug_logRequest"> <wsdlsoap:body - encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" + encodingStyle="https://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Debbugs/SOAP" use="encoded"/> </wsdl:input> <wsdl:output name="get_bug_logResponse"> <wsdlsoap:body - encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" + encodingStyle="https://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Debbugs/SOAP" use="encoded"/> </wsdl:output> @@ -268,13 +269,13 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. --> <wsdlsoap:operation soapAction="Debbugs/SOAP"/> <wsdl:input name="get_bugsRequest"> <wsdlsoap:body - encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" + encodingStyle="https://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Debbugs/SOAP" use="encoded"/> </wsdl:input> <wsdl:output name="get_bugsResponse"> <wsdlsoap:body - encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" + encodingStyle="https://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Debbugs/SOAP" use="encoded"/> </wsdl:output> @@ -284,13 +285,13 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. --> <wsdlsoap:operation soapAction="Debbugs/SOAP"/> <wsdl:input name="get_tagRequest"> <wsdlsoap:body - encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" + encodingStyle="https://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Debbugs/SOAP" use="encoded"/> </wsdl:input> <wsdl:output name="get_tagResponse"> <wsdlsoap:body - encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" + encodingStyle="https://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Debbugs/SOAP" use="encoded"/> </wsdl:output> @@ -300,13 +301,13 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. --> <wsdlsoap:operation soapAction="Debbugs/SOAP"/> <wsdl:input name="newest_bugsRequest"> <wsdlsoap:body - encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" + encodingStyle="https://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Debbugs/SOAP" use="encoded"/> </wsdl:input> <wsdl:output name="newest_bugsResponse"> <wsdlsoap:body - encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" + encodingStyle="https://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Debbugs/SOAP" use="encoded"/> </wsdl:output> @@ -316,13 +317,13 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. --> <wsdlsoap:operation soapAction="Debbugs/SOAP"/> <wsdl:input name="search_estRequest"> <wsdlsoap:body - encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" + encodingStyle="https://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Debbugs/SOAP" use="encoded"/> </wsdl:input> <wsdl:output name="search_estResponse"> <wsdlsoap:body - encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" + encodingStyle="https://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Debbugs/SOAP" use="encoded"/> </wsdl:output> diff --git a/packages/debbugs/README b/packages/debbugs/README index 7e29420..d4b85cc 100644 --- a/packages/debbugs/README +++ b/packages/debbugs/README @@ -18,7 +18,7 @@ All these commands are described in the Debbugs User Guide, accessible via (info "(debbugs-ug)") This package works by implementing basic functions to access a Debbugs -SOAP server (see <http://wiki.debian.org/DebbugsSoapInterface>). It +SOAP server (see <https://wiki.debian.org/DebbugsSoapInterface>). It implements the SOAP functions "get_bugs", "newest_bugs", "get_status", "get_usertag", "get_bug_log" and "search_est". The SOAP function "get_versions" is not implemented (yet). diff --git a/packages/debbugs/debbugs-browse.el b/packages/debbugs/debbugs-browse.el index 5839bd5..83aca9e 100644 --- a/packages/debbugs/debbugs-browse.el +++ b/packages/debbugs/debbugs-browse.el @@ -19,7 +19,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: diff --git a/packages/debbugs/debbugs-gnu.el b/packages/debbugs/debbugs-gnu.el index d89d612..5efb1ea 100644 --- a/packages/debbugs/debbugs-gnu.el +++ b/packages/debbugs/debbugs-gnu.el @@ -20,7 +20,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: @@ -384,11 +384,12 @@ The specification which bugs shall be suppressed is taken from (defcustom debbugs-gnu-emacs-current-release "25.2" "The current Emacs relase developped for." :type '(choice (const "24.5") - (const "25.1") - (const "25.2") - (const "26.1")) - :version "25.2") + (const "25.1") (const "25.2") + (const "26.1") (const "26.2") (const "26.3") + (const "27.1")) + :version "26.3") +;; The current Emacs maintainer doesn't use this anymore. (defconst debbugs-gnu-emacs-blocking-reports '(("24.5" . 19758) ("25.1" . 19759) @@ -415,7 +416,7 @@ operators like AND, ANDNOT and OR. The phrase can also be empty, in this case only the following attributes are used for search.")) ;;;###autoload -(defun debbugs-gnu-search (&optional phrase query severities packages archivedp) +(defun debbugs-gnu-search (phrase &optional query severities packages archivedp) "Search for Emacs bugs interactively. Search arguments are requested interactively. The \"search phrase\" is used for full text search in the bugs database. diff --git a/packages/debbugs/debbugs-org.el b/packages/debbugs/debbugs-org.el index ecdcaa7..456460e 100644 --- a/packages/debbugs/debbugs-org.el +++ b/packages/debbugs/debbugs-org.el @@ -19,7 +19,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: diff --git a/packages/debbugs/debbugs-ug.texi b/packages/debbugs/debbugs-ug.texi index 640eef8..8121f7b 100644 --- a/packages/debbugs/debbugs-ug.texi +++ b/packages/debbugs/debbugs-ug.texi @@ -187,8 +187,7 @@ retrieving bugs. The GNU Debbugs server allows text search in the database in the messages submitted to the bugs. It uses a -@c https does not work. -@uref{http://fallabs.com/hyperestraier/uguide-en.html#searchcond, +@uref{https://fallabs.com/hyperestraier/uguide-en.html#searchcond, HyperEstraier based search engine}@footnote{This has been added to the Debbugs/SOAP backend of the GNU Debbugs server only.}. diff --git a/packages/debbugs/debbugs.el b/packages/debbugs/debbugs.el index fc3617e..af23cf4 100644 --- a/packages/debbugs/debbugs.el +++ b/packages/debbugs/debbugs.el @@ -21,12 +21,12 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: ;; This package provides basic functions to access a Debbugs SOAP -;; server (see <http://wiki.debian.org/DebbugsSoapInterface>). +;; server (see <https://wiki.debian.org/DebbugsSoapInterface>). ;; The function "get_versions" is not implemented (yet). "search_est" ;; is an extension on <https://debbugs.gnu.org>. @@ -664,7 +664,7 @@ VALUE]* Every sublist of the QUERY forms a hyperestraier condition. A detailed description of hyperestraier conditions can be found at -URL `http://fallabs.com/hyperestraier/uguide-en.html#searchcond'. +URL `https://fallabs.com/hyperestraier/uguide-en.html#searchcond'. The following conditions are possible: diff --git a/packages/debbugs/debbugs.texi b/packages/debbugs/debbugs.texi index 3066be6..b66a20d 100644 --- a/packages/debbugs/debbugs.texi +++ b/packages/debbugs/debbugs.texi @@ -471,8 +471,7 @@ values are strings or numbers, i.e.@: @var{:keyword} @var{value} Every sublist of the @var{query} forms a hyperestraier condition. A detailed description of hyperestraier conditions can be found at -@c https does not work. -@uref{http://fallabs.com/hyperestraier/uguide-en.html#searchcond}. +@uref{https://fallabs.com/hyperestraier/uguide-en.html#searchcond}. The following conditions are possible: diff --git a/packages/debbugs/instructions.texi b/packages/debbugs/instructions.texi index 6117351..fa4e9d2 100644 --- a/packages/debbugs/instructions.texi +++ b/packages/debbugs/instructions.texi @@ -129,7 +129,7 @@ tracking system (such as bugzilla) for a bug's status. Example usage: @example -forwarded 12345 http://bugz.illa.foo/cgi/54321 +forwarded 12345 https://bugz.illa.foo/cgi/54321 @end example @anchor{Mail Command Index: notforwarded}