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  3 10:37:57 UTC 2022

Modified Files:
        pkgsrc/net/haproxy: Makefile distinfo

Log Message:
haproxy: updated to 2.5.4

2.5.4
- BUG/MEDIUM: htx: Be sure to have a buffer to perform a raw copy of a message
- BUG/MEDIUM: mux-h1: Don't wake h1s if mux is blocked on lack of output buffer
- BUG/MAJOR: mux-h2: Be sure to always report HTX parsing error to the app layer
- DOC: Fix usage/examples of deprecated ACLs
- BUG/MINOR: proxy: preset the error message pointer to NULL in parse_new_proxy()
- REGTESTS: fix the race conditions in 40be_2srv_odd_health_checks
- CI: github: enable pool debugging by default
- BUG/MEDIUM: stream: Abort processing if response buffer allocation fails


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 pkgsrc/net/haproxy/Makefile
cvs rdiff -u -r1.84 -r1.85 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.91 pkgsrc/net/haproxy/Makefile:1.92
--- pkgsrc/net/haproxy/Makefile:1.91    Mon Feb 21 17:13:39 2022
+++ pkgsrc/net/haproxy/Makefile Thu Mar  3 10:37:56 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.91 2022/02/21 17:13:39 adam Exp $
+# $NetBSD: Makefile,v 1.92 2022/03/03 10:37:56 adam Exp $
 
-DISTNAME=      haproxy-2.5.3
+DISTNAME=      haproxy-2.5.4
 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.84 pkgsrc/net/haproxy/distinfo:1.85
--- pkgsrc/net/haproxy/distinfo:1.84    Mon Feb 21 17:13:39 2022
+++ pkgsrc/net/haproxy/distinfo Thu Mar  3 10:37:56 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.84 2022/02/21 17:13:39 adam Exp $
+$NetBSD: distinfo,v 1.85 2022/03/03 10:37:56 adam Exp $
 
-BLAKE2s (haproxy-2.5.3.tar.gz) = c1df3d020ff7168d9cec6834469cea71501d26efc981f9b1da0268ef55c6eb24
-SHA512 (haproxy-2.5.3.tar.gz) = 691a65eae3912df655124b754ef72785776084c2376220e2ceeaa89c8c5c392eb7d2b2ab72ac06c638c3169bf59b2d83ce0caa42c19ba6ebf7a8c6036bc62280
-Size (haproxy-2.5.3.tar.gz) = 3818959 bytes
+BLAKE2s (haproxy-2.5.4.tar.gz) = 525398d83268780bdf696dfa8026135782c13c9455ab3f898cf87b08cfc04956
+SHA512 (haproxy-2.5.4.tar.gz) = 95eb1ad9121a93cc77f0dd14e0080e18935cd45dc7dc511ab6dd0ecbdbb967bbde5eaa83f70157086796603560b979689f7d50b0cfba93d0245544c3a8c28a87
+Size (haproxy-2.5.4.tar.gz) = 3819082 bytes
 SHA1 (patch-Makefile) = 6fc9a19a8526b91473448822beab18878d6db1ac
 SHA1 (patch-include_haproxy_proxy-t.h) = 5560f5f50e66cf122fe8464f74541f226e127e8d
 SHA1 (patch-include_haproxy_queue-t.h) = bf2ea918a6d8ec3d3fb2f88b7b9303a695381d96



Home | Main Index | Thread Index | Old Index