Mon Aug 3 11:52:38 2020 UTC ()
haproxy: updated to 2.2.2

2.2.2
- BUG/MINOR: mux-fcgi: Don't url-decode the QUERY_STRING parameter anymore
- BUILD: tools: fix build with static only toolchains
- BUG/MINOR: debug: Don't dump the lua stack if it is not initialized
- BUG/MAJOR: dns: fix null pointer dereference in snr_update_srv_status
- BUG/MAJOR: dns: don't treat Authority records as an error
- MEDIUM: lua: Add support for the Lua 5.4
- BUG/MEDIUM: dns: Don't yield in do-resolve action on a final evaluation
- BUG/MINOR: lua: Abort execution of actions that yield on a final evaluation
- BUG/MINOR: tcp-rules: Preserve the right filter analyser on content eval abort
- BUG/MINOR: tcp-rules: Set the inspect-delay when a tcp-response action yields
- BUG/MEDIUM: connection: Be sure to always install a mux for sync connect
- MINOR: connection: Preinstall the mux for non-ssl connect
- MINOR: stream-int: Be sure to have a mux to do sends and receives
- SCRIPTS: announce-release: add the link to the wiki in the announce messages
- BUG/MEDIUM: backend: always attach the transport before installing the mux
- BUG/MEDIUM: tcp-checks: always attach the transport before installing the mux


(adam)
diff -r1.65 -r1.66 pkgsrc/net/haproxy/Makefile
diff -r1.58 -r1.59 pkgsrc/net/haproxy/distinfo

cvs diff -r1.65 -r1.66 pkgsrc/net/haproxy/Makefile (expand / switch to unified diff)

--- pkgsrc/net/haproxy/Makefile 2020/07/24 10:46:22 1.65
+++ pkgsrc/net/haproxy/Makefile 2020/08/03 11:52:38 1.66
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.65 2020/07/24 10:46:22 adam Exp $ 1# $NetBSD: Makefile,v 1.66 2020/08/03 11:52:38 adam Exp $
2 2
3DISTNAME= haproxy-2.2.1 3DISTNAME= haproxy-2.2.2
4CATEGORIES= net www 4CATEGORIES= net www
5MASTER_SITES= https://www.haproxy.org/download/${PKGVERSION_NOREV:R}/src/ 5MASTER_SITES= https://www.haproxy.org/download/${PKGVERSION_NOREV:R}/src/
6 6
7MAINTAINER= morr@NetBSD.org 7MAINTAINER= morr@NetBSD.org
8HOMEPAGE= https://www.haproxy.org/ 8HOMEPAGE= https://www.haproxy.org/
9COMMENT= Reliable, high performance TCP/HTTP load balancer 9COMMENT= Reliable, high performance TCP/HTTP load balancer
10LICENSE= gnu-gpl-v2 10LICENSE= gnu-gpl-v2
11 11
12USE_LANGUAGES= c 12USE_LANGUAGES= c
13USE_TOOLS+= gmake 13USE_TOOLS+= gmake
14BUILD_MAKE_FLAGS+= ADDLIB=${COMPILER_RPATH_FLAG}${PREFIX}/lib 14BUILD_MAKE_FLAGS+= ADDLIB=${COMPILER_RPATH_FLAG}${PREFIX}/lib
15BUILD_MAKE_FLAGS+= CC=${CC:Q} 15BUILD_MAKE_FLAGS+= CC=${CC:Q}
16BUILD_MAKE_FLAGS+= CFLAGS=${CFLAGS:Q} 16BUILD_MAKE_FLAGS+= CFLAGS=${CFLAGS:Q}

cvs diff -r1.58 -r1.59 pkgsrc/net/haproxy/distinfo (expand / switch to unified diff)

--- pkgsrc/net/haproxy/distinfo 2020/07/24 10:46:22 1.58
+++ pkgsrc/net/haproxy/distinfo 2020/08/03 11:52:38 1.59
@@ -1,10 +1,10 @@ @@ -1,10 +1,10 @@
1$NetBSD: distinfo,v 1.58 2020/07/24 10:46:22 adam Exp $ 1$NetBSD: distinfo,v 1.59 2020/08/03 11:52:38 adam Exp $
2 2
3SHA1 (haproxy-2.2.1.tar.gz) = 7f6ed4ae6a4885c1966b2fcb282d84a79d131858 3SHA1 (haproxy-2.2.2.tar.gz) = 7f2680debd15d4953749c805084c446e83c67d93
4RMD160 (haproxy-2.2.1.tar.gz) = 0db946d9de5d226e04df976fe61d8a844016a447 4RMD160 (haproxy-2.2.2.tar.gz) = 6aeb5f52e9d1072bd167291f05ab690ffbd1c184
5SHA512 (haproxy-2.2.1.tar.gz) = 2a08003f55c1ec3bda5cad475ca6c3a62f6d6f87fbaaf42facd8bc5579548f8d972124283740e9728b832b38ea87e61a94d8b9685351a68e5ea1f1000deab32b 5SHA512 (haproxy-2.2.2.tar.gz) = da76bd01c9b1c806145df133f6844798eecf6152b968e1739bcf5f9f87b41c1b0190484d033b310b2f0d4fddf48c036243ce8670a5668a9021f8496946094a39
6Size (haproxy-2.2.1.tar.gz) = 2868436 bytes 6Size (haproxy-2.2.2.tar.gz) = 2869005 bytes
7SHA1 (patch-Makefile) = 790242ebde13ac1a9d95a16cba29e30a9bccd57c 7SHA1 (patch-Makefile) = 790242ebde13ac1a9d95a16cba29e30a9bccd57c
8SHA1 (patch-src_cli.c) = 4bc5cf0116df121ac4c3c38b8f962c3a62d536e5 8SHA1 (patch-src_cli.c) = 4bc5cf0116df121ac4c3c38b8f962c3a62d536e5
9SHA1 (patch-src_haproxy.c) = badb172013541087d84f03726ea928c6f5634dc3 9SHA1 (patch-src_haproxy.c) = badb172013541087d84f03726ea928c6f5634dc3
10SHA1 (patch-src_proto__sockpair.c) = 1f2a318f3b7c74a191774f8bb3511c23401c10ef 10SHA1 (patch-src_proto__sockpair.c) = 1f2a318f3b7c74a191774f8bb3511c23401c10ef