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)