diff --git a/nghttp2-1.39.1.tar.xz b/nghttp2-1.39.1.tar.xz deleted file mode 100644 index 32a60f3..0000000 --- a/nghttp2-1.39.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:679160766401f474731fd60c3aca095f88451e3cc4709b72306e4c34cf981448 -size 1634512 diff --git a/nghttp2-1.39.2.tar.xz b/nghttp2-1.39.2.tar.xz new file mode 100644 index 0000000..51e8c60 --- /dev/null +++ b/nghttp2-1.39.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2d216450abd2beaf4e200c168957968e89d602ca4119338b9d7ab059fd4ce8b +size 1635428 diff --git a/nghttp2.changes b/nghttp2.changes index 11c2836..15ee165 100644 --- a/nghttp2.changes +++ b/nghttp2.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Aug 19 12:27:38 UTC 2019 - Martin Pluskal + +- Require correct library from devel package - boo#1125689 + +------------------------------------------------------------------- +Mon Aug 19 12:02:09 UTC 2019 - Adam Majer + +- Update to version 1.39.2 (bsc#1146184, bsc#1146182): + * This release fixes CVE-2019-9511 “Data Dribble” and CVE-2019-9513 + “Resource Loop” vulnerability in nghttpx and nghttpd. Specially crafted HTTP/2 + frames cause Denial of Service by consuming CPU time. Check out + https://github.com/Netflix/security-bulletins/blob/master/advisories/third-party/2019-002.md + for details. For nghttpx, additionally limiting inbound traffic by + --read-rate and --read-burst options is quite effective against + this kind of attack. + + * Add nghttp2_option_set_max_outbound_ack API function + * nghttpx: Fix request stall + ------------------------------------------------------------------- Tue Aug 13 13:22:01 UTC 2019 - Martin Pluskal diff --git a/nghttp2.spec b/nghttp2.spec index d203365..2a0a52d 100644 --- a/nghttp2.spec +++ b/nghttp2.spec @@ -29,7 +29,7 @@ %bcond_with python %endif Name: nghttp2%{psuffix} -Version: 1.39.1 +Version: 1.39.2 Release: 0 Summary: Implementation of Hypertext Transfer Protocol version 2 in C License: MIT @@ -105,7 +105,7 @@ Python bindings for implementation of Hypertext Transfer Protocol version %package -n %{soname}-devel Summary: Development files for nghttp2 Group: Development/Languages/C and C++ -Requires: %{soname_asio}%{sover_asio} = %{version} +Requires: %{soname}-%{sover} = %{version} Provides: %{name}-devel %description -n %{soname}-devel