Accepting request 288766 from home:pluskalm:branches:devel:libraries:c_c++
- Update to 0.7.5 OBS-URL: https://build.opensuse.org/request/show/288766 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=3
This commit is contained in:
parent
d655fa2ffc
commit
77f9c269d2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fb71dddd7b94c8af83cb6a89b76f30ebbe1e8b0085997c370934dd57667be8f6
|
|
||||||
size 853256
|
|
3
nghttp2-0.7.5.tar.xz
Normal file
3
nghttp2-0.7.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b2a05b4481881228db90314e14cb33511037a9e5940e31b826b688f27a6628d1
|
||||||
|
size 858444
|
@ -1,3 +1,36 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 3 22:15:13 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update to 0.7.5
|
||||||
|
* Implements h2-14 protocol
|
||||||
|
(http://tools.ietf.org/html/draft-ietf-httpbis-http2-14)
|
||||||
|
* Implements HPACK 09
|
||||||
|
(http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-09)
|
||||||
|
* Validate HTTP semantics by default
|
||||||
|
* Add nghttp2_option_set_no_http_messaging() API function
|
||||||
|
* Update http-parser
|
||||||
|
* nghttp, nghttpd, nghttpx: Use "sensitive" to indicate
|
||||||
|
"never indexed" header field
|
||||||
|
* nghttp, nghttpd, nghttpx, h2load: Select/announce h2 in
|
||||||
|
ALPN/NPN
|
||||||
|
* nghttp: Fix unaligned field output in --stat
|
||||||
|
* nghttp: Fix -H does not work with -u upgrade request
|
||||||
|
* nghttp: Update resource timing terminology according to
|
||||||
|
Resource Timing TR
|
||||||
|
* nghttpd: Add -a option which takes an address parameter that
|
||||||
|
allows nghttpd to bind to a non-default address. Patch
|
||||||
|
from Brian Card
|
||||||
|
* nghttpx: Use omit minor version in case of HTTP/2 in via
|
||||||
|
header and access log
|
||||||
|
* nghttpx: Support UNIX domain socket on both frontend and backend
|
||||||
|
* nghttpx: Fix crash in http/1 backend when backend returns more
|
||||||
|
bytes than CL
|
||||||
|
* nghttpx: Cast configuration value to rlim_t to avoid compile
|
||||||
|
error on 32bit
|
||||||
|
* nghttpx: Fix 1 second delay in HTTP/2 backend connection
|
||||||
|
* nghttpx: Fix request re-submission bug in HTTP/2 backend
|
||||||
|
* asio-sv2: Fix compile error with OS X
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 15 11:00:12 UTC 2015 - mpluskal@suse.com
|
Sun Feb 15 11:00:12 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
#
|
#
|
||||||
# spec file for package nghttp2
|
# spec file for package nghttp2
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -18,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: nghttp2
|
Name: nghttp2
|
||||||
Version: 0.7.4
|
Version: 0.7.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Implementation of Hypertext Transfer Protocol version 2 in C
|
Summary: Implementation of Hypertext Transfer Protocol version 2 in C
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -64,7 +63,7 @@ Shared librarios for asynchronous implementation of Hypertext Transfer Protocol
|
|||||||
%package -n lib%{name}-devel
|
%package -n lib%{name}-devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
Provides: %{name}-devel
|
Provides: %{name}-devel
|
||||||
Requires: lib%{name}-5 = %{version}
|
Requires: lib%{name}-5 = %{version}
|
||||||
|
|
||||||
%description -n lib%{name}-devel
|
%description -n lib%{name}-devel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user