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, master has been updated via 3d2477d7c76e2f0d798440ac1007c1cab10a1fc0 (commit) via 3640afefc73c6c765395d85e2ca9abb59a8b2237 (commit) from 7107b3042cc5aad129ddaddc01b7975e5717334e (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 3d2477d7c76e2f0d798440ac1007c1cab10a1fc0 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Nov 16 22:26:36 2010 +0100
Updated openssl (0.9.8p).
commit 3640afefc73c6c765395d85e2ca9abb59a8b2237 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Nov 16 22:25:26 2010 +0100
Fix emergingthreats rules download.
-----------------------------------------------------------------------
Summary of changes: html/cgi-bin/ids.cgi | 2 +- lfs/openssl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
Difference in files: diff --git a/html/cgi-bin/ids.cgi b/html/cgi-bin/ids.cgi index 1b70ca6..62e6c70 100644 --- a/html/cgi-bin/ids.cgi +++ b/html/cgi-bin/ids.cgi @@ -271,7 +271,7 @@ if ($snortsettings{'RULES'} eq 'subscripted') { $url=" http://www.snort.org/reg-rules/snortrules-snapshot-2861.tar.gz/$snortsetting..."; #$url="http://www.snort.org/pub-bin/oinkmaster.cgi/$snortsettings%7B%27OINKCODE%27%..."; } else { - $url="http://www.emergingthreats.net/rules/emerging.rules.tar.gz"; + $url="http://rules.emergingthreats.net/open/snort-2.8.6/emerging.rules.tar.gz"; }
if ($snortsettings{'ACTION'} eq $Lang::tr{'save'} && $snortsettings{'ACTION2'} eq "snort" ) diff --git a/lfs/openssl b/lfs/openssl index 5c8b413..38e2b38 100644 --- a/lfs/openssl +++ b/lfs/openssl @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2010 IPFire Team info@ipfire.org # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 63ddc5116488985e820075e65fbe6aa4 +$(DL_FILE)_MD5 = 7f24047f70364c9eabc94899e356ce39
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree