diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-07-07 07:08:00 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-07-07 11:48:49 +0200 |
commit | d72868f1583cb745a875f1eae263c24e085ce592 (patch) | |
tree | 208c1c50e9be8e7d98faf51430112d8dc6204975 /package/apache/apache.hash | |
parent | 9d6beb7dd78b0d48854da9623ad42205ab844c45 (diff) | |
download | buildroot-d72868f1583cb745a875f1eae263c24e085ce592.tar.gz buildroot-d72868f1583cb745a875f1eae263c24e085ce592.zip |
package/apache: security bump to version 2.4.23
Fixes CVE-2016-4979:
TLS/SSL X.509 client certificate auth bypass with HTTP/2
http://httpd.apache.org/security/vulnerabilities_24.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/apache/apache.hash')
-rw-r--r-- | package/apache/apache.hash | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/apache/apache.hash b/package/apache/apache.hash index 062a54990d..e4710b0415 100644 --- a/package/apache/apache.hash +++ b/package/apache/apache.hash @@ -1,2 +1,2 @@ -# From http://www.apache.org/dist/httpd/httpd-2.4.20.tar.bz2.sha1 -sha1 cefe8ea4a3f81c7a08e36c80ebbd792c67ab361b httpd-2.4.20.tar.bz2 +# From http://www.apache.org/dist/httpd/httpd-2.4.23.tar.bz2.sha1 +sha1 5101be34ac4a509b245adb70a56690a84fcc4e7f httpd-2.4.23.tar.bz2 |