diff options
author | adam <adam@pkgsrc.org> | 2020-08-03 11:52:38 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-08-03 11:52:38 +0000 |
commit | 5564e779eb5216f518651653e3e9767c71f62553 (patch) | |
tree | f55cd624d779ddffd67b7a2480b3241c50364a8b /net/haproxy/distinfo | |
parent | 7c8b73c558e84544f51b4525fb5c3274420df068 (diff) | |
download | pkgsrc-5564e779eb5216f518651653e3e9767c71f62553.tar.gz |
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
Diffstat (limited to 'net/haproxy/distinfo')
-rw-r--r-- | net/haproxy/distinfo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/haproxy/distinfo b/net/haproxy/distinfo index 29359334144..455a0893aac 100644 --- a/net/haproxy/distinfo +++ b/net/haproxy/distinfo @@ -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 |