mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
snort: Update to 2.9.6.1.
This commit is contained in:
@@ -30,7 +30,6 @@ usr/bin/u2spewfoo
|
||||
#usr/include/snort/dynamic_preproc/bitop.h
|
||||
#usr/include/snort/dynamic_preproc/cpuclock.h
|
||||
#usr/include/snort/dynamic_preproc/file_api.h
|
||||
#usr/include/snort/dynamic_preproc/file_lib.h
|
||||
#usr/include/snort/dynamic_preproc/idle_processing.h
|
||||
#usr/include/snort/dynamic_preproc/ipv6_port.h
|
||||
#usr/include/snort/dynamic_preproc/mempool.h
|
||||
@@ -180,11 +179,14 @@ usr/sbin/snort
|
||||
#usr/share/doc/snort/README.dnp3
|
||||
#usr/share/doc/snort/README.dns
|
||||
#usr/share/doc/snort/README.event_queue
|
||||
#usr/share/doc/snort/README.file
|
||||
#usr/share/doc/snort/README.file_ips
|
||||
#usr/share/doc/snort/README.filters
|
||||
#usr/share/doc/snort/README.flowbits
|
||||
#usr/share/doc/snort/README.frag3
|
||||
#usr/share/doc/snort/README.ftptelnet
|
||||
#usr/share/doc/snort/README.gre
|
||||
#usr/share/doc/snort/README.ha
|
||||
#usr/share/doc/snort/README.http_inspect
|
||||
#usr/share/doc/snort/README.imap
|
||||
#usr/share/doc/snort/README.ipip
|
||||
|
||||
30
lfs/snort
30
lfs/snort
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 2.9.5.3
|
||||
VER = 2.9.6.1
|
||||
|
||||
THISAPP = snort-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = f99465c0734a6173bfca899dcb72266b
|
||||
$(DL_FILE)_MD5 = d7c0f1ddb2e70b70acdaa4664abb5fb0
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
@@ -70,14 +70,26 @@ $(subst %,%_MD5,$(objects)) :
|
||||
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@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 \
|
||||
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 --enable-react --enable-flexresp3
|
||||
--enable-perfprofiling \
|
||||
--enable-zlib \
|
||||
--enable-active-response \
|
||||
--enable-normalizer \
|
||||
--enable-reload \
|
||||
--enable-react \
|
||||
--enable-flexresp3
|
||||
|
||||
cd $(DIR_APP) && make
|
||||
cd $(DIR_APP) && make install
|
||||
mv /usr/bin/snort /usr/sbin/
|
||||
|
||||
Reference in New Issue
Block a user