From: Andre Noll Date: Sun, 28 Apr 2024 02:24:47 +0000 (+0200) Subject: Convert all URLs to https. X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=c090d39816dc7da156fddba235c2951a0dee423b;hp=73e0fd24ed41db7882948ee4d7ff63119cf5a67d;p=dss.git Convert all URLs to https. --- diff --git a/INSTALL b/INSTALL index 09d8505..0abbe8c 100644 --- 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 a973da7..33f9de6 100644 --- 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 fb69bd7..79eae99 100644 --- a/dss.svg +++ b/dss.svg @@ -1,6 +1,6 @@ diff --git a/index.html.in b/index.html.in index b505761..4f17811 100644 --- a/index.html.in +++ b/index.html.in @@ -58,27 +58,23 @@ -

Only the source code is available for download. Use - - git - - to clone the dss repository by executing

+

Only the source code is available for download. Run

- git clone git://git.tuebingen.mpg.de/dss + git clone https://git.tuebingen.mpg.de/dss

or grab the - tarball + tarball of the current master branch. If you prefer to download the tarball of the latest release, select the corresponding snapshot link on the - dss gitweb page + dss gitweb page

@@ -103,7 +99,7 @@

dss is open source software, licensed under the GNU + href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GNU General Public License, Version 2.


@@ -117,7 +113,7 @@

Email: André Noll, maan@tuebingen.mpg.de, Homepage: http://people.tuebingen.mpg.de/maan/ + href="https://people.tuebingen.mpg.de/maan/">https://people.tuebingen.mpg.de/maan/

Comments and bug reports are welcome. Please provide diff --git a/ipc.c b/ipc.c index 9b38c13..7e87053 100644 --- 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) {