From 427b1f4b15bd0470ada98a5d51f43d40a45d324d4d106af52b08a0aa5d581b0b Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 14 Dec 2016 10:27:02 +0000 Subject: [PATCH] - Update to version 1.17.0: * lib: Disallow content-length in 1xx, 204, or 200 to a CONNECT request (GH-722) * lib: Avoid memcpy against NULL src * build: MSVC version resource support (Patch from Remo E) (GH-718) * asio: server: Call on_close callback on connection close (GH-729) * nghttpx: Fix frequent crash with --backend-http-proxy-uri * nghttpx: Robust backend read timeout * nghttpx: Fix bug that mishandles response header from h1 backend * nghttpx: Fix bug that zero-length POST is not forwarded (GH-726) * nghttpx: Remove optional reason-phrase from SPDY :status * nghttpx: Header key and value must be string in mruby script * nghttpx: Strip content-length with 204 or 200 to CONNECT in mruby (GH-722) * nghttpx: Strict handling for Content-Length or Transfer-Encoding in h1 (GH-722) * nghttpx: Fix compilation with BoringSSL (Patch from dalf) (GH-717) * nghttpd, nghttpx, asio: Add missing mandatory SP after status code OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=62 --- nghttp2-1.16.1.tar.xz | 3 --- nghttp2-1.17.0.tar.xz | 3 +++ nghttp2.changes | 19 +++++++++++++++++++ nghttp2.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 nghttp2-1.16.1.tar.xz create mode 100644 nghttp2-1.17.0.tar.xz diff --git a/nghttp2-1.16.1.tar.xz b/nghttp2-1.16.1.tar.xz deleted file mode 100644 index ca8d047..0000000 --- a/nghttp2-1.16.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:226241d4869aec0c755c1650f72839a34ea31ecf31ba75586efa6c2b45a9e2d0 -size 1495660 diff --git a/nghttp2-1.17.0.tar.xz b/nghttp2-1.17.0.tar.xz new file mode 100644 index 0000000..6d163d6 --- /dev/null +++ b/nghttp2-1.17.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bb446e6977f1daac96b94cd983bab15172728342f7e2b9b0f855e1532dd2ed2 +size 1498596 diff --git a/nghttp2.changes b/nghttp2.changes index 1b6f4ab..9df66ea 100644 --- a/nghttp2.changes +++ b/nghttp2.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Dec 14 10:19:51 UTC 2016 - mpluskal@suse.com + +- Update to version 1.17.0: + * lib: Disallow content-length in 1xx, 204, or 200 to a CONNECT request (GH-722) + * lib: Avoid memcpy against NULL src + * build: MSVC version resource support (Patch from Remo E) (GH-718) + * asio: server: Call on_close callback on connection close (GH-729) + * nghttpx: Fix frequent crash with --backend-http-proxy-uri + * nghttpx: Robust backend read timeout + * nghttpx: Fix bug that mishandles response header from h1 backend + * nghttpx: Fix bug that zero-length POST is not forwarded (GH-726) + * nghttpx: Remove optional reason-phrase from SPDY :status + * nghttpx: Header key and value must be string in mruby script + * nghttpx: Strip content-length with 204 or 200 to CONNECT in mruby (GH-722) + * nghttpx: Strict handling for Content-Length or Transfer-Encoding in h1 (GH-722) + * nghttpx: Fix compilation with BoringSSL (Patch from dalf) (GH-717) + * nghttpd, nghttpx, asio: Add missing mandatory SP after status code + ------------------------------------------------------------------- Thu Nov 24 09:44:32 UTC 2016 - mpluskal@suse.com diff --git a/nghttp2.spec b/nghttp2.spec index 0bc092e..280d719 100644 --- a/nghttp2.spec +++ b/nghttp2.spec @@ -21,7 +21,7 @@ %define soname_asio libnghttp2_asio %define sover_asio 1 Name: nghttp2 -Version: 1.16.1 +Version: 1.17.0 Release: 0 Summary: Implementation of Hypertext Transfer Protocol version 2 in C License: MIT