diff --git a/www-servers/apache/apache-2.4.33.recipe b/www-servers/apache/apache-2.4.34.recipe similarity index 99% rename from www-servers/apache/apache-2.4.33.recipe rename to www-servers/apache/apache-2.4.34.recipe index 47abf7597..7e25a2803 100644 --- a/www-servers/apache/apache-2.4.33.recipe +++ b/www-servers/apache/apache-2.4.34.recipe @@ -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" diff --git a/www-servers/apache/patches/apache-2.4.33.patchset b/www-servers/apache/patches/apache-2.4.34.patchset similarity index 89% rename from www-servers/apache/patches/apache-2.4.33.patchset rename to www-servers/apache/patches/apache-2.4.34.patchset index ef5a7a6ed..3122940bf 100644 --- a/www-servers/apache/patches/apache-2.4.33.patchset +++ b/www-servers/apache/patches/apache-2.4.34.patchset @@ -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)