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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 296D6158094 for ; Tue, 23 Aug 2022 05:30:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99844E084A; Tue, 23 Aug 2022 05:30:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 68553E0844 for ; Tue, 23 Aug 2022 05:30:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 67C9633E6A7 for ; Tue, 23 Aug 2022 05:30:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF50058A for ; Tue, 23 Aug 2022 05:30:21 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1661232328.2a5cf72c583825bf3c96233c16e919e4fa138b53.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/yara/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-forensics/yara/yara-4.2.3.ebuild X-VCS-Directories: app-forensics/yara/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2a5cf72c583825bf3c96233c16e919e4fa138b53 X-VCS-Branch: master Date: Tue, 23 Aug 2022 05:30:21 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b7b7e956-5d21-4812-a537-daa4c19963d2 X-Archives-Hash: ffe8bbbcd8dd940b9108acf8a0acc733 commit: 2a5cf72c583825bf3c96233c16e919e4fa138b53 Author: Sam James gentoo org> AuthorDate: Tue Aug 23 05:25:28 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Aug 23 05:25:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a5cf72c app-forensics/yara: HTTPSify HOMEPAGE Signed-off-by: Sam James gentoo.org> app-forensics/yara/yara-4.2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-forensics/yara/yara-4.2.3.ebuild b/app-forensics/yara/yara-4.2.3.ebuild index cf8905b87957..195e5d1d5843 100644 --- a/app-forensics/yara/yara-4.2.3.ebuild +++ b/app-forensics/yara/yara-4.2.3.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit autotools DESCRIPTION="A malware identification and classification tool" -HOMEPAGE="http://virustotal.github.io/yara/" +HOMEPAGE="https://virustotal.github.io/yara/" SRC_URI="https://github.com/virustotal/yara/archive/v${PV/_/-}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${PV/_/-}"