Сравнение radvd-2.19-r5 с radvd-2.20
/usr/portage/net-misc/radvd/radvd-2.20.ebuild 2025-07-29 16:22:17.288467561 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2024 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 |
... | ... | |
6 | 6 |
inherit autotools readme.gentoo-r1 systemd toolchain-funcs |
7 | 7 | |
8 | 8 |
DESCRIPTION="Linux IPv6 Router Advertisement Daemon" |
9 |
HOMEPAGE="https://radvd.litech.org/" |
|
10 |
SRC_URI="https://v6web.litech.org/radvd/dist/${P}.tar.xz" |
|
9 |
HOMEPAGE="https://radvd-project.github.io/" |
|
10 |
SRC_URI="https://github.com/radvd-project/radvd/releases/download/v${PV}/${P}.tar.xz" |
|
11 | 11 | |
12 | 12 |
LICENSE="BSD" |
13 | 13 |
SLOT="0" |
... | ... | |
23 | 23 |
RDEPEND=" |
24 | 24 |
acct-group/radvd |
25 | 25 |
acct-user/radvd |
26 |
dev-libs/libbsd |
|
26 | 27 |
selinux? ( sec-policy/selinux-radvd )" |
27 | 28 | |
28 | 29 |
PATCHES=( |
29 |
"${FILESDIR}"/${P}-musl-include.patch |
|
30 |
"${FILESDIR}"/${P}-clang16.patch |
|
31 | 30 |
) |
32 | 31 | |
33 | 32 |
src_prepare() { |
... | ... | |
55 | 54 |
default |
56 | 55 |
dodoc radvd.conf.example |
57 | 56 | |
58 |
newinitd "${FILESDIR}"/${PN}-2.15.init ${PN} |
|
57 |
newinitd "${FILESDIR}"/${PN}-2.19.init ${PN} |
|
59 | 58 |
newconfd "${FILESDIR}"/${PN}.conf ${PN} |
60 | 59 | |
61 | 60 |
systemd_dounit "${FILESDIR}"/${PN}.service |