diff options
author | morr <morr> | 2013-06-20 21:36:28 +0000 |
---|---|---|
committer | morr <morr> | 2013-06-20 21:36:28 +0000 |
commit | bbb8dacd309266046e8e3e69e4fde57878f1f7ca (patch) | |
tree | 11e99ee51f591b8b74a022737ae98fded3867ee0 /net | |
parent | 25065a8fa783b087aa58878071d3c87cb3080531 (diff) | |
download | pkgsrc-bbb8dacd309266046e8e3e69e4fde57878f1f7ca.tar.gz |
Security update to version 1.4.24.
ChangeLog:
- BUG/MAJOR: backend: consistent hash can loop forever in certain circumstances
- BUG/MEDIUM: checks: disable TCP quickack when pure TCP checks are used
- MEDIUM: protocol: implement a "drain" function in protocol layers
- BUG/CRITICAL: fix a possible crash when using negative header occurrences
Diffstat (limited to 'net')
-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 15d8147fe3d..0ce28e98e0d 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2013/04/17 19:55:37 morr Exp $ +# $NetBSD: Makefile,v 1.8 2013/06/20 21:36:28 morr Exp $ -DISTNAME= haproxy-1.4.23 +DISTNAME= haproxy-1.4.24 CATEGORIES= net www MASTER_SITES= http://haproxy.1wt.eu/download/1.4/src/ diff --git a/net/haproxy/distinfo b/net/haproxy/distinfo index 560dfc7461c..c1d75e10cc2 100644 --- a/net/haproxy/distinfo +++ b/net/haproxy/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2013/04/17 19:55:37 morr Exp $ +$NetBSD: distinfo,v 1.6 2013/06/20 21:36:28 morr Exp $ -SHA1 (haproxy-1.4.23.tar.gz) = a171a98e58a853e6487ff768db53a496012fd704 -RMD160 (haproxy-1.4.23.tar.gz) = d87ef7665dbde877bbe3428b95080673efbf85f1 -Size (haproxy-1.4.23.tar.gz) = 835907 bytes +SHA1 (haproxy-1.4.24.tar.gz) = 0c5104d029d8d58d39b0d94179edd84c661306d1 +RMD160 (haproxy-1.4.24.tar.gz) = b176de6feb19aec40f1808d81c10e0ff3f229e16 +Size (haproxy-1.4.24.tar.gz) = 836768 bytes SHA1 (patch-aa) = b2cb2fd29427acf4e679bac90acb4a5dc9d29f11 SHA1 (patch-ab) = 10e051618f1fc561f5e5c87af576a87e1c3a884b |