Commit Graph

167 Commits

Author SHA256 Message Date
Ana Guerrero
fd3acbe357 Accepting request 1099190 from devel:libraries:c_c++
- update to 1.55.1:
  * Fix memory leak
    This commit fixes memory leak that happens when
    PUSH_PROMISE or HEADERS frame cannot be sent, and
    nghttp2_on_stream_close_callback fails with a fatal error.
    For example, if GOAWAY frame has been received, a 
    HEADERS frame that opens new stream cannot be sent.
    This issue has already been made public via CVE-2023-35945
    by envoyproxy/envoy project.  During embargo period, the
    patch to fix this bug was accidentally submitted to
    nghttp2/nghttp2 repository [2]. And they decided to
    disclose CVE early.  I was notified just 1.5 hours
    before disclosure.  I had no time to respond.
    PoC described in [1] is quite simple, but I think it is
    not enough to trigger this bug.  While it is true that
    receiving GOAWAY prevents a client from opening new stream,
    and nghttp2 enters error handling branch, in order to cause
    the memory leak, nghttp2_session_close_stream function
    must return a fatal error.
    NGHTTP2_ERR_NOMEM, as its name suggests, indicates out of
    memory.  It is unlikely that a process gets short of
    memory with this simple PoC scenario unless application
    does something memory heavy processing.
  * NGHTTP2_ERR_CALLBACK_FAILURE is returned from application
    defined callback function (nghttp2_on_stream_close_callback, in
    this case), which indicates something fatal happened inside a
    callback, and a connection must be closed immediately without
    any further action.  As nghttp2_on_stream_close_error_callback
    documentation says, any error code other than 0 or
    NGHTTP2_ERR_CALLBACK_FAILURE is treated as fatal

OBS-URL: https://build.opensuse.org/request/show/1099190
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=74
2023-07-24 16:12:02 +00:00
Martin Pluskal
1c37b0704b OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=114 2023-07-18 07:24:03 +00:00
Martin Pluskal
bc1338ec96 Accepting request 1098813 from home:dirkmueller:Factory
- update to 1.55.1:
  * Fix memory leak
    This commit fixes memory leak that happens when
    PUSH_PROMISE or HEADERS frame cannot be sent, and
    nghttp2_on_stream_close_callback fails with a fatal error.
    For example, if GOAWAY frame has been received, a 
    HEADERS frame that opens new stream cannot be sent.
    This issue has already been made public via CVE-2023-35945
    by envoyproxy/envoy project.  During embargo period, the
    patch to fix this bug was accidentally submitted to
    nghttp2/nghttp2 repository [2]. And they decided to
    disclose CVE early.  I was notified just 1.5 hours
    before disclosure.  I had no time to respond.
    PoC described in [1] is quite simple, but I think it is
    not enough to trigger this bug.  While it is true that
    receiving GOAWAY prevents a client from opening new stream,
    and nghttp2 enters error handling branch, in order to cause
    the memory leak, nghttp2_session_close_stream function
    must return a fatal error.
    NGHTTP2_ERR_NOMEM, as its name suggests, indicates out of
    memory.  It is unlikely that a process gets short of
    memory with this simple PoC scenario unless application
    does something memory heavy processing.
  * NGHTTP2_ERR_CALLBACK_FAILURE is returned from application
    defined callback function (nghttp2_on_stream_close_callback, in
    this case), which indicates something fatal happened inside a
    callback, and a connection must be closed immediately without
    any further action.  As nghttp2_on_stream_close_error_callback
    documentation says, any error code other than 0 or
    NGHTTP2_ERR_CALLBACK_FAILURE is treated as fatal

OBS-URL: https://build.opensuse.org/request/show/1098813
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=113
2023-07-18 07:23:44 +00:00
Dominique Leuenberger
6fe5c233f1 Accepting request 1094238 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1094238
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=73
2023-06-22 21:24:48 +00:00
Martin Pluskal
2deb935c86 Accepting request 1094235 from home:dirkmueller:Factory
- update to 1.54.0:
  * nghttpx: Consistent error handling and use of high-level API
  * h2load: Fix http3 upload stall
  * h2load: Use std::chrono::steady_clock for quic timestamp

OBS-URL: https://build.opensuse.org/request/show/1094235
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=112
2023-06-20 21:08:12 +00:00
Dominique Leuenberger
a7fdcc617d Accepting request 1087728 from devel:libraries:c_c++
Update to version 1.53.0:
  * https://nghttp2.org/blog/2023/05/10/nghttp2-v1-53-0/

