Сравнение dnssec-root-20181220-r1 с dnssec-root-20210902
/usr/portage/net-dns/dnssec-root/dnssec-root-20210902.ebuild 2023-10-09 14:52:33.360368448 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI="7" |
5 | 5 | |
6 | 6 |
DESCRIPTION="The DNSSEC root key(s)" |
7 | 7 |
HOMEPAGE="https://www.iana.org/dnssec/" |
8 |
# check https://data.iana.org/root-anchors/ foro updates! |
|
8 | 9 |
SRC_URI="https://data.iana.org/root-anchors/root-anchors.xml -> root-anchors-${PV}.xml |
9 | 10 |
https://data.iana.org/root-anchors/root-anchors.p7s -> root-anchors-${PV}.p7s |
10 | 11 |
https://data.iana.org/root-anchors/icannbundle.pem -> icannbundle-${PV}.pem" |
11 | 12 | |
12 | 13 |
LICENSE="public-domain" |
13 | 14 |
SLOT="0" |
14 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" |
|
15 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" |
|
15 | 16 |
IUSE="" |
16 | 17 | |
17 | 18 |
BDEPEND=">=dev-perl/XML-XPath-1.420.0" |