lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 6c81697 4/5: Prefer https to http


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 6c81697 4/5: Prefer https to http
Date: Tue, 10 Apr 2018 20:38:13 -0400 (EDT)

branch: master
commit 6c81697b7f1285d52b1ed0148cb081e61f7a02f3
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Prefer https to http
    
    Downloading the new xmlwrapp release gave:
      URL transformed to HTTPS due to an HSTS policy
    Other servers didn't switch to https automatically, but they should.
    Therefore, replaced s/http/https/ for all but the one server that
    doesn't work with that change.
    
    Incidentally flushed /cache_for_lmi/downloads and redownloaded all
    files required by 'install_miscellanea.make' to make sure they're
    still available.
---
 install_miscellanea.make | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/install_miscellanea.make b/install_miscellanea.make
index a24c32f..fdce046 100644
--- a/install_miscellanea.make
+++ b/install_miscellanea.make
@@ -26,10 +26,10 @@ prefix    := /opt/lmi
 cache_dir := /cache_for_lmi/downloads
 
 # In the past, it seemed necessary to specify a mirror, e.g.:
-#  mirror := http://easynews.dl.sourceforge.net/sourceforge
+#  mirror := https://easynews.dl.sourceforge.net/sourceforge
 # but as of about 2006-12 sf.net seems to select one automatically
 # when this is passed to wget:
-sf_mirror := http://downloads.sourceforge.net
+sf_mirror := https://downloads.sourceforge.net
 
 # Nonconfigurable settings 
#####################################################
 
@@ -71,12 +71,12 @@ sample:               stem = data
 
 $(boost_archive)-url    := $(sf_mirror)/boost/$(boost_archive)
 $(cgicc_archive)-url    := ftp://ftp.gnu.org/pub/gnu/cgicc/$(cgicc_archive)
-$(fop_archive)-url      := 
http://archive.apache.org/dist/xmlgraphics/fop/binaries/$(fop_archive)
-$(jing_archive)-url     := 
http://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/jing-trang/$(jing_archive)
+$(fop_archive)-url      := 
https://archive.apache.org/dist/xmlgraphics/fop/binaries/$(fop_archive)
+$(jing_archive)-url     := 
https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/jing-trang/$(jing_archive)
 $(md5sum_msw_exe)-url   := 
http://etree.org/cgi-bin/counter.cgi/software/md5sum.exe#!md5!eb574b236133e60c989c6f472f07827b
-$(sample_archive)-url   := 
http://download.savannah.gnu.org/releases/lmi/$(sample_archive)
-$(trang_archive)-url    := 
http://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/jing-trang/$(trang_archive)
-$(xmlwrapp_archive)-url := 
http://github.com/vslavik/xmlwrapp/releases/download/v0.9.0/$(xmlwrapp_archive)
+$(sample_archive)-url   := 
https://download.savannah.gnu.org/releases/lmi/$(sample_archive)
+$(trang_archive)-url    := 
https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/jing-trang/$(trang_archive)
+$(xmlwrapp_archive)-url := 
https://github.com/vslavik/xmlwrapp/releases/download/v0.9.0/$(xmlwrapp_archive)
 
 $(boost_archive)-md5    := 2b999b2fb7798e1737d1fff8fac602ef
 $(cgicc_archive)-md5    := 6cb5153fc9fa64b4e50c7962aa557bbe



reply via email to

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