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 2C650138334 for ; Tue, 7 Aug 2018 22:27:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CA20E07A5; Tue, 7 Aug 2018 22:27:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 47D52E07A5 for ; Tue, 7 Aug 2018 22:27:30 +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 73140335C9F for ; Tue, 7 Aug 2018 22:27:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 707ED36F for ; Tue, 7 Aug 2018 22:27:26 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1533678060.40dff0ee6efd2ae97c6a3f162de5a5f3994078a0.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/volatility/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-forensics/volatility/volatility-2.4.1.ebuild app-forensics/volatility/volatility-2.6.ebuild X-VCS-Directories: app-forensics/volatility/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 40dff0ee6efd2ae97c6a3f162de5a5f3994078a0 X-VCS-Branch: master Date: Tue, 7 Aug 2018 22:27:26 +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: 4d421092-efb4-4aa5-b17b-df77524955d7 X-Archives-Hash: 51195211619a6d4eff214e7ef6bdf6ed commit: 40dff0ee6efd2ae97c6a3f162de5a5f3994078a0 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Jun 23 19:11:06 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue Aug 7 21:41:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40dff0ee app-forensics/volatility: use HTTPs. Closes: https://github.com/gentoo/gentoo/pull/9025 app-forensics/volatility/volatility-2.4.1.ebuild | 6 +++--- app-forensics/volatility/volatility-2.6.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app-forensics/volatility/volatility-2.4.1.ebuild b/app-forensics/volatility/volatility-2.4.1.ebuild index c8a3f592e56..5e8485be14a 100644 --- a/app-forensics/volatility/volatility-2.4.1.ebuild +++ b/app-forensics/volatility/volatility-2.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,9 +7,9 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Framework for analyzing volatile memory" -HOMEPAGE="http://www.volatilityfoundation.org/" +HOMEPAGE="https://www.volatilityfoundation.org/" #2.4.1 not on mirrors yet -#SRC_URI="http://downloads.volatilityfoundation.org/releases/${PV}/${P}.tar.gz" +#SRC_URI="https://downloads.volatilityfoundation.org/releases/${PV}/${P}.tar.gz" SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2+" diff --git a/app-forensics/volatility/volatility-2.6.ebuild b/app-forensics/volatility/volatility-2.6.ebuild index 74668be6464..fa24d21da65 100644 --- a/app-forensics/volatility/volatility-2.6.ebuild +++ b/app-forensics/volatility/volatility-2.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Framework for analyzing volatile memory" -HOMEPAGE="http://www.volatilityfoundation.org/" -SRC_URI="http://downloads.volatilityfoundation.org/releases/${PV}/${P}.zip" +HOMEPAGE="https://www.volatilityfoundation.org/" +SRC_URI="https://downloads.volatilityfoundation.org/releases/${PV}/${P}.zip" LICENSE="GPL-2+" SLOT="0"