commit:     d14866f9a38b4004fce5f284247de0115c588b34
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 23 01:08:21 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 23 01:32:03 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d14866f9

net-misc/kea: ftp->https

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

 net-misc/kea/kea-2.4.0-r1.ebuild | 4 ++--
 net-misc/kea/kea-2.4.1.ebuild    | 4 ++--
 net-misc/kea/kea-9999.ebuild     | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-misc/kea/kea-2.4.0-r1.ebuild b/net-misc/kea/kea-2.4.0-r1.ebuild
index 0fa23efd041e..5c0579d02da6 100644
--- a/net-misc/kea/kea-2.4.0-r1.ebuild
+++ b/net-misc/kea/kea-2.4.0-r1.ebuild
@@ -18,8 +18,8 @@ if [[ ${PV} = 9999* ]] ; then
        inherit git-r3
        EGIT_REPO_URI="https://gitlab.isc.org/isc-projects/kea.git";
 else
-       SRC_URI="ftp://ftp.isc.org/isc/kea/${MY_P}.tar.gz
-               ftp://ftp.isc.org/isc/kea/${MY_PV}/${MY_P}.tar.gz";
+       SRC_URI="https://downloads.isc.org/isc/kea/${MY_P}.tar.gz
+               https://downloads.isc.org/isc/kea/${MY_PV}/${MY_P}.tar.gz";
        # odd minor version = development release
        if [[ $(( $(ver_cut 2) % 2 )) -ne 1 ]] ; then
                if ! [[ "${PV}" == *_beta* || "${PV}" == *_rc* ]] ; then

diff --git a/net-misc/kea/kea-2.4.1.ebuild b/net-misc/kea/kea-2.4.1.ebuild
index 0fa23efd041e..5c0579d02da6 100644
--- a/net-misc/kea/kea-2.4.1.ebuild
+++ b/net-misc/kea/kea-2.4.1.ebuild
@@ -18,8 +18,8 @@ if [[ ${PV} = 9999* ]] ; then
        inherit git-r3
        EGIT_REPO_URI="https://gitlab.isc.org/isc-projects/kea.git";
 else
-       SRC_URI="ftp://ftp.isc.org/isc/kea/${MY_P}.tar.gz
-               ftp://ftp.isc.org/isc/kea/${MY_PV}/${MY_P}.tar.gz";
+       SRC_URI="https://downloads.isc.org/isc/kea/${MY_P}.tar.gz
+               https://downloads.isc.org/isc/kea/${MY_PV}/${MY_P}.tar.gz";
        # odd minor version = development release
        if [[ $(( $(ver_cut 2) % 2 )) -ne 1 ]] ; then
                if ! [[ "${PV}" == *_beta* || "${PV}" == *_rc* ]] ; then

diff --git a/net-misc/kea/kea-9999.ebuild b/net-misc/kea/kea-9999.ebuild
index 0fa23efd041e..5c0579d02da6 100644
--- a/net-misc/kea/kea-9999.ebuild
+++ b/net-misc/kea/kea-9999.ebuild
@@ -18,8 +18,8 @@ if [[ ${PV} = 9999* ]] ; then
        inherit git-r3
        EGIT_REPO_URI="https://gitlab.isc.org/isc-projects/kea.git";
 else
-       SRC_URI="ftp://ftp.isc.org/isc/kea/${MY_P}.tar.gz
-               ftp://ftp.isc.org/isc/kea/${MY_PV}/${MY_P}.tar.gz";
+       SRC_URI="https://downloads.isc.org/isc/kea/${MY_P}.tar.gz
+               https://downloads.isc.org/isc/kea/${MY_PV}/${MY_P}.tar.gz";
        # odd minor version = development release
        if [[ $(( $(ver_cut 2) % 2 )) -ne 1 ]] ; then
                if ! [[ "${PV}" == *_beta* || "${PV}" == *_rc* ]] ; then

Reply via email to