dev-libs/liblognorm: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Fri, 19 Apr 2019 18:10:54 +0000 (20:10 +0200)
committerAaron Bauman <bman@gentoo.org>
Sat, 20 Apr 2019 01:26:53 +0000 (21:26 -0400)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11746
Signed-off-by: Aaron Bauman <bman@gentoo.org>
dev-libs/liblognorm/liblognorm-2.0.5.ebuild
dev-libs/liblognorm/liblognorm-2.0.6.ebuild

index 635f5f3f9c5282c62ffb623a3f9fa91c918b4631..f5361ff95e5d143f3940b0fe4299ae229856ec5c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -6,14 +6,14 @@ EAPI="6"
 inherit autotools
 
 DESCRIPTION="Fast samples-based log normalization library"
-HOMEPAGE="http://www.liblognorm.com"
+HOMEPAGE="https://www.liblognorm.com"
 
 if [[ ${PV} == "9999" ]]; then
        EGIT_REPO_URI="https://github.com/rsyslog/${PN}.git"
 
        inherit git-r3
 else
-       SRC_URI="http://www.liblognorm.com/files/download/${P}.tar.gz"
+       SRC_URI="https://www.liblognorm.com/files/download/${P}.tar.gz"
        KEYWORDS="amd64 arm ~arm64 hppa x86 ~amd64-linux"
 fi
 
index 52b3e6aa5550697f7f2ac876963a6776c491a27f..f5361ff95e5d143f3940b0fe4299ae229856ec5c 100644 (file)
@@ -6,14 +6,14 @@ EAPI="6"
 inherit autotools
 
 DESCRIPTION="Fast samples-based log normalization library"
-HOMEPAGE="http://www.liblognorm.com"
+HOMEPAGE="https://www.liblognorm.com"
 
 if [[ ${PV} == "9999" ]]; then
        EGIT_REPO_URI="https://github.com/rsyslog/${PN}.git"
 
        inherit git-r3
 else
-       SRC_URI="http://www.liblognorm.com/files/download/${P}.tar.gz"
+       SRC_URI="https://www.liblognorm.com/files/download/${P}.tar.gz"
        KEYWORDS="amd64 arm ~arm64 hppa x86 ~amd64-linux"
 fi