From 0c6f84c6c2f04faa817cee5e33435e78b6a53ec5032a4199ea018815e663f135 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Sun, 12 Apr 2015 17:53:42 +0000 Subject: [PATCH] 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 --- nghttp2-0.7.11.tar.xz | 3 +++ nghttp2-0.7.9.tar.xz | 3 --- nghttp2.changes | 27 +++++++++++++++++++++++++++ nghttp2.spec | 3 ++- 4 files changed, 32 insertions(+), 4 deletions(-) create mode 100644 nghttp2-0.7.11.tar.xz delete mode 100644 nghttp2-0.7.9.tar.xz diff --git a/nghttp2-0.7.11.tar.xz b/nghttp2-0.7.11.tar.xz new file mode 100644 index 0000000..ba7f812 --- /dev/null +++ b/nghttp2-0.7.11.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00ba79c536190ad8d17e3e7144ef5f3dfa3c8965ffb82daaaabaf51cb3837dfd +size 894156 diff --git a/nghttp2-0.7.9.tar.xz b/nghttp2-0.7.9.tar.xz deleted file mode 100644 index 9755354..0000000 --- a/nghttp2-0.7.9.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a6c26248b6bd18034da423a391f545c6f2c81fcf6a8757f53db800b2e5de84b -size 873048 diff --git a/nghttp2.changes b/nghttp2.changes index 0167e05..793edc0 100644 --- a/nghttp2.changes +++ b/nghttp2.changes @@ -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 diff --git a/nghttp2.spec b/nghttp2.spec index 32f39e1..5255cc8 100644 --- a/nghttp2.spec +++ b/nghttp2.spec @@ -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)