diff options
author | morr <morr@pkgsrc.org> | 2014-09-12 21:37:38 +0000 |
---|---|---|
committer | morr <morr@pkgsrc.org> | 2014-09-12 21:37:38 +0000 |
commit | 00de108b2956da998f612d0b44f9bf8cfe49e492 (patch) | |
tree | bc7ed7911b7c34e1a8b54c6732fd70559978e341 /net | |
parent | c4e49e1ae4f6ce8c76802a525ada1a4a8ddf0d29 (diff) | |
download | pkgsrc-00de108b2956da998f612d0b44f9bf8cfe49e492.tar.gz |
Update to version 1.5.4.
Changes:
- BUG: config: error in http-response replace-header number of arguments
- BUG/MINOR: Fix search for -p argument in systemd wrapper.
- BUG/MEDIUM: auth: fix segfault with http-auth and a configuration with an unknown encryption algorithm
- BUG/MEDIUM: config: userlists should ensure that encrypted passwords are supported
- MEDIUM: connection: add new bit in Proxy Protocol V2
- BUG/MINOR: server: move the directive #endif to the end of file
- BUG/MEDIUM: http: tarpit timeout is reset
- BUG/MAJOR: tcp: fix a possible busy spinning loop in content track-sc*
- BUG/MEDIUM: http: fix inverted condition in pat_match_meth()
- BUG/MEDIUM: http: fix improper parsing of HTTP methods for use with ACLs
- BUG/MINOR: pattern: remove useless allocation of unused trash in pat_parse_reg()
- BUG/MEDIUM: acl: correctly compute the output type when a converter is used
- CLEANUP: acl: cleanup some of the redundancy and spaghetti after last fix
- BUG/CRITICAL: http: don't update msg->sov once data start to leave the buffer
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 06e355037d8..0c15cb70269 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2014/07/27 16:33:36 fhajny Exp $ +# $NetBSD: Makefile,v 1.15 2014/09/12 21:37:38 morr Exp $ -DISTNAME= haproxy-1.5.3 +DISTNAME= haproxy-1.5.4 CATEGORIES= net www MASTER_SITES= http://haproxy.1wt.eu/download/1.5/src/ diff --git a/net/haproxy/distinfo b/net/haproxy/distinfo index 09b77998f94..36ebfd797b4 100644 --- a/net/haproxy/distinfo +++ b/net/haproxy/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.10 2014/07/27 16:33:36 fhajny Exp $ +$NetBSD: distinfo,v 1.11 2014/09/12 21:37:38 morr Exp $ -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 (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 (patch-aa) = be43fca3478d170620607cfe7f4b9ed30f341651 SHA1 (patch-standard_h) = 08ef71d48cd846d16b7427e6dd133bb4a02d431c |