Update to 1.5.12. Fixes a pile of bugs. From CHANGELOG:
2015/05/02 : 1.5.12 - BUG/MINOR: ssl: Display correct filename in error message - DOC: Fix L4TOUT typo in documentation - BUG/MEDIUM: Do not consider an agent check as failed on L7 error - BUG/MINOR: pattern: error message missing - BUG/MEDIUM: pattern: some entries are not deleted with case insensitive match - BUG/MEDIUM: buffer: one byte miss in buffer free space check - BUG/MAJOR: http: don't read past buffer's end in http_replace_value - BUG/MEDIUM: http: the function "(req|res)-replace-value" doesn't respect the HTTP syntax - BUG/MEDIUM: peers: correctly configure the client timeout - BUG/MINOR: compression: consider the expansion factor in init - BUG/MEDIUM: http: hdr_cnt would not count any header when called without name - BUG/MEDIUM: listener: don't report an error when resuming unbound listeners - BUG/MEDIUM: init: don't limit cpu-map to the first 32 processes only - BUG/MEDIUM: stream-int: always reset si->ops when si->end is nullified - BUG/MEDIUM: http: remove content-length from chunked messages - DOC: http: update the comments about the rules for determining transfer-length - BUG/MEDIUM: http: do not restrict parsing of transfer-encoding to HTTP/1.1 - BUG/MEDIUM: http: incorrect transfer-coding in the request is a bad request - BUG/MEDIUM: http: remove content-length form responses with bad transfer-encoding - MEDIUM: http: restrict the HTTP version token to 1 digit as per RFC7230 - MEDIUM: http: add option-ignore-probes to get rid of the floods of 408 - BUG/MINOR: config: clear proxy->table.peers.p for disabled proxies - MINOR: stick-table: don't attach to peers in stopped state - MEDIUM: config: initialize stick-tables after peers, not before - MEDIUM: peers: add the ability to disable a peers section - DOC: document option http-ignore-probes - DOC: fix the comments about the meaning of msg->sol in HTTP - BUG/MEDIUM: http: wait for the exact amount of body bytes in wait_for_request_body - BUG/MAJOR: http: prevent risk of reading past end with balance url_param - DOC: update the doc on the proxy protocol
This commit is contained in:
parent
80a25a71f7
commit
b63c37bbbe
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.19 2015/03/14 20:36:23 rodent Exp $
|
||||
# $NetBSD: Makefile,v 1.20 2015/06/26 13:37:27 rodent Exp $
|
||||
|
||||
DISTNAME= haproxy-1.5.11
|
||||
DISTNAME= haproxy-1.5.12
|
||||
CATEGORIES= net www
|
||||
MASTER_SITES= http://haproxy.1wt.eu/download/1.5/src/
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.14 2015/03/14 20:36:23 rodent Exp $
|
||||
$NetBSD: distinfo,v 1.15 2015/06/26 13:37:27 rodent Exp $
|
||||
|
||||
SHA1 (haproxy-1.5.11.tar.gz) = 6774c9d0517cd74cff799ef19a559424145f2ea0
|
||||
RMD160 (haproxy-1.5.11.tar.gz) = 7b94bd7102b7c436204eb66623e98d16445759ca
|
||||
Size (haproxy-1.5.11.tar.gz) = 1340429 bytes
|
||||
SHA1 (haproxy-1.5.12.tar.gz) = c488f7f108ddefb558bd86e7cbc1b71636ada856
|
||||
RMD160 (haproxy-1.5.12.tar.gz) = b51fb65360e768c788324a02be773ab23946d430
|
||||
Size (haproxy-1.5.12.tar.gz) = 1344813 bytes
|
||||
SHA1 (patch-aa) = be43fca3478d170620607cfe7f4b9ed30f341651
|
||||
SHA1 (patch-standard_h) = 08ef71d48cd846d16b7427e6dd133bb4a02d431c
|
||||
|
|
Loading…
Reference in a new issue