mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
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:
@@ -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}"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user