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:           Fri Jun 14 15:26:55 UTC 2024

Modified Files:
        pkgsrc/net/haproxy: Makefile distinfo

Log Message:
haproxy: updated to 3.0.2

3.0.2
- MINOR: log: fix "http-send-name-header" ignore warning message
- BUG/MINOR: proxy: fix server_id_hdr_name leak on deinit()
- BUG/MINOR: proxy: fix log_tag leak on deinit()
- BUG/MINOR: proxy: fix email-alert leak on deinit()
- BUG/MINOR: proxy: fix check_{command,path} leak on deinit()
- BUG/MINOR: proxy: fix dyncookie_key leak on deinit()
- BUG/MINOR: proxy: fix source interface and usesrc leaks on deinit()
- BUG/MINOR: proxy: fix header_unique_id leak on deinit()
- BUG/MEDIUM: log: fix lf_expr_postcheck() behavior with default section
- DOC: config: move "hash-key" from proxy to server options
- DOC: config: add missing section hint for "guid" proxy keyword
- DOC: config: add missing context hint for new server and proxy keywords
- BUG/MINOR: promex: Skip resolvers metrics when there is no resolver section
- MINOR: proxy: add proxy_free_common() helper function
- BUG/MEDIUM: proxy: fix UAF with {tcp,http}checks logformat expressions
- CLEANUP: log/proxy: fix comment in proxy_free_common()
- BUG/MAJOR: mux-h1: Prevent any UAF on H1 connection after draining a request
- BUG/MINOR: quic: fix padding of INITIAL packets
- DOC/MINOR: management: add missed -dR and -dv options
- DOC/MINOR: management: add -dZ option
- DOC: management: rename show stats domain cli "dns" to "resolvers"


To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.124 pkgsrc/net/haproxy/Makefile
cvs rdiff -u -r1.115 -r1.116 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.123 pkgsrc/net/haproxy/Makefile:1.124
--- pkgsrc/net/haproxy/Makefile:1.123   Mon Jun 10 20:18:27 2024
+++ pkgsrc/net/haproxy/Makefile Fri Jun 14 15:26:55 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.123 2024/06/10 20:18:27 adam Exp $
+# $NetBSD: Makefile,v 1.124 2024/06/14 15:26:55 adam Exp $
 
-DISTNAME=      haproxy-3.0.1
+DISTNAME=      haproxy-3.0.2
 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.115 pkgsrc/net/haproxy/distinfo:1.116
--- pkgsrc/net/haproxy/distinfo:1.115   Mon Jun 10 20:18:27 2024
+++ pkgsrc/net/haproxy/distinfo Fri Jun 14 15:26:55 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.115 2024/06/10 20:18:27 adam Exp $
+$NetBSD: distinfo,v 1.116 2024/06/14 15:26:55 adam Exp $
 
-BLAKE2s (haproxy-3.0.1.tar.gz) = d696393692d979f7033f733b7eb84edc3488cc21fbc4570eb1602cc55a9d7890
-SHA512 (haproxy-3.0.1.tar.gz) = b12a6f1fceed9acd8246f5b352ae70d51da57404b537c644b250ea358b88aa2b350f85c66e80f2b2f6123ce6ab5b5194604d13a18522e18ac92169b843a89b77
-Size (haproxy-3.0.1.tar.gz) = 4678651 bytes
+BLAKE2s (haproxy-3.0.2.tar.gz) = 6b32e408679ccaa8e2bb7a82dee4b3758f890619071bf115c72192547b365769
+SHA512 (haproxy-3.0.2.tar.gz) = f8add239e7c85ceff7a2fbc1a4e2394a449e247682d1868983ddb34943f14e01b74c710ded7a758b1e985dfaecf24e07a0b47c4c9d195f74ee1d3c2ef4567c71
+Size (haproxy-3.0.2.tar.gz) = 4679721 bytes
 SHA1 (patch-Makefile) = 36c0e5d46b30d7b28fdb4b3fdbb4fe052fa8d850
 SHA1 (patch-include_haproxy_proxy-t.h) = c8786f431a13c6515553c77314cc8b3a002d6d03
 SHA1 (patch-include_haproxy_queue-t.h) = bf2ea918a6d8ec3d3fb2f88b7b9303a695381d96



Home | Main Index | Thread Index | Old Index