From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/rtsp-conntrack/
Date: Wed, 31 May 2023 00:18:57 +0000 (UTC) [thread overview]
Message-ID: <1685492299.2a4aca8f5798c0068b593c591f3bf09b786e7355.ionen@gentoo> (raw)
commit: 2a4aca8f5798c0068b593c591f3bf09b786e7355
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue May 30 23:50:44 2023 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed May 31 00:18:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a4aca8f
net-firewall/rtsp-conntrack: EAPI7->8, migrate to linux-mod-r1
The modulesd .conf are lost but they did not seem useful,
users can make their own or keep the old if modified
(does nothing by default, just a template).
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
.../rtsp-conntrack/rtsp-conntrack-5.3-r1.ebuild | 27 ++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/net-firewall/rtsp-conntrack/rtsp-conntrack-5.3-r1.ebuild b/net-firewall/rtsp-conntrack/rtsp-conntrack-5.3-r1.ebuild
new file mode 100644
index 000000000000..501856d25c2c
--- /dev/null
+++ b/net-firewall/rtsp-conntrack/rtsp-conntrack-5.3-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit linux-mod-r1
+
+DESCRIPTION="RTSP conntrack module for Netfilter"
+HOMEPAGE="http://mike.it-loops.com/rtsp"
+SRC_URI="https://github.com/maru-sama/rtsp-linux/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/rtsp-linux-${PV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+CONFIG_CHECK="NF_CONNTRACK"
+
+src_compile() {
+ local modlist=(
+ nf_conntrack_rtsp=net/netfilter:::all
+ nf_nat_rtsp=net/ipv4/netfilter:::all
+ )
+ local modargs=( KERNELDIR="${KV_OUT_DIR}" )
+
+ linux-mod-r1_src_compile
+}
next reply other threads:[~2023-05-31 0:19 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-31 0:18 Ionen Wolkens [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-30 10:19 [gentoo-commits] repo/gentoo:master commit in: net-firewall/rtsp-conntrack/ Petr Vaněk
2024-10-26 6:02 Joonas Niilola
2024-10-25 11:26 Arthur Zamarin
2024-09-16 7:47 Petr Vaněk
2024-09-16 7:47 Petr Vaněk
2023-07-15 6:27 Joonas Niilola
2023-07-14 16:51 Arthur Zamarin
2023-06-01 0:50 Ionen Wolkens
2023-02-14 11:19 Sergey Popov
2021-05-08 12:47 Sergey Popov
2021-01-15 13:02 Sergey Popov
2021-01-15 13:02 Sergey Popov
2020-08-08 12:18 Mikle Kolyada
2018-09-21 12:20 Thomas Deutschmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1685492299.2a4aca8f5798c0068b593c591f3bf09b786e7355.ionen@gentoo \
--to=ionen@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox