haproxy: updated to 2.3.2
2.3.2 - BUILD: http-htx: fix build warning regarding long type in printf - CLEANUP: cfgparse: remove duplicate registration for transparent build options - BUG/MEDIUM: filters: Forward all filtered data at the end of http filtering - BUG/MINOR: http-ana: Don't wait for the body of CONNECT requests - DOC: add missing 3.10 in the summary - BUG/MINOR: ssl: segv on startup when AKID but no keyid - BUG/MEDIUM: http-ana: Don't eval http-after-response ruleset on empty messages - BUG/MEDIUM: ssl/crt-list: bundle support broken in crt-list - BUG/MEDIUM: ssl: error when no certificate are found - BUG/MINOR: ssl/crt-list: load bundle in crt-list only if activated - BUG/MEDIUM: ssl/crt-list: fix error when no file found - BUILD: makefile: enable crypt(3) for OpenBSD - DOC: clarify how to create a fallback crt - CLEANUP: connection: do not use conn->owner when the session is known - BUG/MAJOR: connection: reset conn->owner when detaching from session list - BUG/MINOR: http_htx: Fix searching headers by substring - DOC: better describes how to configure a fallback crt - BUG/MAJOR: filters: Always keep all offsets up to date during data filtering - MEDIUM: cache: Change caching conditions - DOC: cache: Add new caching limitation information - REGTESTS: Add sample_fetches/cook.vtc - REGTESTS: converter: add url_dec test - MINOR: http_act: Add -m flag for del-header name matching method - BUILD: Make DEBUG part of .build_opts - BUILD: Show the value of DEBUG= in haproxy -vv - BUG/MEDIUM: http_act: Restore init of log-format list - BUG/MAJOR: peers: fix partial message decoding - DOC: better document the config file format and escaping/quoting rules - DOC: Clarify %HP description in log-format - BUG/MINOR: tcpcheck: Don't forget to reset tcp-check flags on new kind of check - MINOR: tcpcheck: Don't handle anymore in-progress send rules in tcpcheck_main - BUG/MAJOR: tcpcheck: Allocate input and output buffers from the buffer pool - DOC: config: Move req.hdrs and req.hdrs_bin in L7 samples fetches section - BUG/MINOR: http-fetch: Fix smp_fetch_body() when called from a health-check 2.3.1 - BUG/MINOR: ssl: don't report 1024 bits DH param load error when it's higher - MINOR: http-htx: Add understandable errors for the errorfiles parsing - DOC: config: Fix a typo on ssl_c_chain_der - BUG/MEDIUM: ssl/crt-list: correctly insert crt-list line if crt already loaded - BUG/MINOR: pattern: a sample marked as const could be written - BUG/MINOR: lua: set buffer size during map lookups - BUG/MINOR: stats: free dynamically stats fields/lines on shutdown - BUG/MINOR: peers: Do not ignore a protocol error for dictionary entries. - BUG/MINOR: peers: Missing TX cache entries reset. - BUG/MEDIUM: peers: fix decoding of multi-byte length in stick-table messages - BUG/MINOR: http-fetch: Extract cookie value even when no cookie name - BUG/MINOR: http-fetch: Fix calls w/o parentheses of the cookie sample fetches - BUG/MEDIUM: check: reuse srv proto only if using same mode - MINOR: check: report error on incompatible proto - MINOR: check: report error on incompatible connect proto - BUG/MINOR: http-htx: Handle warnings when parsing http-error and http-errors - BUG/MAJOR: spoe: Be sure to remove all references on a released spoe applet - MINOR: spoe: Don't close connection in sync mode on processing timeout - BUG/MINOR: tcpcheck: Don't warn on unused rules if check option is after - MINOR: init: Fix the prototype for per-thread free callbacks - MINOR: config/mux-h2: Return ERR_ flags from init_h2() instead of a status - MINOR: cfgparse: tighten the scope of newnameserver variable, free it on error. - REGTEST: ssl: test wildcard and multi-type + exclusions - REGTEST: ssl: mark reg-tests/ssl/ssl_crt-list_filters.vtc as broken - MINOR: peers: Add traces to peer_treat_updatemsg(). - REGTEST: make ssl_client_samples and ssl_server_samples require to 2.2 2.3.0 - CLEANUP: pattern: remove unused entry "tree" in pattern.val - BUILD: ssl: use SSL_CTRL_GET_RAW_CIPHERLIST instead of OpenSSL versions - BUG/MEDIUM: filters: Don't try to init filters for disabled proxies - BUG/MINOR: proxy/server: Skip per-proxy/server post-check for disabled proxies - BUG/MINOR: checks: Report a socket error before any connection attempt - BUG/MINOR: server: Set server without addr but with dns in RMAINT on startup - MINOR: server: Copy configuration file and line for server templates - BUG/MEDIUM: mux-pt: Release the tasklet during an HTTP upgrade - BUILD: ssl: use HAVE_OPENSSL_KEYLOG instead of OpenSSL versions - MINOR: debug: don't count free(NULL) in memstats - BUG/MINOR: filters: Skip disabled proxies during startup only - MINOR: mux_h2: capitalize frame type in stats - MINOR: mux_h2: add stat for total count of connections/streams - MINOR: stats: do not display empty stat module title on html - BUG/MEDIUM: stick-table: limit the time spent purging old entries - BUG/MEDIUM: listener: only enable a listening listener if needed - BUG/MEDIUM: listener: never suspend inherited sockets - BUG/MEDIUM: listener: make the master also keep workers' inherited FDs - MINOR: fd: add fd_want_recv_safe() - MEDIUM: listeners: make use of fd_want_recv_safe() to enable early receivers - REGTESTS: mark abns_socket as working now - CLEANUP: mux-h2: Remove the h1 parser state from the h2 stream - MINOR: sock: add a check against cross worker<->master socket activities - CI: github actions: limit OpenSSL no-deprecated builds to "default,bug,devel" reg-tests - BUG/MEDIUM: server: make it possible to kill last idle connections - MINOR: mworker/cli: the master CLI use its own applet - MINOR: ssl: define SSL_CTX_set1_curves_list to itself on BoringSSL - BUILD: ssl: use feature macros for detecting ec curves manipulation support - DOC: Add dns as an available domain to show stat - BUILD: makefile: usual reorder of objects for faster builds - DOC: update INSTALL to mention that TCC is supported - DOC: mention in INSTALL that haproxy 2.3 is a stable version - MINOR: version: mention that it's stable now
This commit is contained in:
parent
87f23cbf84
commit
b4fb76c537
3 changed files with 14 additions and 14 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.68 2020/10/09 08:20:45 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.69 2020/12/06 11:22:52 adam Exp $
|
||||
|
||||
DISTNAME= haproxy-2.2.4
|
||||
DISTNAME= haproxy-2.3.2
|
||||
CATEGORIES= net www
|
||||
MASTER_SITES= https://www.haproxy.org/download/${PKGVERSION_NOREV:R}/src/
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
$NetBSD: distinfo,v 1.61 2020/10/09 08:20:45 adam Exp $
|
||||
$NetBSD: distinfo,v 1.62 2020/12/06 11:22:53 adam Exp $
|
||||
|
||||
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 (haproxy-2.3.2.tar.gz) = 12de35c18989b92ec27ec560ab51ce40993c601d
|
||||
RMD160 (haproxy-2.3.2.tar.gz) = fb4c5fce40e3e428433a310800e1323fad9c2c49
|
||||
SHA512 (haproxy-2.3.2.tar.gz) = ffabf499781220f71fd99d7f66f3a77f310ef69735e5c7e714f976052122788c917593d5e665d3a60d687a3ff63579331fdc5816414a8b75c7c8573e0b286ed5
|
||||
Size (haproxy-2.3.2.tar.gz) = 2903983 bytes
|
||||
SHA1 (patch-Makefile) = fcb2de85189526ae42ccf0b789789ee9b834f375
|
||||
SHA1 (patch-src_cli.c) = 4bc5cf0116df121ac4c3c38b8f962c3a62d536e5
|
||||
SHA1 (patch-src_haproxy.c) = badb172013541087d84f03726ea928c6f5634dc3
|
||||
SHA1 (patch-src_proto__sockpair.c) = 1f2a318f3b7c74a191774f8bb3511c23401c10ef
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
$NetBSD: patch-Makefile,v 1.7 2019/08/03 20:37:19 morr Exp $
|
||||
$NetBSD: patch-Makefile,v 1.8 2020/12/06 11:22:53 adam Exp $
|
||||
|
||||
Do not hardcode _XOPEN_SOURCE.
|
||||
|
||||
--- Makefile.orig 2019-07-23 13:21:26.000000000 +0000
|
||||
--- Makefile.orig 2020-11-28 15:51:33.000000000 +0000
|
||||
+++ Makefile
|
||||
@@ -333,7 +333,7 @@ ifeq ($(TARGET),solaris)
|
||||
@@ -361,7 +361,7 @@ ifeq ($(TARGET),solaris)
|
||||
set_target_defaults = $(call default_opts, \
|
||||
USE_POLL USE_TPROXY USE_LIBCRYPT USE_CRYPT_H USE_GETADDRINFO USE_THREAD \
|
||||
USE_RT USE_OBSOLETE_LINKER USE_EVPORTS)
|
||||
USE_RT USE_OBSOLETE_LINKER USE_EVPORTS USE_CLOSEFROM)
|
||||
- TARGET_CFLAGS = -DFD_SETSIZE=65536 -D_REENTRANT -D_XOPEN_SOURCE=500 -D__EXTENSIONS__
|
||||
+ TARGET_CFLAGS = -DFD_SETSIZE=65536 -D_REENTRANT -D__EXTENSIONS__
|
||||
TARGET_LDFLAGS = -lnsl -lsocket
|
||||
endif
|
||||
|
||||
@@ -852,8 +852,8 @@ src/haproxy.o: src/haproxy.c $(DEP)
|
||||
@@ -924,8 +924,8 @@ src/haproxy.o: src/haproxy.c $(DEP)
|
||||
-c -o $@ $<
|
||||
|
||||
install-man:
|
||||
|
@ -24,7 +24,7 @@ Do not hardcode _XOPEN_SOURCE.
|
|||
|
||||
EXCLUDE_DOCUMENTATION = lgpl gpl coding-style
|
||||
DOCUMENTATION = $(filter-out $(EXCLUDE_DOCUMENTATION),$(patsubst doc/%.txt,%,$(wildcard doc/*.txt)))
|
||||
@@ -871,8 +871,8 @@ install-bin:
|
||||
@@ -943,8 +943,8 @@ install-bin:
|
||||
exit 1; \
|
||||
fi; \
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue