SHA256
1
0
forked from pool/haproxy

- Update to version 1.8.14~git0.52e4d43b:

OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=173
This commit is contained in:
2018-09-20 12:36:21 +00:00
committed by Git OBS Bridge
parent 518d1cfede
commit 414daf069f
6 changed files with 52 additions and 6 deletions

View File

@@ -1,3 +1,49 @@
-------------------------------------------------------------------
Thu Sep 20 12:34:47 UTC 2018 - mrueckert@suse.de
- Update to version 1.8.14~git0.52e4d43b:
* [RELEASE] Released version 1.8.14
* BUG/CRITICAL: hpack: fix improper sign check on the header index value
* BUG/MINOR: cli: make sure the "getsock" command is only called on connections
* BUG/MINOR: tools: fix set_net_port() / set_host_port() on IPv4
* BUG/MEDIUM: patterns: fix possible double free when reloading a pattern list
* DOC: Fix typos in lua documentation
* BUG/MINOR: server: Crash when setting FQDN via CLI.
* BUG/MAJOR: kqueue: Don't reset the changes number by accident.
* BUG/MEDIUM: snapshot: take the proxy's lock while dumping errors
* BUG/MINOR: http/threads: atomically increment the error snapshot ID
* BUG/MINOR: dns: check and link servers' resolvers right after config parsing
* BUG/MEDIUM: h2: fix risk of memory leak on malformated wrapped frames
* BUG/MEDIUM: session: fix reporting of handshake processing time in the logs
* BUG/MINOR: stream: use atomic increments for the request counter
* MINOR: thread: implement HA_ATOMIC_XADD()
* BUG/MEDIUM: ECC cert should work with TLS < v1.2 and openssl >= 1.1.1
* BUG/MEDIUM: dns/server: fix incomatibility between SRV resolution and server state file
* BUG/MEDIUM: hlua: Don't call RESET_SAFE_LJMP if SET_SAFE_LJMP returns 0.
* BUG/MAJOR: thread: lua: Wrong SSL context initialization.
* BUG/MEDIUM: hlua: Make sure we drain the output buffer when done.
* BUG/MEDIUM: lua: reset lua transaction between http requests
* BUG/MEDIUM: mux_pt: dereference the connection with care in mux_pt_wake()
* BUG/MINOR: lua: Bad HTTP client request duration.
* BUG/MEDIUM: unix: provide a ->drain() function
* DOC: Fix spelling error in configuration doc
* BUG/MEDIUM: cli/threads: protect some server commands against concurrent operations
* BUG/MEDIUM: cli/threads: protect all "proxy" commands against concurrent updates
* BUG/MEDIUM: lua: socket timeouts are not applied
* DOC: ssl: Use consistent naming for TLS protocols
* DOC: dns: explain set server ... fqdn requires resolver
* BUG/MINOR: map: fix map_regm with backref
* BUG/MEDIUM: ssl: loading dh param from certifile causes unpredictable error.
* BUG/MEDIUM: ssl: fix missing error loading a keytype cert from a bundle.
* BUG/MINOR: ssl: empty connections reported as errors.
* BUG/MEDIUM: cli: make "show fd" thread-safe
* MEDIUM: hathreads: implement a more flexible rendez-vous point
* BUG/MEDIUM: threads: fix the no-thread case after the change to the sync point
* MINOR: threads: add more consistency between certain variables in no-thread case
* BUG/MEDIUM: threads: fix the double CAS implementation for ARMv7
* MINOR: threads: Introduce double-width CAS on x86_64 and arm.
* BUG/MEDIUM: lua: possible CLOSE-WAIT state with '\n' headers
-------------------------------------------------------------------
Fri Aug 17 11:41:35 UTC 2018 - kgronlund@suse.com