Сравнение haproxy-3.0.17 с haproxy-9999
| /usr/portage/net-proxy/haproxy/haproxy-9999.ebuild 2025-12-22 20:18:06.937556065 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2026 Gentoo Authors |
|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI="8" |
| ... | ... | |
| 33 | 33 | |
| 34 | 34 |
LICENSE="GPL-2 LGPL-2.1" |
| 35 | 35 |
SLOT="0/$(ver_cut 1-2)" |
| 36 |
IUSE="+crypt doc examples +slz +net_ns +pcre pcre-jit prometheus-exporter |
|
| 36 |
IUSE="+crypt doc examples +slz +net_ns +pcre pcre-jit prometheus-exporter quic |
|
| 37 | 37 |
ssl systemd test +threads tools zlib lua 51degrees wurfl" |
| 38 | 38 |
REQUIRED_USE="pcre-jit? ( pcre ) |
| 39 | 39 |
lua? ( ${LUA_REQUIRED_USE} )
|
| ... | ... | |
| 50 | 50 |
ssl? ( |
| 51 | 51 |
dev-libs/openssl:0= |
| 52 | 52 |
) |
| 53 |
quic? ( |
|
| 54 |
>=dev-libs/openssl-3.5.0:0= |
|
| 55 |
) |
|
| 53 | 56 |
systemd? ( sys-apps/systemd ) |
| 54 | 57 |
zlib? ( virtual/zlib:= ) |
| 55 | 58 |
lua? ( ${LUA_DEPS} )
|
| ... | ... | |
| 61 | 64 |
acct-group/haproxy |
| 62 | 65 |
acct-user/haproxy" |
| 63 | 66 | |
| 64 |
DOCS=( CHANGELOG CONTRIBUTING MAINTAINERS README ) |
|
| 67 |
DOCS=( CHANGELOG CONTRIBUTING MAINTAINERS ) |
|
| 65 | 68 |
EXTRAS=( admin/halog admin/iprange dev/tcploop dev/hpack ) |
| 66 | 69 | |
| 67 | 70 |
haproxy_use() {
|
| ... | ... | |
| 113 | 116 |
args+=( $(haproxy_use lua LUA) ) |
| 114 | 117 |
args+=( $(haproxy_use 51degrees 51DEGREES) ) |
| 115 | 118 |
args+=( $(haproxy_use wurfl WURFL) ) |
| 116 |
args+=( $(haproxy_use systemd SYSTEMD) ) |
|
| 117 | 119 |
args+=( $(haproxy_use prometheus-exporter PROMEX) ) |
| 120 |
args+=( $(haproxy_use quic QUIC) ) |
|
| 118 | 121 | |
| 119 | 122 |
# Bug #668002 |
| 120 | 123 |
if use ppc || use arm || use hppa; then |
| ... | ... | |
| 190 | 193 |
newbin dev/hpack/gen-enc haproxy_gen-enc |
| 191 | 194 |
newbin dev/hpack/decode haproxy_decode |
| 192 | 195 |
} |
| 196 | ||
| 197 |
dosbin admin/cli/haproxy-dump-certs |
|
| 198 |
dosbin admin/cli/haproxy-reload |
|
| 193 | 199 |
fi |
| 194 | 200 | |
| 195 | 201 |
if use examples ; then |