Accepting request 308631 from devel:libraries:c_c++

- Update to 1.0.1

OBS-URL: https://build.opensuse.org/request/show/308631
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2015-05-25 21:15:10 +00:00 committed by Git OBS Bridge
commit e4c5206efc
4 changed files with 25 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b4c3b9176f5fc70c52878a09a71c877f6d54efd25867093c4bf04852bfe24282
size 905956

3
nghttp2-1.0.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d260383c8d941a880f1e981eecfa09af611cdc995086e4eff95b993cfa52567f
size 906256

View File

@ -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

View File

@ -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