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:           Thu Jul  8 12:24:37 UTC 2021

Modified Files:
        pkgsrc/net/haproxy: Makefile distinfo

Log Message:
haproxy: updated to 2.4.2

2.4.2
- BUG/MINOR: server-state: load SRV resolution only if params match the config
- BUG/MINOR: server: Forbid to set fqdn on the CLI if SRV resolution is enabled
- BUG/MEDIUM: server/cli: Fix ABBA deadlock when fqdn is set from the CLI
- MINOR: resolvers: Clean server in a dedicated function when removing a SRV item
- MINOR: resolvers: Remove server from named_servers tree when removing a SRV item
- BUG/MEDIUM: resolvers: Add a task on servers to check SRV resolution status
- BUG/MINOR: resolvers: Use resolver's lock in resolv_srvrq_expire_task()
- BUG/MINOR: server/cli: Fix locking in function processing "set server" command
- BUG/MINOR: cache: Correctly handle existing-but-empty 'accept-encoding' header
- BUG/MAJOR: server: fix deadlock when changing maxconn via agent-check
- REGTESTS: fix maxconn update with agent-check
- MINOR: tcp-act: Add set-src/set-src-port for "tcp-request content" rules
- DOC: config: Add missing actions in "tcp-request session" documentation
- CLEANUP: dns: Remove a forgotten debug message
- BUG/MINOR: resolvers: Always attach server on matching record on resolution
- BUG/MINOR: resolvers: Reset server IP when no ip is found in the response
- MINOR: resolvers: Reset server IP on error in resolv_get_ip_from_response()
- BUG/MINOR: checks: return correct error code for srv_parse_agent_check
- BUILD: Makefile: fix linkage for Haiku.
- BUG/MINOR: tcpcheck: Fix numbering of implicit HTTP send/expect rules
- BUG/MINOR: mqtt: Fix parser for string with more than 127 characters
- BUG/MINOR: mqtt: Support empty client ID in CONNECT message
- BUG/MEDIUM: resolvers: Make 1st server of a template take part to SRV resolution
- DOC: config: use CREATE USER for mysql-check
- BUG/MINOR: stick-table: fix several printf sign errors dumping tables
- BUG/MINOR: peers: fix data_type bit computation more than 32 data_types
- DOC: stick-table: add missing documentation about gpt0 stored type
- BUG/MEDIUM: sock: make sure to never miss early connection failures
- BUG/MINOR: cli: fix server name output in "show fd"
- Revert "MINOR: tcp-act: Add set-src/set-src-port for "tcp-request content" rules"
- MINOR: http: implement http_get_scheme
- MEDIUM: http: implement scheme-based normalization
- MEDIUM: h1-htx: apply scheme-based normalization on h1 requests
- MEDIUM: h2: apply scheme-based normalization on h2 requests
- REGTESTS: add http scheme-based normalization test


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/net/haproxy/Makefile
cvs rdiff -u -r1.72 -r1.73 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.79 pkgsrc/net/haproxy/Makefile:1.80
--- pkgsrc/net/haproxy/Makefile:1.79    Thu Jun 24 09:32:52 2021
+++ pkgsrc/net/haproxy/Makefile Thu Jul  8 12:24:37 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.79 2021/06/24 09:32:52 adam Exp $
+# $NetBSD: Makefile,v 1.80 2021/07/08 12:24:37 adam Exp $
 
-DISTNAME=      haproxy-2.4.1
+DISTNAME=      haproxy-2.4.2
 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.72 pkgsrc/net/haproxy/distinfo:1.73
--- pkgsrc/net/haproxy/distinfo:1.72    Thu Jun 24 09:32:52 2021
+++ pkgsrc/net/haproxy/distinfo Thu Jul  8 12:24:37 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.72 2021/06/24 09:32:52 adam Exp $
+$NetBSD: distinfo,v 1.73 2021/07/08 12:24:37 adam Exp $
 
-SHA1 (haproxy-2.4.1.tar.gz) = a5d5b6edcbfc2bcdfe98aaf7bb74d284187bb15d
-RMD160 (haproxy-2.4.1.tar.gz) = c258712bc4754282b9897d99ecb2ef935602eb39
-SHA512 (haproxy-2.4.1.tar.gz) = 6251f0ac77b7bceb349a174faff003bbe621490e5380dcdcd06bf712e13e0c94fd08a3651a62e68c862978031ca2fc9ac8432ea4c6062bb1c718db697030de9d
-Size (haproxy-2.4.1.tar.gz) = 3575591 bytes
+SHA1 (haproxy-2.4.2.tar.gz) = 50d94652e50b0e695f789fc6c102bd4f4e4e7535
+RMD160 (haproxy-2.4.2.tar.gz) = 4773cf1cb811b4a6f3e0b53fa977b125ecbeb28c
+SHA512 (haproxy-2.4.2.tar.gz) = 8dc6386e0e0bf7ceed8b6c23ad2d608f6c59777c5ab9731e6bdd13883a31ec5faeee2ceb683589357c028a10c9fbe0a0247baff6825cd5b95e6c82cbe358e4d1
+Size (haproxy-2.4.2.tar.gz) = 3579220 bytes
 SHA1 (patch-Makefile) = fcb2de85189526ae42ccf0b789789ee9b834f375
 SHA1 (patch-src_cli.c) = 4bc5cf0116df121ac4c3c38b8f962c3a62d536e5
 SHA1 (patch-src_haproxy.c) = a466acb853b5018b70571d0a03b9d28ed9245d06



Home | Main Index | Thread Index | Old Index