Diff squid-5.7-r1 with a squid-5.8
/usr/portage/net-proxy/squid/squid-5.8.ebuild 2023-10-09 14:52:34.756368483 +0300 | ||
---|---|---|
21 | 21 | |
22 | 22 |
LICENSE="GPL-2" |
23 | 23 |
SLOT="0" |
24 |
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~sparc x86" |
|
24 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" |
|
25 | 25 |
IUSE="caps gnutls pam ldap samba sasl kerberos nis radius ssl snmp selinux logrotate test ecap" |
26 |
IUSE+=" esi ssl-crtd mysql postgres sqlite systemd perl qos tproxy +htcp +wccp +wccpv2" |
|
26 |
IUSE+=" esi ssl-crtd mysql postgres sqlite systemd perl qos tproxy +htcp valgrind +wccp +wccpv2" |
|
27 | 27 |
RESTRICT="!test? ( test )" |
28 |
REQUIRED_USE="tproxy? ( caps ) qos? ( caps )" |
|
28 |
REQUIRED_USE="tproxy? ( caps ) qos? ( caps ) ssl-crtd? ( ssl )" |
|
29 | 29 | |
30 | 30 |
DEPEND=" |
31 | 31 |
acct-group/squid |
... | ... | |
67 | 67 |
selinux? ( sec-policy/selinux-squid ) |
68 | 68 |
sqlite? ( dev-perl/DBD-SQLite ) |
69 | 69 |
" |
70 |
DEPEND+=" valgrind? ( dev-util/valgrind )" |
|
70 | 71 |
BDEPEND=" |
71 | 72 |
dev-lang/perl |
72 | 73 |
ecap? ( virtual/pkgconfig ) |
... | ... | |
167 | 168 |
$(use_enable esi expat) |
168 | 169 |
$(use_enable esi libxml2) |
169 | 170 |
$(use_enable htcp) |
171 |
$(use_with valgrind valgrind-debug) |
|
170 | 172 |
$(use_enable wccp) |
171 | 173 |
$(use_enable wccpv2) |
172 | 174 |
) |
... | ... | |
343 | 345 |
fi |
344 | 346 | |
345 | 347 |
newconfd "${FILESDIR}"/squid.confd-r2 squid |
346 |
newinitd "${FILESDIR}"/squid.initd-r5 squid |
|
348 |
newinitd "${FILESDIR}"/squid.initd-r6 squid |
|
347 | 349 | |
348 | 350 |
if use logrotate ; then |
349 | 351 |
insinto /etc/logrotate.d |