Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/haproxy haproxy: updated to 2.2.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/289819ba1cc5
branches:  trunk
changeset: 436040:289819ba1cc5
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jul 24 10:46:22 2020 +0000

description:
haproxy: updated to 2.2.1

2.2.1
- BUG/MINOR: sample: Free str.area in smp_check_const_bool
- BUG/MINOR: sample: Free str.area in smp_check_const_meth
- BUG/MEDIUM: lists: add missing store barrier on MT_LIST_BEHEAD()
- BUG/MEDIUM: lists: add missing store barrier in MT_LIST_ADD/MT_LIST_ADDQ
- CONTRIB: da: fix memory leak in dummy function da_atlas_open()
- BUG/MEDIUM: mux-h2: Don't add private connections in available connection list
- BUG/MEDIUM: mux-fcgi: Don't add private connections in available connection list
- BUG/MEDIUM: mux-h1: Continue to process request when switching in tunnel mode
- BUG/MINOR: mux-fcgi: Handle empty STDERR record
- BUG/MINOR: mux-fcgi: Set conn state to RECORD_P when skipping the record padding
- BUG/MINOR: mux-fcgi: Set flags on the right stream field for empty FCGI_STDOUT
- BUG/MEDIUM: log: issue mixing sampled to not sampled log servers.
- BUG/MEDIUM: fcgi-app: fix memory leak in fcgi_flt_http_headers
- BUG/MEDIUM: server: resolve state file handle leak on reload
- BUG/MEDIUM: server: fix possibly uninitialized state file on close
- BUG/MEDIUM: channel: Be aware of SHUTW_NOW flag when output data are peeked
- BUILD: config: address build warning on raspbian+rpi4
- BUG/MAJOR: tasks: make sure to always lock the shared wait queue if needed
- BUILD: config: fix again bugs gcc warnings on calloc
- DOC: ssl: req_ssl_sni needs implicit TLS
- BUG/MEDIUM: arg: empty args list must be dropped
- BUG/MEDIUM: resolve: fix init resolving for ring and peers section.
- BUG/MAJOR: tasks: don't requeue global tasks into the local queue
- BUG/MAJOR: dns: Make the do-resolve action thread-safe
- BUG/MEDIUM: dns: Release answer items when a DNS resolution is freed
- MEDIUM: htx: Add a flag on a HTX message when no more data are expected
- BUG/MINOR: htx: add two missing HTX_FL_EOI and remove an unexpected one
- BUG/MEDIUM: stream-int: Don't set MSG_MORE flag if no more data are expected
- BUG/MEDIUM: http-ana: Only set CF_EXPECT_MORE flag on data filtering

diffstat:

 net/haproxy/Makefile |   4 ++--
 net/haproxy/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r 2f65fcc6dd1f -r 289819ba1cc5 net/haproxy/Makefile
--- a/net/haproxy/Makefile      Fri Jul 24 07:32:54 2020 +0000
+++ b/net/haproxy/Makefile      Fri Jul 24 10:46:22 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.64 2020/07/15 09:20:44 adam Exp $
+# $NetBSD: Makefile,v 1.65 2020/07/24 10:46:22 adam Exp $
 
-DISTNAME=      haproxy-2.2.0
+DISTNAME=      haproxy-2.2.1
 CATEGORIES=    net www
 MASTER_SITES=  https://www.haproxy.org/download/${PKGVERSION_NOREV:R}/src/
 
diff -r 2f65fcc6dd1f -r 289819ba1cc5 net/haproxy/distinfo
--- a/net/haproxy/distinfo      Fri Jul 24 07:32:54 2020 +0000
+++ b/net/haproxy/distinfo      Fri Jul 24 10:46:22 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.57 2020/07/15 09:20:44 adam Exp $
+$NetBSD: distinfo,v 1.58 2020/07/24 10:46:22 adam Exp $
 
-SHA1 (haproxy-2.2.0.tar.gz) = 0039631bd1be2bd72bf5ea5591f17b4c1ba831a1
-RMD160 (haproxy-2.2.0.tar.gz) = cd55276331acce149a717374be672b9fabb4a877
-SHA512 (haproxy-2.2.0.tar.gz) = 25cff09acba29ba36f045d45f894d26a13eea3e71c3e1f868446e739eed1fcfee8fc4af8da2914eef7ecbfe266a498f931cc6ec6c3e73b8874c140618269f480
-Size (haproxy-2.2.0.tar.gz) = 2866916 bytes
+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 (patch-Makefile) = 790242ebde13ac1a9d95a16cba29e30a9bccd57c
 SHA1 (patch-src_cli.c) = 4bc5cf0116df121ac4c3c38b8f962c3a62d536e5
 SHA1 (patch-src_haproxy.c) = badb172013541087d84f03726ea928c6f5634dc3



Home | Main Index | Thread Index | Old Index