apache: update to 2.4.34.
This commit is contained in:
parent
5d8c26f434
commit
a0a5725916
|
@ -1,16 +1,3 @@
|
|||
diff --git a/modules/md/md_crypt.c b/modules/md/md_crypt.c
|
||||
index 66682ea..9cc7862 100644
|
||||
--- ./modules/md/md_crypt.c
|
||||
+++ ./modules/md/md_crypt.c
|
||||
@@ -471,7 +471,7 @@ apr_status_t md_pkey_gen(md_pkey_t **ppkey, apr_pool_t *p, md_pkey_spec_t *spec)
|
||||
}
|
||||
}
|
||||
|
||||
-#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
|
||||
+#if OPENSSL_VERSION_NUMBER < 0x10100000L || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x2070000f)
|
||||
|
||||
#ifndef NID_tlsfeature
|
||||
#define NID_tlsfeature 1020
|
||||
diff --git a/modules/ssl/mod_ssl.c b/modules/ssl/mod_ssl.c
|
||||
index 48d64cb..2392019 100644
|
||||
--- ./modules/ssl/mod_ssl.c
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'apache'
|
||||
pkgname=apache
|
||||
version=2.4.33
|
||||
version=2.4.34
|
||||
revision=1
|
||||
wrksrc=httpd-${version}
|
||||
build_style=gnu-configure
|
||||
|
@ -36,7 +36,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="http://httpd.apache.org/"
|
||||
license="Apache-2.0"
|
||||
distfiles="http://www.apache.org/dist/httpd/httpd-${version}.tar.bz2"
|
||||
checksum=de02511859b00d17845b9abdd1f975d5ccb5d0b280c567da5bf2ad4b70846f05
|
||||
checksum=fa53c95631febb08a9de41fd2864cfff815cf62d9306723ab0d4b8d7aa1638f0
|
||||
|
||||
system_accounts="_$pkgname"
|
||||
_apache_homedir="/srv/www/$pkgname"
|
||||
|
|
Loading…
Reference in New Issue
Block a user