From 56effae15c246bd2fab8b1e2012d408c4f2754185e03f14f47548cb6bb5e3785 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Sun, 27 Sep 2015 12:48:46 +0000 Subject: [PATCH] - Update to 1.3.4 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=38 --- nghttp2-1.3.1.tar.xz | 3 --- nghttp2-1.3.4.tar.xz | 3 +++ nghttp2.changes | 29 +++++++++++++++++++++++++++++ nghttp2.spec | 2 +- 4 files changed, 33 insertions(+), 4 deletions(-) delete mode 100644 nghttp2-1.3.1.tar.xz create mode 100644 nghttp2-1.3.4.tar.xz diff --git a/nghttp2-1.3.1.tar.xz b/nghttp2-1.3.1.tar.xz deleted file mode 100644 index af6d772..0000000 --- a/nghttp2-1.3.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2497ac04c04168cacab77626cf0d67a673ecec74b367a7619d911ff6add0e24e -size 1267448 diff --git a/nghttp2-1.3.4.tar.xz b/nghttp2-1.3.4.tar.xz new file mode 100644 index 0000000..8270d28 --- /dev/null +++ b/nghttp2-1.3.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87803308317247f90cab37cdba2eb45cf03a7f083fac5ed4e40f0937a9c37867 +size 1271920 diff --git a/nghttp2.changes b/nghttp2.changes index a566b63..7800ad6 100644 --- a/nghttp2.changes +++ b/nghttp2.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Sun Sep 27 12:38:17 UTC 2015 - mpluskal@suse.com + +- Update to 1.3.4 + * Make traditional init script fail if new config file is broken + (Patch from Janusz Dziemidowicz) + * nghttpx-logrotate: Don't use killall since we have multiple + processes + * nghttpx: Fix improper signal handling +- Changes for 1.3.3 + * Fix bug in padding handling of DATA frame + * Use hash table for dynamic table lookup + * More warning flags for --enable-werror + * Update mruby + * h2load: HTTP/1.1 support (Patch from Lucas Pardue) + * nghttpx: Do not try to set TCP_NODELAY when frontend is an + UNIX socket (Patch from Janusz Dziemidowicz) + * nghttpx: Chown UNIX domain socket to user specified as --user + * nghttpx: Split monolithic one process into control and worker + processes + * nghttpx: Handle SSL/TLS data following PROXY protocol line +- Changes for 1.3.2 + * Check header block limit after new stream is opened + * nghttp: Show error if HEADERS frame cannot be sent for + whatever reason + * nghttpx: Fix assertion failure on TLS handshake + * nghttpx: Add x-http2-push header field for pushed resource + * nghttpx: Fix compile error with --disable-threads + ------------------------------------------------------------------- Mon Sep 14 13:33:16 UTC 2015 - mpluskal@suse.com diff --git a/nghttp2.spec b/nghttp2.spec index 34232fc..04c2263 100644 --- a/nghttp2.spec +++ b/nghttp2.spec @@ -19,7 +19,7 @@ %define lib_name lib%{name}-14 %define lib_name_asio lib%{name}_asio1 Name: nghttp2 -Version: 1.3.1 +Version: 1.3.4 Release: 0 Summary: Implementation of Hypertext Transfer Protocol version 2 in C License: MIT