diff options
author | rodent <rodent@pkgsrc.org> | 2014-11-18 02:37:06 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2014-11-18 02:37:06 +0000 |
commit | 293ceae5eb2f3cd4baefe0e92e96c96d97224882 (patch) | |
tree | 6c6a6b71784dc0285202d4f19712aad13ff622ef /net/haproxy | |
parent | b647e7b15ac830928cca07abb6766b58b00a45e7 (diff) | |
download | pkgsrc-293ceae5eb2f3cd4baefe0e92e96c96d97224882.tar.gz |
ChangeLog :
===========
2014/10/31 : 1.5.8
- BUG/MAJOR: buffer: check the space left is enough or not when input data in a buffer is wrapped
- BUG/BUILD: revert accidental change in the makefile from latest SSL fix
2014/10/30 : 1.5.7
- BUG/MEDIUM: regex: fix pcre_study error handling
- BUG/MINOR: log: fix request flags when keep-alive is enabled
- MINOR: ssl: add fetchs 'ssl_c_der' and 'ssl_f_der' to return DER formatted certs
- MINOR: ssl: add statement to force some ssl options in global.
- BUG/MINOR: ssl: correctly initialize ssl ctx for invalid certificates
- BUG/MEDIUM: http: don't dump debug headers on MSG_ERROR
- BUG/MAJOR: cli: explicitly call cli_release_handler() upon error
- BUG/MEDIUM: tcp: fix outgoing polling based on proxy protocol
- BUG/MEDIUM: tcp: don't use SO_ORIGINAL_DST on non-AF_INET sockets
2014/10/18 : 1.5.6
- BUG/MEDIUM: systemd: set KillMode to 'mixed'
- MINOR: systemd: Check configuration before start
- BUG/MEDIUM: config: avoid skipping disabled proxies
- BUG/MINOR: config: do not accept more track-sc than configured
- BUG/MEDIUM: backend: fix URI hash when a query string is present
2014/10/08 : 1.5.5
- DOC: Address issue where documentation is excluded due to a gitignore rule.
- MEDIUM: Improve signal handling in systemd wrapper.
- BUG/MINOR: config: don't propagate process binding for dynamic use_backend
- MINOR: Also accept SIGHUP/SIGTERM in systemd-wrapper
- DOC: clearly state that the "show sess" output format is not fixed
- MINOR: stats: fix minor typo fix in stats_dump_errors_to_buffer()
- DOC: indicate in the doc that track-sc* can wait if data are missing
- MEDIUM: http: enable header manipulation for 101 responses
- BUG/MEDIUM: config: propagate frontend to backend process binding again.
- MEDIUM: config: properly propagate process binding between proxies
- MEDIUM: config: make the frontends automatically bind to the listeners' processes
- MEDIUM: config: compute the exact bind-process before listener's maxaccept
- MEDIUM: config: only warn if stats are attached to multi-process bind directives
- MEDIUM: config: report it when tcp-request rules are misplaced
- MINOR: config: detect the case where a tcp-request content rule has no inspect-delay
- MEDIUM: systemd-wrapper: support multiple executable versions and names
- BUG/MEDIUM: remove debugging code from systemd-wrapper
- BUG/MEDIUM: http: adjust close mode when switching to backend
- BUG/MINOR: config: don't propagate process binding on fatal errors.
- BUG/MEDIUM: check: rule-less tcp-check must detect connect failures
- BUG/MINOR: tcp-check: report the correct failed step in the status
- DOC: indicate that weight zero is reported as DRAIN
Diffstat (limited to 'net/haproxy')
-rw-r--r-- | net/haproxy/Makefile | 4 | ||||
-rw-r--r-- | net/haproxy/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 5c0ac6934f0..bafb21c80a8 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2014/10/03 09:30:45 rodent Exp $ +# $NetBSD: Makefile,v 1.17 2014/11/18 02:37:06 rodent Exp $ -DISTNAME= haproxy-1.5.4 +DISTNAME= haproxy-1.5.8 CATEGORIES= net www MASTER_SITES= http://haproxy.1wt.eu/download/1.5/src/ diff --git a/net/haproxy/distinfo b/net/haproxy/distinfo index 36ebfd797b4..963e2b5ba28 100644 --- a/net/haproxy/distinfo +++ b/net/haproxy/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.11 2014/09/12 21:37:38 morr Exp $ +$NetBSD: distinfo,v 1.12 2014/11/18 02:37:06 rodent Exp $ -SHA1 (haproxy-1.5.4.tar.gz) = 3387f1038128fb3291fff8be9b94808e32cc0f8d -RMD160 (haproxy-1.5.4.tar.gz) = 6a02025139a36698636b116bbf46cd7c6e47de88 -Size (haproxy-1.5.4.tar.gz) = 1336140 bytes +SHA1 (haproxy-1.5.8.tar.gz) = d6ab8b09b9aa764cef1bd5b31173b0828a0cf893 +RMD160 (haproxy-1.5.8.tar.gz) = 94f664016d535aa70d4ee723e3be4712cf0aa358 +Size (haproxy-1.5.8.tar.gz) = 1338741 bytes SHA1 (patch-aa) = be43fca3478d170620607cfe7f4b9ed30f341651 SHA1 (patch-standard_h) = 08ef71d48cd846d16b7427e6dd133bb4a02d431c |