From ececa48608fdfc7f17da46c3a23979593c8b0afb Mon Sep 17 00:00:00 2001 From: Ermal Date: Fri, 6 Jul 2012 21:42:04 +0000 Subject: Bump up version of snort to reflect changes --- config/snort/snort.inc | 2 +- config/snort/snort.xml | 2 +- config/snort/snort_download_rules.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'config/snort') diff --git a/config/snort/snort.inc b/config/snort/snort.inc index 277ec5e7..fcbf26b4 100644 --- a/config/snort/snort.inc +++ b/config/snort/snort.inc @@ -38,7 +38,7 @@ require_once("filter.inc"); /* package version */ $snort_version = "2.9.2.3"; -$pfSense_snort_version = "2.2.2"; +$pfSense_snort_version = "2.2.3"; $snort_package_version = "Snort {$snort_version} pkg v. {$pfSense_snort_version}"; $snort_rules_file = "snortrules-snapshot-2923.tar.gz"; $emerging_threats_version = "2.9.0"; diff --git a/config/snort/snort.xml b/config/snort/snort.xml index e320e893..4a01e639 100644 --- a/config/snort/snort.xml +++ b/config/snort/snort.xml @@ -47,7 +47,7 @@ Currently there are no FAQ items provided. Snort 2.9.2.3 - Services:2.9.2.3 pkg v. 2.2.2 + Services:2.9.2.3 pkg v. 2.2.3 /usr/local/pkg/snort/snort.inc Snort diff --git a/config/snort/snort_download_rules.php b/config/snort/snort_download_rules.php index 255aeb07..a8923479 100644 --- a/config/snort/snort_download_rules.php +++ b/config/snort/snort_download_rules.php @@ -399,10 +399,10 @@ if ($snortdownload == 'on') /* extract so rules */ exec('/bin/mkdir -p /usr/local/lib/snort/dynamicrules/'); if($snort_arch == 'x86') { - exec("/usr/bin/tar xzf {$tmpfname}/{$snort_filename} -C {$snortdir} so_rules/precompiled/$freebsd_version_so/i386/{$snort_version}/"); + exec("/usr/bin/tar xzf {$tmpfname}/{$snort_filename} -C {$snortdir} so_rules/precompiled/{$freebsd_version_so}/i386/{$snort_version}/"); exec("/bin/mv -f {$snortdir}/so_rules/precompiled/$freebsd_version_so/i386/{$snort_version}/* /usr/local/lib/snort/dynamicrules/"); } else if ($snort_arch == 'x64') { - exec("/usr/bin/tar xzf {$tmpfname}/{$snort_filename} -C {$snortdir} so_rules/precompiled/$freebsd_version_so/x86-64/{$snort_version}/"); + exec("/usr/bin/tar xzf {$tmpfname}/{$snort_filename} -C {$snortdir} so_rules/precompiled/{$freebsd_version_so}/x86-64/{$snort_version}/"); exec("/bin/mv -f {$snortdir}/so_rules/precompiled/$freebsd_version_so/x86-64/{$snort_version}/* /usr/local/lib/snort/dynamicrules/"); } /* extract so rules none bin and rename */ -- cgit v1.2.3