diff --git a/nghttp2-1.21.1.tar.xz b/nghttp2-1.21.1.tar.xz deleted file mode 100644 index 4b221ab..0000000 --- a/nghttp2-1.21.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ce4aff2308f09975236c2d7c1e6151ffef07b08995271e708085cef8d3804fe -size 1509376 diff --git a/nghttp2-1.22.0.tar.xz b/nghttp2-1.22.0.tar.xz new file mode 100644 index 0000000..ab96582 --- /dev/null +++ b/nghttp2-1.22.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f14af22f14107901ea6077413f1a387948bf11cdaa4613ba361a0e3e8cacbbe7 +size 1514712 diff --git a/nghttp2.changes b/nghttp2.changes index 910ea01..c0f8f24 100644 --- a/nghttp2.changes +++ b/nghttp2.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed May 10 12:03:35 UTC 2017 - mpluskal@suse.com + +- Update to version 1.22.0: + * lib: Add missing free call on error in inflight_settings_new() (Patch from lstefani) (GH-884) + * asio: Support specifying stream priority via session::submit() (Patch from Matt Way) (GH-881) + * nghttpx: Clarify --conf option behaviour + * nghttpx: Add $tls_sni access log variable (GH-896) + * nghttpx: Rename ssl_* log variables as tls_* (GH-895) + * nghttpx: Fix path matching bug (GH-894) + * nghttpx: SNI based backend server selection (GH-892) + * nghttpx: Enable signed_certificate_timestamp extension for TLSv1.3 (GH-878) + * nghttpx: Add options for X-Forwarded-Proto header field (GH-872) + * nghttpx: Add --single-process option (GH-869) + * nghttpx: Use 502 as server error code + * nghttpx: Use SSL_CTX_set_early_data_enabled with boringssl + * nghttp: Verify server certificate and show warning if it fails (GH-870) + * integration: Use nip.io instead of xip.io + ------------------------------------------------------------------- Fri Apr 21 10:27:41 UTC 2017 - mpluskal@suse.com diff --git a/nghttp2.spec b/nghttp2.spec index 626f0f4..5ccf641 100644 --- a/nghttp2.spec +++ b/nghttp2.spec @@ -21,7 +21,7 @@ %define soname_asio libnghttp2_asio %define sover_asio 1 Name: nghttp2 -Version: 1.21.1 +Version: 1.22.0 Release: 0 Summary: Implementation of Hypertext Transfer Protocol version 2 in C License: MIT