From eac5c835149fb6b11ddd064d6a8be00b2e8061658e1d784bd384e7ca8f904ee4 Mon Sep 17 00:00:00 2001 From: Kristoffer Gronlund Date: Wed, 13 Feb 2019 08:21:04 +0000 Subject: [PATCH] Accepting request 673401 from home:KGronlund:branches:server:http - Update to version 1.8.19~git0.ebf033b4: * [RELEASE] Released version 1.8.19 * BUG/MINOR: config: Reinforce validity check when a process number is parsed * BUG/MAJOR: stream: avoid double free on unique_id * BUG/MAJOR: spoe: Don't try to get agent config during SPOP healthcheck * BUG/MEDIUM: server: initialize the idle conns list after parsing the config * BUG/MEDIUM: spoe: initialization depending on nbthread must be done last * BUG/MINOR: lua: initialize the correct idle conn lists for the SSL sockets * BUG/MINOR: spoe: do not assume agent->rt is valid on exit * DOC: ssl: Stop documenting ciphers example to use * DOC: ssl: Clarify when pre TLSv1.3 cipher can be used * [RELEASE] Released version 1.8.18 * BUG/MINOR: config: make sure to count the error on incorrect track-sc/stick rules * BUG/MAJOR: spoe: verify that backends used by SPOE cover all their callers' processes * BUG/MAJOR: config: verify that targets of track-sc and stick rules are present * BUG/MINOR: config: fix bind line thread mask validation * BUG/MEDIUM: stream: Don't forget to free s->unique_id in stream_free(). * BUG/MEDIUM: mux-h2: do not close the connection on aborted streams * MINOR: connstream: have a new flag CS_FL_KILL_CONN to kill a connection * MINOR: stream-int: add a new flag to mention that we want the connection to be killed * MINOR: stream-int: expand the flags to 32-bit * BUG/MEDIUM: mux-h2: wait for the mux buffer to be empty before closing the connection * BUG/MEDIUM: mux-h2: make sure never to send GOAWAY on too old streams * BUG/MEDIUM: mux-h2: fix two half-closed to closed transitions * BUG/MEDIUM: mux-h2: wake up flow-controlled streams on initial window update * MINOR: xref: Add missing barriers. * BUG/MINOR: stream: don't close the front connection when facing a backend error * SCRIPTS: add the issue tracker URL to the announce script * SCRIPTS: add the slack channel URL to the announce script * BUG/MINOR: deinit: tcp_rep.inspect_rules not deinit, add to deinit OBS-URL: https://build.opensuse.org/request/show/673401 OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=180 --- _service | 2 +- _servicedata | 2 +- haproxy-1.8.17~git0.e89d25b2.tar.gz | 3 -- haproxy-1.8.19~git0.ebf033b4.tar.gz | 3 ++ haproxy.changes | 55 +++++++++++++++++++++++++++++ haproxy.spec | 2 +- 6 files changed, 61 insertions(+), 6 deletions(-) delete mode 100644 haproxy-1.8.17~git0.e89d25b2.tar.gz create mode 100644 haproxy-1.8.19~git0.ebf033b4.tar.gz diff --git a/_service b/_service index 2dcd3cd..a070467 100644 --- a/_service +++ b/_service @@ -6,7 +6,7 @@ @PARENT_TAG@~git@TAG_OFFSET@.%h v(.*) \1 - v1.8.17 + v1.8.19 enable diff --git a/_servicedata b/_servicedata index 3a26135..81ca49d 100644 --- a/_servicedata +++ b/_servicedata @@ -5,4 +5,4 @@ http://git.haproxy.org/git/haproxy-1.7.git 640d526f8cdad00f7f5043b51f6a34f3f6ebb49f http://git.haproxy.org/git/haproxy-1.8.git - e89d25b22da1eefa88ef5aa8ad6fa21e1bd4c801 \ No newline at end of file + ebf033b47d58aa04ae9913038c9369dab8740411 \ No newline at end of file diff --git a/haproxy-1.8.17~git0.e89d25b2.tar.gz b/haproxy-1.8.17~git0.e89d25b2.tar.gz deleted file mode 100644 index 1927e84..0000000 --- a/haproxy-1.8.17~git0.e89d25b2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50043f997c24eb13075562131ba42f8d173e09964f231995a8c5309eadeacf55 -size 2137195 diff --git a/haproxy-1.8.19~git0.ebf033b4.tar.gz b/haproxy-1.8.19~git0.ebf033b4.tar.gz new file mode 100644 index 0000000..6af3d20 --- /dev/null +++ b/haproxy-1.8.19~git0.ebf033b4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1231c3b71879ad4ca7475a282458773fb0dc7566e68190dd883a67174f17a7ec +size 2139590 diff --git a/haproxy.changes b/haproxy.changes index 0ce1e58..422d407 100644 --- a/haproxy.changes +++ b/haproxy.changes @@ -1,3 +1,58 @@ +------------------------------------------------------------------- +Mon Feb 11 15:16:38 UTC 2019 - kgronlund@suse.com + +- Update to version 1.8.19~git0.ebf033b4: + * [RELEASE] Released version 1.8.19 + * BUG/MINOR: config: Reinforce validity check when a process number is parsed + * BUG/MAJOR: stream: avoid double free on unique_id + * BUG/MAJOR: spoe: Don't try to get agent config during SPOP healthcheck + * BUG/MEDIUM: server: initialize the idle conns list after parsing the config + * BUG/MEDIUM: spoe: initialization depending on nbthread must be done last + * BUG/MINOR: lua: initialize the correct idle conn lists for the SSL sockets + * BUG/MINOR: spoe: do not assume agent->rt is valid on exit + * DOC: ssl: Stop documenting ciphers example to use + * DOC: ssl: Clarify when pre TLSv1.3 cipher can be used + * [RELEASE] Released version 1.8.18 + * BUG/MINOR: config: make sure to count the error on incorrect track-sc/stick rules + * BUG/MAJOR: spoe: verify that backends used by SPOE cover all their callers' processes + * BUG/MAJOR: config: verify that targets of track-sc and stick rules are present + * BUG/MINOR: config: fix bind line thread mask validation + * BUG/MEDIUM: stream: Don't forget to free s->unique_id in stream_free(). + * BUG/MEDIUM: mux-h2: do not close the connection on aborted streams + * MINOR: connstream: have a new flag CS_FL_KILL_CONN to kill a connection + * MINOR: stream-int: add a new flag to mention that we want the connection to be killed + * MINOR: stream-int: expand the flags to 32-bit + * BUG/MEDIUM: mux-h2: wait for the mux buffer to be empty before closing the connection + * BUG/MEDIUM: mux-h2: make sure never to send GOAWAY on too old streams + * BUG/MEDIUM: mux-h2: fix two half-closed to closed transitions + * BUG/MEDIUM: mux-h2: wake up flow-controlled streams on initial window update + * MINOR: xref: Add missing barriers. + * BUG/MINOR: stream: don't close the front connection when facing a backend error + * SCRIPTS: add the issue tracker URL to the announce script + * SCRIPTS: add the slack channel URL to the announce script + * BUG/MINOR: deinit: tcp_rep.inspect_rules not deinit, add to deinit + * BUG/MINOR: spoe: corrected fragmentation string size + * DOC: nbthread is no longer experimental. + * BUG/MINOR: hpack: return a compression error on invalid table size updates + * BUG/MINOR: mux-h2: make it possible to set the error code on an already closed stream + * BUG/MINOR: mux-h2: headers-type frames in HREM are always a connection error + * BUG/MINOR: mux-h2: CONTINUATION in closed state must always return GOAWAY + * MINOR: h2: declare new sets of frame types + * MINOR: h2: add a bit-based frame type representation + * DOC: mention the effect of nf_conntrack_tcp_loose on src/dst + * BUG/MEDIUM: ssl: Fix handling of TLS 1.3 KeyUpdate messages + * BUG/MINOR: check: Wake the check task if the check is finished in wake_srv_chk() + * BUG/MINOR: server: don't always trust srv_check_health when loading a server state + * BUG/MINOR: stick_table: Prevent conn_cur from underflowing + * BUG/MINOR: backend: BE_LB_LKUP_CHTREE is a value, not a bit + * BUG/MINOR: backend: balance uri specific options were lost across defaults + * BUG/MINOR: backend: don't use url_param_name as a hint for BE_LB_ALGO_PH + * BUG/MEDIUM: ssl: missing allocation failure checks loading tls key file + * DOC: Be a bit more explicit about allow-0rtt security implications. + * BUG/MEDIUM: ssl: Disable anti-replay protection and set max data with 0RTT. + * BUG/MAJOR: cache: fix confusion between zero and uninitialized cache key + * DOC: http-request cache-use / http-response cache-store expects cache name + ------------------------------------------------------------------- Thu Jan 10 08:42:33 UTC 2019 - kgronlund@suse.com diff --git a/haproxy.spec b/haproxy.spec index 0c866e7..1d10df9 100644 --- a/haproxy.spec +++ b/haproxy.spec @@ -47,7 +47,7 @@ %endif Name: haproxy -Version: 1.8.17~git0.e89d25b2 +Version: 1.8.19~git0.ebf033b4 Release: 0 # #