haproxy: Update to 2.0.7
2019/09/27 : 2.0.7 - BUG/MEDIUM: stick-table: Properly handle "show table" with a data type argument - BUG/MINOR: mux-h2: Be sure to have a connection to unsubcribe - BUG/MAJOR: mux-h2: Handle HEADERS frames received after a RST_STREAM frame - BUG/MEDIUM: check/threads: make external checks run exclusively on thread 1 - BUG/MINOR: stream-int: Process connection/CS errors first in si_cs_send() - BUG/MEDIUM: stream-int: Process connection/CS errors during synchronous sends - BUG/MEDIUM: checks: make sure the connection is ready before trying to recv - BUG/MINOR: mux-h2: do not wake up blocked streams before the mux is ready - BUG/MEDIUM: namespace: close open namespaces during soft shutdown - BUG/MEDIUM: mux-h2: don't reject valid frames on closed streams - BUG/MINOR: mux-h2: Use the dummy error when decoding headers for a closed stream - BUG/MAJOR: mux_h2: Don't consume more payload than received for skipped frames - BUG/MINOR: mux-h1: Do h2 upgrade only on the first request - BUG/MEDIUM: spoe: Use a different engine-id per process - MINOR: spoe: Improve generation of the engine-id - MINOR: spoe: Support the async mode with several threads - MINOR: stats: Add the support of float fields in stats - BUG/MINOR: contrib/prometheus-exporter: Return the time averages in seconds - DOC: Fix documentation about the cli command to get resolver stats - BUG/MEDIUM: namespace: fix fd leak in master-worker mode
This commit is contained in:
parent
65fd0d701d
commit
729b0242fb
2 changed files with 9 additions and 9 deletions
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.52 2019/09/15 14:53:13 nia Exp $
|
||||
# $NetBSD: Makefile,v 1.53 2019/10/06 11:35:55 nia Exp $
|
||||
|
||||
DISTNAME= haproxy-2.0.6
|
||||
DISTNAME= haproxy-2.0.7
|
||||
CATEGORIES= net www
|
||||
MASTER_SITES= http://www.haproxy.org/download/${PKGVERSION_NOREV:R}/src/
|
||||
MASTER_SITES= https://www.haproxy.org/download/${PKGVERSION_NOREV:R}/src/
|
||||
|
||||
MAINTAINER= morr@NetBSD.org
|
||||
HOMEPAGE= http://www.haproxy.org/
|
||||
HOMEPAGE= https://www.haproxy.org/
|
||||
COMMENT= Reliable, high performance TCP/HTTP load balancer
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
$NetBSD: distinfo,v 1.45 2019/09/15 12:22:33 nia Exp $
|
||||
$NetBSD: distinfo,v 1.46 2019/10/06 11:35:55 nia Exp $
|
||||
|
||||
SHA1 (haproxy-2.0.6.tar.gz) = 090530f959af9c5801edacf9a9f6341a71da232e
|
||||
RMD160 (haproxy-2.0.6.tar.gz) = 6d39610be3520ed843a9f28fc870fdaa925fc30b
|
||||
SHA512 (haproxy-2.0.6.tar.gz) = 78c8483a97845928dc3ec7da68bedfda73303c88e8146a6b38c3d2b4e2089af5668817f0675180d41274c6337d5fae7cad5534013bd15d9b06071b89a09a86b5
|
||||
Size (haproxy-2.0.6.tar.gz) = 2541637 bytes
|
||||
SHA1 (haproxy-2.0.7.tar.gz) = 27bdeebafad30eb37e442e1f62ccb9da3214934f
|
||||
RMD160 (haproxy-2.0.7.tar.gz) = 90534a1fc8f9772a9dae96a2ee025227d589f59d
|
||||
SHA512 (haproxy-2.0.7.tar.gz) = 3257bb90555cb7ccf1b5ef71815f8258598aa87239ec46a24d250929811bd49fef21e4c2d0a12ee9f7aca2cca33367f972e4e62e9b01274b8c644a97e4353574
|
||||
Size (haproxy-2.0.7.tar.gz) = 2542573 bytes
|
||||
SHA1 (patch-Makefile) = 790242ebde13ac1a9d95a16cba29e30a9bccd57c
|
||||
SHA1 (patch-src_cli.c) = 4bc5cf0116df121ac4c3c38b8f962c3a62d536e5
|
||||
SHA1 (patch-src_haproxy.c) = badb172013541087d84f03726ea928c6f5634dc3
|
||||
|
|
Loading…
Reference in a new issue