summaryrefslogtreecommitdiffstats
path: root/iptables/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-03-17 18:32:59 +0000
committerpiernov <piernov@piernov.org>2012-05-13 17:08:39 +0200
commite26ea8e79f5af1c62049ad0eb4139e27bd42a572 (patch)
tree02c309c52c6c242ac27091d342119584c8c45d50 /iptables/Pkgfile
parent15bcaeb3437866997f2321180a08c6ae053468c5 (diff)
downloadnutyx-extra-e26ea8e79f5af1c62049ad0eb4139e27bd42a572.tar.gz
nutyx-extra-e26ea8e79f5af1c62049ad0eb4139e27bd42a572.tar.bz2
nutyx-extra-e26ea8e79f5af1c62049ad0eb4139e27bd42a572.tar.xz
nutyx-extra-e26ea8e79f5af1c62049ad0eb4139e27bd42a572.zip
iptables 1.4.12.2-1 màj port
(cherry picked from commit 80a6378997bcb2602bb404edd870a9f559e3bbe1) Conflicts: iptables/Pkgfile
Diffstat (limited to 'iptables/Pkgfile')
-rwxr-xr-xiptables/Pkgfile16
1 files changed, 8 insertions, 8 deletions
diff --git a/iptables/Pkgfile b/iptables/Pkgfile
index e965a394d..b7d2be26a 100755
--- a/iptables/Pkgfile
+++ b/iptables/Pkgfile
@@ -5,19 +5,20 @@
# Depends on:
name=iptables
-version=1.4.10
-release=2
-source=(ftp://ftp.netfilter.org/pub/iptables/$name-$version.tar.bz2 \
- rc.iptables )
-
+version=1.4.12.2
+release=1
+source=(ftp://ftp.netfilter.org/pub/iptables/$name-$version.tar.bz2
+ rc.iptables
+ fix-build-with-3.2.patch)
build() {
source /etc/blfs-bootscripts
-# wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2
- wget http://nutyx.meticul.eu/files/patchs/aaabasicfs/blfs-bootscripts-$scriptsversion.tar.bz2
+ wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2
+# wget http://nutyx.meticul.eu/files/patchs/aaabasicfs/blfs-bootscripts-$scriptsversion.tar.bz2
tar xvf $scripts-$scriptsversion.tar.bz2
cd $name-$version
+ patch -p1 < ../fix-build-with-3.2.patch
./configure --prefix=/usr \
--exec_prefix="" \
--libdir=/lib \
@@ -31,5 +32,4 @@ build() {
make DESTDIR=$PKG install-$name
install -m700 $SRC/rc.iptables \
$PKG/etc/rc.d/rc.iptables
-
}