- Upodate to version 1.28.0:
* lib: Add nghttp2_error_callback2 * build: Add deprecation warning when spdylay support is enabled * Switch to clang-format-5.0 * examples: Make client and server work with libevent-2.1.8 * third-party: Update neverbleed * integration: Fix issues reported by the go vet tool. * nghttpx: Fix affinity retry * nghttpx: Fix stalled backend connection on retry * nghttpx: Cookie based session affinity * nghttpx: Expose additional TLS related variables to mruby and accesslog OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=78
This commit is contained in:
parent
29d08f4d7c
commit
648a46e6be
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e83819560952a3dc3c8d96c46f60745408f46f5f384168c90b9e3dfa53b2c2c8
|
|
||||||
size 1546064
|
|
3
nghttp2-1.28.0.tar.xz
Normal file
3
nghttp2-1.28.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0d6c3f00614deca3935e42a27f6ad0ea87c31d8c1baa3a9c52755955c599fd8d
|
||||||
|
size 1553032
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 6 16:35:46 UTC 2017 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Upodate to version 1.28.0:
|
||||||
|
* lib: Add nghttp2_error_callback2
|
||||||
|
* build: Add deprecation warning when spdylay support is enabled
|
||||||
|
* Switch to clang-format-5.0
|
||||||
|
* examples: Make client and server work with libevent-2.1.8
|
||||||
|
* third-party: Update neverbleed
|
||||||
|
* integration: Fix issues reported by the go vet tool.
|
||||||
|
* nghttpx: Fix affinity retry
|
||||||
|
* nghttpx: Fix stalled backend connection on retry
|
||||||
|
* nghttpx: Cookie based session affinity
|
||||||
|
* nghttpx: Expose additional TLS related variables to mruby and
|
||||||
|
accesslog
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 8 16:54:59 UTC 2017 - mpluskal@suse.com
|
Wed Nov 8 16:54:59 UTC 2017 - mpluskal@suse.com
|
||||||
|
|
||||||
|
12
nghttp2.spec
12
nghttp2.spec
@ -21,12 +21,12 @@
|
|||||||
%define soname_asio libnghttp2_asio
|
%define soname_asio libnghttp2_asio
|
||||||
%define sover_asio 1
|
%define sover_asio 1
|
||||||
Name: nghttp2
|
Name: nghttp2
|
||||||
Version: 1.27.0
|
Version: 1.28.0
|
||||||
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
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: https://nghttp2.org/
|
URL: https://nghttp2.org/
|
||||||
Source: https://github.com/tatsuhiro-t/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
|
Source: https://github.com/tatsuhiro-t/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
# PATCH-FIX-OPENSUSE nghttp2-remove-python-build.patch
|
# PATCH-FIX-OPENSUSE nghttp2-remove-python-build.patch
|
||||||
@ -36,14 +36,11 @@ BuildRequires: automake
|
|||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python3-devel
|
|
||||||
BuildRequires: python3-Cython
|
BuildRequires: python3-Cython
|
||||||
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: pkgconfig(cunit)
|
BuildRequires: pkgconfig(cunit)
|
||||||
BuildRequires: pkgconfig(jansson)
|
BuildRequires: pkgconfig(jansson)
|
||||||
%ifnarch ppc %arm
|
|
||||||
BuildRequires: pkgconfig(jemalloc)
|
|
||||||
%endif
|
|
||||||
BuildRequires: pkgconfig(libcares)
|
BuildRequires: pkgconfig(libcares)
|
||||||
BuildRequires: pkgconfig(libev)
|
BuildRequires: pkgconfig(libev)
|
||||||
BuildRequires: pkgconfig(libspdylay)
|
BuildRequires: pkgconfig(libspdylay)
|
||||||
@ -51,6 +48,9 @@ BuildRequires: pkgconfig(libsystemd)
|
|||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
BuildRequires: pkgconfig(openssl)
|
BuildRequires: pkgconfig(openssl)
|
||||||
BuildRequires: pkgconfig(zlib)
|
BuildRequires: pkgconfig(zlib)
|
||||||
|
%ifnarch ppc %{arm}
|
||||||
|
BuildRequires: pkgconfig(jemalloc)
|
||||||
|
%endif
|
||||||
%if 0%{?suse_version} > 1325
|
%if 0%{?suse_version} > 1325
|
||||||
BuildRequires: libboost_system-devel
|
BuildRequires: libboost_system-devel
|
||||||
BuildRequires: libboost_thread-devel
|
BuildRequires: libboost_thread-devel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user