Skip to content

Commit d4c91a0

Browse files
committed
Bumped version of snort to 2.9.6.0
1 parent 6566494 commit d4c91a0

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

MANUAL

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Available packages:
127127
server - All server specific components
128128
client - All client specific components
129129

130-
snort - Snort v2.8.5
130+
snort - Snort v2.9.6.0
131131
sguilclient - Sguil v0.8.0 (client components only)
132132
sguilsensor - Sguil v0.8.0 (sensor components only)
133133
sguilserver - Sguil v0.8.0 (server components only)

lib/lib-component-snort.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
# <= libpcap
3232
#
3333

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"
3737
SNORT_SRC_URL[1]="http://dl.snort.org/snort285/snort-2.8.5.2.tar.gz"
3838
SNORT_TARBALL[1]="snort-2.8.5.2.tar.gz"
3939
SNORT_SRC_DIR[1]="snort-2.8.5.2"

templates/lib/lib-nsm-common-utils

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ print_nsmnow_usage()
297297
echo " server - All server specific components"
298298
echo " client - All client specific components"
299299
echo
300-
echo " snort - Snort v2.8.5.1"
300+
echo " snort - Snort v2.9.6.0"
301301
echo " sguilclient - Sguil v0.8.0 (client components only)"
302302
echo " sguilsensor - Sguil v0.8.0 (sensor components only)"
303303
echo " sguilserver - Sguil v0.8.0 (server components only)"

templates/sbin/nsm_sensor_ps-restart

+1
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ do
259259
fi
260260

261261
# grab any early snort specific requirements
262+
# previous version was 2.8.5.1, need to check out why this is here
262263
is_snort_version "2.8.4.1-"
263264
if [ ${?} -eq 0 ]
264265
then

0 commit comments

Comments
 (0)