forked from pool/nghttp2
- Update to version 1.18.0:
* lib: Accept and ignore content-length: 0 in 204 response for now * build: Use pkg-config to detect libxml2 * build: Require c-ares to compile applications under src * build: Add Windows CI via AppVeyor (Patch from Alexis La Goutte) * examples: Delete tiny-nghttpd * nghttpx: Retry h1 backend request if first write fails (GH-757) * nghttpx: Keep reading after backend write failed (GH-756) * nghttpx: Add frontend-keep-alive-timeout option (GH-755) * nghttpx: New error log format (GH-749) * nghttpx: Fix bug that fetch-ocsp-response does not work with OpenSSL 1.1.0 (GH-742) * nghttpx: Backend API call allows non-numeric host with dns parameter (GH-731) * nghttpx: Lookup backend host name dynamically (GH-721) * nghttpx: Accept and ignore content-length: 0 in 204 response for now (GH-735) * nghttpx: Wait for child process to exit OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=63
This commit is contained in:
parent
427b1f4b15
commit
d02511fceb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6bb446e6977f1daac96b94cd983bab15172728342f7e2b9b0f855e1532dd2ed2
|
||||
size 1498596
|
3
nghttp2-1.18.0.tar.xz
Normal file
3
nghttp2-1.18.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e5620e103f9239c0758e0fbfcf9bc04744794c1ce7a415583fbd4c2671a4499
|
||||
size 1501812
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 3 10:39:12 UTC 2017 - mpluskal@suse.com
|
||||
|
||||
- Update to version 1.18.0:
|
||||
* lib: Accept and ignore content-length: 0 in 204 response for now
|
||||
* build: Use pkg-config to detect libxml2
|
||||
* build: Require c-ares to compile applications under src
|
||||
* build: Add Windows CI via AppVeyor (Patch from Alexis La Goutte)
|
||||
* examples: Delete tiny-nghttpd
|
||||
* nghttpx: Retry h1 backend request if first write fails (GH-757)
|
||||
* nghttpx: Keep reading after backend write failed (GH-756)
|
||||
* nghttpx: Add frontend-keep-alive-timeout option (GH-755)
|
||||
* nghttpx: New error log format (GH-749)
|
||||
* nghttpx: Fix bug that fetch-ocsp-response does not work with OpenSSL 1.1.0 (GH-742)
|
||||
* nghttpx: Backend API call allows non-numeric host with dns parameter (GH-731)
|
||||
* nghttpx: Lookup backend host name dynamically (GH-721)
|
||||
* nghttpx: Accept and ignore content-length: 0 in 204 response for now (GH-735)
|
||||
* nghttpx: Wait for child process to exit
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 14 10:19:51 UTC 2016 - mpluskal@suse.com
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%define soname_asio libnghttp2_asio
|
||||
%define sover_asio 1
|
||||
Name: nghttp2
|
||||
Version: 1.17.0
|
||||
Version: 1.18.0
|
||||
Release: 0
|
||||
Summary: Implementation of Hypertext Transfer Protocol version 2 in C
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user