Apache: bump to 2.4.34, switch SOURCE_URI to tar.bz2.

Remark: the default configuration does not work out-of-the-box, but
this was already the case before this version bump...
This commit is contained in:
fbrosson
2018-07-16 13:55:17 +00:00
parent e9bcb37bfa
commit fcbd68f593
2 changed files with 4 additions and 4 deletions

View File

@@ -6,8 +6,8 @@ HOMEPAGE="https://httpd.apache.org/"
COPYRIGHT="1995-2018 The Apache Software Foundation."
LICENSE="Apache v2"
REVISION="1"
SOURCE_URI="https://archive.apache.org/dist/httpd/httpd-$portVersion.tar.gz"
CHECKSUM_SHA256="cd34636caf03c9a897ddfc928fc866c965f23d909b9612880563a7ad0d1a7e5b"
SOURCE_URI="https://archive.apache.org/dist/httpd/httpd-$portVersion.tar.bz2"
CHECKSUM_SHA256="fa53c95631febb08a9de41fd2864cfff815cf62d9306723ab0d4b8d7aa1638f0"
SOURCE_DIR="httpd-$portVersion"
PATCHES="apache-$portVersion.patchset"

View File

@@ -5,10 +5,10 @@ Subject: Fixed redefinition error
diff --git a/server/Makefile.in b/server/Makefile.in
index 42d1fe5..9418843 100644
index 1fa3344..d13b564 100644
--- a/server/Makefile.in
+++ b/server/Makefile.in
@@ -32,7 +32,7 @@ test_char.h: gen_test_char
@@ -34,7 +34,7 @@ test_char.h: gen_test_char
util.lo: test_char.h
EXPORT_DIRS = $(top_srcdir)/include $(top_srcdir)/os/$(OS_DIR)