From fd6707199586dd9cea21c0d14f9f266fe3a20c9f5bc35a13a7f541ca6f4b66ed Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 24 Jun 2015 10:56:58 +0000 Subject: [PATCH] - Update to 1.0.4 * Fix assertion failure in stream_update_dep_on_detach_item (GH-264) - Changes for 1.0.3 * Fix bug that idle self-depending PRIORITY is not handled gracefully * Optimize dependency based priority code to Firefox style tree * enable third-party for asio_lib too (Patch from Mike Frysinger) * fetch-ocsp-response: Support LibreSSL, and include port in ocsp_host * src: Support compile with LibreSSL * nghttpx: Fix bug that x-forwarded-proto header field does not reflect frontend scheme on HTTP/2 backend * nghttpx: Validate :path on SPDY frontend OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=24 --- nghttp2-1.0.2.tar.xz | 3 --- nghttp2-1.0.4.tar.xz | 3 +++ nghttp2.changes | 19 +++++++++++++++++++ nghttp2.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 nghttp2-1.0.2.tar.xz create mode 100644 nghttp2-1.0.4.tar.xz diff --git a/nghttp2-1.0.2.tar.xz b/nghttp2-1.0.2.tar.xz deleted file mode 100644 index b1fc218..0000000 --- a/nghttp2-1.0.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ea61f0aca47dedfedb6179e26d0e89dac7674fd93fe1d9645d51ff24fcd00cc -size 910308 diff --git a/nghttp2-1.0.4.tar.xz b/nghttp2-1.0.4.tar.xz new file mode 100644 index 0000000..e7b93a7 --- /dev/null +++ b/nghttp2-1.0.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87985496c0636e548c12f92fb629c576e4b5ad9b9a3f6fe59baaffc3c5ba3f89 +size 909196 diff --git a/nghttp2.changes b/nghttp2.changes index c7a3c37..390297e 100644 --- a/nghttp2.changes +++ b/nghttp2.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Jun 24 10:52:12 UTC 2015 - mpluskal@suse.com + +- Update to 1.0.4 + * Fix assertion failure in stream_update_dep_on_detach_item + (GH-264) +- Changes for 1.0.3 + * Fix bug that idle self-depending PRIORITY is not handled + gracefully + * Optimize dependency based priority code to Firefox style tree + * enable third-party for asio_lib too (Patch from Mike + Frysinger) + * fetch-ocsp-response: Support LibreSSL, and include port in + ocsp_host + * src: Support compile with LibreSSL + * nghttpx: Fix bug that x-forwarded-proto header field does not + reflect frontend scheme on HTTP/2 backend + * nghttpx: Validate :path on SPDY frontend + ------------------------------------------------------------------- Tue Jun 16 08:27:32 UTC 2015 - mpluskal@suse.com diff --git a/nghttp2.spec b/nghttp2.spec index e4487c5..763e97f 100644 --- a/nghttp2.spec +++ b/nghttp2.spec @@ -19,7 +19,7 @@ %define lib_name lib%{name}-14 %define lib_name_asio lib%{name}_asio1 Name: nghttp2 -Version: 1.0.2 +Version: 1.0.4 Release: 0 Summary: Implementation of Hypertext Transfer Protocol version 2 in C License: MIT