Accepting request 424127 from home:KGronlund:branches:server:http
- Update to 1.6.9 - MINOR: cli: allow the semi-colon to be escaped on the CLI - BUG/MINOR: payload: fix SSLv2 version parser - BUG/MAJOR: stream: properly mark the server address as unset on connect retry - DOC: Updated 51Degrees readme. - BUG/MAJOR: stick-counters: possible crash when using sc_trackers with wrong table - BUG/MINOR: peers: empty chunks after a resync. - BUG/MINOR: peers: some updates are pushed twice after a resync. - MINOR: sample: use smp_make_rw() in upper/lower converters - BUG/MEDIUM: stick-table: properly convert binary samples to keys - BUG/MEDIUM: stick-tables: do not fail on string keys with no allocated size - BUG/MAJOR: server: the "sni" directive could randomly cause trouble - MINOR: sample: provide smp_is_rw() and smp_make_rw() - MINOR: sample: implement smp_is_safe() and smp_make_safe() - BUG/MEDIUM: samples: make smp_dup() always duplicate the sample - BUG/MAJOR: compression: initialize avail_in/next_in even during flush - BUILD: make proto_tcp.c compatible with musl library - DOC: minor typo fixes to improve HTML parsing by haproxy-dconv - BUG/MEDIUM: stream-int: completely detach connection on connect error - BUG/MEDIUM: lua: somme HTTP manipulation functions are called without valid requests - DOC: lua: remove old functions - BUG/MINOR: peers: Fix peers data decoding issue - BUG/MEDIUM: lua: the function txn_done() from action wrapper can crash - BUG/MEDIUM: lua: the function txn_done() from sample fetches can crash OBS-URL: https://build.opensuse.org/request/show/424127 OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=132
This commit is contained in:
parent
c2f35e8c56
commit
9ac841762e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:583e0c0c3388c0597dea241601f3fedfe1d7ff8c735d471831be67315f58183a
|
|
||||||
size 1565243
|
|
3
haproxy-1.6.9.tar.gz
Normal file
3
haproxy-1.6.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cf7d2fa891d2ae4aa6489fc43a9cadf68c42f9cb0de4801afad45d32e7dda133
|
||||||
|
size 1566715
|
@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 1 07:16:13 UTC 2016 - kgronlund@suse.com
|
||||||
|
|
||||||
|
- Update to 1.6.9
|
||||||
|
- MINOR: cli: allow the semi-colon to be escaped on the CLI
|
||||||
|
- BUG/MINOR: payload: fix SSLv2 version parser
|
||||||
|
- BUG/MAJOR: stream: properly mark the server address as unset on connect retry
|
||||||
|
- DOC: Updated 51Degrees readme.
|
||||||
|
- BUG/MAJOR: stick-counters: possible crash when using sc_trackers with wrong table
|
||||||
|
- BUG/MINOR: peers: empty chunks after a resync.
|
||||||
|
- BUG/MINOR: peers: some updates are pushed twice after a resync.
|
||||||
|
- MINOR: sample: use smp_make_rw() in upper/lower converters
|
||||||
|
- BUG/MEDIUM: stick-table: properly convert binary samples to keys
|
||||||
|
- BUG/MEDIUM: stick-tables: do not fail on string keys with no allocated size
|
||||||
|
- BUG/MAJOR: server: the "sni" directive could randomly cause trouble
|
||||||
|
- MINOR: sample: provide smp_is_rw() and smp_make_rw()
|
||||||
|
- MINOR: sample: implement smp_is_safe() and smp_make_safe()
|
||||||
|
- BUG/MEDIUM: samples: make smp_dup() always duplicate the sample
|
||||||
|
- BUG/MAJOR: compression: initialize avail_in/next_in even during flush
|
||||||
|
- BUILD: make proto_tcp.c compatible with musl library
|
||||||
|
- DOC: minor typo fixes to improve HTML parsing by haproxy-dconv
|
||||||
|
- BUG/MEDIUM: stream-int: completely detach connection on connect error
|
||||||
|
- BUG/MEDIUM: lua: somme HTTP manipulation functions are called without valid requests
|
||||||
|
- DOC: lua: remove old functions
|
||||||
|
- BUG/MINOR: peers: Fix peers data decoding issue
|
||||||
|
- BUG/MEDIUM: lua: the function txn_done() from action wrapper can crash
|
||||||
|
- BUG/MEDIUM: lua: the function txn_done() from sample fetches can crash
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 19 01:50:28 UTC 2016 - mrueckert@suse.de
|
Tue Jul 19 01:50:28 UTC 2016 - mrueckert@suse.de
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
%bcond_without apparmor
|
%bcond_without apparmor
|
||||||
|
|
||||||
Name: haproxy
|
Name: haproxy
|
||||||
Version: 1.6.7
|
Version: 1.6.9
|
||||||
Release: 0
|
Release: 0
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user