| Summary: | net-analyzer/snort-2.6.0 failed patch | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Geo <geo.dimichele> |
| Component: | New packages | Assignee: | Gentoo Netmon project <netmon> |
| Status: | RESOLVED TEST-REQUEST | ||
| Severity: | normal | CC: | cedk, jason.r.wallace |
| Priority: | High | ||
| Version: | 2006.0 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Geo
2006-08-15 06:04:10 UTC
Has zero in common w/ mailing lists component, please read the descriptions. The problem is that if you emerge the ebuild of snort-2.6 with the option inline, sguil or flexresp, you use the patch of snort-2.4 (snort-2.4.0-genpatches.tar.bz2) But snort-2.4.0-genpatches.tar.bz2 aren't in the SRC_URI SRC_URI="http://www.snort.org/dl/current/${P}.tar.gz http://www.snort.org/pub-bin/downloads.cgi/Download/comm_rules/Community-Rules.tar.gz http://www.snort.org/pub-bin/downloads.cgi/Download/vrt_pr/snortrules-pr-2.4.tar.gz snortsam? ( mirror://gentoo/snortsam-20050110.tar.gz )" src_unpack() { unpack ${A} cd "${S}" if use flexresp || use inline ; then epatch "${WORKDIR}/2.4.0-libnet-1.0.patch" fi sed -i "s:var RULE_PATH ../rules:var RULE_PATH /etc/snort/rules:" \ etc/snort.conf || die "sed snort.conf failed" if use prelude ; then sed -i -e "s:AC_PROG_RANLIB:AC_PROG_LIBTOOL:" configure.in \ || die "sed configure.in failed" fi if use sguil ; then epatch "${WORKDIR}/2.4.0-spp_portscan_sguil.patch" epatch "${WORKDIR}/2.4.0-spp_stream4_sguil.patch" fi if use snortsam ; then cd .. einfo "Applying snortsam patch" ./patchsnort.sh "${S}" || die "snortsam patch failed" cd "${S}" fi einfo "Regenerating autoconf/automake files" AT_M4DIR=m4 eautoreconf } *** Bug 144646 has been marked as a duplicate of this bug. *** This issue has been FIXED in the new snort-2.6.0.2 ebuild I just submitted. You can find it here... Bug 155168 (In reply to comment #3) > *** Bug 144646 has been marked as a duplicate of this bug. *** > New version 2.6.1.1 in cvs must fix the issue |