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: adam
Date: Mon May 11 13:22:59 UTC 2026
Modified Files:
pkgsrc/net/haproxy: Makefile distinfo
Log Message:
haproxy: updated to 3.3.9
3.3.9
- BUG/MINOR: sink: do not free existing sinks on allocation error
- BUG/MINOR: vars: make parse_store() return error on var_set() failure
- BUG/MINOR: vars: don't store the variable twice with set-var-fmt
- BUG/MINOR: vars: only print first invalid char in fill_desc()
- BUG/MINOR: hpack: validate idx > 0 in hpack_valid_idx()
- BUG/MEDIUM: cli: fix master CLI connection slot leak on client disconnect
- BUG/MINOR: acl: fix a possible arg corruption in smp_fetch_acl_parse()
- BUG/MINOR: map: do not leak a map descriptor on load error
- CLEANUP: map/cli: fix some map-related help messages
- BUG/MINOR: pattern: release the reference on failure to load from file
- CI: github: add DEBUG_STRICT=2 to ASAN jobs
- BUG/MEDIUM: mux-h2: fix the body_len to check when parsing request trailers
- BUG/MAJOR: mux-h2: preset MSGF_BODY_CL on H2_SF_DATA_CLEN in h2c_dec_hdrs()
- BUG/MINOR: dns: always validate the source address in responses
- BUG/MINOR: tcpcheck: Properly report error for http health-checks
- BUG/MINOR: resolvers: Free new requester on error when linking a resolution
- BUG/MINOR: resolvers: Fix lookup for a hostname in the state-file tree
- BUG/MINOR: resolvers: Free opts on parse error in resolv_parse_do_resolve()
- REGTESTS: add a regtest to validate various NTLM transitions
- BUG/MEDIUM: mworker/cli: fix user and operator permission via @@<pid> in master CLI
- BUG/MINOR: mworker/cli: check ci_insert() return value in pcli_parse_request()
- DOC: acme: document missing acme-vars and provider-name keywords
- REGTESTS: http-messaging: always send RFC8441 client settings to use ext connect
- BUG/MINOR: h2: add decoding for :protocol in traces
- BUG/MINOR: mux-h2: condition the processing of 8441 extension to global setting
- MINOR: mux-h2: add a new message flag to indicate ext connect support
- BUG/MINOR: h2: only accept :protocol with extended CONNECT
- BUG/MINOR: acme: contact mail should be optional, don't pass ToS bool
- BUG/MINOR: http-fetch: Fix http_auth_bearer() when custom header is used
- BUG/MEDIUM: h1_htx: Remove reverved block on error during contig chunks parsing
- BUG/MINOR: tools: read_line_to_trash() handle empty files without \n
- BUG/MAJOR: http: forbid comma character in authority value
- BUG/MEDIUM: h1: Enforce the authority validation during H1 request parsing
To generate a diff of this commit:
cvs rdiff -u -r1.155 -r1.156 pkgsrc/net/haproxy/Makefile
cvs rdiff -u -r1.147 -r1.148 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.155 pkgsrc/net/haproxy/Makefile:1.156
--- pkgsrc/net/haproxy/Makefile:1.155 Mon May 4 08:06:08 2026
+++ pkgsrc/net/haproxy/Makefile Mon May 11 13:22:59 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.155 2026/05/04 08:06:08 adam Exp $
+# $NetBSD: Makefile,v 1.156 2026/05/11 13:22:59 adam Exp $
-DISTNAME= haproxy-3.3.8
+DISTNAME= haproxy-3.3.9
CATEGORIES= net www
MASTER_SITES= https://www.haproxy.org/download/${PKGVERSION_NOREV:R}/src/
Index: pkgsrc/net/haproxy/distinfo
diff -u pkgsrc/net/haproxy/distinfo:1.147 pkgsrc/net/haproxy/distinfo:1.148
--- pkgsrc/net/haproxy/distinfo:1.147 Mon May 4 08:06:08 2026
+++ pkgsrc/net/haproxy/distinfo Mon May 11 13:22:59 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.147 2026/05/04 08:06:08 adam Exp $
+$NetBSD: distinfo,v 1.148 2026/05/11 13:22:59 adam Exp $
-BLAKE2s (haproxy-3.3.8.tar.gz) = 4d20594e0d0b7a97881116ef1e18ab8625907b8e9bb44d985a58b3dea0d0d120
-SHA512 (haproxy-3.3.8.tar.gz) = ed422fe7b2a588a0a90456bdd48108423ad59163e13bffc75c1313b4385e912f29f230564b7c11888e7545a2d220f4f8676ff5cfe264531bcbad43859647b315
-Size (haproxy-3.3.8.tar.gz) = 5277819 bytes
+BLAKE2s (haproxy-3.3.9.tar.gz) = 9116f3b5a8f69f2bb8033c5a50528b3c57a09534c554fad05965ed7ed4a8a9dc
+SHA512 (haproxy-3.3.9.tar.gz) = f2a60c184505665b82ee50bf678da3e5ba9ac955e481a68910dc847d038dd612667ebe7220c520befb1bdf6eb64837545c0ac815fe310f15f7c208c307f197f2
+Size (haproxy-3.3.9.tar.gz) = 5278733 bytes
SHA1 (patch-include_haproxy_proxy-t.h) = 5fb2f6748c57f1f2dab6b355a4191d9ada2d367b
SHA1 (patch-include_haproxy_queue-t.h) = bf2ea918a6d8ec3d3fb2f88b7b9303a695381d96
SHA1 (patch-include_haproxy_queue.h) = eed5ea43212462134fb60b50c2a32e619e104d51
Home |
Main Index |
Thread Index |
Old Index