Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 376155 - net-firewall/rtsp-conntrack - RTSP conntrack module for Netfilter
Summary: net-firewall/rtsp-conntrack - RTSP conntrack module for Netfilter
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Sergey Popov
URL: http://mike.it-loops.com/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2011-07-24 00:25 UTC by Bertrand Jacquin
Modified: 2013-06-04 12:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
rtsp-conntrack-2.6.26.ebuild (rtsp-conntrack-2.6.26.ebuild,814 bytes, text/plain)
2011-07-24 00:26 UTC, Bertrand Jacquin
Details
rtsp-conntrack-2.6.36.ebuild (rtsp-conntrack-2.6.36.ebuild,825 bytes, text/plain)
2011-07-24 00:26 UTC, Bertrand Jacquin
Details
rtsp-conntrack-3.7.ebuild (rtsp-conntrack-3.7.ebuild,901 bytes, text/plain)
2013-06-04 06:28 UTC, Sergey Popov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bertrand Jacquin 2011-07-24 00:25:54 UTC
Here is two ebuilds for getting RTSP conntrack for netfilter

Reproducible: Always
Comment 1 Bertrand Jacquin 2011-07-24 00:26:32 UTC
Created attachment 280789 [details]
rtsp-conntrack-2.6.26.ebuild
Comment 2 Bertrand Jacquin 2011-07-24 00:26:43 UTC
Created attachment 280791 [details]
rtsp-conntrack-2.6.36.ebuild
Comment 3 Sergey Popov gentoo-dev 2013-06-04 06:28:21 UTC
Created attachment 350084 [details]
rtsp-conntrack-3.7.ebuild

Updated ebuild for rtsp-conntrack:

- EAPI 5, add epatch_user;
- check for kernel version in pkg_setup()

I will take this package...
Comment 4 Sergey Popov gentoo-dev 2013-06-04 09:56:15 UTC
+*rtsp-conntrack-3.7 (04 Jun 2013)
+
+  04 Jun 2013; Sergey Popov <pinkbyte@gentoo.org> +rtsp-conntrack-3.7.ebuild,
+  +metadata.xml:
+  Initial commit, wrt bug #376155
Comment 5 Bertrand Jacquin 2013-06-04 11:20:11 UTC
(In reply to Sergey Popov from comment #4)
> +*rtsp-conntrack-3.7 (04 Jun 2013)
> +
> +  04 Jun 2013; Sergey Popov <pinkbyte@gentoo.org>
> +rtsp-conntrack-3.7.ebuild,
> +  +metadata.xml:
> +  Initial commit, wrt bug #376155

Thanks Sergey ! What about adding MODULESD_NF_CONNTRACK_RTSP_DOCS="README.rst" to the ebuild to get some docs ?

Also, for xtables-addons, you are using MODULE_NAMES="...(xtables_addons::)"

Why not using this ?

MODULE_NAMES="
        nf_conntrack_rtsp(rtsp::)
        nf_nat_rtsp(rtsp::)"

So we can more easily make the difference between vanilla kernel and supplementary modules ?
Comment 6 Sergey Popov gentoo-dev 2013-06-04 12:26:04 UTC
(In reply to Bertrand Jacquin from comment #5)
> Thanks Sergey ! What about adding
> MODULESD_NF_CONNTRACK_RTSP_DOCS="README.rst" to the ebuild to get some docs ?

Sure.

+  04 Jun 2013; Sergey Popov <pinkbyte@gentoo.org> rtsp-conntrack-3.7.ebuild:
+  Add installation of documentation, provided with package, wrt bug #376155.
+  Thanks to Bertrand Jacquin for pointing on this issue

This will also installs files in modprobe.d with comments about modules options.

> Also, for xtables-addons, you are using MODULE_NAMES="...(xtables_addons::)"
> 
> Why not using this ?
> 
> MODULE_NAMES="
>         nf_conntrack_rtsp(rtsp::)
>         nf_nat_rtsp(rtsp::)"
> 
> So we can more easily make the difference between vanilla kernel and
> supplementary modules ?

xtables-addons provides a vast amount of kernel modules, so it is better to put them to separate directory.