OBS-URL: https://build.opensuse.org/request/show/1087728
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=72
2023-05-19 09:54:41 +00:00
Martin Pluskal
77e5365a43 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=111 2023-05-18 04:59:18 +00:00
Martin Pluskal
e09f0cecff - Update to version 1.53.0:
* https://nghttp2.org/blog/2023/05/10/nghttp2-v1-53-0/

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=110
2023-05-18 04:59:08 +00:00
Dominique Leuenberger
d7dd1aacf5 Accepting request 1079718 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1079718
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=71
2023-04-16 17:13:01 +00:00
Martin Pluskal
15c12ddd2e Accepting request 1079569 from home:dirkmueller:Factory
- update to 1.52.0:
  * https://nghttp2.org/blog/2023/02/13/nghttp2-v1-52-0/
  * sphinx_rtd_theme has been removed from the repository
    and archive.
  * The deprecated Python bindings has been removed.
  * The deprecated libnghttp2_asio has been removed.
  * llhttp and neverbleed have been updated.
  * This release fixes the bug that stalls TLS connection.
  * This release adds more http3 integration tests.
- drop nghttp2-remove-python-build.patch: obsolete as the code got removed

OBS-URL: https://build.opensuse.org/request/show/1079569
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=109
2023-04-16 06:56:27 +00:00
Dominique Leuenberger
bacb7c0507 Accepting request 1037477 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1037477
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=70
2022-11-24 11:22:14 +00:00
Martin Pluskal
8a4577d240 Accepting request 1036485 from home:dirkmueller:Factory
- update to 1.51.0:
  * https://nghttp2.org/blog/2022/11/13/nghttp2-v1-51-0/
  This release fixes affinity-cookie-stickiness parameter handling.

OBS-URL: https://build.opensuse.org/request/show/1036485
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=108
2022-11-23 09:13:59 +00:00
Richard Brown
9738a5f2aa Accepting request 1006322 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1006322
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=69
2022-10-01 15:41:41 +00:00
Martin Pluskal
444382253b Accepting request 1005765 from home:dirkmueller:Factory
- update to 1.50.0:
  * https://nghttp2.org/blog/2022/09/21/nghttp2-v1-50-0/
  This release adds
  nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation which disables
  checking leading and trailing white spaces against HTTP field value. 

- disable asio by default as it is deprecated by upstream and
  will be removed in the next release

OBS-URL: https://build.opensuse.org/request/show/1005765
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=107
2022-09-27 06:59:23 +00:00
Dominique Leuenberger
8a32346bc8 Accepting request 998783 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/998783
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=68
2022-08-24 13:10:40 +00:00
Martin Pluskal
f8014b26da Accepting request 998718 from home:dirkmueller:Factory
- update to 1.49.0:
  * https://nghttp2.org/blog/2022/08/22/nghttp2-v1-49-0/

OBS-URL: https://build.opensuse.org/request/show/998718
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=106
2022-08-23 09:02:12 +00:00
Dominique Leuenberger
0b6e77c634 Accepting request 988699 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/988699
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=67
2022-07-13 11:44:44 +00:00
Martin Pluskal
55978bbf4e Accepting request 988491 from home:dirkmueller:Factory
- update to 1.48.0:
  * lib: Allow server to override RFC 9218 stream priority
  * lib: Add a server option to fallback to RFC 7540 priorities
  * lib: Add PRIORITY_UPDATE frame support
  * lib: Implement RFC 9218 extensible prioritization scheme
  * lib: Do not verify host field specific characters for response field
  * lib: No rfc7540 priorities
  * lib: Fix stream stall when initial window size is decreased
  * doc: Document how to change stream prioritization scheme
  * build: Compile with libressl 3.5
  * build: EXTRA_DIST: List mruby files explicitly
  * build: Bump ngtcp2 and nghttp3
  * build: Do not check application libraries if --enable-lib-only is given
  * src: Update default TLS cipher suites
  * nghttpx, h2load: Better pack UDP packets in one GSO write
  * nghttpx, h2load: Quic error handling
  * nghttpx, h2load: Fix QUIC performance regression
  * nghttp, nghttpd, nghttpx: Add ktls support
  * h2load: Send more packets without GSO per event loop
  * h2load: Add ktls support
  * nghttpd: Fix TLS read stall
  * nghttpx: Disable RFC 7540 priorities
  * nghttpx: Client always uses simpler TLS handshake
  * nghttpx: Add affinity-cookie-stickiness backend parameter
  * nghttpx: Fix broken session affinity
  * nghttpx: Limit CONNECTION_CLOSE and Retry under server amplification limit
  * integration: Go update
  * integration: Add go.mod
  * third-party: Bump llhttp to 75b45129db961e1fb3c56044e1b8f7721bfaee5d
  * third-party: Bump libbpf to v0.8.0

OBS-URL: https://build.opensuse.org/request/show/988491
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=105
2022-07-12 15:53:22 +00:00
Dominique Leuenberger
0affc1bc5a Accepting request 963481 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/963481
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=66
2022-03-23 19:15:27 +00:00
Martin Pluskal
02b38e9932 Accepting request 963364 from home:dirkmueller:Factory
- update to 1.47.0:
  * see https://nghttp2.org/blog/2022/02/23/nghttp2-v1-47-0/

OBS-URL: https://build.opensuse.org/request/show/963364
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=104
2022-03-21 08:15:13 +00:00
Dominique Leuenberger
ba6332d361 Accepting request 941803 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/941803
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=65
2021-12-22 19:17:48 +00:00
Martin Pluskal
9b0b528e08 Accepting request 941434 from home:dirkmueller:Factory
- update to 1.46.0:
  * see https://nghttp2.org/blog/2021/07/18/nghttp2-v1-44-0/
  * see https://nghttp2.org/blog/2021/09/20/nghttp2-v1-45-0/
  * see https://nghttp2.org/blog/2021/10/19/nghttp2-v1-46-0/

OBS-URL: https://build.opensuse.org/request/show/941434
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=103
2021-12-21 09:38:45 +00:00
Dominique Leuenberger
101c99ba93 Accepting request 869212 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/869212
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=64
2021-02-11 11:46:39 +00:00
Martin Pluskal
ff0b73305a Accepting request 869209 from home:dirkmueller:branches:devel:libraries:c_c++
- update to 1.43.0:
  * doc: Make doc generation work with sphinx v3.3
  * python: Require python3 for python bindings
  * python: Require python3 for python scripts
  * nghttpx: Make sure that Pool gets cleared when all buffers are returned
  * nghttpx: Choose ECDSA cert if compatible signature algorithm available
  * nghttpx: Add workaround to include ':' in backend pattern

OBS-URL: https://build.opensuse.org/request/show/869209
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=102
2021-02-04 11:39:17 +00:00
Dominique Leuenberger
840098cc82 Accepting request 860739 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/860739
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=63
2021-01-08 16:32:59 +00:00
Martin Pluskal
d435588426 Accepting request 860715 from home:dirkmueller:branches:devel:libraries:c_c++
- update to 1.42.0:
  * lib: fix ubsan errors (Patch from Asra Ali) (GH-1468)
  * lib: Don't send RST_STREAM to idle stream (GH-1477)
  * lib: nghttp2_map backed by nghttp2_ksl
  * doc: Update sphinx_rtd_theme
  * doc: nghttp2_session_send is also affected by max concurrent streams (Patch from Tomas Krizek) (GH-1489)
  * doc: clarify flow control behaviour for nghttp2_session_send() (Patch from Tomas Krizek) (GH-1488)
  * build: Add missing cmake/FindSystemd.cmake to dist (GH-1526)
  * third-party: Bump llhttp to 2.2.0
  * third-party: Bump mruby to 2.1.2
  * nghttpx: Deal with the case when h2 backend is retired before it is initialized
  * nghttpx: Add accesslog variables to record request path without query (GH-1511)
  * nghttpx: Fix stall when TLS follows after proxy protocol
  * nghttpx: Fix logging integer

OBS-URL: https://build.opensuse.org/request/show/860715
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=101
2021-01-06 13:52:44 +00:00
Dominique Leuenberger
483008762d Accepting request 811142 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/811142
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=62
2020-06-05 18:06:34 +00:00
Tomáš Chvátal
6110dd65f0 Accepting request 811122 from home:polslinux:branches:devel:libraries:c_c++
- Update to 1.41.0
  * Fix CVE-2020-11080
  * lib: Implement max settings option (Patch from James M Snell)
  * lib: Earlier check for settings flood (Patch from James M Snell)
  * lib: Fix receiving stream data stall (GH-1444)
  * build: cmake: Make hard-coded static lib suffix optional (Patch from Viktor Szakats) (GH-1418)
  * third-party: Bump llhttp to 2.0.4 (GH-1442)
  * nghttpx: Add PROXY-protocol v2 support (GH-1452)
  * nghttpx: Fix get_x509_serial for long serial numbers (Patch from Jacky Tian) (GH-1455)
  * h2load: Allow port in --connect-to
  * h2load: add --connect-to option (Patch from Lucas Pardue) (GH-1426)

