Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/nftables/
Date: Tue, 31 May 2022 22:25:12
Message-Id: 1654035890.9b414a68ec09718eea2cb5c73e001bb3efa15197.chutzpah@gentoo
1 commit: 9b414a68ec09718eea2cb5c73e001bb3efa15197
2 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 31 22:24:50 2022 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 22:24:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b414a68
7
8 net-firewall/nftables: add 1.0.3
9
10 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
11
12 net-firewall/nftables/Manifest | 2 +
13 net-firewall/nftables/nftables-1.0.3.ebuild | 185 ++++++++++++++++++++++++++++
14 2 files changed, 187 insertions(+)
15
16 diff --git a/net-firewall/nftables/Manifest b/net-firewall/nftables/Manifest
17 index a4a06b4bf72b..3435a1a543d2 100644
18 --- a/net-firewall/nftables/Manifest
19 +++ b/net-firewall/nftables/Manifest
20 @@ -2,3 +2,5 @@ DIST nftables-1.0.1.tar.bz2 954586 BLAKE2B e406699c96b98495f1b6deeab0233873ce20b
21 DIST nftables-1.0.1.tar.bz2.sig 566 BLAKE2B d504987b16b7a8676586ecb3a1ce9588bff972ca54bbb3ce3b0db5288f1fd981e529dccea009bd01a3a96e5199a034956bd43cdeaba67847239a88d458f43f8a SHA512 0884098ceabe7b070e146e47292afd8c80188ea595eaeaadb228307f502dae4a43bf801dea2a25519eaef3c96d567daf40e45c37fabb58db1b2256eb8f256cb0
22 DIST nftables-1.0.2.tar.bz2 970781 BLAKE2B 650ae6badb574ff3628d21c8aa99f81e73932dd172b3569618696100bf3853b9a108bf0296dcf9d615ae7c0fbec84b48266299b62cf755d181d19c626f8a3cd4 SHA512 560d23c6e369eafd7b354d29fe73d46154e4a74dec000178c1aea47751fe535d20c4e6bbecd3955eb2b327c7a60b1269e5c6dc5781498546b639fa2d1367a9ca
23 DIST nftables-1.0.2.tar.bz2.sig 566 BLAKE2B 5b7a20b28c274a950b718e2e14313772707b6bdc3f4519f747350593c1eb3bfbcf8c5dd9ae7d5aa0488c5cde9af8b58e05349c75e8a8246c5634303a331f9d98 SHA512 9be59d771833ac315fd52cffe7074ed9d49fbf592aec8d94500bbc7cc1f44dcb54b3815c46831a5e7e4c4770901cbdd6b8ffc5aa8d8cb7e064ec1c8453d890f1
24 +DIST nftables-1.0.3.tar.bz2 978270 BLAKE2B f0410805e47679749a7e157e76834ee977bda53042a3c9fa34052778613c25bfc944257f6e51a94c9981cacbe28fb82ec8e3b82a2e1e34865b1412890138bfb0 SHA512 83252c0275f20243065c4d77dfca4ab2b70b4042c9491fb3323eb60c96f9a6e0d69699a641457f3d629d078269ba62ce766ffdb2ad79c64bd54ad11943819900
25 +DIST nftables-1.0.3.tar.bz2.sig 566 BLAKE2B 8cf74954708c827e16932c58481981838b129f598f760a457fc2ab503500dfdf4de42f671d07e7920a028d2489f8a96a14bf8698fa3a9ad9997ce3411d6be0fd SHA512 f8a4acc6cf0a844720cf4bf2808b0c6a103f81f54d90cf155bd2c86938d997dc92d405b94eb91b725edeb8e76ef23c6ec318f067b30b2049fbef765230020ff2
26
27 diff --git a/net-firewall/nftables/nftables-1.0.3.ebuild b/net-firewall/nftables/nftables-1.0.3.ebuild
28 new file mode 100644
29 index 000000000000..cdfe5fdcf824
30 --- /dev/null
31 +++ b/net-firewall/nftables/nftables-1.0.3.ebuild
32 @@ -0,0 +1,185 @@
33 +# Copyright 1999-2022 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +PYTHON_COMPAT=( python3_{8..11} )
39 +DISTUTILS_OPTIONAL=1
40 +inherit autotools linux-info distutils-r1 systemd verify-sig
41 +
42 +DESCRIPTION="Linux kernel (3.13+) firewall, NAT and packet mangling tools"
43 +HOMEPAGE="https://netfilter.org/projects/nftables/"
44 +
45 +if [[ ${PV} =~ ^[9]{4,}$ ]]; then
46 + inherit git-r3
47 + EGIT_REPO_URI="https://git.netfilter.org/${PN}"
48 +
49 + BDEPEND="
50 + sys-devel/bison
51 + sys-devel/flex
52 + "
53 +else
54 + SRC_URI="https://netfilter.org/projects/nftables/files/${P}.tar.bz2
55 + verify-sig? ( https://netfilter.org/projects/nftables/files/${P}.tar.bz2.sig )"
56 + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
57 + VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/netfilter.org.asc
58 + BDEPEND+="verify-sig? ( sec-keys/openpgp-keys-netfilter )"
59 +fi
60 +
61 +LICENSE="GPL-2"
62 +SLOT="0/1"
63 +IUSE="debug doc +gmp json libedit +modern-kernel python +readline static-libs xtables"
64 +
65 +RDEPEND="
66 + >=net-libs/libmnl-1.0.4:0=
67 + >=net-libs/libnftnl-1.2.1:0=
68 + gmp? ( dev-libs/gmp:= )
69 + json? ( dev-libs/jansson:= )
70 + python? ( ${PYTHON_DEPS} )
71 + readline? ( sys-libs/readline:= )
72 + xtables? ( >=net-firewall/iptables-1.6.1:= )
73 +"
74 +
75 +DEPEND="${RDEPEND}"
76 +
77 +BDEPEND+="
78 + doc? (
79 + app-text/asciidoc
80 + >=app-text/docbook2X-0.8.8-r4
81 + )
82 + virtual/pkgconfig
83 +"
84 +
85 +REQUIRED_USE="
86 + python? ( ${PYTHON_REQUIRED_USE} )
87 + libedit? ( !readline )
88 +"
89 +
90 +pkg_setup() {
91 + if kernel_is ge 3 13; then
92 + if use modern-kernel && kernel_is lt 3 18; then
93 + eerror "The modern-kernel USE flag requires kernel version 3.18 or newer to work properly."
94 + fi
95 + CONFIG_CHECK="~NF_TABLES"
96 + linux-info_pkg_setup
97 + else
98 + eerror "This package requires kernel version 3.13 or newer to work properly."
99 + fi
100 +}
101 +
102 +src_prepare() {
103 + default
104 +
105 + # fix installation path for doc stuff
106 + sed '/^pkgsysconfdir/s@${sysconfdir}.*$@${docdir}/skels@' \
107 + -i files/nftables/Makefile.am || die
108 + sed '/^pkgsysconfdir/s@${sysconfdir}.*$@${docdir}/skels/osf@' \
109 + -i files/osf/Makefile.am || die
110 +
111 + eautoreconf
112 +
113 + if use python; then
114 + pushd py >/dev/null || die
115 + distutils-r1_src_prepare
116 + popd >/dev/null || die
117 + fi
118 +}
119 +
120 +src_configure() {
121 + local myeconfargs=(
122 + # We handle python separately
123 + --disable-python
124 + --disable-static
125 + --sbindir="${EPREFIX}"/sbin
126 + $(use_enable debug)
127 + $(use_enable doc man-doc)
128 + $(use_with !gmp mini_gmp)
129 + $(use_with json)
130 + $(use_with libedit cli editline)
131 + $(use_with readline cli readline)
132 + $(use_enable static-libs static)
133 + $(use_with xtables)
134 + )
135 + econf "${myeconfargs[@]}"
136 +
137 + if use python; then
138 + pushd py >/dev/null || die
139 + distutils-r1_src_configure
140 + popd >/dev/null || die
141 + fi
142 +}
143 +
144 +src_compile() {
145 + default
146 +
147 + if use python; then
148 + pushd py >/dev/null || die
149 + distutils-r1_src_compile
150 + popd >/dev/null || die
151 + fi
152 +}
153 +
154 +src_install() {
155 + default
156 +
157 + if ! use doc && [[ ! ${PV} =~ ^[9]{4,}$ ]]; then
158 + pushd doc >/dev/null || die
159 + doman *.?
160 + popd >/dev/null || die
161 + fi
162 +
163 + local mksuffix="$(usex modern-kernel '-mk' '')"
164 +
165 + exeinto /usr/libexec/${PN}
166 + newexe "${FILESDIR}"/libexec/${PN}${mksuffix}.sh ${PN}.sh
167 + newconfd "${FILESDIR}"/${PN}${mksuffix}.confd ${PN}
168 + newinitd "${FILESDIR}"/${PN}${mksuffix}.init-r1 ${PN}
169 + keepdir /var/lib/nftables
170 +
171 + systemd_dounit "${FILESDIR}"/systemd/${PN}-restore.service
172 +
173 + if use python ; then
174 + pushd py >/dev/null || die
175 + distutils-r1_src_install
176 + popd >/dev/null || die
177 + fi
178 +
179 + find "${ED}" -type f -name "*.la" -delete || die
180 +}
181 +
182 +pkg_postinst() {
183 + local save_file
184 + save_file="${EROOT}/var/lib/nftables/rules-save"
185 +
186 + # In order for the nftables-restore systemd service to start
187 + # the save_file must exist.
188 + if [[ ! -f "${save_file}" ]]; then
189 + ( umask 177; touch "${save_file}" )
190 + elif [[ $(( "$( stat --printf '%05a' "${save_file}" )" & 07177 )) -ne 0 ]]; then
191 + ewarn "Your system has dangerous permissions for ${save_file}"
192 + ewarn "It is probably affected by bug #691326."
193 + ewarn "You may need to fix the permissions of the file. To do so,"
194 + ewarn "you can run the command in the line below as root."
195 + ewarn " 'chmod 600 \"${save_file}\"'"
196 + fi
197 +
198 + if has_version 'sys-apps/systemd'; then
199 + elog "If you wish to enable the firewall rules on boot (on systemd) you"
200 + elog "will need to enable the nftables-restore service."
201 + elog " 'systemctl enable ${PN}-restore.service'"
202 + elog
203 + elog "If you are creating firewall rules before the next system restart"
204 + elog "the nftables-restore service must be manually started in order to"
205 + elog "save those rules on shutdown."
206 + fi
207 + if has_version 'sys-apps/openrc'; then
208 + elog "If you wish to enable the firewall rules on boot (on openrc) you"
209 + elog "will need to enable the nftables service."
210 + elog " 'rc-update add ${PN} default'"
211 + elog
212 + elog "If you are creating or updating the firewall rules and wish to save"
213 + elog "them to be loaded on the next restart, use the \"save\" functionality"
214 + elog "in the init script."
215 + elog " 'rc-service ${PN} save'"
216 + fi
217 +}