- 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
This commit is contained in:
parent
255e0d06b6
commit
427b1f4b15
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:226241d4869aec0c755c1650f72839a34ea31ecf31ba75586efa6c2b45a9e2d0
|
||||
size 1495660
|
3
nghttp2-1.17.0.tar.xz
Normal file
3
nghttp2-1.17.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6bb446e6977f1daac96b94cd983bab15172728342f7e2b9b0f855e1532dd2ed2
|
||||
size 1498596
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user