here is the link for new snort version http://www.snort.org/dl/snort-2.1.3.tar.gz Reproducible: Always Steps to Reproduce: 1. 2. 3. Expected Results: new ebuild
version bumping ok, compiles and emerges good. the patch against 2.1.2 still applies, so it needs to be bumped as well.
Created attachment 33224 [details] snort-2.1.3-r1.ebuild Added snortsam support, enabled by local snortsam useflag. Also, need to update use.local.desc: net-analyzer/snort:snortsam - patches snort for use with snortsam
that's a problem with flags. snortsam in use.local.desc doesn't work. i had to put in in the USE and it activated the snortsam support and ebuild complains about a /usr/portage/net-analyzer/snort/files/snort-2.1.3-gcc3.patch file missing. copying the 2.1.2 version of the patch i have this: * Applying snort-2.1.3-gcc3.patch... [ ok ] snortsam Patching Snort version 2.0... patching file spo_alert_fwsam.c patching file spo_alert_fwsam.h patching file twofish.c patching file twofish.h patching file plugbase.c Hunk #1 succeeded at 108 with fuzz 2 (offset 6 lines). Hunk #2 succeeded at 571 with fuzz 2 (offset 9 lines). Patching Makefiles... Done so patch works...but with warnings...should be fixed a bit.
of course you have to add USE="snortsam" to build it with snortsam support. I meant having the description updated for euse and co. Also, consider putting it in /etc/portage/package.use. The patch applies cleanly with a fuzz. snort 2.1.3 with snortsam support now in portage. Thanks.