Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 582000

Summary: sys-power/powertop-9999: use HTTPS source
Product: Gentoo Linux Reporter: Sergey 'L29Ah' Alirzaev <zl29ah>
Component: [OLD] UnspecifiedAssignee: Rick Farina (Zero_Chaos) <zerochaos>
Status: RESOLVED FIXED    
Severity: normal CC: david, jkt
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.