SHA256
1
0
forked from pool/haproxy

- update to 1.6.7

OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=131
This commit is contained in:
2016-07-19 01:55:50 +00:00
committed by Git OBS Bridge
parent 9062a2b6ea
commit c2f35e8c56
18 changed files with 80 additions and 1097 deletions

View File

@@ -1,3 +1,79 @@
-------------------------------------------------------------------
Tue Jul 19 01:50:28 UTC 2016 - mrueckert@suse.de
- update to 1.6.7
- MINOR: new function my_realloc2 = realloc + free upon failure
- CLEANUP: fixed some usages of realloc leading to memory leak
- Revert "BUG/MINOR: ssl: fix potential memory leak in
ssl_sock_load_dh_params()"
- BUG/MEDIUM: dns: fix alignment issues in the DNS response
parser
- BUG/MINOR: Fix endiness issue in DNS header creation code
- changes from 1.6.6
- BUG/MAJOR: fix listening IP address storage for frontends
- BUG/MINOR: fix listening IP address storage for frontends
(cont)
- DOC: Fix typo so fetch is properly parsed by Cyril's converter
- BUG/MAJOR: http: fix breakage of "reqdeny" causing random
crashes
- BUG/MEDIUM: stick-tables: fix breakage in table converters
- BUG/MEDIUM: dns: unbreak DNS resolver after header fix
- BUILD: fix build on Solaris 11
- CLEANUP: connection: fix double negation on memcmp()
- BUG/MEDIUM: stats: show servers state may show an servers from
another backend
- BUG/MEDIUM: fix risk of segfault with "show tls-keys"
- BUG/MEDIUM: sticktables: segfault in some configuration error
cases
- BUG/MEDIUM: lua: converters doesn't work
- BUG/MINOR: http: add-header: header name copied twice
- BUG/MEDIUM: http: add-header: buffer overwritten
- BUG/MINOR: ssl: fix potential memory leak in
ssl_sock_load_dh_params()
- BUG/MINOR: http: url32+src should use the big endian version of
url32
- BUG/MINOR: http: url32+src should check cli_conn before using
it
- DOC: http: add documentation for url32 and url32+src
- BUG/MINOR: fix http-response set-log-level parsing error
- MINOR: systemd: Use variable for config and pidfile paths
- MINOR: systemd: Perform sanity check on config before reload
(cherry picked from commit
68535bddf305fdd22f1449a039939b57245212e7)
- BUG/MINOR: init: always ensure that global.rlimit_nofile
matches actual limits
- BUG/MINOR: init: ensure that FD limit is raised to the max
allowed
- BUG/MEDIUM: external-checks: close all FDs right after the
fork()
- BUG/MAJOR: external-checks: use asynchronous signal delivery
- BUG/MINOR: external-checks: do not unblock undesired signals
- BUILD/MEDIUM: rebuild everything when an include file is
changed
- BUILD/MEDIUM: force a full rebuild if some build options change
- BUG/MINOR: srv-state: fix incorrect output of state file
- BUG/MINOR: ssl: close ssl key file on error
- BUG/MINOR: http: fix misleading error message for response
captures
- BUG/BUILD: don't automatically run "make" on "make install"
- DOC: add missing doc for
http-request deny [deny_status <status>]
- drop patches which were pulled from git before
0001-BUG-MAJOR-fix-listening-IP-address-storage-for-front.patch
0002-BUG-MINOR-fix-listening-IP-address-storage-for-front.patch
0003-DOC-Fix-typo-so-fetch-is-properly-parsed-by-Cyril-s-.patch
0004-BUG-MAJOR-http-fix-breakage-of-reqdeny-causing-rando.patch
0005-BUG-MEDIUM-stick-tables-fix-breakage-in-table-conver.patch
0006-BUG-MEDIUM-dns-unbreak-DNS-resolver-after-header-fix.patch
0007-BUILD-fix-build-on-Solaris-11.patch
0008-CLEANUP-connection-fix-double-negation-on-memcmp.patch
0009-BUG-MEDIUM-stats-show-servers-state-may-show-an-serv.patch
0010-BUG-MEDIUM-fix-risk-of-segfault-with-show-tls-keys.patch
0011-BUG-MEDIUM-sticktables-segfault-in-some-configuratio.patch
0012-BUG-MEDIUM-lua-converters-doesn-t-work.patch
0013-BUG-MINOR-http-add-header-header-name-copied-twice.patch
0014-BUG-MEDIUM-http-add-header-buffer-overwritten.patch
-------------------------------------------------------------------
Thu Jun 9 12:48:27 UTC 2016 - mrueckert@suse.de