From cb04255006c272e7274f6e7e0111de2b7ef93395 Mon Sep 17 00:00:00 2001 From: Boris Pek Date: Mon, 14 Jan 2019 21:24:24 +0300 Subject: [PATCH] Secure URLs: http --> https (part 1) --- README | 4 ++-- admin/make_pkg_deb.sh | 2 +- debian/control | 2 +- doc/compile.txt | 4 ++-- doc/init.d.RedHat/etc/init.d/uhub | 2 +- doc/uhub.conf | 2 +- doc/uhub.ebuild | 4 ++-- doc/uhub.spec | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README b/README index 52fd44b..f428eab 100644 --- a/README +++ b/README @@ -1,8 +1,8 @@ Welcome and thanks for downloading uHub, a high performance ADC p2p hub. For the official documentation, bugs and other information, please visit: -http://www.uhub.org/ +https://www.uhub.org/ For a list of compatible ADC clients, see: -http://en.wikipedia.org/wiki/Advanced_Direct_Connect#Client_software +https://en.wikipedia.org/wiki/Advanced_Direct_Connect#Client_software diff --git a/admin/make_pkg_deb.sh b/admin/make_pkg_deb.sh index 0a7da68..096a943 100755 --- a/admin/make_pkg_deb.sh +++ b/admin/make_pkg_deb.sh @@ -78,7 +78,7 @@ Description: a high performance hub for the ADC peer-to-peer network Its low memory footprint allows it to handle several thousand users on high-end servers, or a small private hub on embedded hardware. . -Homepage: http://www.extatic.org/uhub/ +Homepage: https://www.uhub.org/ EOF cd .. diff --git a/debian/control b/debian/control index b029fa1..ac1a806 100644 --- a/debian/control +++ b/debian/control @@ -20,5 +20,5 @@ Description: High performance ADC p2p hub - Advanced access control support - Easy configuration . -Homepage: http://www.uhub.org/ +Homepage: https://www.uhub.org/ diff --git a/doc/compile.txt b/doc/compile.txt index 29972e1..576b3cd 100644 --- a/doc/compile.txt +++ b/doc/compile.txt @@ -1,7 +1,7 @@ How to compile: --------------- -See the official compiling howto: http://www.uhub.org/compile.php +See the official compiling howto: https://www.uhub.org/compile.php Prerequisites @@ -12,7 +12,7 @@ Before you try to compile µHub, please make sure the following prerequisites ar * openssl > 0.9.8 (or use "make USE_SSL=NO") * sqlite > 3.x -or read http://www.uhub.org/compile.php for more info. +or read https://www.uhub.org/compile.php for more info. Linux, Mac OSX, FreeBSD, NetBSD and OpenBSD diff --git a/doc/init.d.RedHat/etc/init.d/uhub b/doc/init.d.RedHat/etc/init.d/uhub index cdf48ea..df8c91d 100755 --- a/doc/init.d.RedHat/etc/init.d/uhub +++ b/doc/init.d.RedHat/etc/init.d/uhub @@ -1,7 +1,7 @@ #!/bin/sh # # chkconfig: - 91 35 -# description: Starts and stops the Uhub ( http://www.uhub.org ) daemons on RHEL\CentOS \ +# description: Starts and stops the Uhub ( https://www.uhub.org ) daemons on RHEL\CentOS \ # used to provide p2p network services. # # pidfile: /var/run/uhub.pid diff --git a/doc/uhub.conf b/doc/uhub.conf index c1a72c6..00bf9b7 100644 --- a/doc/uhub.conf +++ b/doc/uhub.conf @@ -5,7 +5,7 @@ # This file is read only to the uhub daemon, and if you # make changes to it while uhub is running you can send a # HUP signal to it ( $ killall -HUP uhub ), to reparse configuration (only on UNIX). -# All configuration directives: http://www.uhub.org/config.php +# All configuration directives: https://www.uhub.org/config.php # Bind to this port and address # server_bind_addr=any means listen to "::" if IPv6 is supported diff --git a/doc/uhub.ebuild b/doc/uhub.ebuild index 46b3b0d..b6b443a 100644 --- a/doc/uhub.ebuild +++ b/doc/uhub.ebuild @@ -4,7 +4,7 @@ inherit eutils if [ "$PV" != "9999" ]; then - SRC_URI="http://www.extatic.org/downloads/uhub/${P}-src.tar.bz2" + SRC_URI="https://www.extatic.org/downloads/uhub/${P}-src.tar.bz2" KEYWORDS="~amd64 ~x86" else inherit git @@ -16,7 +16,7 @@ fi EAPI="2" DESCRIPTION="High performance ADC hub" -HOMEPAGE="http://www.uhub.org/" +HOMEPAGE="https://www.uhub.org/" LICENSE="GPL-3" SLOT="0" diff --git a/doc/uhub.spec b/doc/uhub.spec index 3d19b4a..397ce00 100644 --- a/doc/uhub.spec +++ b/doc/uhub.spec @@ -5,7 +5,7 @@ Release: 2 License: GPLv3 Group: Networking/File transfer Source: uhub-%{version}.tar.gz -URL: http://www.uhub.org +URL: https://www.uhub.org BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: sqlite-devel