summaryrefslogtreecommitdiff
path: root/net/haproxy
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-04-26 18:41:01 +0000
committeradam <adam@pkgsrc.org>2022-04-26 18:41:01 +0000
commitfb0118cd3be6e4f643e98f64ff0409ae4465c4e0 (patch)
treef17374875e077638028642313bbaadee3670cee2 /net/haproxy
parentd366e13e59f286a77d45cc04ee13452517bbdc9a (diff)
downloadpkgsrc-fb0118cd3be6e4f643e98f64ff0409ae4465c4e0.tar.gz
haproxy: updated to 2.5.6
2.5.6 - BUG/MINOR: tools: fix url2sa return value with IPv4 - BUG/MINOR: httpclient/lua: stuck when closing without data - MINOR: server: export server_parse_sni_expr() function - BUG/MINOR: httpclient: send the SNI using the host header - BUILD: httpclient: fix build without SSL - BUG/MINOR: server/ssl: free the SNI sample expression - BUG/MINOR: httpclient: only check co_data() instead of HTTP_MSG_DATA - BUG/MINOR: httpclient: process the response when received before the end of the request - BUG/MINOR: httpclient: CF_SHUTW_NOW should be tested with channel_is_empty() - CI: github actions: switch to LibreSSL-3.5.1 - BUG/MEDIUM: mux-h1: only turn CO_FL_ERROR to CS_FL_ERROR with empty ibuf - BUG/MEDIUM: stream-int: do not rely on the connection error once established - BUG/MEDIUM: trace: avoid race condition when retrieving session from conn->owner - MEDIUM: mux-h2: slightly relax timeout management rules - BUG/MEDIUM: mux-h2: make use of http-request and keep-alive timeouts - BUG/MINOR: rules: Initialize the list element when allocating a new rule - MEDIUM: mqtt: support mqtt_is_valid and mqtt_field_value converters for MQTTv3.1 - DOC: config: Explictly add supported MQTT versions - BUG/MINOR: tools: url2sa reads too far when no port nor path - DOC: reflect H2 timeout changes - BUG/MEDIUM: mux-fcgi: Properly handle return value of headers/trailers parsing - BUG/MEDIUM: mux-h1: Properly detect full buffer cases during message parsing - REGTESTS: ssl: use X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY for cert check - BUG/MINOR: samples: add missing context names for sample fetch functions - BUG/MINOR: cli/stream: fix "shutdown session" to iterate over all threads - BUG/MAJOR: mux_pt: always report the connection error to the conn_stream - DOC: remove double blanks in configuration.txt - CI: github actions: update OpenSSL to 3.0.2 - BUG/MINOR: ssl/cli: Remove empty lines from CLI output - BUG/MINOR: httpclient: end callback in applet release - BUG/MINOR: fcgi-app: Don't add C-L header on response to HEAD requests - BUG/MEDIUM: stats: Be sure to never set EOM flag on an empty HTX message - BUG/MEDIUM: hlua: Don't set EOM flag on an empty HTX message in HTTP applet - BUG/MEDIUM: promex: Be sure to never set EOM flag on an empty HTX message - BUG/MEDIUM: mux-h1: Set outgoing message to DONE when payload length is reached - BUG/MEDIUM: http-conv: Fix url_enc() to not crush const samples - BUG/MEDIUM: http-act: Don't replace URI if path is not found or invalid - BUG/MINOR: opentracing: setting the return value in function flt_ot_var_set() - BUG/BUILD: opentracing: fixed OT_DEFINE variable setting - EXAMPLES: opentracing: refined shell scripts for testing filter performance - DOC: opentracing: corrected comments in function descriptions - CLEANUP: opentracing: removed unused function flt_ot_var_unset() - CLEANUP: opentracing: removed unused function flt_ot_var_get() - Revert "MINOR: opentracing: change the scope of the variable 'ot.uuid' from 'sess' to 'txn'" - MINOR: opentracing: only takes the variables lock on shared entries - CLEANUP: opentracing: added flt_ot_smp_init() function - CLEANUP: opentracing: added variable to store variable length - MINOR: opentracing: improved normalization of context variable names - DEBUG: opentracing: show return values of all functions in the debug output - CLEANUP: opentracing: added FLT_OT_PARSE_INVALID_enum enum - DEBUG: opentracing: display the contents of the err variable after setting - MAJOR: opentracing: reenable usage of vars to transmit opentracing context - Revert "BUILD: opentracing: display warning in case of using OT_USE_VARS at compile time" - MEDIUM: global: Add a "close-spread-time" option to spread soft-stop on time window - CI: Update to actions/checkout@v3 - CI: Update to actions/cache@v3 - BUG/MINOR: stats: define the description' background color in dark color scheme - CI: github actions: disable -Wno-deprecated - CI: cirrus: switch to FreeBSD-13.0 - BUG/MINOR: mux-h2: do not send GOAWAY if SETTINGS were not sent - BUG/MINOR: cache: do not display expired entries in "show cache" - BUILD: debug: mark the __start_mem_stats/__stop_mem_stats symbols as weak - BUG/MINOR: mux-h2: do not use timeout http-keep-alive on backend side - BUG/MINOR: mux-h2: use timeout http-request as a fallback for http-keep-alive - BUG/MEDIUM: mux-h1: Don't request more room on partial trailers - BUILD: sched: workaround crazy and dangerous warning in Clang 14 - BUILD: compiler: use a more portable set of asm(".weak") statements - BUG/MEDIUM: stream: do not abort connection setup too early - BUG/MEDIUM: fcgi-app: Use http_msg flags to know if C-L header can be added - BUG/MEDIUM: compression: Don't forget to update htx_sl and http_msg flags - SCRIPTS: announce-release: update the doc's URL - DOC: lua: update a few doc URLs - SCRIPTS: announce-release: add shortened links to pending issues - BUILD: calltrace: fix wrong include when building with TRACE=1 - BUG/MINOR: cache: Disable cache if applet creation fails - BUG/MAJOR: connection: Never remove connection from idle lists outside the lock - MINOR: task: add a new task_instant_wakeup() function - MEDIUM: queue: use tasklet_instant_wakeup() to wake tasks - DOC: remove my name from the config doc - BUG/MINOR: rules: Forbid captures in defaults section if used by a backend - BUG/MEDIUM: rules: Be able to use captures defined in defaults section - BUG/MINOR: rules: Fix check_capture() function to use the right rule arguments - Revert "CI: github actions: disable -Wno-deprecated" - BUG/MINOR: sample: add missing use_backend/use-server contexts in smp_resolve_args - BUG/MINOR: connection: "connection:close" header added despite 'close-spread-time' - REGTESTS: fix the race conditions in be2dec.vtc ad field.vtc
Diffstat (limited to 'net/haproxy')
-rw-r--r--net/haproxy/Makefile4
-rw-r--r--net/haproxy/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile
index c112db184b3..756403af177 100644
--- a/net/haproxy/Makefile
+++ b/net/haproxy/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.93 2022/04/05 19:08:11 adam Exp $
+# $NetBSD: Makefile,v 1.94 2022/04/26 18:41:01 adam Exp $
-DISTNAME= haproxy-2.5.5
+DISTNAME= haproxy-2.5.6
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 6a19d07c765..deb9c1e02a6 100644
--- a/net/haproxy/distinfo
+++ b/net/haproxy/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.86 2022/04/05 19:08:11 adam Exp $
+$NetBSD: distinfo,v 1.87 2022/04/26 18:41:01 adam Exp $
-BLAKE2s (haproxy-2.5.5.tar.gz) = 17f98dff8a979eceec624e87d064ebcc2545f0f2b2d718ede0074e885b3a864b
-SHA512 (haproxy-2.5.5.tar.gz) = f68af2be330b0fa817f7611ff46e0d3e0cc52d024b20394a5f1eedf33e6774115ee6f35ecd82d33b9ecedea2fe5afcfa32270cee33a1f6ce1726d96cc8c0d821
-Size (haproxy-2.5.5.tar.gz) = 3821477 bytes
+BLAKE2s (haproxy-2.5.6.tar.gz) = 4fcf0ad9d95ecfb35ec56035bb015238a47b519c2cfd9d65e60ace60c5651e25
+SHA512 (haproxy-2.5.6.tar.gz) = e97f422379af0589edf5c1dea949e95f76a7d1ce05ece75580248607f6c05cfda4a430390aca74f4d37c35de8af6d73c9a0768a699c231e11c8bb4194cb98d41
+Size (haproxy-2.5.6.tar.gz) = 3826838 bytes
SHA1 (patch-Makefile) = 6fc9a19a8526b91473448822beab18878d6db1ac
SHA1 (patch-include_haproxy_proxy-t.h) = 5560f5f50e66cf122fe8464f74541f226e127e8d
SHA1 (patch-include_haproxy_queue-t.h) = bf2ea918a6d8ec3d3fb2f88b7b9303a695381d96