diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2018-07-18 22:41:16 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2018-07-19 09:00:36 +0200 |
commit | d9f16c58d5d4ac0333335c8c6112629a4f520a05 (patch) | |
tree | f966d0c872831d12b3d0f408c51b7ebcd5306a56 /source/n/httpd | |
parent | 9f99889c0c5c8b3b0f113cb54924d923b387aabe (diff) | |
download | current-d9f16c58d5d4ac0333335c8c6112629a4f520a05.tar.gz |
Wed Jul 18 22:41:16 UTC 201820180718224116
n/httpd-2.4.34-x86_64-1.txz: Upgraded.
This update fixes two denial of service issues:
mod_md: DoS via Coredumps on specially crafted requests
mod_http2: DoS for HTTP/2 connections by specially crafted requests
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-8011
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-1333
(* Security fix *)
Diffstat (limited to 'source/n/httpd')
-rwxr-xr-x | source/n/httpd/httpd.SlackBuild | 2 | ||||
-rw-r--r-- | source/n/httpd/httpd.url | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/source/n/httpd/httpd.SlackBuild b/source/n/httpd/httpd.SlackBuild index a78468e3..63424fba 100755 --- a/source/n/httpd/httpd.SlackBuild +++ b/source/n/httpd/httpd.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=httpd VERSION=${VERSION:-$(echo $PKGNAM-*.tar.bz2 | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-4} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/n/httpd/httpd.url b/source/n/httpd/httpd.url index ae810414..152982ae 100644 --- a/source/n/httpd/httpd.url +++ b/source/n/httpd/httpd.url @@ -1,2 +1,2 @@ -http://www.apache.org/dist/httpd/httpd-2.4.33.tar.bz2 -http://www.apache.org/dist/httpd/httpd-2.4.33.tar.bz2.asc +http://www.apache.org/dist/httpd/httpd-2.4.34.tar.bz2 +http://www.apache.org/dist/httpd/httpd-2.4.34.tar.bz2.asc |