From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 73E4E1382C5 for ; Sun, 22 Apr 2018 01:33:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D29BE0841; Sun, 22 Apr 2018 01:33:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 52EB7E0843 for ; Sun, 22 Apr 2018 01:33:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 35C0C335C7D for ; Sun, 22 Apr 2018 01:33:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 614CB298 for ; Sun, 22 Apr 2018 01:33:07 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1524360586.dbf21a458ae9f31b0bed9d62828b0e4836bb54d8.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-antivirus/clamav/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-antivirus/clamav/clamav-0.100.0.ebuild app-antivirus/clamav/clamav-0.99.2-r1.ebuild app-antivirus/clamav/clamav-0.99.2-r3.ebuild app-antivirus/clamav/clamav-0.99.3-r1.ebuild app-antivirus/clamav/clamav-0.99.3-r2.ebuild app-antivirus/clamav/clamav-0.99.4-r1.ebuild app-antivirus/clamav/clamav-0.99.4.ebuild X-VCS-Directories: app-antivirus/clamav/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: dbf21a458ae9f31b0bed9d62828b0e4836bb54d8 X-VCS-Branch: master Date: Sun, 22 Apr 2018 01:33:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: daeeec04-33a2-4cae-85c7-ca17e7e2feab X-Archives-Hash: 3b09e71486940a3190fa429bc78ae977 commit: dbf21a458ae9f31b0bed9d62828b0e4836bb54d8 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Apr 21 08:37:28 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Apr 22 01:29:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbf21a45 app-antivirus/clamav: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/8095 app-antivirus/clamav/clamav-0.100.0.ebuild | 4 ++-- app-antivirus/clamav/clamav-0.99.2-r1.ebuild | 4 ++-- app-antivirus/clamav/clamav-0.99.2-r3.ebuild | 4 ++-- app-antivirus/clamav/clamav-0.99.3-r1.ebuild | 4 ++-- app-antivirus/clamav/clamav-0.99.3-r2.ebuild | 4 ++-- app-antivirus/clamav/clamav-0.99.4-r1.ebuild | 4 ++-- app-antivirus/clamav/clamav-0.99.4.ebuild | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/app-antivirus/clamav/clamav-0.100.0.ebuild b/app-antivirus/clamav/clamav-0.100.0.ebuild index 7b2040491fa..43600184257 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 ) !!