haproxy: bump to version 1.7.2
authorheil <redacted>
Sun, 15 Jan 2017 20:26:00 +0000 (21:26 +0100)
committerheil <redacted>
Sun, 15 Jan 2017 20:26:00 +0000 (21:26 +0100)
commit0424c1f7232fcbc4422ad79ec7575559d7a464f5
tree63f4ad713bf4171bf1c361192acce1c933bc85ed
parent1e87c4690fce046a210eb5121a596258250a8489
haproxy: bump to version 1.7.2
Released version 1.7.2 with the following main changes :

  - BUG/MEDIUM: lua: In some case, the return of sample-fetches is ignored (2)
  - SCRIPTS: git-show-backports: fix a harmless typo
  - SCRIPTS: git-show-backports: add -H to use the hash of the commit message
  - BUG/MINOR: stream-int: automatically release SI_FL_WAIT_DATA on SHUTW_NOW
  - DOC: lua: documentation about time parser functions
  - DOC: lua: section declared twice
  - BUG/MINOR: lua/cli: bad error message
  - DOC: fix small typo in fe_id (backend instead of frontend)
  - BUG/MINOR: Fix the sending function in Lua's cosocket
  - BUG/MINOR: lua: memory leak executing tasks
  - BUG/MINOR: lua: bad return code
  - BUG/MEDIUM: ssl: properly reset the reused_sess during a forced handshake
  - BUG/MEDIUM: ssl: avoid double free when releasing bind_confs
  - BUG/MINOR: stats: fix be/sessions/current out in typed stats
  - BUG/MINOR: backend: nbsrv() should return 0 if backend is disabled
  - BUG/MEDIUM: ssl: for a handshake when server-side SNI changes
  - BUG/MINOR: systemd: potential zombie processes
  - DOC: Add timings events schemas
  - BUILD: lua: build failed on FreeBSD.
  - BUG/MINOR: option prefer-last-server must be ignored in some case
  - MINOR: stats: Support "select all" for backend actions
  - BUG/MINOR: sample-fetches/stick-tables: bad type for the sample fetches sc*_get_gpt0
  - BUG/MAJOR: channel: Fix the definition order of channel analyzers
  - BUG/MINOR: http: report real parser state in error captures
  - BUILD: scripts: automatically update the branch in version.h when releasing
  - BUG/MAJOR: http: fix risk of getting invalid reports of bad requests
  - MINOR: http: custom status reason.
  - MINOR: connection: add sample fetch "fc_rcvd_proxy"
  - BUG/MINOR: config: emit a warning if http-reuse is enabled with incompatible options
  - BUG/MINOR: tools: fix off-by-one in port size check
  - BUG/MEDIUM: server: consider AF_UNSPEC as a valid address family
  - MEDIUM: server: split the address and the port into two different fields
  - MINOR: tools: make str2sa_range() return the port in a separate argument
  - MINOR: server: take the destination port from the port field, not the addr
  - MEDIUM: server: disable protocol validations when the server doesn't resolve
  - BUG/MEDIUM: tools: do not force an unresolved address to AF_INET:0.0.0.0
  - BUG/MINOR: ssl: EVP_PKEY must be freed after X509_get_pubkey usage
  - MINOR: proto_http.c 502 error txt typo.
  - DOC: add deprecation notice to "block"
  - BUG/MINOR: Reset errno variable before calling strtol(3)

Signed-off-by: heil <redacted>
21 files changed:
net/haproxy/Makefile
net/haproxy/patches/0001-BUG-MEDIUM-lua-In-some-case-the-return-of-sample-fet.patch [deleted file]
net/haproxy/patches/0001-BUG-MINOR-stream-Fix-how-backend-specific-analyzers-.patch [new file with mode: 0644]
net/haproxy/patches/0002-SCRIPTS-git-show-backports-fix-a-harmless-typo.patch [deleted file]
net/haproxy/patches/0003-SCRIPTS-git-show-backports-add-H-to-use-the-hash-of-.patch [deleted file]
net/haproxy/patches/0004-BUG-MINOR-stream-int-automatically-release-SI_FL_WAI.patch [deleted file]
net/haproxy/patches/0005-DOC-lua-documentation-about-time-parser-functions.patch [deleted file]
net/haproxy/patches/0006-DOC-lua-section-declared-twice.patch [deleted file]
net/haproxy/patches/0007-BUG-MINOR-lua-cli-bad-error-message.patch [deleted file]
net/haproxy/patches/0008-DOC-fix-small-typo-in-fe_id-backend-instead-of-front.patch [deleted file]
net/haproxy/patches/0009-BUG-MINOR-Fix-the-sending-function-in-Lua-s-cosocket.patch [deleted file]
net/haproxy/patches/0010-BUG-MINOR-lua-memory-leak-executing-tasks.patch [deleted file]
net/haproxy/patches/0011-BUG-MINOR-lua-bad-return-code.patch [deleted file]
net/haproxy/patches/0012-BUG-MEDIUM-ssl-properly-reset-the-reused_sess-during.patch [deleted file]
net/haproxy/patches/0013-BUG-MEDIUM-ssl-avoid-double-free-when-releasing-bind.patch [deleted file]
net/haproxy/patches/0014-BUG-MINOR-stats-fix-be-sessions-current-out-in-typed.patch [deleted file]
net/haproxy/patches/0015-BUG-MINOR-backend-nbsrv-should-return-0-if-backend-i.patch [deleted file]
net/haproxy/patches/0016-BUG-MEDIUM-ssl-for-a-handshake-when-server-side-SNI-.patch [deleted file]
net/haproxy/patches/0017-BUG-MINOR-systemd-potential-zombie-processes.patch [deleted file]
net/haproxy/patches/0018-DOC-Add-timings-events-schemas.patch [deleted file]
net/haproxy/patches/0019-BUILD-lua-build-failed-on-FreeBSD.patch [deleted file]
git clone https://git.99rst.org/PROJECT