aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim P <jim@pingle.org>2013-03-21 17:35:33 -0700
committerJim P <jim@pingle.org>2013-03-21 17:35:33 -0700
commit5c31da979d885727448f8009748fc60a751f974d (patch)
tree93340c418bb01b8e13b8436dd6f1f2b2a9e7dbbd
parenta6125ca86db6eaf55e24143d64db4140714d3e34 (diff)
parent2eca7b9e6f23b3930b449855c6f815baefbbc3cf (diff)
downloadpfsense-packages-5c31da979d885727448f8009748fc60a751f974d.tar.gz
pfsense-packages-5c31da979d885727448f8009748fc60a751f974d.tar.bz2
pfsense-packages-5c31da979d885727448f8009748fc60a751f974d.zip
Merge pull request #411 from bmeeks8/master
Fix VRT rules tarball filename so 2.9.4.1 rules download instead of 2.9.4.0
-rwxr-xr-xconfig/snort/snort.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort.inc b/config/snort/snort.inc
index a926620f..6af50ffe 100755
--- a/config/snort/snort.inc
+++ b/config/snort/snort.inc
@@ -41,7 +41,7 @@ require_once("filter.inc");
$snort_version = "2.9.4.1";
$pfSense_snort_version = "2.5.4";
$snort_package_version = "Snort {$snort_version} pkg v. {$pfSense_snort_version}";
-$snort_rules_file = "snortrules-snapshot-2940.tar.gz";
+$snort_rules_file = "snortrules-snapshot-2941.tar.gz";
$emerging_threats_version = "2.9.0";
$flowbit_rules_file = "flowbit-required.rules";
$snort_enforcing_rules_file = "snort.rules";