From 699395e7f65d1ca110ffbe5461ef25c5ab4aad40 Mon Sep 17 00:00:00 2001
From: Andre Noll
Date: Sun, 28 Apr 2024 21:03:50 +0200
Subject: [PATCH] Prefer https:// for web pages and git URLs.
The tuebingen.mpg.de git server now supports https, and so does the
people.tuebingen.mpg.de page. Update all these links accordingly.
This still leaves a lot of http:// links to external pages, but those
can be adjusted in separate patches.
---
INSTALL | 10 +++++-----
README | 6 +++---
configure.ac | 4 ++--
web/about.in.html | 2 +-
web/download.in.html | 4 ++--
web/manual.md | 14 +++++++-------
6 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/INSTALL b/INSTALL
index 45676b7e..cabeb10f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -2,15 +2,15 @@ Any knowledge of how to work with mouse and icons is not required.
Installing lopsub
~~~~~~~~~~~~~~~~~
- git clone git://git.tuebingen.mpg.de/lopsub
+ git clone https://git.tuebingen.mpg.de/lopsub
cd lopsub && make && sudo make install
- (see http://people.tuebingen.mpg.de/maan/lopsub/)
+ (see https://people.tuebingen.mpg.de/maan/lopsub/)
Installing osl
~~~~~~~~~~~~~~
- git clone git://git.tuebingen.mpg.de/osl
+ git clone https://git.tuebingen.mpg.de/osl
cd osl && make && sudo make install
- (see http://people.tuebingen.mpg.de/maan/osl/)
+ (see https://people.tuebingen.mpg.de/maan/osl/)
Installing paraslash from tarball
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -37,4 +37,4 @@ Example for cross-compiling
For details see the user manual:
- http://people.tuebingen.mpg.de/maan/paraslash/manual.html
+ https://people.tuebingen.mpg.de/maan/paraslash/manual.html
diff --git a/README b/README
index d8a545fc..510c7e1f 100644
--- a/README
+++ b/README
@@ -5,9 +5,9 @@ audio files. See the user manual for details.
Distribution of paraslash is covered by the GNU GPL, version 2 unless
otherwise stated. See file COPYING.
-Web page: http://people.tuebingen.mpg.de/maan/paraslash/
-Gitweb: http://git.tuebingen.mpg.de/paraslash.git/
-Git URL: git://git.tuebingen.mpg.de/paraslash.git
+Web page: https://people.tuebingen.mpg.de/maan/paraslash/
+Gitweb: https://git.tuebingen.mpg.de/paraslash.git/
+Git URL: https://git.tuebingen.mpg.de/paraslash.git
Email: Andre Noll
Comments and bug reports are welcome.
diff --git a/configure.ac b/configure.ac
index 92560e00..b9ac3d0d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.61])
AC_INIT([paraslash], [m4_esyscmd_s(./GIT-VERSION-GEN)],
- [maan@tuebingen.mpg.de], [], [http://people.tuebingen.mpg.de/maan/paraslash/])
+ [maan@tuebingen.mpg.de], [], [https://people.tuebingen.mpg.de/maan/paraslash/])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([Makefile])
@@ -82,7 +82,7 @@ if test $HAVE_LOPSUB = no; then AC_MSG_ERROR([
The lopsub library is required to build this software, but
the above checks indicate it is not installed on your system.
Run the following command to download a copy.
- git clone git://git.tuebingen.mpg.de/lopsub.git
+ git clone https://git.tuebingen.mpg.de/lopsub.git
Install the library, then run this configure script again.
])
fi
diff --git a/web/about.in.html b/web/about.in.html
index f188ff25..452fa357 100644
--- a/web/about.in.html
+++ b/web/about.in.html
@@ -19,7 +19,7 @@ Unix systems. It is written in C and released under the GPLv2.
Author: Andre 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 the version
diff --git a/web/download.in.html b/web/download.in.html
index 2b31e5d7..1287597e 100644
--- a/web/download.in.html
+++ b/web/download.in.html
@@ -11,7 +11,7 @@ source:
Clone the git repository by executing
- git clone git://git.tuebingen.mpg.de/paraslash.git
+ git clone https://git.tuebingen.mpg.de/paraslash.git
The repository contains the full history of the
@@ -66,7 +66,7 @@ source:
The
- gitweb
+ gitweb
page contains a snapshot link for each revision. This
allows getting a specific revision without downloading
diff --git a/web/manual.md b/web/manual.md
index 35769dce..0db1e22c 100644
--- a/web/manual.md
+++ b/web/manual.md
@@ -287,9 +287,9 @@ Requirements
------------
For the impatient
- git clone git://git.tuebingen.mpg.de/lopsub
+ git clone https://git.tuebingen.mpg.de/lopsub
cd lopsub && make && sudo make install
- git clone git://git.tuebingen.mpg.de/osl
+ git clone https://git.tuebingen.mpg.de/osl
cd osl && make && sudo make install && sudo ldconfig
sudo apt-get install autoconf libssl-dev m4 \
libmad0-dev libid3tag0-dev libasound2-dev libvorbis-dev \
@@ -306,7 +306,7 @@ option parser for subcommands generates the command line and config
file parsers for all paraslash executables. Clone the source code
repository with
- git clone git://git.tuebingen.mpg.de/lopsub
+ git clone https://git.tuebingen.mpg.de/lopsub
- [gcc](ftp://ftp.gnu.org/pub/gnu/gcc) or
[clang](http://clang.llvm.org). All gcc versions >= 5.4 are currently
@@ -324,11 +324,11 @@ from templates by the m4 macro processor.
Optional:
-- [libosl](http://people.tuebingen.mpg.de/maan/osl/). The _object
+- [libosl](https://people.tuebingen.mpg.de/maan/osl/). The _object
storage layer_ library is used by para_server. To clone the source
code repository, execute
- git clone git://git.tuebingen.mpg.de/osl
+ git clone https://git.tuebingen.mpg.de/osl
- [openssl](https://www.openssl.org/) or
[libgcrypt](ftp://ftp.gnupg.org/gcrypt/libgcrypt/). At least one
@@ -774,7 +774,7 @@ entry with metadata obtained from the audio format handler is added
to the database.
Note that AFS employs
-[libosl](http://people.tuebingen.mpg.de/maan/osl/), the object
+[libosl](https://people.tuebingen.mpg.de/maan/osl/), the object
storage layer library, as the database backend. This library offers
functionality similar to a relational database, but is much more
lightweight than a full featured database management system.
@@ -2321,7 +2321,7 @@ of the Opus Audio Codec
Application web pages
---------------------
-- [paraslash](http://people.tuebingen.mpg.de/maan/paraslash/)
+- [paraslash](https://people.tuebingen.mpg.de/maan/paraslash/)
- [mpg123](http://www.mpg123.de/)
- [gstreamer](https://gstreamer.freedesktop.org/)
- [icecast](https://www.icecast.org/)
--
2.39.5