summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-04-21 10:37:28 +0200
committerAaron Bauman <bman@gentoo.org>2018-04-21 21:29:46 -0400
commitdbf21a458ae9f31b0bed9d62828b0e4836bb54d8 (patch)
tree2557ef22f26213e7d2fd4d063523cf96f9a13851 /app-antivirus/clamav/clamav-0.100.0.ebuild
parentapp-i18n/man-pages-de: use HTTPS (diff)
downloadgentoo-dbf21a458ae9f31b0bed9d62828b0e4836bb54d8.tar.gz
gentoo-dbf21a458ae9f31b0bed9d62828b0e4836bb54d8.tar.bz2
gentoo-dbf21a458ae9f31b0bed9d62828b0e4836bb54d8.zip
app-antivirus/clamav: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/8095
Diffstat (limited to 'app-antivirus/clamav/clamav-0.100.0.ebuild')
-rw-r--r--app-antivirus/clamav/clamav-0.100.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-antivirus/clamav/clamav-0.100.0.ebuild b/app-antivirus/clamav/clamav-0.100.0.ebuild
index 7b2040491faa..436001842571 100644
--- a/app-antivirus/clamav/clamav-0.100.0.ebuild
+++ b/app-antivirus/clamav/clamav-0.100.0.ebuild
@@ -6,7 +6,7 @@ EAPI=6
inherit autotools eutils flag-o-matic user systemd
DESCRIPTION="Clam Anti-Virus Scanner"
-HOMEPAGE="http://www.clamav.net/"
+HOMEPAGE="https://www.clamav.net/"
SRC_URI="https://www.clamav.net/downloads/production/${P}.tar.gz"
LICENSE="GPL-2"
@@ -29,7 +29,7 @@ CDEPEND="bzip2? ( app-arch/bzip2 )
!!<app-antivirus/clamav-0.99"
# hard block clamav < 0.99 due to linking problems Bug #567680
# openssl is now *required* see this link as to why
-# http://blog.clamav.net/2014/02/introducing-openssl-as-dependency-to.html
+# https://blog.clamav.net/2014/02/introducing-openssl-as-dependency-to.html
DEPEND="${CDEPEND}
virtual/pkgconfig
test? ( dev-libs/check )"