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 ++-- pkg_config.8.xml | 2 +- pkg_config.8.xml.amd64 | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) 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 */ diff --git a/pkg_config.8.xml b/pkg_config.8.xml index 895a17ba..cb9058e5 100644 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -433,7 +433,7 @@ WITH_THREADS=yes WITH_IPV6=true WITH_MPLS=true WITH_GRE=true WITHOUT_TARGETBASED=true WITH_DECODERPRE=true WITH_ZLIB=true WITH_NORMALIZER=true WITH_REACT=true WITH_PERFPROFILE=true WITH_FLEXRESP3=true WITH_MYSQL=true WITHOUT_ODBC=true WITHOUT_POSTGRESQL=true WITHOUT_PRELUDE=true WITH_SNORTSAM=true NOPORTDOCS=true http://www.pfsense.com/packages/config/snort/snort.xml - 2.9.2.3 pkg v. 2.2.2 + 2.9.2.3 pkg v. 2.2.3 2.0 Stable /snort.xml diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64 index a75022ed..ea255219 100644 --- a/pkg_config.8.xml.amd64 +++ b/pkg_config.8.xml.amd64 @@ -420,7 +420,7 @@ WITH_THREADS=yes WITH_IPV6=true WITH_MPLS=true WITH_GRE=true WITHOUT_TARGETBASED=true WITH_DECODERPRE=true WITH_ZLIB=true WITH_NORMALIZER=true WITH_REACT=true WITH_PERFPROFILE=true WITH_FLEXRESP3=true WITH_MYSQL=true WITHOUT_ODBC=true WITHOUT_POSTGRESQL=true WITHOUT_PRELUDE=true WITH_SNORTSAM=true NOPORTDOCS=true http://www.pfsense.com/packages/config/snort/snort.xml - 2.9.2.3 pkg v. 2.2.2 + 2.9.2.3 pkg v. 2.2.3 2.0 Stable /snort.xml -- cgit v1.2.3