From 0680238ceacfe9e93e4dd8dd32faf637f496ca44697fb4c2829e4d727e0706f1 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 25 May 2015 15:17:59 +0000 Subject: [PATCH] - Update to 1.0.1 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=20 --- nghttp2-1.0.0.tar.xz | 3 --- nghttp2-1.0.1.tar.xz | 3 +++ nghttp2.changes | 20 ++++++++++++++++++++ nghttp2.spec | 4 ++-- 4 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 nghttp2-1.0.0.tar.xz create mode 100644 nghttp2-1.0.1.tar.xz diff --git a/nghttp2-1.0.0.tar.xz b/nghttp2-1.0.0.tar.xz deleted file mode 100644 index 551e0e8..0000000 --- a/nghttp2-1.0.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4c3b9176f5fc70c52878a09a71c877f6d54efd25867093c4bf04852bfe24282 -size 905956 diff --git a/nghttp2-1.0.1.tar.xz b/nghttp2-1.0.1.tar.xz new file mode 100644 index 0000000..9af59fb --- /dev/null +++ b/nghttp2-1.0.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d260383c8d941a880f1e981eecfa09af611cdc995086e4eff95b993cfa52567f +size 906256 diff --git a/nghttp2.changes b/nghttp2.changes index 74436b4..146a8dd 100644 --- a/nghttp2.changes +++ b/nghttp2.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon May 25 15:13:45 UTC 2015 - mpluskal@suse.com + +- Update to 1.0.1 + * Include stdint.h instead of inttypes.h when compiled with MSVC + < 2013 + * Fix invalid memory free on out-of-memory handling + * integration: Use our own copy of golang spdy package + * android: Don't link zlib bundled with android NDK + * Dockerfile.android: Update NDK ver, and ubuntu; build and link + zlib + * src, examples: Fix up OpenSSL initialization + * nghttpx: Allow HTTP Upgrade from POST request if response + header has not been sent to the client + * nghttpx: Fix bug that PUSH_PROMISE is sent after associated + response HEADERS + * nghttpd: Close connection after settings timeout and GOAWAY + was sent + * h2load: Fix bug that NPN fails if ALPN is enabled + ------------------------------------------------------------------- Thu May 21 06:50:36 UTC 2015 - mpluskal@suse.com diff --git a/nghttp2.spec b/nghttp2.spec index e861a09..0f76436 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.0.0 +Version: 1.0.1 Release: 0 Summary: Implementation of Hypertext Transfer Protocol version 2 in C License: MIT @@ -106,7 +106,7 @@ server and proxy. --enable-asio-lib \ --enable-python-bindings \ --disable-static -make %{?_smp_mflags} all html +make %{?_smp_mflags} all html V=1 %check make %{?_smp_mflags} check