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:           Fri Oct  9 08:20:45 UTC 2020

Modified Files:
        pkgsrc/net/haproxy: Makefile distinfo

Log Message:
haproxy: updated to 2.2.4

2.2.4
- BUILD: threads: better workaround for late loading of libgcc_s
- BUG/MEDIUM: pattern: Renew the pattern expression revision when it is pruned
- BUG/MINOR: Fix type passed of sizeof() for calloc()
- BUG/MINOR: ssl: verifyhost is case sensitive
- BUG/MINOR: server: report correct error message for invalid port on "socks4"
- BUG/MEDIUM: ssl: Don't call ssl_sock_io_cb() directly.
- BUG/MINOR: ssl/crt-list: crt-list could end without a \n
- BUG/MINOR: h2/trace: do not display "stream error" after a frame ACK
- BUG/MINOR: http-fetch: Don't set the sample type during the htx prefetch
- BUG/MINOR: config: Fix memory leak on config parse listen
- BUG/MEDIUM: h2: report frame bits only for handled types
- BUG/MINOR: Fix memory leaks cfg_parse_peers
- MINOR: h2/trace: also display the remaining frame length in traces
- MINOR: backend: make the "whole" option of balance uri take only one bit
- MINOR: backend: add a new "path-only" option to "balance uri"
- REGTESTS: add a few load balancing tests
- BUG/MEDIUM: listeners: do not pause foreign listeners
- BUILD: trace: include tools.h
- REGTESTS: use "command" instead of "which" for better POSIX compatibility
- DOC: agent-check: fix typo in "fail" word expected reply
- BUG/MINOR: ssl/crt-list: exit on warning out of crtlist_parse_line()
- REGTEST: fix host part in balance-uri-path-only.vtc
- REGTEST: make agent-check.vtc require 1.8
- REGTEST: make abns_socket.vtc require 1.8
- REGTEST: make map_regm_with_backref require 1.7


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/net/haproxy/Makefile
cvs rdiff -u -r1.60 -r1.61 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.67 pkgsrc/net/haproxy/Makefile:1.68
--- pkgsrc/net/haproxy/Makefile:1.67    Tue Sep 29 09:45:46 2020
+++ pkgsrc/net/haproxy/Makefile Fri Oct  9 08:20:45 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.67 2020/09/29 09:45:46 adam Exp $
+# $NetBSD: Makefile,v 1.68 2020/10/09 08:20:45 adam Exp $
 
-DISTNAME=      haproxy-2.2.3
+DISTNAME=      haproxy-2.2.4
 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.60 pkgsrc/net/haproxy/distinfo:1.61
--- pkgsrc/net/haproxy/distinfo:1.60    Tue Sep 29 09:45:46 2020
+++ pkgsrc/net/haproxy/distinfo Fri Oct  9 08:20:45 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.60 2020/09/29 09:45:46 adam Exp $
+$NetBSD: distinfo,v 1.61 2020/10/09 08:20:45 adam Exp $
 
-SHA1 (haproxy-2.2.3.tar.gz) = dbf2d4125910977bfe8b3a31008ff0bac8b5da38
-RMD160 (haproxy-2.2.3.tar.gz) = 7aedc59c790e0a220f059789e7fc2b3ecc1f6d28
-SHA512 (haproxy-2.2.3.tar.gz) = db99a5069537b6a3f161ad0a32ed884e81e27ed471d7c5f74b0655580c3eb1248376c5b252a9b998bead4fc5c05f28fda9e2280b8b05447bc5bc2d3c8fb55825
-Size (haproxy-2.2.3.tar.gz) = 2872195 bytes
+SHA1 (haproxy-2.2.4.tar.gz) = fd605ec1115f006a9f4ba91650dfa3bbfa40daa0
+RMD160 (haproxy-2.2.4.tar.gz) = 202b897893f94a27967972a756fcf83a471b0027
+SHA512 (haproxy-2.2.4.tar.gz) = 762b51fdb9609654155ea2feebeb640bdd817481f633f012d767e1481bf888b90790455f0305ea9bbd0aec8363561d183bd510029f1bcce95102328ffbaf8afd
+Size (haproxy-2.2.4.tar.gz) = 2874180 bytes
 SHA1 (patch-Makefile) = 790242ebde13ac1a9d95a16cba29e30a9bccd57c
 SHA1 (patch-src_cli.c) = 4bc5cf0116df121ac4c3c38b8f962c3a62d536e5
 SHA1 (patch-src_haproxy.c) = badb172013541087d84f03726ea928c6f5634dc3



Home | Main Index | Thread Index | Old Index