]> git.tuebingen.mpg.de Git - dss.git/commitdiff
Convert all URLs to https.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 28 Apr 2024 02:24:47 +0000 (04:24 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 28 Apr 2024 02:33:37 +0000 (04:33 +0200)
INSTALL
NEWS
dss.svg
index.html.in
ipc.c

diff --git a/INSTALL b/INSTALL
index 09d8505b3a46d5381a8626fd462ee7a6fd149af5..0abbe8c691d395c2de49d4079ca46fc28c9c5d46 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,7 +1,7 @@
 dss is known to compile on Linux, FreeBSD and NetBSD. However, it is
 run-tested only on Linux.
 
-Note that [lopsub](http://people.tuebingen.mpg.de/maan/lopsub)
+Note that [lopsub](https://people.tuebingen.mpg.de/maan/lopsub)
 is required to compile dss.
 
 Type
diff --git a/NEWS b/NEWS
index a973da792387fac60cf26118281f66d2f94f83ee..33f9de6689e87483256a1d9cde20b4ce14f3db6e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -39,7 +39,7 @@ branch of the git repository, but this branch will only receive
 bug fixes.
 
  - The gengetopt option parser has been replaced by the
- [lopsub](http://people.tuebingen.mpg.de/maan/lopsub) library. Hence
+ [lopsub](https://people.tuebingen.mpg.de/maan/lopsub) library. Hence
  lopsub must be installed to compile this package. help2man is
  no longer required since lopsub has built-in roff support.
 
diff --git a/dss.svg b/dss.svg
index fb69bd7e4216f6d41557cdf3c5b4a0673057acf4..79eae99e2ac2c34e8e0813ceb3232d0900dd0ade 100644 (file)
--- a/dss.svg
+++ b/dss.svg
@@ -1,6 +1,6 @@
 <svg
-       xmlns="http://www.w3.org/2000/svg"
-       xmlns:xlink="http://www.w3.org/1999/xlink"
+       xmlns="https://www.w3.org/2000/svg"
+       xmlns:xlink="https://www.w3.org/1999/xlink"
        width="154"
        height="100"
 >
index b505761997987f74dfe6a9d2fe73046e21a0e868..4f17811d722a635ef3a1c222541abd024179b471 100644 (file)
                </h2>
        </center>
 
-       <p>Only the source code is available for download. Use
-
-               <a href="http://www.kernel.org/pub/software/scm/git/docs/">git</a>
-
-       to clone the dss repository by executing</p>
+       <p>Only the source code is available for download. Run</p>
 
        <center>
 
-               <tt>git clone git://git.tuebingen.mpg.de/dss</tt>
+               <tt>git clone https://git.tuebingen.mpg.de/dss</tt>
 
        </center>
 
        <p> or grab the
 
-       <a href="http://git.tuebingen.mpg.de/cgi-bin/gitweb.cgi?p=dss.git;a=snapshot;h=HEAD;sf=tgz">tarball</a>
+       <a href="https://git.tuebingen.mpg.de/cgi-bin/gitweb.cgi?p=dss.git;a=snapshot;h=HEAD;sf=tgz">tarball</a>
 
        of the current master branch. If you prefer to download the tarball of
        the latest release, select the corresponding <em>snapshot</em>
        link on the
 
-               <a href="http://git.tuebingen.mpg.de/dss.git">dss gitweb page</a>
+               <a href="https://git.tuebingen.mpg.de/dss.git">dss gitweb page</a>
 
        </p>
 
        <p>dss is open source software, licensed under the
 
        <a
-       href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GNU
+       href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GNU
        General Public License, Version 2</a>.</p>
 
        <hr>
        <p> Email: Andr&eacute; Noll, <a
        href="mailto:maan@tuebingen.mpg.de">maan@tuebingen.mpg.de</a>,
        Homepage: <a
-       href="http://people.tuebingen.mpg.de/maan/">http://people.tuebingen.mpg.de/maan/</a>
+       href="https://people.tuebingen.mpg.de/maan/">https://people.tuebingen.mpg.de/maan/</a>
        </p>
 
        Comments and bug reports are welcome. Please provide
diff --git a/ipc.c b/ipc.c
index 9b38c1318541d24a5686c76eccfc330a3a204177..7e870533a8fbbdff5a35703be7fd434b8205924c 100644 (file)
--- a/ipc.c
+++ b/ipc.c
@@ -33,7 +33,7 @@
 
 /*
  * SuperFastHash, by Paul Hsieh.
- * http://www.azillionmonkeys.com/qed/hash.html
+ * https://www.azillionmonkeys.com/qed/hash.html
  */
 static uint32_t super_fast_hash(const uint8_t *data, uint32_t len, uint32_t hash)
 {