mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 06:04:31 +04:00
apache: security bump to 2.4.51
Fixes (see [1] for details): CVE-2021-33193 CVE-2021-41524 CVE-2021-41773 CVE-2021-42013 [1] https://httpd.apache.org/security/vulnerabilities_24.html Patch 020-openssl-deprecated.patch refreshed. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
committed by
Rosen Penev
parent
8b7fb614dd
commit
da4b1ca8d6
@@ -1,6 +1,6 @@
|
||||
--- a/modules/md/md_crypt.c
|
||||
+++ b/modules/md/md_crypt.c
|
||||
@@ -1098,23 +1098,23 @@ const char *md_cert_get_serial_number(co
|
||||
@@ -1095,23 +1095,23 @@ const char *md_cert_get_serial_number(co
|
||||
|
||||
int md_cert_is_valid_now(const md_cert_t *cert)
|
||||
{
|
||||
@@ -42,7 +42,7 @@
|
||||
"a newer library (%s, version currently loaded is %s)"
|
||||
--- a/modules/ssl/ssl_engine_io.c
|
||||
+++ b/modules/ssl/ssl_engine_io.c
|
||||
@@ -1264,9 +1264,9 @@ static apr_status_t ssl_io_filter_handsh
|
||||
@@ -1280,9 +1280,9 @@ static apr_status_t ssl_io_filter_handsh
|
||||
if (dc->proxy->ssl_check_peer_expire != FALSE) {
|
||||
if (!cert
|
||||
|| (X509_cmp_current_time(
|
||||
|
||||
Reference in New Issue
Block a user