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: Thu Mar 12 05:28:55 UTC 2026
Modified Files:
pkgsrc/net/haproxy: Makefile distinfo
Log Message:
haproxy: updated to 3.3.5
3.3.5
- MINOR: mux-h2: also count glitches on invalid trailers
- MINOR: mux-h2: add a new setting, "tune.h2.log-errors" to tweak error logging
- BUG/MEDIUM: mux-h2: make sure to always report pending errors to the stream
- BUG/MINOR: promex: fix server iteration when last server is deleted
- BUG/MEDIUM: stream: Handle TASK_WOKEN_RES as a stream event
- BUG/MEDIUM: hpack: correctly deal with too large decoded numbers
- BUG/MAJOR: qpack: unchecked length passed to huffman decoder
- BUG/MINOR: qpack: fix 1-byte OOB read in qpack_decode_fs_pfx()
- BUG/MINOR: quic: fix OOB read in preferred_address transport parameter
- BUG/MEDIUM: qpack: correctly deal with too large decoded numbers
- BUG/MINOR: h1-htx: Be sure that H1 response version starts by "HTTP/"
- DEBUG: stream: Display the currently running rule in stream dump
- MINOR: filters: Set last_entity when a filter fails on stream_start callback
- DOC: config: Use the right alias for %B
- BUG/MINOR: channel: Increase the stconn bytes_in value in channel_add_input()
- BUG/MINOR: sample: Fix sample to retrieve the number of bytes received and sent
- BUG/MINOR: http-ana: Increment scf bytes_out value if an haproxy error is sent
- BUG/MAJOR: fcgi: Fix param decoding by properly checking its size
- BUG/MAJOR: resolvers: Properly lowered the names found in DNS response
- BUG/MEDIUM: mux-fcgi: Use a safe loop to resume each stream eligible for sending
- BUG/MINOR: hlua: Properly enable/disable line receives from HTTP applet
- BUG/MEDIUM: hlua: Fix end of request detection when retrieving payload
- BUG/MINOR: stconn: Increase SC bytes_out value in se_done_ff()
- BUG/MINOR: ssl-sample: Fix sample_conv_sha2() by checking EVP_Digest* failures
- BUG/MINOR: backend: Don't get proto to use for webscoket if there is no server
- BUG/MINOR: admin: haproxy-reload rename -vv long option
- SCRIPTS: git-show-backports: hide the common ancestor warning in quiet mode
- SCRIPTS: git-show-backports: add a restart-from-last option
To generate a diff of this commit:
cvs rdiff -u -r1.151 -r1.152 pkgsrc/net/haproxy/Makefile
cvs rdiff -u -r1.143 -r1.144 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.151 pkgsrc/net/haproxy/Makefile:1.152
--- pkgsrc/net/haproxy/Makefile:1.151 Sun Feb 22 19:46:19 2026
+++ pkgsrc/net/haproxy/Makefile Thu Mar 12 05:28:55 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.151 2026/02/22 19:46:19 adam Exp $
+# $NetBSD: Makefile,v 1.152 2026/03/12 05:28:55 adam Exp $
-DISTNAME= haproxy-3.3.4
+DISTNAME= haproxy-3.3.5
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.143 pkgsrc/net/haproxy/distinfo:1.144
--- pkgsrc/net/haproxy/distinfo:1.143 Sun Feb 22 19:46:19 2026
+++ pkgsrc/net/haproxy/distinfo Thu Mar 12 05:28:55 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.143 2026/02/22 19:46:19 adam Exp $
+$NetBSD: distinfo,v 1.144 2026/03/12 05:28:55 adam Exp $
-BLAKE2s (haproxy-3.3.4.tar.gz) = 4fe2b48c83dc66788cb25d7e0c972c291f7fa5f658222de1a8334863bbecd74e
-SHA512 (haproxy-3.3.4.tar.gz) = 7b5379fa160e3c7431a57b838fe00388c00de124884aa55af3d563a01f47568f0c5027cf3dcb95bdee28715dfa679398ab94bb4a8feaec5ad2723c7a1c99114b
-Size (haproxy-3.3.4.tar.gz) = 5250625 bytes
+BLAKE2s (haproxy-3.3.5.tar.gz) = 1292438ff09fbec1fa21eb8cb9fb42ebc4a665406292f83bbdfd248650b21158
+SHA512 (haproxy-3.3.5.tar.gz) = fe95fdd6b1e8303aa7d9e4278eba623b7e0500395f667e57207a80a5969df9c4d50c697797b554f0a004c3ec6399cfc91f95c38ca4305c6b536cb62dbe666179
+Size (haproxy-3.3.5.tar.gz) = 5254165 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