net/haproxy: update to 3.2.1

Lots of things in this new LTS branch. Changes:
https://www.haproxy.org/download/3.2/src/CHANGELOG

ok tb
This commit is contained in:
lucas
2025-06-23 12:19:59 +00:00
parent 0f8ac8ed3d
commit 2f575a97dd
4 changed files with 25 additions and 16 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
COMMENT = reliable, high performance TCP/HTTP load balancer
DISTNAME = haproxy-3.0.10
DISTNAME = haproxy-3.2.1
CATEGORIES = net www
HOMEPAGE = https://www.haproxy.org/
MAINTAINER = Lucas Gabriel Vuotto <lucas@sexy.is>
@@ -12,7 +12,7 @@ WANTLIB += c crypto pcre2-8 pcre2-posix pthread ssl z
DEBUG_PACKAGES = ${BUILD_PACKAGES}
SITES = ${HOMEPAGE}/download/3.0/src/
SITES = ${HOMEPAGE}/download/3.2/src/
USE_GMAKE = Yes
MAKE_FLAGS += CPU_CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (haproxy-3.0.10.tar.gz) = 0VCGcLb9WDnGaaCpFoQvDT09C1eLs1Gip0od49kpziY=
SIZE (haproxy-3.0.10.tar.gz) = 4734325
SHA256 (haproxy-3.2.1.tar.gz) = uz+Wenl8iFHQhoPsQ9+v5K179a2G+msHIcrQM+qeWuU=
SIZE (haproxy-3.2.1.tar.gz) = 5091394
+18 -11
View File
@@ -1,23 +1,30 @@
global
log 127.0.0.1 local0 debug
maxconn 1024
log 127.0.0.1 local0 debug
maxconn 1024
chroot /var/haproxy
user _haproxy
group _haproxy
daemon
pidfile /var/run/haproxy.pid
pidfile /var/run/haproxy.pid
defaults
log global
mode http
option httplog
option dontlognull
option redispatch
retries 3
maxconn 2000
log global
mode http
option httplog
option dontlognull
option redispatch
retries 3
maxconn 2000
#crt-store main
# crt-base /etc/ssl/
# key-base /etc/ssl/private/
# load crt "example.com.fullchain.pem" key "example.com.key" alias "example.com"
frontend haproxy
bind *:80
bind ipv4@:80,ipv6@:80
#bind ipv4@:443,ipv6@:443 ssl
#ssl-f-use crt "@main/example.com"
default_backend httpd
backend httpd
+3 -1
View File
@@ -11,7 +11,6 @@ share/doc/haproxy/DeviceAtlas-device-detection.txt
share/doc/haproxy/SOCKS4.protocol.txt
share/doc/haproxy/SPOE.txt
share/doc/haproxy/WURFL-device-detection.txt
share/doc/haproxy/architecture.txt
share/doc/haproxy/configuration.txt
share/doc/haproxy/cookie-options.txt
share/doc/haproxy/intro.txt
@@ -28,10 +27,13 @@ share/doc/haproxy/seamless_reload.txt
share/examples/haproxy/
share/examples/haproxy/basic-config-edge.cfg
share/examples/haproxy/content-sw-sample.cfg
share/examples/haproxy/games.cfg
share/examples/haproxy/haproxy.cfg
@sample ${SYSCONFDIR}/haproxy/haproxy.cfg
share/examples/haproxy/mptcp.cfg
share/examples/haproxy/option-http_proxy.cfg
share/examples/haproxy/quick-test.cfg
share/examples/haproxy/socks4.cfg
share/examples/haproxy/traces.cfg
share/examples/haproxy/transparent_proxy.cfg
share/examples/haproxy/wurfl-example.cfg