This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".
The branch, core54 has been updated
via e23114f49c2cc5d5af3b811fc0e266434606bc9b (commit)
via 45abde762d84f351e801596dbd336461959dd157 (commit)
from b26ec76304bfcb34728648ea568831906bea5b3c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e23114f49c2cc5d5af3b811fc0e266434606bc9b
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Sun Dec 11 01:15:07 2011 +0100
core54: flush snort rules.
commit 45abde762d84f351e801596dbd336461959dd157
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Sun Dec 11 01:14:23 2011 +0100
core54: add GeoIP database to updater.
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/core/54/filelists/GeoIP | 1 +
config/rootfiles/core/54/update.sh | 4 ++++
2 files changed, 5 insertions(+), 0 deletions(-)
create mode 100644 config/rootfiles/core/54/filelists/GeoIP
Difference in files:
diff --git a/config/rootfiles/core/54/filelists/GeoIP b/config/rootfiles/core/54/filelists/GeoIP
new file mode 100644
index 0000000..0258236
--- /dev/null
+++ b/config/rootfiles/core/54/filelists/GeoIP
@@ -0,0 +1 @@
+usr/local/share/GeoIP/GeoIP.dat
diff --git a/config/rootfiles/core/54/update.sh b/config/rootfiles/core/54/update.sh
index 59f97cf..61d1011 100644
--- a/config/rootfiles/core/54/update.sh
+++ b/config/rootfiles/core/54/update.sh
@@ -44,6 +44,10 @@ done
rm -rf /usr/share/usb_modeswitch
#
+# Flush old snort rules
+rm -rf /etc/snort/rules
+
+#
#Extract files
extract_files
hooks/post-receive
--
IPFire 2.x development tree