* Re: [PATCH] snort 2.9.7.6: removed unrecognized configure options in lfs file
[not found] <56350F4F.70508@ipfire.org>
@ 2015-11-01 0:58 ` Michael Tremer
0 siblings, 0 replies; 3+ messages in thread
From: Michael Tremer @ 2015-11-01 0:58 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 502 bytes --]
On Sat, 2015-10-31 at 19:58 +0100, Matthias Fischer wrote:
> On 31.10.2015 19:29, Michael Tremer wrote:
> > That pulls in an update for snort, too. Right?
> >
> > You mean this commit?
>
> Exactly. But only the CGI-file, the LFS-file still contains the
> unknown
> configure-options.
Shouldn't the version of the rules and snort be the same?
This is a diff which only changes what is shown there. The configure
flags won't get touched it I would merge this patch.
-Michael
>
> Best,
> Matthias
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] snort 2.9.7.6: removed unrecognized configure options in lfs file
2015-10-26 15:29 Matthias Fischer
@ 2015-10-26 18:24 ` Michael Tremer
0 siblings, 0 replies; 3+ messages in thread
From: Michael Tremer @ 2015-10-26 18:24 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2201 bytes --]
Hi,
On Mon, 2015-10-26 at 16:29 +0100, Matthias Fischer wrote:
> Hi,
>
> On 15.10.2015 16:37, Michael Tremer wrote:
> > This patch won't apply. Don't know why.
>
> Hm. Any hint whats happening?
>
> I tested this patch today with a clean build and everything went ok,
> except for some configure warnings:
>
> "configure: WARNING: unrecognized options: --disable-nls, --enable
> -smb-alerts, --enable-decoder-preprocessor-rules, --enable-zlib"
>
> I removed these options.
>
> Besides, this version is running now for about three weeks without
> noticeable errors:
>
> ***SNIP***
> ...
> 04:47:21 snort[16832]: ,,_ -*> Snort! <*-
> 04:47:22 snort[16832]: o" )~ Version 2.9.7.6 GRE (Build 285)
> 04:47:22 snort[16832]: '''' By Martin Roesch & The Snort Team:
> http://www.snort.org/contact#team
> 04:47:22 snort[16832]: Copyright (C) 2014-2015 Cisco and/or its
> affiliates. All rights reserved.
> 04:47:22 snort[16832]: Copyright (C) 1998-2013 Sourcefire, Inc., et
> al.
> 04:47:22 snort[16832]: Using libpcap version 1.7.4
> 04:47:22 snort[16832]: Using PCRE version: 8.37 2015-04-28
> 04:47:22 snort[16832]: Using ZLIB version: 1.2.8
> ...
> ***SNAP***
>
> Can I investigate further?
Could you simply upload me your git branch with these changes and I
pull them instead?
-Michael
>
> Regards
> Matthias
>
> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
> ---
> lfs/snort | 4 ----
> 1 file changed, 4 deletions(-)
>
> diff --git a/lfs/snort b/lfs/snort
> index a8318db..148f539 100644
> --- a/lfs/snort
> +++ b/lfs/snort
> @@ -72,18 +72,14 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
> @rm -rf $(DIR_APP) $(DIR_SRC)/snort* && cd $(DIR_SRC) && tar
> zxf $(DIR_DL)/$(DL_FILE)
> cd $(DIR_APP) && ./configure \
> --prefix=/usr \
> - --disable-nls \
> --sysconfdir=/etc/snort \
> --target=i586 \
> --enable-linux-smp-stats \
> - --enable-smb-alerts \
> --enable-gre --enable-mpls \
> --enable-targetbased \
> - --enable-decoder-preprocessor-rules \
> --enable-ppm \
> --enable-non-ether-decoders \
> --enable-perfprofiling \
> - --enable-zlib \
> --enable-active-response \
> --enable-normalizer \
> --enable-reload \
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] snort 2.9.7.6: removed unrecognized configure options in lfs file
@ 2015-10-26 15:29 Matthias Fischer
2015-10-26 18:24 ` Michael Tremer
0 siblings, 1 reply; 3+ messages in thread
From: Matthias Fischer @ 2015-10-26 15:29 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1975 bytes --]
Hi,
On 15.10.2015 16:37, Michael Tremer wrote:
> This patch won't apply. Don't know why.
Hm. Any hint whats happening?
I tested this patch today with a clean build and everything went ok, except for some configure warnings:
"configure: WARNING: unrecognized options: --disable-nls, --enable-smb-alerts, --enable-decoder-preprocessor-rules, --enable-zlib"
I removed these options.
Besides, this version is running now for about three weeks without noticeable errors:
***SNIP***
...
04:47:21 snort[16832]: ,,_ -*> Snort! <*-
04:47:22 snort[16832]: o" )~ Version 2.9.7.6 GRE (Build 285)
04:47:22 snort[16832]: '''' By Martin Roesch & The Snort Team: http://www.snort.org/contact#team
04:47:22 snort[16832]: Copyright (C) 2014-2015 Cisco and/or its affiliates. All rights reserved.
04:47:22 snort[16832]: Copyright (C) 1998-2013 Sourcefire, Inc., et al.
04:47:22 snort[16832]: Using libpcap version 1.7.4
04:47:22 snort[16832]: Using PCRE version: 8.37 2015-04-28
04:47:22 snort[16832]: Using ZLIB version: 1.2.8
...
***SNAP***
Can I investigate further?
Regards
Matthias
Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
lfs/snort | 4 ----
1 file changed, 4 deletions(-)
diff --git a/lfs/snort b/lfs/snort
index a8318db..148f539 100644
--- a/lfs/snort
+++ b/lfs/snort
@@ -72,18 +72,14 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) $(DIR_SRC)/snort* && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && ./configure \
--prefix=/usr \
- --disable-nls \
--sysconfdir=/etc/snort \
--target=i586 \
--enable-linux-smp-stats \
- --enable-smb-alerts \
--enable-gre --enable-mpls \
--enable-targetbased \
- --enable-decoder-preprocessor-rules \
--enable-ppm \
--enable-non-ether-decoders \
--enable-perfprofiling \
- --enable-zlib \
--enable-active-response \
--enable-normalizer \
--enable-reload \
--
2.6.2
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-11-01 0:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <56350F4F.70508@ipfire.org>
2015-11-01 0:58 ` [PATCH] snort 2.9.7.6: removed unrecognized configure options in lfs file Michael Tremer
2015-10-26 15:29 Matthias Fischer
2015-10-26 18:24 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox