Accepting request 295588 from home:pluskalm:branches:devel:libraries:c_c++
- Update to 0.7.11 OBS-URL: https://build.opensuse.org/request/show/295588 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=11
This commit is contained in:
parent
40012cdf9f
commit
0c6f84c6c2
3
nghttp2-0.7.11.tar.xz
Normal file
3
nghttp2-0.7.11.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:00ba79c536190ad8d17e3e7144ef5f3dfa3c8965ffb82daaaabaf51cb3837dfd
|
||||
size 894156
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5a6c26248b6bd18034da423a391f545c6f2c81fcf6a8757f53db800b2e5de84b
|
||||
size 873048
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 12 17:38:36 UTC 2015 - mpluskal@suse.com
|
||||
|
||||
- Update to 0.7.11
|
||||
* nghttpx: Fix waitpid race condition in ocsp response update
|
||||
* nghttp: Consider user-provided :authority header field for SNI
|
||||
as well as host header field
|
||||
- Changes for 0.7.10
|
||||
* Make sure that nghttp2 license is MIT license
|
||||
* Add nghttp2_session_consume_{connection,stream} to consume
|
||||
bytes independent
|
||||
* Add nghttp2_send_data_callback to send DATA payload without
|
||||
copying "static inline" fix for build with VS2013 (Patch from
|
||||
Remo E)
|
||||
* Update lib/Makefile.msvc (Patch from Remo E)
|
||||
* Remove dependency on libws2_32 on Windows build
|
||||
* Define NGHTTP2_EXTERN macro to export function for Windows
|
||||
build
|
||||
* doc: Generate API doc per function
|
||||
* python: Add async body generation support
|
||||
* python: Fix pseudo-header field ordering bug
|
||||
* nghttpx: Redirect stderr to errorlog file
|
||||
* nghttpx: Fix bug that data buffered in SSL object are not
|
||||
read
|
||||
* nghttpx: Remove --tls-ctx-per-worker option
|
||||
* nghttpx: Add OCSP stapling feature
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 4 16:55:55 UTC 2015 - mpluskal@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define lib_name lib%{name}-5
|
||||
%define lib_name_asio lib%{name}_asio1
|
||||
Name: nghttp2
|
||||
Version: 0.7.9
|
||||
Version: 0.7.11
|
||||
Release: 0
|
||||
Summary: Implementation of Hypertext Transfer Protocol version 2 in C
|
||||
License: MIT
|
||||
@ -130,6 +130,7 @@ rm -rf doc/manual/html/.buildinfo
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/deflatehd
|
||||
%{_bindir}/inflatehd
|
||||
%{_datadir}/%{name}
|
||||
|
||||
%files -n %{lib_name}
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user