diff options
author | morr <morr@pkgsrc.org> | 2012-02-23 19:02:04 +0000 |
---|---|---|
committer | morr <morr@pkgsrc.org> | 2012-02-23 19:02:04 +0000 |
commit | 3b4626c055f9daa7dc2267b2e800422ca4a12e49 (patch) | |
tree | 81cde0ed3c4e7e653f9c14bb382c49da3e3bd477 /net | |
parent | c5a358c5dd2e4fcc4c592935c58965ef9557debb (diff) | |
download | pkgsrc-3b4626c055f9daa7dc2267b2e800422ca4a12e49.tar.gz |
Update to version 1.4.19.
Changes:
- MEDIUM: http: add support for sending the server's name in the outgoing request
- BUG/MINOR: fix options forwardfor if-none when an alternative header name is specified
- MINOR: task: new function task_schedule() to schedule a wake up
- BUG/MEDIUM: checks: fix slowstart behaviour when server tracking is in use
- BUG: tcp: option nolinger does not work on backends
- BUG: ebtree: ebst_lookup() could return the wrong entry
- BUG: http: re-enable TCP quick-ack upon incomplete HTTP requests
- CLEANUP: ebtree: remove a few annoying signedness warnings
- CLEANUP: ebtree: remove 4-year old harmless typo in duplicates insertion code
- CLEANUP: ebtree: remove another typo, a wrong initialization in insertion code
- BUG: proto_tcp: set AF_INET on tproxy for use with recent kernels
- MINOR: halog: add support for matching queued requests
- BUG: http: tighten the list of allowed characters in a URI
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 b8bf7be877f..900f1f0833f 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2011/12/16 12:14:12 fhajny Exp $ +# $NetBSD: Makefile,v 1.3 2012/02/23 19:02:04 morr Exp $ -DISTNAME= haproxy-1.4.18 +DISTNAME= haproxy-1.4.19 CATEGORIES= net www MASTER_SITES= http://haproxy.1wt.eu/download/1.4/src/ diff --git a/net/haproxy/distinfo b/net/haproxy/distinfo index 0ce4b29a008..36cec574e2c 100644 --- a/net/haproxy/distinfo +++ b/net/haproxy/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2011/10/31 23:34:07 morr Exp $ +$NetBSD: distinfo,v 1.2 2012/02/23 19:02:04 morr Exp $ -SHA1 (haproxy-1.4.18.tar.gz) = 191dbcb5880c711580693bd081ca5fdd8dde3012 -RMD160 (haproxy-1.4.18.tar.gz) = 16729f0519a47123d88e849ae95d600c590c8583 -Size (haproxy-1.4.18.tar.gz) = 820427 bytes +SHA1 (haproxy-1.4.19.tar.gz) = f40de2fee9f4c6ad35a1ee358499f860f042ad86 +RMD160 (haproxy-1.4.19.tar.gz) = b98799e6e83b0834432e010c9c9149820725bd23 +Size (haproxy-1.4.19.tar.gz) = 824610 bytes SHA1 (patch-aa) = 6012886156a54054cebf7f184d69a0cd0b1ad17b |