pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/haproxy
Module Name: pkgsrc
Committed By: nia
Date: Sun Sep 15 12:22:33 UTC 2019
Modified Files:
pkgsrc/net/haproxy: Makefile distinfo
Log Message:
haproxy: Update to 2.0.6
2019/09/13 : 2.0.6
- MINOR: debug: indicate the applet name when the task is task_run_applet()
- MINOR: tools: add append_prefixed_str()
- MINOR: lua: export applet and task handlers
- MEDIUM: debug: make the thread dump code show Lua backtraces
- BUG/MEDIUM: mux-h1: do not truncate trailing 0CRLF on buffer boundary
- BUG/MEDIUM: mux-h1: do not report errors on transfers ending on buffer full
- DOC: fixed typo in management.txt
- BUG/MINOR: mworker: disable SIGPROF on re-exec
- BUG/MEDIUM: listener/threads: fix an AB/BA locking issue in delete_listener()
- BUG/MEDIUM: url32 does not take the path part into account in the returned hash.
- BUG/MEDIUM: proto-http: Always start the parsing if there is no outgoing data
- BUG/MEDIUM: peers: local peer socket not bound.
- BUG/MINOR: http-ana: Reset response flags when 1xx messages are handled
- BUG/MINOR: h1: Properly reset h1m when parsing is restarted
- BUG/MINOR: mux-h1: Fix size evaluation of HTX messages after headers parsing
- BUG/MINOR: mux-h1: Don't stop anymore input processing when the max is reached
- BUG/MINOR: mux-h1: Be sure to update the count before adding EOM after trailers
- BUG/MEDIUM: cache: Properly copy headers splitted on several shctx blocks
- BUG/MEDIUM: cache: Don't cache objects if the size of headers is too big
- BUG/MINOR: checks: stop polling for write when we have nothing left to send
- BUG/MINOR: checks: start sending the request right after connect()
- BUG/MINOR: checks: make __event_chk_srv_r() report success before closing
- BUG/MINOR: checks: do not uselessly poll for reads before the connection is up
- MINOR: contrib/prometheus-exporter: Report DRAIN/MAINT/NOLB status for servers
- BUG/MINOR: lb/leastconn: ignore the server weights for empty servers
- BUG/MAJOR: ssl: ssl_sock was not fully initialized.
- BUG/MEDIUM: connection: don't keep more idle connections than ever needed
- MINOR: stats: report the number of idle connections for each server
- BUG/MINOR: listener: Fix a possible null pointer dereference
- BUG/MINOR: ssl: always check for ssl connection before getting its XPRT context
- BUG/MEDIUM: http: also reject messages where "chunked" is missing from transfer-enoding
- BUG/MINOR: filters: Properly set the HTTP status code on analysis error
- BUG/MINOR: acl: Fix memory leaks when an ACL expression is parsed
- BUG/MINOR: backend: Fix a possible null pointer dereference
- BUG/MINOR: Missing stat_field_names (since f21d17bb)
- MINOR: sample: Add UUID-fetch
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/net/haproxy/Makefile
cvs rdiff -u -r1.44 -r1.45 pkgsrc/net/haproxy/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/haproxy/Makefile
diff -u pkgsrc/net/haproxy/Makefile:1.50 pkgsrc/net/haproxy/Makefile:1.51
--- pkgsrc/net/haproxy/Makefile:1.50 Mon Aug 19 10:10:36 2019
+++ pkgsrc/net/haproxy/Makefile Sun Sep 15 12:22:33 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2019/08/19 10:10:36 adam Exp $
+# $NetBSD: Makefile,v 1.51 2019/09/15 12:22:33 nia Exp $
-DISTNAME= haproxy-2.0.5
+DISTNAME= haproxy-2.0.6
CATEGORIES= net www
MASTER_SITES= http://www.haproxy.org/download/${PKGVERSION_NOREV:R}/src/
Index: pkgsrc/net/haproxy/distinfo
diff -u pkgsrc/net/haproxy/distinfo:1.44 pkgsrc/net/haproxy/distinfo:1.45
--- pkgsrc/net/haproxy/distinfo:1.44 Mon Aug 19 10:10:36 2019
+++ pkgsrc/net/haproxy/distinfo Sun Sep 15 12:22:33 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.44 2019/08/19 10:10:36 adam Exp $
+$NetBSD: distinfo,v 1.45 2019/09/15 12:22:33 nia Exp $
-SHA1 (haproxy-2.0.5.tar.gz) = 4843adc37ffcc0bd618bce13a194501e13258403
-RMD160 (haproxy-2.0.5.tar.gz) = 47bb206cb58a6add51e88fec494e108110819734
-SHA512 (haproxy-2.0.5.tar.gz) = 501de6d81e0d07dbe5f57f416d485ebe125144745441c0f5341d6000c92514f723f35a7402f2cb7b404e1d6e6b4ba4148ef7360799b2ecf3bd6b1e3d6805097b
-Size (haproxy-2.0.5.tar.gz) = 2539226 bytes
+SHA1 (haproxy-2.0.6.tar.gz) = 090530f959af9c5801edacf9a9f6341a71da232e
+RMD160 (haproxy-2.0.6.tar.gz) = 6d39610be3520ed843a9f28fc870fdaa925fc30b
+SHA512 (haproxy-2.0.6.tar.gz) = 78c8483a97845928dc3ec7da68bedfda73303c88e8146a6b38c3d2b4e2089af5668817f0675180d41274c6337d5fae7cad5534013bd15d9b06071b89a09a86b5
+Size (haproxy-2.0.6.tar.gz) = 2541637 bytes
SHA1 (patch-Makefile) = 790242ebde13ac1a9d95a16cba29e30a9bccd57c
SHA1 (patch-src_cli.c) = 4bc5cf0116df121ac4c3c38b8f962c3a62d536e5
SHA1 (patch-src_haproxy.c) = badb172013541087d84f03726ea928c6f5634dc3
Home |
Main Index |
Thread Index |
Old Index