diff options
author | fhajny <fhajny@pkgsrc.org> | 2014-07-27 16:33:36 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2014-07-27 16:33:36 +0000 |
commit | e87d18f75f11be20b76c1a8f1a8c8a2f3baf2d35 (patch) | |
tree | 2761506c8c858946e9347a546b1c80eb54e41a58 /net | |
parent | 731d7e4551be10619e1c48b398e084804ffed360 (diff) | |
download | pkgsrc-e87d18f75f11be20b76c1a8f1a8c8a2f3baf2d35.tar.gz |
Update haproxy to 1.5.3.
2014/07/25 : 1.5.3
- DOC: fix typo in Unix Socket commands
- BUG/MEDIUM: connection: fix memory corruption when building a proxy
v2 header
- BUG/MEDIUM: ssl: Fix a memory leak in DHE key exchange
- DOC: mention that Squid correctly responds 400 to PPv2 header
- BUG/MINOR: http: base32+src should use the big endian version of base32
- BUG/MEDIUM: connection: fix proxy v2 header again!
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 e55db8de2cc..06e355037d8 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2014/07/14 15:30:10 fhajny Exp $ +# $NetBSD: Makefile,v 1.14 2014/07/27 16:33:36 fhajny Exp $ -DISTNAME= haproxy-1.5.2 +DISTNAME= haproxy-1.5.3 CATEGORIES= net www MASTER_SITES= http://haproxy.1wt.eu/download/1.5/src/ diff --git a/net/haproxy/distinfo b/net/haproxy/distinfo index 83b7dd0bd22..09b77998f94 100644 --- a/net/haproxy/distinfo +++ b/net/haproxy/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.9 2014/07/14 15:30:10 fhajny Exp $ +$NetBSD: distinfo,v 1.10 2014/07/27 16:33:36 fhajny Exp $ -SHA1 (haproxy-1.5.2.tar.gz) = d8668cbbf58524a6b4c6f5c434cc76b531235c8e -RMD160 (haproxy-1.5.2.tar.gz) = f4496a84fe7990511f23c40d736d883e40ecaf9c -Size (haproxy-1.5.2.tar.gz) = 1334897 bytes +SHA1 (haproxy-1.5.3.tar.gz) = b86c9490dea5bade767d43f544ced383764f879d +RMD160 (haproxy-1.5.3.tar.gz) = 674dc6ae76cf80c444e69e740c75bf40a360a808 +Size (haproxy-1.5.3.tar.gz) = 1335245 bytes SHA1 (patch-aa) = be43fca3478d170620607cfe7f4b9ed30f341651 SHA1 (patch-standard_h) = 08ef71d48cd846d16b7427e6dd133bb4a02d431c |