Here is two ebuilds for getting RTSP conntrack for netfilter Reproducible: Always
Created attachment 280789 [details] rtsp-conntrack-2.6.26.ebuild
Created attachment 280791 [details] rtsp-conntrack-2.6.36.ebuild
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...
+*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
(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 ?
(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.