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:           Mon Aug  3 11:52:38 UTC 2020

Modified Files:
        pkgsrc/net/haproxy: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/net/haproxy/Makefile
cvs rdiff -u -r1.58 -r1.59 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.65 pkgsrc/net/haproxy/Makefile:1.66
--- pkgsrc/net/haproxy/Makefile:1.65    Fri Jul 24 10:46:22 2020
+++ pkgsrc/net/haproxy/Makefile Mon Aug  3 11:52:38 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.65 2020/07/24 10:46:22 adam Exp $
+# $NetBSD: Makefile,v 1.66 2020/08/03 11:52:38 adam Exp $
 
-DISTNAME=      haproxy-2.2.1
+DISTNAME=      haproxy-2.2.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.58 pkgsrc/net/haproxy/distinfo:1.59
--- pkgsrc/net/haproxy/distinfo:1.58    Fri Jul 24 10:46:22 2020
+++ pkgsrc/net/haproxy/distinfo Mon Aug  3 11:52:38 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.58 2020/07/24 10:46:22 adam Exp $
+$NetBSD: distinfo,v 1.59 2020/08/03 11:52:38 adam Exp $
 
-SHA1 (haproxy-2.2.1.tar.gz) = 7f6ed4ae6a4885c1966b2fcb282d84a79d131858
-RMD160 (haproxy-2.2.1.tar.gz) = 0db946d9de5d226e04df976fe61d8a844016a447
-SHA512 (haproxy-2.2.1.tar.gz) = 2a08003f55c1ec3bda5cad475ca6c3a62f6d6f87fbaaf42facd8bc5579548f8d972124283740e9728b832b38ea87e61a94d8b9685351a68e5ea1f1000deab32b
-Size (haproxy-2.2.1.tar.gz) = 2868436 bytes
+SHA1 (haproxy-2.2.2.tar.gz) = 7f2680debd15d4953749c805084c446e83c67d93
+RMD160 (haproxy-2.2.2.tar.gz) = 6aeb5f52e9d1072bd167291f05ab690ffbd1c184
+SHA512 (haproxy-2.2.2.tar.gz) = da76bd01c9b1c806145df133f6844798eecf6152b968e1739bcf5f9f87b41c1b0190484d033b310b2f0d4fddf48c036243ce8670a5668a9021f8496946094a39
+Size (haproxy-2.2.2.tar.gz) = 2869005 bytes
 SHA1 (patch-Makefile) = 790242ebde13ac1a9d95a16cba29e30a9bccd57c
 SHA1 (patch-src_cli.c) = 4bc5cf0116df121ac4c3c38b8f962c3a62d536e5
 SHA1 (patch-src_haproxy.c) = badb172013541087d84f03726ea928c6f5634dc3



Home | Main Index | Thread Index | Old Index