X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;ds=sidebyside;f=lfs%2Fsnort;h=e7b5a19f780c8998efd5486d591f1dd415e0b567;hb=042a5fe60a51277d3d1c717c207858dce1d28ff1;hp=daec621132f19c209fd8bf42072475eab3ee8e10;hpb=f4dd02f2b6b5b74ca71160d76039c06af7b1992f;p=ipfire-2.x.git diff --git a/lfs/snort b/lfs/snort index daec621132..e7b5a19f78 100644 --- a/lfs/snort +++ b/lfs/snort @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2013 IPFire Team # +# Copyright (C) 2007-2018 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 2.9.5 +VER = 2.9.12 THISAPP = snort-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -36,11 +36,11 @@ TARGET = $(DIR_INFO)/$(THISAPP) # Top-level Rules ############################################################################### -objects = $(DL_FILE) +objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = f5fc0e176afca5989d47509478758fc7 +$(DL_FILE)_MD5 = 3a305d9c44bd0319aa50783a60c8947f install : $(TARGET) @@ -70,13 +70,24 @@ $(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 \ - --enable-perfprofiling --enable-zlib --enable-active-response \ - --enable-normalizer --enable-reload --enable-react --enable-flexresp3 + cd $(DIR_APP) && ./configure \ + --prefix=/usr \ + --sysconfdir=/etc/snort \ + --target=i586 \ + --enable-linux-smp-stats \ + --disable-open-appid \ + --enable-gre \ + --enable-mpls \ + --enable-targetbased \ + --enable-ppm \ + --enable-non-ether-decoders \ + --enable-perfprofiling \ + --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/