From 7b075c7d45273afb634b64327026f5c3f4a598c8 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 2 Nov 2017 11:26:24 +0100 Subject: [PATCH] strace: Securely download source archive over HTTPS --- strace.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strace.be0 b/strace.be0 index 57582d61a..c72ba2136 100755 --- a/strace.be0 +++ b/strace.be0 @@ -4,7 +4,7 @@ PGRP=( system ) -SRCURL="http://sourceforge.net/projects/strace/files/strace/${PV}/strace-${PV}.tar.bz2/download strace-${PV}.tar.xz" +SRCURL="https://sourceforge.net/projects/strace/files/strace/${PV}/strace-${PV}.tar.bz2/download strace-${PV}.tar.xz" # PATCHES=""