summaryrefslogtreecommitdiff
path: root/net/haproxy
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-01-16 08:33:26 +0000
committeradam <adam@pkgsrc.org>2021-01-16 08:33:26 +0000
commitf973f6d4656464fd71221d80634e515e51a78d03 (patch)
tree2843f75a89d14d4666a063f53810b4ac0b86ad1d /net/haproxy
parent3e20d80c2cd1a9be0e0d2dec4944205334c8b10d (diff)
downloadpkgsrc-f973f6d4656464fd71221d80634e515e51a78d03.tar.gz
haproxy: updated to 2.3.4
2.3.4 - MINOR: reg-tests: add a way to add service dependency - BUG/MINOR: sample: check alloc_trash_chunk return value in concat() - BUG/MINOR: reg-tests: fix service dependency script - MINOR: reg-tests: add base prometheus test - Revert "BUG/MINOR: dns: SRV records ignores duplicated AR records" - BUG/MINOR: sample: Memory leak of sample_expr structure in case of error - BUG/MINOR: check: Don't perform any check on servers defined in a frontend - BUG/MINOR: init: enforce strict-limits when using master-worker - MINOR: contrib/prometheus-exporter: avoid connection close header - MINOR: contrib/prometheus-exporter: use fill_info for process dump 2.3.3 - MINOR: plock: use an ARMv8 instruction barrier for the pause instruction - BUG/MEDIUM: lists: Lock the element while we check if it is in a list. - MINOR: task: remove __tasklet_remove_from_tasklet_list() - BUG/MEDIUM: task: close a possible data race condition on a tasklet's list link - BUG/MEDIUM: local log format regression. - BUG/MINOR: mux-h2/stats: make stream/connection proto errors more accurate - BUG/MINOR: mux-h2/stats: not all GOAWAY frames are errors - BUG/MINOR: lua: missing "\n" in error message - BUG/MINOR: lua: lua-load doesn't check its parameters - BUG/MINOR: lua: Post init register function are not executed beyond the first one - BUG/MINOR: lua: Some lua init operation are processed unsafe - MINOR: actions: Export actions lookup functions - MINOR: actions: add a function returning a service pointer from its name - MINOR: cli: add a function to look up a CLI service description - BUG/MINOR: lua: warn when registering action, conv, sf, cli or applet multiple times - BUG/MAJOR: ring: tcp forward on ring can break the reader counter. - BUILD/MINOR: haproxy DragonFlyBSD affinity build update. - DOC/MINOR: Fix formatting in Management Guide - BUG/MINOR: listener: use sockaddr_in6 for IPv6 - BUG/MINOR: mux-h1: Handle keep-alive timeout for idle frontend connections - MINOR: protocol: add a ->set_port() helper to address families - MINOR: listener: automatically set the port when creating listeners - MINOR: listener: now use a generic add_listener() function - MEDIUM: ssl: fatal error with bundle + openssl < 1.1.1 - BUG/MAJOR: spoa/python: Fixing return None - DOC: spoa/python: Fixing typo in IP related error messages - DOC: spoa/python: Rephrasing memory related error messages - DOC: spoa/python: Fixing typos in comments - BUG/MINOR: spoa/python: Cleanup references for failed Module Addobject operations - BUG/MINOR: spoa/python: Cleanup ipaddress objects if initialization fails - BUG/MEDIUM: spoa/python: Fixing PyObject_Call positional arguments - BUG/MEDIUM: spoa/python: Fixing references to None - DOC: email change of the DeviceAtlas maintainer - BUG/MINOR: http-check: Use right condition to consider HTX message as full - BUG/MINOR: tcpcheck: Don't rearm the check timeout on each read - MINOR: tcpcheck: Only wait for more payload data on HTTP expect rules - BUG/MINOR: tools: make parse_time_err() more strict on the timer validity - BUG/MINOR: tools: Reject size format not starting by a digit - BUG/MEDIUM: lb-leastconn: Reposition a server using the right eweight - BUG/MEDIUM: ssl/crt-list: bad behavior with "commit ssl cert" - REGTESTS: make use of HAPROXY_ARGS and pass -dM by default - BUILD: SSL: fine guard for SSL_CTX_add_server_custom_ext call - BUILD: Makefile: have "make clean" destroy .o/.a/.s in contrib subdirs as well - BUG/MINOR: mux-h1: Don't set CS_FL_EOI too early for protocol upgrade requests - BUG/MEDIUM: http-ana: Never for sending data in TUNNEL mode - BUG/MEDIUM: mux-h1: Handle h1_process() failures on a pipelined request - CONTRIB: halog: fix build issue caused by %L printf format - CONTRIB: halog: mark the has_zero* functions unused - CONTRIB: halog: fix signed/unsigned build warnings on counts and timestamps - CONTRIB: debug: address "poll" utility build on non-linux platforms - BUILD: plock: remove dead code that causes a warning in gcc 11 - BUILD: ssl: fine guard for SSL_CTX_get0_privatekey call - BUG/MINOR: dns: SRV records ignores duplicated AR records - DOC: fix "smp_size" vs "sample_size" in "log" directive arguments - BUG/MEDIUM: mux_h2: Add missing braces in h2_snd_buf()around trace+wakeup - BUILD: hpack: hpack-tbl-t.h uses VAR_ARRAY but does not include compiler.h - MINOR: atomic: don't use ; to separate instruction on aarch64. - BUG/MINOR: sink: Return an allocation failure in __sink_new if strdup() fails - BUG/MINOR: cfgparse: Fail if the strdup() for `rule->be.name` for `use_backend` fails - BUG/MINOR: tcpcheck: Report a L7OK if the last evaluated rule is a send rule - DOC: Improve the message printed when running `make` w/o `TARGET` - BUG/MINOR: stats: Make stat_l variable used to dump a stat line thread local - SCRIPTS: improve announce-release to support different tag and versions - SCRIPTS: make announce release support preparing announces before tag exists - BUG/MINOR: srv: do not init address if backend is disabled - BUG/MINOR: srv: do not cleanup idle conns if pool max is null - MINOR: converter: adding support for url_enc - BUILD: Makefile: exclude broken tests by default - CLEANUP: cfgparse: replace "realloc" with "my_realloc2" to fix to memory leak on error - MINOR: contrib/prometheus-exporter: export build_info - DOC: fix some spelling issues over multiple files - SCRIPTS: announce-release: fix typo in help message - DOC: Add maintainers for the Prometheus exporter - BUG/MINOR: sample: fix concat() converter's corruption with non-string variables
Diffstat (limited to 'net/haproxy')
-rw-r--r--net/haproxy/Makefile4
-rw-r--r--net/haproxy/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile
index 4ac9b6a9627..36b6b867469 100644
--- a/net/haproxy/Makefile
+++ b/net/haproxy/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.70 2021/01/13 08:51:55 nia Exp $
+# $NetBSD: Makefile,v 1.71 2021/01/16 08:33:26 adam Exp $
-DISTNAME= haproxy-2.3.2
+DISTNAME= haproxy-2.3.4
CATEGORIES= net www
MASTER_SITES= https://www.haproxy.org/download/${PKGVERSION_NOREV:R}/src/
diff --git a/net/haproxy/distinfo b/net/haproxy/distinfo
index 0ae25b9bf13..59e2a8a49e4 100644
--- a/net/haproxy/distinfo
+++ b/net/haproxy/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.64 2020/12/10 09:34:21 jperkin Exp $
+$NetBSD: distinfo,v 1.65 2021/01/16 08:33:26 adam Exp $
-SHA1 (haproxy-2.3.2.tar.gz) = 12de35c18989b92ec27ec560ab51ce40993c601d
-RMD160 (haproxy-2.3.2.tar.gz) = fb4c5fce40e3e428433a310800e1323fad9c2c49
-SHA512 (haproxy-2.3.2.tar.gz) = ffabf499781220f71fd99d7f66f3a77f310ef69735e5c7e714f976052122788c917593d5e665d3a60d687a3ff63579331fdc5816414a8b75c7c8573e0b286ed5
-Size (haproxy-2.3.2.tar.gz) = 2903983 bytes
+SHA1 (haproxy-2.3.4.tar.gz) = 8bb2371a91a7874810c5b5374c24232292697cde
+RMD160 (haproxy-2.3.4.tar.gz) = a22f6a3dced9433fae52c59faa58c347198038c0
+SHA512 (haproxy-2.3.4.tar.gz) = b6db7f6c573f700ce5e2f533c6b60c5e5cb15fbc31057f3e98c03144c52b87612420e962e5e8ba63176eb1b7459a956c80a0403e9189cb3fde1dcef5bfa64ac5
+Size (haproxy-2.3.4.tar.gz) = 2909672 bytes
SHA1 (patch-Makefile) = fcb2de85189526ae42ccf0b789789ee9b834f375
SHA1 (patch-src_cli.c) = 4bc5cf0116df121ac4c3c38b8f962c3a62d536e5
SHA1 (patch-src_haproxy.c) = a466acb853b5018b70571d0a03b9d28ed9245d06