summaryrefslogtreecommitdiff
path: root/net/haproxy
diff options
context:
space:
mode:
authormorr <morr>2016-05-16 21:44:44 +0000
committermorr <morr>2016-05-16 21:44:44 +0000
commit9cbfee4ce9e82a1925d8aadf50387e6e22e6ba77 (patch)
tree72d165fdc286a35369065343f0fffe93ea9755b2 /net/haproxy
parent4588874c6c2cf50f420319e25d1221db6bd66099 (diff)
downloadpkgsrc-9cbfee4ce9e82a1925d8aadf50387e6e22e6ba77.tar.gz
Update to version 1.6.5.
ChangeLog: - BUG/MINOR: log: Don't use strftime() which can clobber timezone if chrooted - BUILD: namespaces: fix a potential build warning in namespaces.c - DOC: add encoding to json converter example - BUG/MINOR: conf: "listener id" expects integer, but its not checked - DOC: Clarify tunes.vars.xxx-max-size settings - BUG/MEDIUM: peers: fix incorrect age in frequency counters - BUG/MEDIUM: Fix RFC5077 resumption when more than TLS_TICKETS_NO are present - BUG/MAJOR: Fix crash in http_get_fhdr with exactly MAX_HDR_HISTORY headers - BUG/MINOR: lua: can't load external libraries - DOC: "addr" parameter applies to both health and agent checks - DOC: timeout client: pointers to timeout http-request - DOC: typo on stick-store response - DOC: stick-table: amend paragraph blaming the loss of table upon reload - DOC: typo: ACL subdir match - DOC: typo: maxconn paragraph is wrong due to a wrong buffer size - DOC: regsub: parser limitation about the inability to use closing square brackets - DOC: typo: req.uri is now replaced by capture.req.uri - DOC: name set-gpt0 mismatch with the expected keyword - BUG/MEDIUM: stick-tables: some sample-fetch doesn't work in the connection state. - DOC: fix "needed" typo - BUG/MINOR: dns: inapropriate way out after a resolution timeout - BUG/MINOR: dns: trigger a DNS query type change on resolution timeout - BUG/MINOR : allow to log cookie for tarpit and denied request - OPTIM/MINOR: session: abort if possible before connecting to the backend - BUG/MEDIUM: trace.c: rdtsc() is defined in two files - BUG/MEDIUM: channel: fix miscalculation of available buffer space (2nd try) - BUG/MINOR: cfgparse: couple of small memory leaks. - BUG/MEDIUM: sample: initialize the pointer before parse_binary call. - DOC: fix discrepancy in the example for http-request redirect - DOC: Clarify IPv4 address / mask notation rules - CLEANUP: fix inconsistency between fd->iocb, proto->accept and accept() - BUG/MEDIUM: fix maxaccept computation on per-process listeners - BUG/MINOR: listener: stop unbound listeners on startup - BUG/MINOR: fix maxaccept computation according to the frontend process range - MEDIUM: unblock signals on startup. - BUG/MEDIUM: channel: don't allow to overwrite the reserve until connected - BUG/MEDIUM: channel: incorrect polling condition may delay event delivery - BUG/MEDIUM: channel: fix miscalculation of available buffer space (3rd try) - BUG/MEDIUM: log: fix risk of segfault when logging HTTP fields in TCP mode - BUG/MEDIUM: lua: protects the upper boundary of the argument list for converters/fetches. - BUG/MINOR: log: fix a typo that would cause %HP to log <BADREQ> - MINOR: channel: add new function channel_congested() - BUG/MEDIUM: http: fix risk of CPU spikes with pipelined requests from dead client - BUG/MAJOR: channel: fix miscalculation of available buffer space (4th try) - BUG/MEDIUM: stream: ensure the SI_FL_DONT_WAKE flag is properly cleared - BUG/MEDIUM: channel: fix inconsistent handling of 4GB-1 transfers - BUG/MEDIUM: stats: show servers state may show an empty or incomplete result - BUG/MEDIUM: stats: show backend may show an empty or incomplete result - MINOR: stats: fix typo in help messages - MINOR: stats: show stat resolvers missing in the help message - BUG/MINOR: dns: fix DNS header definition - BUG/MEDIUM: dns: fix alignment issue when building DNS queries - CLEANUP/MINOR: stats: fix accidental addition of member "env" in the applet ctx While here, update HOMEPAGE to better one.
Diffstat (limited to 'net/haproxy')
-rw-r--r--net/haproxy/Makefile6
-rw-r--r--net/haproxy/distinfo10
2 files changed, 8 insertions, 8 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile
index af84603455c..8c07b120180 100644
--- a/net/haproxy/Makefile
+++ b/net/haproxy/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.26 2016/03/14 09:23:31 fhajny Exp $
+# $NetBSD: Makefile,v 1.27 2016/05/16 21:44:44 morr Exp $
-DISTNAME= haproxy-1.6.4
+DISTNAME= haproxy-1.6.5
CATEGORIES= net www
MASTER_SITES= http://www.haproxy.org/download/1.6/src/
MAINTAINER= morr@NetBSD.org
-HOMEPAGE= http://haproxy.1wt.eu/
+HOMEPAGE= http://haproxy.org/
COMMENT= Reliable, high performance TCP/HTTP load balancer
LICENSE= gnu-gpl-v2
diff --git a/net/haproxy/distinfo b/net/haproxy/distinfo
index 53cc0e5ee70..727902a7cf7 100644
--- a/net/haproxy/distinfo
+++ b/net/haproxy/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.21 2016/03/14 09:23:31 fhajny Exp $
+$NetBSD: distinfo,v 1.22 2016/05/16 21:44:44 morr Exp $
-SHA1 (haproxy-1.6.4.tar.gz) = df3d7f216fe4974d9eac55d76c7f729560c6e975
-RMD160 (haproxy-1.6.4.tar.gz) = 955c11358efe1cc2a47d705d5c8f0ca3d3056f3e
-SHA512 (haproxy-1.6.4.tar.gz) = 9f0fc316100e312a0c35c0706895b0e57634ad6ef353c33e958bbebce445855a057a0d7dabd67f3c15126843f40ab13d436ab9544b9793de4623b59d1bc91c52
-Size (haproxy-1.6.4.tar.gz) = 1559276 bytes
+SHA1 (haproxy-1.6.5.tar.gz) = d9f5b6cade54d958ada2f67c6c7b97c9c8ef14ac
+RMD160 (haproxy-1.6.5.tar.gz) = 11c62455dc0e2f28209fa277f311f6f68184b2ab
+SHA512 (haproxy-1.6.5.tar.gz) = 68222f97cb9515c05c46f8650fe63c522de409118a533f90d8c03d1d09d99c21faa8d53f570313407d9f40605dec5151f5fe560280b8ba99734ffdf5bd3db03a
+Size (haproxy-1.6.5.tar.gz) = 1563272 bytes
SHA1 (patch-Makefile) = 5618e5a15c710267b06756d529486acfdb831e5f
SHA1 (patch-include_common_standard.h) = cc4b46e4923447a2d5d95cff2f241981ed77ad1d