Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 582000 - sys-power/powertop-9999: use HTTPS source
Summary: sys-power/powertop-9999: use HTTPS source
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Rick Farina (Zero_Chaos)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-03 18:21 UTC by Sergey 'L29Ah' Alirzaev
Modified: 2018-01-24 23:06 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey 'L29Ah' Alirzaev 2016-05-03 18:21:19 UTC
diff --git a/sys-power/powertop/powertop-9999.ebuild b/sys-power/powertop/powertop-9999.ebuild
index a53eb03..a999dfc 100644
--- a/sys-power/powertop/powertop-9999.ebuild
+++ b/sys-power/powertop/powertop-9999.ebuild
@@ -6,7 +6,7 @@ EAPI="5"
 
 inherit eutils linux-info
 if [[ ${PV} == "9999" ]] ; then
-       EGIT_REPO_URI="git://github.com/fenrus75/powertop.git"
+       EGIT_REPO_URI="https://github.com/fenrus75/powertop.git"
        inherit git-2 autotools
        SRC_URI=""
 else
Comment 1 Jan Kundrát (RETIRED) gentoo-dev 2016-09-22 12:35:14 UTC
What's wrong with git:// that you want this to change, Sergey?
Comment 2 Sergey 'L29Ah' Alirzaev 2016-09-22 13:52:25 UTC
It's vulnerable to MITM and is banned by several fascist firewalls.