update to the latest upstream release (1.14.0)
This commit is contained in:
parent
6f4f38d657
commit
7891caec88
@ -59,7 +59,7 @@ diff --git a/src/shrpx_http_downstream_connection.cc b/src/shrpx_http_downstream
|
|||||||
index 077844c..8a38788 100644
|
index 077844c..8a38788 100644
|
||||||
--- a/src/shrpx_http_downstream_connection.cc
|
--- a/src/shrpx_http_downstream_connection.cc
|
||||||
+++ b/src/shrpx_http_downstream_connection.cc
|
+++ b/src/shrpx_http_downstream_connection.cc
|
||||||
@@ -1177,13 +1177,13 @@ int HttpDownstreamConnection::connected() {
|
@@ -1184,13 +1184,13 @@ int HttpDownstreamConnection::connected() {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -80,7 +80,7 @@ diff --git a/src/shrpx_http_downstream_connection.h b/src/shrpx_http_downstream_
|
|||||||
index 8fad535..0ab430c 100644
|
index 8fad535..0ab430c 100644
|
||||||
--- a/src/shrpx_http_downstream_connection.h
|
--- a/src/shrpx_http_downstream_connection.h
|
||||||
+++ b/src/shrpx_http_downstream_connection.h
|
+++ b/src/shrpx_http_downstream_connection.h
|
||||||
@@ -83,8 +83,9 @@ public:
|
@@ -84,8 +84,9 @@ public:
|
||||||
|
|
||||||
private:
|
private:
|
||||||
Connection conn_;
|
Connection conn_;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Experimental HTTP/2 client, server and proxy
|
Summary: Experimental HTTP/2 client, server and proxy
|
||||||
Name: nghttp2
|
Name: nghttp2
|
||||||
Version: 1.13.0
|
Version: 1.14.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
URL: https://nghttp2.org/
|
URL: https://nghttp2.org/
|
||||||
@ -105,6 +105,9 @@ make %{?_smp_mflags} check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 25 2016 Kamil Dudka <kdudka@redhat.com> 1.14.0-1
|
||||||
|
- update to the latest upstream release
|
||||||
|
|
||||||
* Tue Jul 26 2016 Kamil Dudka <kdudka@redhat.com> 1.13.0-2
|
* Tue Jul 26 2016 Kamil Dudka <kdudka@redhat.com> 1.13.0-2
|
||||||
- prevent nghttpx from crashing on armv7hl (#1358845)
|
- prevent nghttpx from crashing on armv7hl (#1358845)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user