pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/haproxy ChangeLog :



details:   https://anonhg.NetBSD.org/pkgsrc/rev/afc91eea4185
branches:  trunk
changeset: 641785:afc91eea4185
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Tue Nov 18 02:37:06 2014 +0000

description:
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:

 net/haproxy/Makefile |  4 ++--
 net/haproxy/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (27 lines):

diff -r 2e14bc6f6a44 -r afc91eea4185 net/haproxy/Makefile
--- a/net/haproxy/Makefile      Mon Nov 17 22:28:04 2014 +0000
+++ b/net/haproxy/Makefile      Tue Nov 18 02:37:06 2014 +0000
@@ -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 -r 2e14bc6f6a44 -r afc91eea4185 net/haproxy/distinfo
--- a/net/haproxy/distinfo      Mon Nov 17 22:28:04 2014 +0000
+++ b/net/haproxy/distinfo      Tue Nov 18 02:37:06 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index