Сравнение kea-3.0.2-r2 с kea-3.0.3
| /usr/portage/net-misc/kea/kea-3.0.3.ebuild 2026-06-10 19:17:07.223657942 +0300 | ||
|---|---|---|
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| 5 | 5 | |
| 6 |
PATCHSET=${P}-patchset
|
|
| 6 |
PATCHSET=kea-3.0.2-patchset |
|
| 7 | 7 |
PYTHON_COMPAT=( python3_{11..14} )
|
| 8 | 8 |
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/isc.asc |
| 9 | 9 |
inherit eapi9-ver flag-o-matic meson python-r1 systemd tmpfiles |
| ... | ... | |
| 27 | 27 | |
| 28 | 28 |
LICENSE="MPL-2.0" |
| 29 | 29 |
SLOT="0" |
| 30 |
IUSE="debug doc kerberos mysql +openssl postgres shell test" |
|
| 30 |
IUSE="debug doc kerberos mysql +openssl postgres selinux shell test" |
|
| 31 | 31 | |
| 32 | 32 |
REQUIRED_USE="shell? ( ${PYTHON_REQUIRED_USE} )"
|
| 33 | 33 |
RESTRICT="!test? ( test )" |
| ... | ... | |
| 53 | 53 |
RDEPEND="${COMMON_DEPEND}
|
| 54 | 54 |
acct-group/dhcp |
| 55 | 55 |
acct-user/dhcp |
| 56 |
selinux? ( sec-policy/selinux-dhcp ) |
|
| 56 | 57 |
" |
| 57 | 58 |
BDEPEND=" |
| 58 | 59 |
${PYTHON_DEPS}
|
| ... | ... | |
| 272 | 273 | |
| 273 | 274 |
# A side effect of using install_umask 023 in meson setup is setting config files to be world readable |
| 274 | 275 |
# lets not do that |
| 275 |
fperms -R 0640 /etc/${PN}
|
|
| 276 |
fperms -R 0750 /etc/${PN}
|
|
| 277 |
chmod 0640 "${ED}"/etc/${PN}/*.conf || die
|
|
| 276 | 278 | |
| 277 | 279 |
# Install a conf per service and a linked init script per service |
| 278 | 280 |
newinitd "${FILESDIR}"/${PN}-initd-r3 ${PN}
|