app-forensics/volatility: use HTTPs.
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sat, 23 Jun 2018 19:11:06 +0000 (21:11 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Tue, 7 Aug 2018 21:41:00 +0000 (23:41 +0200)
Closes: https://github.com/gentoo/gentoo/pull/9025

app-forensics/volatility/volatility-2.4.1.ebuild
app-forensics/volatility/volatility-2.6.ebuild

index c8a3f592e56d54c8aa70f1890273839ff53dcfaf..5e8485be14ac74c591fca25ed2bc49d3407ffb1d 100644 (file)
@@ -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+"
index 74668be64645a16699335ebb51c5192620aca67f..fa24d21da65284d860464b5e2f27e41299213c18 100644 (file)
@@ -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"