haproxy: update to 2.3.9.
2021/03/30 : 2.3.9 - BUG/MEDIUM: mux-h1: make h1_shutw_conn() idempotent - MEDIUM: backend: use a trylock to grab a connection on high FD counts as well - BUG/MINOR: payload: Wait for more data if buffer is empty in payload/payload_lv - BUG/MINOR: stats: Apply proper styles in HTML status page. - BUG/MEDIUM: time: make sure to always initialize the global tick 2021/03/25 : 2.3.8 - MINOR: time: export the global_now variable - BUG/MINOR: freq_ctr/threads: make use of the last updated global time - BUG/MEDIUM: mux-fcgi: Fix locking of idle_conns lock in the FCGI I/O callback - MINOR: time: also provide a global, monotonic global_now_ms timer - BUG/MEDIUM: freq_ctr/threads: use the global_now_ms variable - BUG/MINOR: protocol: add missing support of dgram unix socket. - MINOR/BUG: mworker/cli: do not use the unix_bind prefix for the master CLI socket - MEDIUM: lua: Use a per-thread counter to track some non-reentrant parts of lua - BUG/MEDIUM: debug/lua: Don't dump the lua stack if not dumpable - BUG/MINOR: ssl: Prevent disk access when using "add ssl crt-list" - BUILD: ssl: guard ecdh functions with SSL_CTX_set_tmp_ecdh macro - MINOR: lua: Slightly improve function dumping the lua traceback - BUG/MEDIUM: debug/lua: Use internal hlua function to dump the lua traceback - BUG/MEDIUM: lua: Always init the lua stack before referencing the context - MINOR: fd: make fd_clr_running() return the remaining running mask - MINOR: fd: remove the unneeded running bit from fd_insert() - BUG/MEDIUM: fd: do not wait on FD removal in fd_delete() - CLEANUP: fd: remove unused fd_set_running_excl() - BUG/MEDIUM: fd: Take the fd_mig_lock when closing if no DWCAS is available. - BUG/MEDIUM: thread: Fix a deadlock if an isolated thread is marked as harmless - MINOR: tools: make url2ipv4 return the exact number of bytes parsed - BUG/MINOR: http_fetch: make hdr_ip() reject trailing characters
This commit is contained in:
parent
23067326dd
commit
d9d41f7dfb
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.74 2021/03/19 10:28:54 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.75 2021/04/01 08:58:59 wiz Exp $
|
||||
|
||||
DISTNAME= haproxy-2.3.7
|
||||
DISTNAME= haproxy-2.3.9
|
||||
CATEGORIES= net www
|
||||
MASTER_SITES= https://www.haproxy.org/download/${PKGVERSION_NOREV:R}/src/
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
$NetBSD: distinfo,v 1.68 2021/03/19 10:28:54 adam Exp $
|
||||
$NetBSD: distinfo,v 1.69 2021/04/01 08:58:59 wiz Exp $
|
||||
|
||||
SHA1 (haproxy-2.3.7.tar.gz) = 4a9b335c57e91f39f0cc2bb61ff12e5761eebbf4
|
||||
RMD160 (haproxy-2.3.7.tar.gz) = df309446e64ba67f299bb3b86aaf26fba1df6aff
|
||||
SHA512 (haproxy-2.3.7.tar.gz) = ba567294c61dbd19c178acace8804979fdb26384115e77a4eb88444fa9d45b1c62f22a171efafeeba027ae65f3a70fb67b7a3f84042eada025b6cce3b9ad62ec
|
||||
Size (haproxy-2.3.7.tar.gz) = 2924802 bytes
|
||||
SHA1 (haproxy-2.3.9.tar.gz) = ca255365470a63a344db94a4272691c111dcdc47
|
||||
RMD160 (haproxy-2.3.9.tar.gz) = faad1d19764c3009ce5e650bacf3de35738cec6b
|
||||
SHA512 (haproxy-2.3.9.tar.gz) = 49ee2a9be8dc7836e73be8e01ccbde52e29522f94d0bc80cf753fe76f4b32657fb123df7d443228afef36928f5a6cef67b693f05008a891001082b4264f015f6
|
||||
Size (haproxy-2.3.9.tar.gz) = 2928660 bytes
|
||||
SHA1 (patch-Makefile) = fcb2de85189526ae42ccf0b789789ee9b834f375
|
||||
SHA1 (patch-src_cli.c) = 4bc5cf0116df121ac4c3c38b8f962c3a62d536e5
|
||||
SHA1 (patch-src_haproxy.c) = a466acb853b5018b70571d0a03b9d28ed9245d06
|
||||
|
|
Loading…
Reference in a new issue