diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:20:31 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:41:49 +0200 |
commit | f0f7c6170c37edbc61a1c8581a64e60923aa6c5b (patch) | |
tree | 58f270897c87287826c8a209ba30c788cbccd871 /app-crypt | |
parent | dev-java/vecmath: Version bump. Fixes bug 558552. (diff) | |
download | gentoo-f0f7c6170c37edbc61a1c8581a64e60923aa6c5b.tar.gz gentoo-f0f7c6170c37edbc61a1c8581a64e60923aa6c5b.tar.bz2 gentoo-f0f7c6170c37edbc61a1c8581a64e60923aa6c5b.zip |
Use https for kernel.org and redhat.com
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/coolkey/coolkey-1.1.0-r6.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/loop-aes-losetup/loop-aes-losetup-2.21.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/coolkey/coolkey-1.1.0-r6.ebuild b/app-crypt/coolkey/coolkey-1.1.0-r6.ebuild index 4b3fe498f018..69d84d982f83 100644 --- a/app-crypt/coolkey/coolkey-1.1.0-r6.ebuild +++ b/app-crypt/coolkey/coolkey-1.1.0-r6.ebuild @@ -9,8 +9,8 @@ inherit eutils PATCHVER="002" DESCRIPTION="Linux Driver support for the CoolKey and CAC products" -HOMEPAGE="http://directory.fedora.redhat.com/wiki/CoolKey" -SRC_URI="http://directory.fedora.redhat.com/download/coolkey/${P}.tar.gz +HOMEPAGE="https://directory.fedora.redhat.com/wiki/CoolKey" +SRC_URI="https://directory.fedora.redhat.com/download/coolkey/${P}.tar.gz mirror://gentoo/${P}-patches-${PATCHVER}.tar.gz" LICENSE="LGPL-2.1" diff --git a/app-crypt/loop-aes-losetup/loop-aes-losetup-2.21.ebuild b/app-crypt/loop-aes-losetup/loop-aes-losetup-2.21.ebuild index 03f1261472c7..5a5d53060bdd 100644 --- a/app-crypt/loop-aes-losetup/loop-aes-losetup-2.21.ebuild +++ b/app-crypt/loop-aes-losetup/loop-aes-losetup-2.21.ebuild @@ -13,7 +13,7 @@ LOOPAES_PV="${PV}-20120228" S="${WORKDIR}/${MY_P}" DESCRIPTION="Various useful Linux utilities" -HOMEPAGE="http://www.kernel.org/pub/linux/utils/util-linux/" +HOMEPAGE="https://www.kernel.org/pub/linux/utils/util-linux/" SRC_URI="mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz http://loop-aes.sourceforge.net/updates/util-linux-${LOOPAES_PV}.diff.bz2" KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-linux" |