From f17ec53759de5c853b396b3a1b166d3d03df58e35a4c53a0204ae83f60a9baab Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 28 Aug 2017 11:03:12 +0000 Subject: [PATCH] - Update to version 1.25.0: * lib: add nghttp2_rcbuf_is_static() (Patch from Anna Henningsen) (GH-983) * nghttpx: Fix bug that forwarded for is not affected by proxy protocol (GH-979) * nghttpx: Update mruby to 1.3.0 (GH-957) OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=71 --- nghttp2-1.24.0.tar.xz | 3 --- nghttp2-1.25.0.tar.xz | 3 +++ nghttp2.changes | 8 ++++++++ nghttp2.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 nghttp2-1.24.0.tar.xz create mode 100644 nghttp2-1.25.0.tar.xz diff --git a/nghttp2-1.24.0.tar.xz b/nghttp2-1.24.0.tar.xz deleted file mode 100644 index 8893476..0000000 --- a/nghttp2-1.24.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d443cd2f45593aa42e93163cb46a03cb4a28703712a8dd8cc9102d454727316 -size 1516312 diff --git a/nghttp2-1.25.0.tar.xz b/nghttp2-1.25.0.tar.xz new file mode 100644 index 0000000..fdf1bce --- /dev/null +++ b/nghttp2-1.25.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9553f144e60aa0d7bc5245df1c0f6a867a9fd9dc35ed6f358c6122a844d52f62 +size 1542924 diff --git a/nghttp2.changes b/nghttp2.changes index 03ff300..7c035da 100644 --- a/nghttp2.changes +++ b/nghttp2.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Aug 28 10:58:52 UTC 2017 - mpluskal@suse.com + +- Update to version 1.25.0: + * lib: add nghttp2_rcbuf_is_static() (Patch from Anna Henningsen) (GH-983) + * nghttpx: Fix bug that forwarded for is not affected by proxy protocol (GH-979) + * nghttpx: Update mruby to 1.3.0 (GH-957) + ------------------------------------------------------------------- Mon Jul 17 19:45:59 UTC 2017 - mpluskal@suse.com diff --git a/nghttp2.spec b/nghttp2.spec index e66cd11..17ff442 100644 --- a/nghttp2.spec +++ b/nghttp2.spec @@ -21,7 +21,7 @@ %define soname_asio libnghttp2_asio %define sover_asio 1 Name: nghttp2 -Version: 1.24.0 +Version: 1.25.0 Release: 0 Summary: Implementation of Hypertext Transfer Protocol version 2 in C License: MIT