Сравнение iptables-1.8.8-r5 с iptables-1.8.9
/usr/portage/net-firewall/iptables/iptables-1.8.9.ebuild 2023-10-09 14:52:33.380368448 +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=8 |
... | ... | |
7 | 7 | |
8 | 8 |
DESCRIPTION="Linux kernel (2.4+) firewall, NAT and packet mangling tools" |
9 | 9 |
HOMEPAGE="https://www.netfilter.org/projects/iptables/" |
10 |
SRC_URI="https://www.netfilter.org/projects/iptables/files/${P}.tar.bz2" |
|
10 |
SRC_URI="https://www.netfilter.org/projects/iptables/files/${P}.tar.xz" |
|
11 | 11 | |
12 | 12 |
LICENSE="GPL-2" |
13 | 13 |
# Subslot reflects PV when libxtables and/or libip*tc was changed |
... | ... | |
46 | 46 |
IDEPEND=">=app-eselect/eselect-iptables-20220320" |
47 | 47 | |
48 | 48 |
PATCHES=( |
49 |
"${FILESDIR}/iptables-1.8.4-no-symlinks.patch" |
|
50 |
"${FILESDIR}/iptables-1.8.2-link.patch" |
|
51 | ||
52 |
"${FILESDIR}/${P}-format-security.patch" |
|
53 |
"${FILESDIR}/${P}-uint-musl.patch" |
|
54 |
"${FILESDIR}/${P}-musl-headers.patch" |
|
55 |
"${FILESDIR}/${P}-out-of-tree-build.patch" |
|
49 |
"${FILESDIR}"/${PN}-1.8.4-no-symlinks.patch |
|
50 |
"${FILESDIR}"/${P}-format-security.patch |
|
56 | 51 |
) |
57 | 52 | |
58 | 53 |
src_prepare() { |
... | ... | |
102 | 97 |
# https://bugs.gentoo.org/881295 |
103 | 98 |
rm "${ED}/usr/bin/iptables-xml" || die |
104 | 99 | |
105 |
dodoc INCOMPATIBILITIES iptables/iptables.xslt |
|
100 |
dodoc iptables/iptables.xslt |
|
106 | 101 | |
107 | 102 |
# All the iptables binaries are in /sbin, so might as well |
108 | 103 |
# put these small files in with them |