update to the latest upstream release (1.18.0)
Add BR for c-ares-devel, which is now required for build of apps.
This commit is contained in:
parent
4205e82676
commit
8bb861eb9d
@ -42,7 +42,7 @@ diff --git a/src/shrpx_client_handler.h b/src/shrpx_client_handler.h
|
||||
index bdfdafd..08f42b3 100644
|
||||
--- a/src/shrpx_client_handler.h
|
||||
+++ b/src/shrpx_client_handler.h
|
||||
@@ -183,8 +183,10 @@ private:
|
||||
@@ -185,8 +185,10 @@ private:
|
||||
StringRef forwarded_for_;
|
||||
// lowercased TLS SNI which client sent.
|
||||
StringRef sni_;
|
||||
@ -59,7 +59,7 @@ diff --git a/src/shrpx_http_downstream_connection.cc b/src/shrpx_http_downstream
|
||||
index 077844c..8a38788 100644
|
||||
--- a/src/shrpx_http_downstream_connection.cc
|
||||
+++ b/src/shrpx_http_downstream_connection.cc
|
||||
@@ -1240,13 +1240,13 @@ int HttpDownstreamConnection::connected() {
|
||||
@@ -1426,13 +1426,13 @@ int HttpDownstreamConnection::connected() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
@ -80,7 +80,7 @@ diff --git a/src/shrpx_http_downstream_connection.h b/src/shrpx_http_downstream_
|
||||
index 8fad535..0ab430c 100644
|
||||
--- a/src/shrpx_http_downstream_connection.h
|
||||
+++ b/src/shrpx_http_downstream_connection.h
|
||||
@@ -84,8 +84,9 @@ public:
|
||||
@@ -91,8 +91,9 @@ public:
|
||||
|
||||
private:
|
||||
Connection conn_;
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Experimental HTTP/2 client, server and proxy
|
||||
Name: nghttp2
|
||||
Version: 1.17.0
|
||||
Version: 1.18.0
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
Group: Applications/Internet
|
||||
@ -11,6 +11,7 @@ Source0: https://github.com/tatsuhiro-t/nghttp2/releases/download/v%{version}/ng
|
||||
Patch1: 0001-nghttp2-1.13.0-armv7hl-sigsegv.patch
|
||||
|
||||
BuildRequires: CUnit-devel
|
||||
BuildRequires: c-ares-devel
|
||||
BuildRequires: libev-devel
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: zlib-devel
|
||||
@ -105,6 +106,9 @@ make %{?_smp_mflags} check
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Dec 27 2016 Kamil Dudka <kdudka@redhat.com> 1.18.0-1
|
||||
- update to the latest upstream release (requires c-ares for apps)
|
||||
|
||||
* Mon Nov 28 2016 Kamil Dudka <kdudka@redhat.com> 1.17.0-1
|
||||
- update to the latest upstream release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user