OBS-URL: https://build.opensuse.org/request/show/811122
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=100
2020-06-03 12:54:58 +00:00
Dominique Leuenberger
e57e11a943 Accepting request 765254 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/765254
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=61
2020-01-23 15:08:08 +00:00
Tomáš Chvátal
87f1397fc1 Accepting request 765237 from home:mrostecki:branches:devel:kubic
- Update to version 1.40.0
  * lib: Add nghttp2_check_authority as public API
  * lib: Fix the bug that stream is closed with wrong error code
  * lib: Faster huffman encoding and decoding
  * build: Avoid filename collision of static and dynamic lib
  * build: Add new flag ENABLE_STATIC_CRT for Windows
  * build: cmake: Support building nghttpx with systemd
  * third-party: Update neverbleed to fix memory leak
  * nghttpx: Fix bug that mruby is incorrectly shared between
    backends
  * nghttpx: Reconnect h1 backend if it lost connection before
    sending headers
  * nghttpx: Returns 408 if backend timed out before sending
    headers
  * nghttpx: Fix request stal

OBS-URL: https://build.opensuse.org/request/show/765237
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=99
2020-01-17 12:51:06 +00:00
Dominique Leuenberger
c4bd12bf79 Accepting request 727112 from devel:libraries:c_c++
- Conditionally remove dependecy on jemalloc for SLE-12

