Accepting request 448600 from devel:libraries:c_c++
- Update to version 1.18.0: OBS-URL: https://build.opensuse.org/request/show/448600 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=38
This commit is contained in:
commit
f7e3912fe7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6bb446e6977f1daac96b94cd983bab15172728342f7e2b9b0f855e1532dd2ed2
|
||||
size 1498596
|
3
nghttp2-1.18.0.tar.xz
Normal file
3
nghttp2-1.18.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e5620e103f9239c0758e0fbfcf9bc04744794c1ce7a415583fbd4c2671a4499
|
||||
size 1501812
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 3 10:39:12 UTC 2017 - mpluskal@suse.com
|
||||
|
||||
- Update to version 1.18.0:
|
||||
* lib: Accept and ignore content-length: 0 in 204 response for now
|
||||
* build: Use pkg-config to detect libxml2
|
||||
* build: Require c-ares to compile applications under src
|
||||
* build: Add Windows CI via AppVeyor (Patch from Alexis La Goutte)
|
||||
* examples: Delete tiny-nghttpd
|
||||
* nghttpx: Retry h1 backend request if first write fails (GH-757)
|
||||
* nghttpx: Keep reading after backend write failed (GH-756)
|
||||
* nghttpx: Add frontend-keep-alive-timeout option (GH-755)
|
||||
* nghttpx: New error log format (GH-749)
|
||||
* nghttpx: Fix bug that fetch-ocsp-response does not work with OpenSSL 1.1.0 (GH-742)
|
||||
* nghttpx: Backend API call allows non-numeric host with dns parameter (GH-731)
|
||||
* nghttpx: Lookup backend host name dynamically (GH-721)
|
||||
* nghttpx: Accept and ignore content-length: 0 in 204 response for now (GH-735)
|
||||
* nghttpx: Wait for child process to exit
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 14 10:19:51 UTC 2016 - mpluskal@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package nghttp2
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -21,7 +21,7 @@
|
||||
%define soname_asio libnghttp2_asio
|
||||
%define sover_asio 1
|
||||
Name: nghttp2
|
||||
Version: 1.17.0
|
||||
Version: 1.18.0
|
||||
Release: 0
|
||||
Summary: Implementation of Hypertext Transfer Protocol version 2 in C
|
||||
License: MIT
|
||||
@ -36,13 +36,14 @@ BuildRequires: automake
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python-Cython
|
||||
BuildRequires: python-Sphinx
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: pkgconfig(cunit)
|
||||
BuildRequires: pkgconfig(jansson)
|
||||
BuildRequires: pkgconfig(jemalloc)
|
||||
BuildRequires: pkgconfig(libcares)
|
||||
BuildRequires: pkgconfig(libev)
|
||||
BuildRequires: pkgconfig(libspdylay)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user