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 3.x development tree".
The branch, master has been updated via 901d059136f497a1a97f9daeddd25836e3b3b46b (commit) from a4de5755f5a5abf67f9ef9e1589860ce78937fb6 (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 901d059136f497a1a97f9daeddd25836e3b3b46b Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Jul 25 16:44:10 2011 +0200
iptables: Update to 1.4.12.
Links against libnfnetlink.
-----------------------------------------------------------------------
Summary of changes: pkgs/iptables/iptables.nm | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-)
Difference in files: diff --git a/pkgs/iptables/iptables.nm b/pkgs/iptables/iptables.nm index 579b771..7ed99a3 100644 --- a/pkgs/iptables/iptables.nm +++ b/pkgs/iptables/iptables.nm @@ -25,11 +25,9 @@ include $(PKGROOT)/Include
PKG_NAME = iptables -PKG_VER = 1.4.11.1 +PKG_VER = 1.4.12 PKG_REL = 1
-PKG_BUILD_DEPS+= libselinux-devel - PKG_MAINTAINER = PKG_GROUPS = Networking/Tools PKG_GROUPS-iptables = Base $(PKG_GROUPS) @@ -37,6 +35,8 @@ PKG_URL = http://www.netfilter.org/ PKG_LICENSE = GPL+ PKG_SUMMARY = Tools for managing Linux kernel packet filtering capabilities.
+PKG_BUILD_DEPS+= libnfnetlink-devel libselinux-devel + define PKG_DESCRIPTION The iptables utility controls the network packet filtering code in the \ Linux kernel. If you need to set up firewalls and/or IP masquerading, \ @@ -84,8 +84,12 @@ define STAGE_INSTALL_CMDS ln -svf ../../lib/libip4tc.so.0 $(BUILDROOT)/usr/lib/libip4tc.so ln -svf ../../lib/libip6tc.so.0 $(BUILDROOT)/usr/lib/libip6tc.so ln -svf ../../lib/libipq.so.0 $(BUILDROOT)/usr/lib/libipq.so - ln -svf ../../lib/libxtables.so.6 $(BUILDROOT)/usr/lib/libxtables.so + ln -svf ../../lib/libxtables.so.7 $(BUILDROOT)/usr/lib/libxtables.so
# Replace absolute symlink ln -svf ../sbin/xtables-multi $(BUILDROOT)/bin/iptables-xml + + # Move binary which links to /usr/lib to /usr. + -mkdir -pv $(BUILDROOT)/usr/sbin + mv -v $(BUILDROOT)/{,usr/}sbin/nfnl_osf endef
hooks/post-receive -- IPFire 3.x development tree