OBS-URL: https://build.opensuse.org/request/show/727112
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=60
2019-09-04 06:57:17 +00:00
Martin Pluskal
64aa8b47f9 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=98 2019-08-30 02:52:10 +00:00
Martin Pluskal
b04296da42 - Conditionally remove dependecy on jemalloc for SLE-12
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=97
2019-08-30 02:46:15 +00:00
Dominique Leuenberger
9bbe20cdef Accepting request 724584 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/724584
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=59
2019-08-27 13:21:51 +00:00
Martin Pluskal
dc40b8ad08 Accepting request 724578 from home:adamm:branches:devel:libraries:c_c++
- Update to version 1.39.2 (bsc#1146184, bsc#1146182):
  * This release fixes CVE-2019-9511 “Data Dribble” and CVE-2019-9513
  “Resource Loop” vulnerability in nghttpx and nghttpd. Specially crafted HTTP/2
  frames cause Denial of Service by consuming CPU time. Check out
  https://github.com/Netflix/security-bulletins/blob/master/advisories/third-party/2019-002.md
  for details. For nghttpx, additionally limiting inbound traffic by
  --read-rate and --read-burst options is quite effective against
  this kind of attack.
  * Add nghttp2_option_set_max_outbound_ack API function
  * nghttpx: Fix request stall

OBS-URL: https://build.opensuse.org/request/show/724578
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=96
2019-08-19 13:20:08 +00:00
Martin Pluskal
5b8cf27be9 - Require correct library from devel package - boo#1125689
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=95
2019-08-19 12:28:04 +00:00
Dominique Leuenberger
57086ca245 Accepting request 723082 from devel:libraries:c_c++
- Update to version 1.39.1:
  * This release fixes the bug that log-level is not set with
    cmd-line or configuration file. It also fixes FPE with default
    backend.
- Changes for version 1.39.0:
  * libnghttp2 now ignores content-length in 200 response to
    CONNECT request as per RFC 7230.
  * mruby has been upgraded to 2.0.1.
  * libnghttp2-asio now supports boost-1.70.
  * http-parser has been replaced with llhttp.
  * nghttpx now ignores Content-Length and Transfer-Encoding in 1xx
    or 200 to CONNECT.
- Drop no longer needed boost170.patch

OBS-URL: https://build.opensuse.org/request/show/723082
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=58
2019-08-16 13:30:08 +00:00
Martin Pluskal
b1d3a1cc99 - Update to version 1.39.1:
* This release fixes the bug that log-level is not set with
    cmd-line or configuration file. It also fixes FPE with default
    backend.
- Changes for version 1.39.0:
  * libnghttp2 now ignores content-length in 200 response to
    CONNECT request as per RFC 7230.
  * mruby has been upgraded to 2.0.1.
  * libnghttp2-asio now supports boost-1.70.
  * http-parser has been replaced with llhttp.
  * nghttpx now ignores Content-Length and Transfer-Encoding in 1xx
    or 200 to CONNECT.
- Drop no longer needed boost170.patch

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=94
2019-08-13 13:25:08 +00:00
Dominique Leuenberger
57965a550f Accepting request 701941 from devel:libraries:c_c++
- Update to 1.38.0:
  * This release fixes the bug that authority and path altered by per-pattern mruby script can affect backend selection on retry.
  * It also fixes the bug that HTTP/1.1 chunked request stalls.
  * Now nghttpx does not log authorization request header field value with -LINFO.
  * This release fixes possible backend stall when header and request body are sent in their own packets.
  * The backend option gets weight parameter to influence backend selection.
  * This release fixes compile error with BoringSSL.
- Add patch from upstream to build with new boost bsc#1134616:
  * boost170.patch

OBS-URL: https://build.opensuse.org/request/show/701941
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=57
2019-05-14 11:11:28 +00:00
Tomáš Chvátal
8baae1e178 - Update to 1.38.0:
* This release fixes the bug that authority and path altered by per-pattern mruby script can affect backend selection on retry.
  * It also fixes the bug that HTTP/1.1 chunked request stalls.
  * Now nghttpx does not log authorization request header field value with -LINFO.
  * This release fixes possible backend stall when header and request body are sent in their own packets.
  * The backend option gets weight parameter to influence backend selection.
  * This release fixes compile error with BoringSSL.
- Add patch from upstream to build with new boost bsc#1134616:
  * boost170.patch

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=93
2019-05-10 08:44:30 +00:00
Dominique Leuenberger
5499fbdcc9 Accepting request 667027 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/667027
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=56
2019-01-28 19:46:57 +00:00
Martin Pluskal
8ac1f8cbff Accepting request 667023 from home:seanlew:branches:devel:libraries:c_c++
Update nghttp2

OBS-URL: https://build.opensuse.org/request/show/667023
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=92
2019-01-18 17:16:34 +00:00
Martin Pluskal
437f3f5ac0 Accepting request 667000 from home:scarabeus_iv:branches:devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/667000
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=91
2019-01-18 14:47:29 +00:00
Martin Pluskal
61738b6991 Accepting request 666996 from home:scarabeus_iv:branches:devel:libraries:c_c++
- Use multibuild to not pull in python3 in first build, nghttp2
  is low in the system

OBS-URL: https://build.opensuse.org/request/show/666996
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=90
2019-01-18 14:37:04 +00:00
Martin Pluskal
5707eccfb7 - Update to version 1.35.1:
* nghttpx: Fix broken trailing slash handling (GH-1276)
- Changes for version 1.35:
  * build: cmake: Fix libevent version detection (Patch from Jan Kundrát) (GH-1238)
  * lib: Use __has_declspec_attribute for shared builds (Patch from Don) (GH-1222)
  * src: Require C++14 language feature
  * nghttpx: Write mruby send_info early
  * nghttpx: Fix assertion failure on mruby send_info with HTTP/1 frontend
  * h2load: Handle HTTP/1 non-final response (GH-1259)
  * h2load: Clarify that time for connect includes TLS handshake

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=89
2019-01-11 14:28:51 +00:00
Dominique Leuenberger
f5413ed0cb Accepting request 642981 from devel:libraries:c_c++
Add bug and tracking numbers only

OBS-URL: https://build.opensuse.org/request/show/642981
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=55
2018-10-22 09:22:41 +00:00
d1c801c2fd Add bug and FATE numbers
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=88
2018-10-18 14:58:16 +00:00
Dominique Leuenberger
6d1f1e14a3 Accepting request 640688 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/640688
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=54
2018-10-12 11:09:27 +00:00
36946ee68e Accepting request 640687 from home:adamm:branches:devel:libraries:c_c++
- Update to version 1.34.0:
  * lib: Implement RFC 8441 :protocol support
  * nghttpx: Add read/write-timeout parameters to backend option
  * nghttpx: Fix mruby parameter validation in backend option
  * nghttpx: Implement RFC 8441 Bootstrapping WebSocket with HTTP/2
  * nghttpx: Update neverbleed to fix OpenSSL 1.1.1 issues
  * nghttpx: Update mruby 1.4.1
  * nghttpx: Add mruby env.tls_handshake_finished
  * nghttpx: Add --tls13-ciphers and --tls-client-ciphers options
  * nghttpx: Add RFC 8470 Early-Data header field support
  * nghttpx: Add RFC 8446 TLSv1.3 0-RTT early data support

OBS-URL: https://build.opensuse.org/request/show/640687
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=87
2018-10-08 19:53:42 +00:00
Dominique Leuenberger
1bc320dc76 Accepting request 638345 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/638345
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=53
2018-10-02 17:44:40 +00:00