diff options
Diffstat (limited to 'net-misc/openssh-contrib')
-rw-r--r-- | net-misc/openssh-contrib/openssh-contrib-9.6_p1.ebuild | 2 | ||||
-rw-r--r-- | net-misc/openssh-contrib/openssh-contrib-9.7_p1-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/openssh-contrib/openssh-contrib-9.6_p1.ebuild b/net-misc/openssh-contrib/openssh-contrib-9.6_p1.ebuild index 4f323c2a427c..6aca37ef3cb8 100644 --- a/net-misc/openssh-contrib/openssh-contrib-9.6_p1.ebuild +++ b/net-misc/openssh-contrib/openssh-contrib-9.6_p1.ebuild @@ -33,7 +33,7 @@ DESCRIPTION="Port of OpenBSD's free SSH release with HPN/X509 patches" HOMEPAGE="https://www.openssh.com/" SRC_URI="mirror://openbsd/OpenSSH/portable/${PARCH}.tar.gz ${HPN_VER:+hpn? ( - $(printf "mirror://sourceforge/project/hpnssh/Patches/${HPN_PATCH_DIR}/%s\n" "${HPN_PATCHES[@]}") + $(printf "https://downloads.sourceforge.net/project/hpnssh/Patches/${HPN_PATCH_DIR}/%s\n" "${HPN_PATCHES[@]}") https://dev.gentoo.org/~chutzpah/dist/openssh/${HPN_GLUE_PATCH}.xz )} ${X509_VER:+X509? ( diff --git a/net-misc/openssh-contrib/openssh-contrib-9.7_p1-r1.ebuild b/net-misc/openssh-contrib/openssh-contrib-9.7_p1-r1.ebuild index bc719634c185..f9f2c349c740 100644 --- a/net-misc/openssh-contrib/openssh-contrib-9.7_p1-r1.ebuild +++ b/net-misc/openssh-contrib/openssh-contrib-9.7_p1-r1.ebuild @@ -33,7 +33,7 @@ DESCRIPTION="Port of OpenBSD's free SSH release with HPN/X509 patches" HOMEPAGE="https://www.openssh.com/" SRC_URI="mirror://openbsd/OpenSSH/portable/${PARCH}.tar.gz ${HPN_VER:+hpn? ( - $(printf "mirror://sourceforge/project/hpnssh/Patches/${HPN_PATCH_DIR}/%s\n" "${HPN_PATCHES[@]}") + $(printf "https://downloads.sourceforge.net/project/hpnssh/Patches/${HPN_PATCH_DIR}/%s\n" "${HPN_PATCHES[@]}") https://dev.gentoo.org/~chutzpah/dist/openssh/${HPN_GLUE_PATCH}.xz )} ${X509_VER:+X509? ( |