diff options
author | Viktor Szakats <vszakats@users.noreply.github.com> | 2017-09-16 03:25:30 (GMT) |
---|---|---|
committer | Viktor Szakats <vszakats@users.noreply.github.com> | 2017-09-24 16:04:56 (GMT) |
commit | b8599ed14b051b88203ba6db32dd327946e7d809 (patch) | |
tree | 3f6d7c4d71376c6eb917bbdf29a97658728371db /src/log4cxx.mk | |
parent | 9971cb923a799a68635661ff1308fb8098c88ba1 (diff) | |
download | mxe-b8599ed14b051b88203ba6db32dd327946e7d809.zip mxe-b8599ed14b051b88203ba6db32dd327946e7d809.tar.gz mxe-b8599ed14b051b88203ba6db32dd327946e7d809.tar.bz2 |
secure/update URLs
* change libssh2/apache/xiph URLs to canonical ones
* resubmit patch to remove unnecessary
--no-check-certificate option. The URLs
are non-HTTPS anyway
* blas: restore URL and point to versioned archive
Diffstat (limited to 'src/log4cxx.mk')
-rw-r--r-- | src/log4cxx.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/log4cxx.mk b/src/log4cxx.mk index c9a9728..c08253b 100644 --- a/src/log4cxx.mk +++ b/src/log4cxx.mk @@ -7,8 +7,8 @@ $(PKG)_VERSION := 0.10.0 $(PKG)_CHECKSUM := 0de0396220a9566a580166e66b39674cb40efd2176f52ad2c65486c99c920c8c $(PKG)_SUBDIR := apache-log4cxx-$($(PKG)_VERSION) $(PKG)_FILE := $($(PKG)_SUBDIR).tar.gz -$(PKG)_URL := http://www.eu.apache.org/dist/logging/log4cxx/$($(PKG)_VERSION)/$($(PKG)_FILE) -$(PKG)_URL_2 := http://apache.mirror.cdnetworks.com//logging/log4cxx/0.10.0/$($(PKG)_FILE) +$(PKG)_URL := https://www.apache.org/dist/logging/log4cxx/$($(PKG)_VERSION)/$($(PKG)_FILE) +$(PKG)_URL_2 := https://archive.apache.org/dist/logging/log4cxx/$($(PKG)_VERSION)/$($(PKG)_FILE) $(PKG)_DEPS := gcc apr-util define $(PKG)_UPDATE |