diff options
author | rodent <rodent@pkgsrc.org> | 2015-03-14 20:36:23 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2015-03-14 20:36:23 +0000 |
commit | 96b718e912937200f327105047dc4304c7390fa4 (patch) | |
tree | 36a4895ffad4571e0d12fbde8023e08ddb97fd65 /net | |
parent | 062e96cbc3f12a25a3bf07329515aa23485dc2b1 (diff) | |
download | pkgsrc-96b718e912937200f327105047dc4304c7390fa4.tar.gz |
Update to latest stable, 1.5.11. PKG_SUGGESTED_OPTIONS+=ssl. It's 2015.
ChangeLog :
===========
2015/02/01 : 1.5.11
- BUG/MEDIUM: backend: correctly detect the domain when use_domain_only is used
- MINOR: ssl: load certificates in alphabetical order
- BUG/MINOR: checks: prevent http keep-alive with http-check expect
- BUG/MEDIUM: Do not set agent health to zero if server is disabled in config
- MEDIUM/BUG: Only explicitly report "DOWN (agent)" if the agent health is zero
- BUG/MINOR: stats:Fix incorrect printf type.
- DOC: add missing entry for log-format and clarify the text
- BUG/MEDIUM: http: fix header removal when previous header ends with pure LF
- BUG/MEDIUM: channel: fix possible integer overflow on reserved size computation
- BUG/MINOR: channel: compare to_forward with buf->i, not buf->size
- MINOR: channel: add channel_in_transit()
- MEDIUM: channel: make buffer_reserved() use channel_in_transit()
- MEDIUM: channel: make bi_avail() use channel_in_transit()
- BUG/MEDIUM: channel: don't schedule data in transit for leaving until connected
- BUG/MAJOR: log: don't try to emit a log if no logger is set
- BUG/MINOR: args: add missing entry for ARGT_MAP in arg_type_names
- BUG/MEDIUM: http: make http-request set-header compute the string before removal
- BUG/MINOR: http: fix incorrect header value offset in replace-hdr/replace-value
- BUG/MINOR: http: abort request processing on filter failure
2014/12/31 : 1.5.10
- DOC: fix a few typos
- BUG/MINOR: http: fix typo: "401 Unauthorized" => "407 Unauthorized"
- BUG/MINOR: parse: refer curproxy instead of proxy
- DOC: httplog does not support 'no'
- MINOR: map/acl/dumpstats: remove the "Done." message
- BUG/MEDIUM: sample: fix random number upper-bound
- BUG/MEDIUM: patterns: previous fix was incomplete
- BUG/MEDIUM: payload: ensure that a request channel is available
- BUG/MINOR: tcp-check: don't condition data polling on check type
- BUG/MEDIUM: tcp-check: don't rely on random memory contents
- BUG/MEDIUM: tcp-checks: disable quick-ack unless next rule is an expect
- BUG/MINOR: config: fix typo in condition when propagating process binding
- BUG/MEDIUM: config: do not propagate processes between stopped processes
- BUG/MAJOR: stream-int: properly check the memory allocation return
- BUG/MEDIUM: memory: fix freeing logic in pool_gc2()
- BUG/MEDIUM: compression: correctly report zlib_mem
Diffstat (limited to 'net')
-rw-r--r-- | net/haproxy/Makefile | 4 | ||||
-rw-r--r-- | net/haproxy/distinfo | 8 | ||||
-rw-r--r-- | net/haproxy/options.mk | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 714a0fcd565..9f0b5e03914 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2014/11/30 15:51:15 rodent Exp $ +# $NetBSD: Makefile,v 1.19 2015/03/14 20:36:23 rodent Exp $ -DISTNAME= haproxy-1.5.9 +DISTNAME= haproxy-1.5.11 CATEGORIES= net www MASTER_SITES= http://haproxy.1wt.eu/download/1.5/src/ diff --git a/net/haproxy/distinfo b/net/haproxy/distinfo index c515720ce7c..9e423c7a97e 100644 --- a/net/haproxy/distinfo +++ b/net/haproxy/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.13 2014/11/30 15:51:15 rodent Exp $ +$NetBSD: distinfo,v 1.14 2015/03/14 20:36:23 rodent Exp $ -SHA1 (haproxy-1.5.9.tar.gz) = 62620311db4b18f10464ffcbcc0398161f5c8a6b -RMD160 (haproxy-1.5.9.tar.gz) = 7354413b99cf7543febb89fbc360adf79cfab1c3 -Size (haproxy-1.5.9.tar.gz) = 1339917 bytes +SHA1 (haproxy-1.5.11.tar.gz) = 6774c9d0517cd74cff799ef19a559424145f2ea0 +RMD160 (haproxy-1.5.11.tar.gz) = 7b94bd7102b7c436204eb66623e98d16445759ca +Size (haproxy-1.5.11.tar.gz) = 1340429 bytes SHA1 (patch-aa) = be43fca3478d170620607cfe7f4b9ed30f341651 SHA1 (patch-standard_h) = 08ef71d48cd846d16b7427e6dd133bb4a02d431c diff --git a/net/haproxy/options.mk b/net/haproxy/options.mk index 12a2055c5f0..b38ba829beb 100644 --- a/net/haproxy/options.mk +++ b/net/haproxy/options.mk @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.1 2014/07/14 15:30:10 fhajny Exp $ +# $NetBSD: options.mk,v 1.2 2015/03/14 20:36:23 rodent Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.haproxy PKG_SUPPORTED_OPTIONS= pcre ssl -PKG_SUGGESTED_OPTIONS= pcre +PKG_SUGGESTED_OPTIONS= pcre ssl .include "../../mk/bsd.options.mk" |