commit:     6921c63ba9b9129b67fceded470d699eeed390f6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 12 12:14:49 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 12 21:03:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6921c63b

net-libs/ldns: use HTTPS

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/ldns/ldns-1.7.1-r5.ebuild | 8 ++++----
 net-libs/ldns/ldns-1.7.1-r6.ebuild | 8 ++++----
 net-libs/ldns/ldns-1.8.0-r1.ebuild | 8 ++++----
 net-libs/ldns/ldns-1.8.0-r4.ebuild | 6 +++---
 net-libs/ldns/ldns-1.8.1.ebuild    | 8 ++++----
 5 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/net-libs/ldns/ldns-1.7.1-r5.ebuild 
b/net-libs/ldns/ldns-1.7.1-r5.ebuild
index 66e436d22ec3..7c59ee0cdace 100644
--- a/net-libs/ldns/ldns-1.7.1-r5.ebuild
+++ b/net-libs/ldns/ldns-1.7.1-r5.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 PYTHON_COMPAT=( python3_{7,8,9,10} )
 inherit multilib-minimal python-single-r1
 
-DESCRIPTION="a library with the aim to simplify DNS programming in C"
-HOMEPAGE="http://www.nlnetlabs.nl/projects/ldns/";
-SRC_URI="http://www.nlnetlabs.nl/downloads/${PN}/${P}.tar.gz";
+DESCRIPTION="A library with the aim to simplify DNS programming in C"
+HOMEPAGE="https://www.nlnetlabs.nl/projects/ldns/";
+SRC_URI="https://www.nlnetlabs.nl/downloads/${PN}/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0/3"

diff --git a/net-libs/ldns/ldns-1.7.1-r6.ebuild 
b/net-libs/ldns/ldns-1.7.1-r6.ebuild
index a0986afdac4b..ecce27585a1e 100644
--- a/net-libs/ldns/ldns-1.7.1-r6.ebuild
+++ b/net-libs/ldns/ldns-1.7.1-r6.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 PYTHON_COMPAT=( python3_{7,8,9,10} )
 inherit multilib-minimal python-single-r1
 
-DESCRIPTION="a library with the aim to simplify DNS programming in C"
-HOMEPAGE="http://www.nlnetlabs.nl/projects/ldns/";
-SRC_URI="http://www.nlnetlabs.nl/downloads/${PN}/${P}.tar.gz";
+DESCRIPTION="A library with the aim to simplify DNS programming in C"
+HOMEPAGE="https://www.nlnetlabs.nl/projects/ldns/";
+SRC_URI="https://www.nlnetlabs.nl/downloads/${PN}/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0/3"

diff --git a/net-libs/ldns/ldns-1.8.0-r1.ebuild 
b/net-libs/ldns/ldns-1.8.0-r1.ebuild
index dce303cae0a4..1f6ae5d7b847 100644
--- a/net-libs/ldns/ldns-1.8.0-r1.ebuild
+++ b/net-libs/ldns/ldns-1.8.0-r1.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 PYTHON_COMPAT=( python3_{7,8,9,10} )
 inherit python-single-r1 autotools multilib-minimal
 
-DESCRIPTION="a library with the aim to simplify DNS programming in C"
-HOMEPAGE="http://www.nlnetlabs.nl/projects/ldns/";
-SRC_URI="http://www.nlnetlabs.nl/downloads/${PN}/${P}.tar.gz";
+DESCRIPTION="A library with the aim to simplify DNS programming in C"
+HOMEPAGE="https://www.nlnetlabs.nl/projects/ldns/";
+SRC_URI="https://www.nlnetlabs.nl/downloads/${PN}/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0/3"

diff --git a/net-libs/ldns/ldns-1.8.0-r4.ebuild 
b/net-libs/ldns/ldns-1.8.0-r4.ebuild
index 7ea441885f27..93ba0aee830e 100644
--- a/net-libs/ldns/ldns-1.8.0-r4.ebuild
+++ b/net-libs/ldns/ldns-1.8.0-r4.ebuild
@@ -5,9 +5,9 @@ EAPI=8
 PYTHON_COMPAT=( python3_{7,8,9,10} )
 inherit python-single-r1 autotools multilib-minimal
 
-DESCRIPTION="a library with the aim to simplify DNS programming in C"
-HOMEPAGE="http://www.nlnetlabs.nl/projects/ldns/";
-SRC_URI="http://www.nlnetlabs.nl/downloads/${PN}/${P}.tar.gz";
+DESCRIPTION="A library with the aim to simplify DNS programming in C"
+HOMEPAGE="https://www.nlnetlabs.nl/projects/ldns/";
+SRC_URI="https://www.nlnetlabs.nl/downloads/${PN}/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0/3"

diff --git a/net-libs/ldns/ldns-1.8.1.ebuild b/net-libs/ldns/ldns-1.8.1.ebuild
index a81c575be2e7..7bab0c91d804 100644
--- a/net-libs/ldns/ldns-1.8.1.ebuild
+++ b/net-libs/ldns/ldns-1.8.1.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 PYTHON_COMPAT=( python3_{8,9,10} )
 inherit python-single-r1 multilib-minimal
 
-DESCRIPTION="a library with the aim to simplify DNS programming in C"
-HOMEPAGE="http://www.nlnetlabs.nl/projects/ldns/";
-SRC_URI="http://www.nlnetlabs.nl/downloads/${PN}/${P}.tar.gz";
+DESCRIPTION="A library with the aim to simplify DNS programming in C"
+HOMEPAGE="https://www.nlnetlabs.nl/projects/ldns/";
+SRC_URI="https://www.nlnetlabs.nl/downloads/${PN}/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0/3"

Reply via email to