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 Jun  1 05:17:24 UTC 2023

Modified Files:
        pkgsrc/net/haproxy: Makefile distinfo

Log Message:
haproxy: updated to 2.8.0

2.8.0
- MINOR: compression: Improve the way Vary header is added
- BUILD: makefile: search for SSL_INC/wolfssl before SSL_INC
- MINOR: init: pre-allocate kernel data structures on init
- DOC: install: add details about WolfSSL
- BUG/MINOR: ssl_sock: add check for ha_meth
- BUG/MINOR: thread: add a check for pthread_create
- BUILD: init: print rlim_cur as regular integer
- DOC: install: specify the minimum openssl version recommended
- CLEANUP: mux-quic: remove unneeded fields in qcc
- MINOR: mux-quic: remove nb_streams from qcc
- MINOR: quic: fix stats naming for flow control BLOCKED frames
- BUG/MEDIUM: mux-quic: only set EOI on FIN
- BUG/MEDIUM: threads: fix a tiny race in thread_isolate()
- DOC: config: fix rfc7239 converter examples
- DOC: quic: remove experimental status for QUIC
- CLEANUP: mux-quic: rename functions for mux_ops
- CLEANUP: mux-quic: rename internal functions
- BUG/MINOR: mux-h2: refresh the idle_timer when the mux is empty
- DOC: config: Fix bind/server/peer documentation in the peers section
- BUILD: Makefile: use -pthread not -lpthread when threads are enabled
- CLEANUP: doc: remove 21 totally obsolete docs
- DOC: install: mention the common strict-aliasing warning on older compilers
- DOC: install: clarify a few points on the wolfSSL build method
- MINOR: quic: Add QUIC connection statistical counters values to "show quic"
- EXAMPLES: update the basic-config-edge file for 2.8
- MINOR: quic/cli: clarify the "show quic" help message
- MINOR: version: mention that it's LTS now.


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 pkgsrc/net/haproxy/Makefile
cvs rdiff -u -r1.102 -r1.103 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.109 pkgsrc/net/haproxy/Makefile:1.110
--- pkgsrc/net/haproxy/Makefile:1.109   Wed May  3 19:56:22 2023
+++ pkgsrc/net/haproxy/Makefile Thu Jun  1 05:17:24 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.109 2023/05/03 19:56:22 adam Exp $
+# $NetBSD: Makefile,v 1.110 2023/06/01 05:17:24 adam Exp $
 
-DISTNAME=      haproxy-2.7.8
+DISTNAME=      haproxy-2.8.0
 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.102 pkgsrc/net/haproxy/distinfo:1.103
--- pkgsrc/net/haproxy/distinfo:1.102   Wed May  3 19:56:22 2023
+++ pkgsrc/net/haproxy/distinfo Thu Jun  1 05:17:24 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.102 2023/05/03 19:56:22 adam Exp $
+$NetBSD: distinfo,v 1.103 2023/06/01 05:17:24 adam Exp $
 
-BLAKE2s (haproxy-2.7.8.tar.gz) = ad74443da748d57725b613899da75f25db03414858ac877f544182a0f71f52b6
-SHA512 (haproxy-2.7.8.tar.gz) = 00ea172faccb7a329a08baff1ba67345a233f94f2c0c388eb1446a8f00972a0fa77015645351ec80763f739889a24dcbfa5b0e92eec79fd310c0cafc88b5a700
-Size (haproxy-2.7.8.tar.gz) = 4176647 bytes
+BLAKE2s (haproxy-2.8.0.tar.gz) = c8c3718b1f19b9260c8498cb3def031909c0cee08a79a22f1bd2c248c10620c1
+SHA512 (haproxy-2.8.0.tar.gz) = 4197e94df3d4ab8b27487146181335422358a097f7d50188b40ae23263c58ddeab6d17d9ed91e93d239a7fccec2fa58319e3f2cf07ac589c79fd78a3839c2b81
+Size (haproxy-2.8.0.tar.gz) = 4328018 bytes
 SHA1 (patch-Makefile) = 36c0e5d46b30d7b28fdb4b3fdbb4fe052fa8d850
 SHA1 (patch-include_haproxy_proxy-t.h) = 5560f5f50e66cf122fe8464f74541f226e127e8d
 SHA1 (patch-include_haproxy_queue-t.h) = bf2ea918a6d8ec3d3fb2f88b7b9303a695381d96



Home | Main Index | Thread Index | Old Index