lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 1282c96 3/3: Add '--no-check-certificate' to


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 1282c96 3/3: Add '--no-check-certificate' to WGETFLAGS
Date: Wed, 11 Apr 2018 11:51:18 -0400 (EDT)

branch: master
commit 1282c962ed668b1e4289b056b354598a1a0200b8
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Add '--no-check-certificate' to WGETFLAGS
    
    Commit 6c81697b7f12 chose https over http, but wget with https fails
    on a system whose ca-certificates package is outdated. It still seems
    better to use https without certificate validation than to use http.
---
 install_miscellanea.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install_miscellanea.make b/install_miscellanea.make
index fdce046..55939f1 100644
--- a/install_miscellanea.make
+++ b/install_miscellanea.make
@@ -269,7 +269,7 @@ TARFLAGS := --keep-old-files
 
 UNZIPFLAGS := -q
 
-WGETFLAGS :=
+WGETFLAGS := --no-check-certificate
 
 .PHONY: %.tar.bz2 %.tar.gz
 %.tar.bz2 %.tar.gz:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]