diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-09-11 13:55:07 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-09-11 13:55:07 +0200 |
commit | 8223b39cb2e21826534bf57926177a8958131435 (patch) | |
tree | 995249e06d88c28df21770e6fee3360c4d682539 | |
parent | x11-plugins/enigmail: security cleanup (diff) | |
download | gentoo-8223b39cb2e21826534bf57926177a8958131435.tar.gz gentoo-8223b39cb2e21826534bf57926177a8958131435.tar.bz2 gentoo-8223b39cb2e21826534bf57926177a8958131435.zip |
x11-plugins/enigmail: use HTTPS
Package-Manager: Portage-2.3.49, Repoman-2.3.10
-rw-r--r-- | x11-plugins/enigmail/enigmail-2.0.8.ebuild | 6 | ||||
-rw-r--r-- | x11-plugins/enigmail/enigmail-9999.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11-plugins/enigmail/enigmail-2.0.8.ebuild b/x11-plugins/enigmail/enigmail-2.0.8.ebuild index b50ff47be19b..bf24ee1477be 100644 --- a/x11-plugins/enigmail/enigmail-2.0.8.ebuild +++ b/x11-plugins/enigmail/enigmail-2.0.8.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit python-any-r1 DESCRIPTION="Mozilla extension to provide GPG support in mail clients" -HOMEPAGE="http://www.enigmail.net/" +HOMEPAGE="https://www.enigmail.net/" SLOT="0" LICENSE="MPL-2.0 GPL-3" @@ -18,9 +18,9 @@ if [[ ${PV} == *9999 ]]; then S="${WORKDIR}/${P}" else if [[ ${PV} = *_beta* ]] ; then - SRC_URI="http://www.enigmail.net/download/beta/${P/_/-}.tar.gz" + SRC_URI="https://www.enigmail.net/download/beta/${P/_/-}.tar.gz" else - SRC_URI="http://www.enigmail.net/download/source/${P}.tar.gz" + SRC_URI="https://www.enigmail.net/download/source/${P}.tar.gz" KEYWORDS="~alpha amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" fi S="${WORKDIR}/${PN}" diff --git a/x11-plugins/enigmail/enigmail-9999.ebuild b/x11-plugins/enigmail/enigmail-9999.ebuild index 7f808de531ff..752b1acb8637 100644 --- a/x11-plugins/enigmail/enigmail-9999.ebuild +++ b/x11-plugins/enigmail/enigmail-9999.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit python-any-r1 DESCRIPTION="Mozilla extension to provide GPG support in mail clients" -HOMEPAGE="http://www.enigmail.net/" +HOMEPAGE="https://www.enigmail.net/" SLOT="0" LICENSE="MPL-2.0 GPL-3" @@ -18,9 +18,9 @@ if [[ ${PV} == *9999 ]]; then S="${WORKDIR}/${P}" else if [[ ${PV} = *_beta* ]] ; then - SRC_URI="http://www.enigmail.net/download/beta/${P/_/-}.tar.gz" + SRC_URI="https://www.enigmail.net/download/beta/${P/_/-}.tar.gz" else - SRC_URI="http://www.enigmail.net/download/source/${P}.tar.gz" + SRC_URI="https://www.enigmail.net/download/source/${P}.tar.gz" KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" fi S="${WORKDIR}/${PN}" |