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, next has been updated
via 9efdd8993752539a4a03ef7c171ae955252aa457 (commit)
via 38759e42643ceab37c09d7addf093f778210804d (commit)
from dd79c3999b595db4f9be7df57b7d7423b3a78912 (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 9efdd8993752539a4a03ef7c171ae955252aa457
Author: Christian Schmidt <maniacikarus(a)ipfire.org>
Date: Tue Feb 16 19:34:53 2010 +0100
Updated firewall script to be compatible to newest kernel.
commit 38759e42643ceab37c09d7addf093f778210804d
Author: Christian Schmidt <maniacikarus(a)ipfire.org>
Date: Tue Feb 16 19:31:51 2010 +0100
Updated sysklogd to latest stable, we need to check if xen works.
-----------------------------------------------------------------------
Summary of changes:
lfs/sysklogd | 14 +++++++-------
src/initscripts/init.d/firewall | 2 +-
2 files changed, 8 insertions(+), 8 deletions(-)
Difference in files:
diff --git a/lfs/sysklogd b/lfs/sysklogd
index 9a4fda9..9c9dd0d 100644
--- a/lfs/sysklogd
+++ b/lfs/sysklogd
@@ -24,10 +24,10 @@
include Config
-VER = 1.4.1
+VER = 1.5
THISAPP = sysklogd-$(VER)
-DL_FILE = $(THISAPP).tar.bz2
+DL_FILE = $(THISAPP).tar.gz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = f587720988bc1670071f31d3694ca0fb
+$(DL_FILE)_MD5 = e053094e8103165f98ddafe828f6ae4b
install : $(TARGET)
@@ -69,10 +69,10 @@ $(subst %,%_MD5,$(objects)) :
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
- @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
- cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/$(THISAPP)-fixes-1.patch
- cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/$(THISAPP)-8bit-1.patch
- cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/$(THISAPP)_xen_empty_buffer_check.patch
+ @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+ #cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/$(THISAPP)-fixes-1.patch
+ #cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/$(THISAPP)-8bit-1.patch
+ #cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/$(THISAPP)_xen_empty_buffer_check.patch
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install
touch /var/log/{dhcpcd.log,messages,ovpnserver.log}
diff --git a/src/initscripts/init.d/firewall b/src/initscripts/init.d/firewall
index 410ff87..bc51183 100644
--- a/src/initscripts/init.d/firewall
+++ b/src/initscripts/init.d/firewall
@@ -132,7 +132,7 @@ case "$1" in
# original do nothing line
#/sbin/iptables -A INPUT -p tcp -m tcp --tcp-flags SYN,RST,ACK SYN -m limit --limit 10/sec
# the correct one, but the negative '!' do nothing...
- #/sbin/iptables -A INPUT -p tcp -m tcp --tcp-flags SYN,RST,ACK SYN -m limit ! --limit 10/sec -j DROP
+ #/sbin/iptables -A INPUT -p tcp -m tcp --tcp-flags SYN,RST,ACK SYN ! -m limit --limit 10/sec -j DROP
# Fix for braindead ISP's
/sbin/iptables -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu
hooks/post-receive
--
IPFire 2.x development tree