File tree 4 files changed +6
-5
lines changed
4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ Available packages:
127
127
server - All server specific components
128
128
client - All client specific components
129
129
130
- snort - Snort v2.8.5
130
+ snort - Snort v2.9.6.0
131
131
sguilclient - Sguil v0.8.0 (client components only)
132
132
sguilsensor - Sguil v0.8.0 (sensor components only)
133
133
sguilserver - Sguil v0.8.0 (server components only)
Original file line number Diff line number Diff line change 31
31
# <= libpcap
32
32
#
33
33
34
- SNORT_SRC_URL[0]=" http://dl.snort.org/snort-current/snort-2.8.5.2 .tar.gz"
35
- SNORT_TARBALL[0]=" snort-2.8.5.2 .tar.gz"
36
- SNORT_SRC_DIR[0]=" snort-2.8.5.2 "
34
+ SNORT_SRC_URL[0]=" http://dl.snort.org/snort-current/snort-2.9.6.0 .tar.gz"
35
+ SNORT_TARBALL[0]=" snort-2.9.6.0 .tar.gz"
36
+ SNORT_SRC_DIR[0]=" snort-2.9.6.0 "
37
37
SNORT_SRC_URL[1]=" http://dl.snort.org/snort285/snort-2.8.5.2.tar.gz"
38
38
SNORT_TARBALL[1]=" snort-2.8.5.2.tar.gz"
39
39
SNORT_SRC_DIR[1]=" snort-2.8.5.2"
Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ print_nsmnow_usage()
297
297
echo " server - All server specific components"
298
298
echo " client - All client specific components"
299
299
echo
300
- echo " snort - Snort v2.8.5.1 "
300
+ echo " snort - Snort v2.9.6.0 "
301
301
echo " sguilclient - Sguil v0.8.0 (client components only)"
302
302
echo " sguilsensor - Sguil v0.8.0 (sensor components only)"
303
303
echo " sguilserver - Sguil v0.8.0 (server components only)"
Original file line number Diff line number Diff line change 259
259
fi
260
260
261
261
# grab any early snort specific requirements
262
+ # previous version was 2.8.5.1, need to check out why this is here
262
263
is_snort_version " 2.8.4.1-"
263
264
if [ ${?} -eq 0 ]
264
265
then
You can’t perform that action at this time.
0 commit comments