Updated Apache 2.4

- Updated Apache from 2.4.29 to 2.4.33
- Updated Apr from 1.6.1 to 1.6.3
- Updated Apr-Util from 1.6.0 to 1.6.1

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Wolfgang Apolinarski
2018-04-06 07:11:03 +02:00
committed by Michael Tremer
parent 4217b4b6d8
commit ff2b65c193
6 changed files with 15 additions and 10 deletions

View File

@@ -25,11 +25,11 @@
include Config
VER = 1.6.0
VER = 1.6.1
THISAPP = apr-util-$(VER)
DL_FILE = $(THISAPP).tar.bz2
DL_FROM = http://archive.apache.org/dist/apr
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 069a9a980776acab05212c5f37ef8368
$(DL_FILE)_MD5 = 8ff5dc36fa39a2a3db1df196d3ed6086
install : $(TARGET)