Hello community,

here is the log from the commit of package nghttp2 for openSUSE:Factory checked 
in at 2015-12-16 17:41:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nghttp2 (Old)
 and      /work/SRC/openSUSE:Factory/.nghttp2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nghttp2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/nghttp2/nghttp2.changes  2015-11-24 
22:33:11.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.nghttp2.new/nghttp2.changes     2015-12-16 
17:41:12.000000000 +0100
@@ -1,0 +2,55 @@
+Tue Dec  1 14:13:15 UTC 2015 - mplus...@suse.com
+
+- Update to 1.5.0
+  * Fix bug that nghttp2_session_find_stream(session, 0) returned 
+               NULL
+       * Add nghttp2_session_change_stream_priority() to change stream 
+               priority without sending PRIORITY frame
+       * Add nghttp2_session_check_server_session() API
+       * Consider to use CANCEL error code when closing streams with 
+               GOAWAY
+       * Don't send push response if GOAWAY has been received
+       * Use error code CANCEL to reset pushed reserved stream from 
+               remote
+       * Add nghttp2_session_upgrade2(), deprecate 
+               nghttp2_session_upgrade()
+       * Workaround HTTP upgrade with HEAD request in 
+               nghttp2_session_upgrade()
+       * Introduce NGHTTP2_NV_FLAG_NO_COPY_NAME and 
+               NGHTTP2_NV_FLAG_NO_COPY_VALUE
+       * Add nghttp2_session_check_request_allowed() API function
+       * Switch to clang-format-3.6
+       * Update mruby to 1.2.0
+       * tests: fix broken linkage with --disable-static (Patch from 
+               Kamil Dudka)
+       * python: Send RST_STREAM if remote side is not closed and 
+               response finished
+       * asio: client: call on_error when connection is dropped
+       * asio: ALPN support
+       * h2load: Add --h1 option to force http/1.1 for both http and 
+               https URI
+       * h2load: Fix crash when dealing with "connection: close" form 
+               HTTP/1.1 server
+       * h2load: h2load goes into infinite loop when timing script file 
+               starts with 0.0 in first line (Patch from Kit Chan)
+       * h2load: Override user-agent with -H option
+       *       h2load: Print "space savings" to measure header compression 
+               efficiency
+       * h2load: Stream error should be counted toward errored
+       * h2load: Show application protocol with OpenSSL < 1.0.2
+       * nghttpx: Don't send RST_STREAM to h2 backend if backend is 
+               disconnected state
+       * nghttpx: Support server push from HTTP/2 backend
+       * nghttpx: Fix bug that causes connection failure with backend 
+               proxy URI
+       * nghttpx: Use --backend-tls-sni-field to verify certificate 
+               hostname
+       * nghttpx: Log :authority as $http_host if available
+       * nghttpd: Fix crash with CONNECT request
+       * nghttpd: Defered eviction of cached fd using timer
+       * nghttpd: Read /etc/mime.types to set content-type header field
+       * nghttp: Record request method to output it in har correctly
+       * nghttp: Use method given in -H with ":method" in HTTP Upgrade
+- Drop nghttp2-1.4.0-fix-tests.patch (now in upstream)
+
+-------------------------------------------------------------------

Old:
----
  nghttp2-1.4.0-fix-tests.patch
  nghttp2-1.4.0.tar.xz

New:
----
  nghttp2-1.5.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ nghttp2.spec ++++++
--- /var/tmp/diff_new_pack.ryDHmc/_old  2015-12-16 17:41:13.000000000 +0100
+++ /var/tmp/diff_new_pack.ryDHmc/_new  2015-12-16 17:41:13.000000000 +0100
@@ -21,7 +21,7 @@
 %define soname_asio libnghttp2_asio
 %define sover_asio 1
 Name:           nghttp2
-Version:        1.4.0
+Version:        1.5.0
 Release:        0
 Summary:        Implementation of Hypertext Transfer Protocol version 2 in C
 License:        MIT
@@ -31,8 +31,6 @@
 Source1:        baselibs.conf
 # PATCH-FIX-OPENSUSE nghttp2-remove-python-build.patch
 Patch0:         %{name}-remove-python-build.patch
-# PATCH-FIX-UPSTREAM nghttp2-1.4.0-fix-tests.patch kdu...@redhat.com -- Tests: 
fix broken linkage with --disable-static (commit 4825009).
-Patch1:         %{name}-1.4.0-fix-tests.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  boost-devel
@@ -116,7 +114,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 autoreconf -fiv

++++++ nghttp2-1.4.0.tar.xz -> nghttp2-1.5.0.tar.xz ++++++
++++ 12517 lines of diff (skipped)


Reply via email to