diff options
author | shattered <shattered> | 2012-12-15 19:04:55 +0000 |
---|---|---|
committer | shattered <shattered> | 2012-12-15 19:04:55 +0000 |
commit | 9fdeac88069829490a76bb51317f136fb5274e6b (patch) | |
tree | 1159281bfe58e53ad0785f00515e00ee61e352ee /net/haproxy/Makefile | |
parent | e3855e3b1c59fabfc13938f31e6341d9da2b031f (diff) | |
download | pkgsrc-9fdeac88069829490a76bb51317f136fb5274e6b.tar.gz |
Update to 1.4.22 and replace a gcc-ism with a c99-ism. Notable changes:
- BUG/MEDIUM: option forwardfor if-none doesn't work with some configurations
- BUG/MEDIUM: ebtree: ebmb_insert() must not call cmp_bits on full-length matches
Diffstat (limited to 'net/haproxy/Makefile')
-rw-r--r-- | net/haproxy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index e48e449b2f4..3ca4091302b 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2012/10/23 17:18:26 asau Exp $ +# $NetBSD: Makefile,v 1.6 2012/12/15 19:04:55 shattered Exp $ -DISTNAME= haproxy-1.4.21 +DISTNAME= haproxy-1.4.22 CATEGORIES= net www MASTER_SITES= http://haproxy.1wt.eu/download/1.4/src/ |