summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-08-24 10:06:07 +0200
committerJoonas Niilola <juippis@gentoo.org>2024-08-24 21:37:51 +0300
commit296c23bb554813d1dbaf0541169b13a415a94912 (patch)
treeff8e2851d8c984b46ee8ff974c415641ab755a64 /app-mobilephone/dfu-util
parentnet-dns/pdns-recursor: keyword 5.1.1 for ~amd64, ~arm, ~x86 (diff)
downloadgentoo-296c23bb554813d1dbaf0541169b13a415a94912.tar.gz
gentoo-296c23bb554813d1dbaf0541169b13a415a94912.tar.bz2
gentoo-296c23bb554813d1dbaf0541169b13a415a94912.zip
app-mobilephone/dfu-util: use https:// instead of git:// for cloning
git:// is unencrypted and could be used by an attacker (mitm) to insert malicious code, see also [1]. git:// runs on port 9418 which is also less likely open behind a firewall. [1] git-scm.com/book/en/v2/Git-on-the-Server-The-Protocols Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-mobilephone/dfu-util')
-rw-r--r--app-mobilephone/dfu-util/dfu-util-0.11.ebuild2
-rw-r--r--app-mobilephone/dfu-util/dfu-util-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/app-mobilephone/dfu-util/dfu-util-0.11.ebuild b/app-mobilephone/dfu-util/dfu-util-0.11.ebuild
index 93350d080235..c5eac4319329 100644
--- a/app-mobilephone/dfu-util/dfu-util-0.11.ebuild
+++ b/app-mobilephone/dfu-util/dfu-util-0.11.ebuild
@@ -4,7 +4,7 @@
EAPI=8
if [[ ${PV} == *9999 ]] ; then
- EGIT_REPO_URI="git://git.code.sf.net/p/dfu-util/dfu-util"
+ EGIT_REPO_URI="https://git.code.sf.net/p/dfu-util/dfu-util"
inherit autotools git-r3
else
SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
diff --git a/app-mobilephone/dfu-util/dfu-util-9999.ebuild b/app-mobilephone/dfu-util/dfu-util-9999.ebuild
index 7204f3fb82a4..86f93de93c65 100644
--- a/app-mobilephone/dfu-util/dfu-util-9999.ebuild
+++ b/app-mobilephone/dfu-util/dfu-util-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=8
if [[ ${PV} == *9999 ]] ; then
- EGIT_REPO_URI="git://git.code.sf.net/p/dfu-util/dfu-util"
+ EGIT_REPO_URI="https://git.code.sf.net/p/dfu-util/dfu-util"
inherit autotools git-r3
else
SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"