iptables: update to 1.4.12
This commit is contained in:
parent
78abd3a1d3
commit
5c128b5aeb
@ -27,9 +27,9 @@ lrwxrwxrwx root/root usr/lib/libiptc.so -> libiptc.so.0.0.0
|
||||
lrwxrwxrwx root/root usr/lib/libiptc.so.0 -> libiptc.so.0.0.0
|
||||
-rwxr-xr-x root/root usr/lib/libiptc.so.0.0.0
|
||||
-rwxr-xr-x root/root usr/lib/libxtables.la
|
||||
lrwxrwxrwx root/root usr/lib/libxtables.so -> libxtables.so.6.0.0
|
||||
lrwxrwxrwx root/root usr/lib/libxtables.so.6 -> libxtables.so.6.0.0
|
||||
-rwxr-xr-x root/root usr/lib/libxtables.so.6.0.0
|
||||
lrwxrwxrwx root/root usr/lib/libxtables.so -> libxtables.so.7.0.0
|
||||
lrwxrwxrwx root/root usr/lib/libxtables.so.7 -> libxtables.so.7.0.0
|
||||
-rwxr-xr-x root/root usr/lib/libxtables.so.7.0.0
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/libiptc.pc
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/xtables.pc
|
||||
|
@ -1,2 +1 @@
|
||||
171f040be8d0467820c8313e47fa7635 iptables-1.4.11.1-man-fixes.patch
|
||||
7de6e1ae7ed8a2025f184763a6a24b9a iptables-1.4.11.1.tar.bz2
|
||||
d3f145c2c91daecbb4251bc79390b46c iptables-1.4.12.tar.bz2
|
||||
|
@ -3,17 +3,12 @@
|
||||
# Maintainer: CRUX System Team, core-ports at crux dot nu
|
||||
|
||||
name=iptables
|
||||
version=1.4.11.1
|
||||
release=2
|
||||
source=(ftp://ftp.netfilter.org/pub/iptables/$name-$version.tar.bz2
|
||||
$name-$version-man-fixes.patch)
|
||||
version=1.4.12
|
||||
release=1
|
||||
source=(ftp://ftp.netfilter.org/pub/iptables/$name-$version.tar.bz2)
|
||||
|
||||
build () {
|
||||
cd $name-$version
|
||||
|
||||
patch -p1 -i $SRC/$name-$version-man-fixes.patch
|
||||
automake
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--mandir=/usr/man \
|
||||
--libexecdir=/usr/lib \
|
||||
|
@ -1,19 +0,0 @@
|
||||
# http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-firewall/iptables/files/iptables-1.4.11.1-man-fixes.patch?revision=1.1
|
||||
|
||||
diff --git a/iptables/Makefile.am b/iptables/Makefile.am
|
||||
index 13cca9c..a068278 100644
|
||||
--- a/iptables/Makefile.am
|
||||
+++ b/iptables/Makefile.am
|
||||
@@ -51,10 +51,10 @@ v6_sbin_links = ip6tables ip6tables-restore ip6tables-save
|
||||
endif
|
||||
|
||||
iptables.8: ${srcdir}/iptables.8.in ../extensions/matches4.man ../extensions/targets4.man
|
||||
- ${AM_VERBOSE_GEN} sed -e 's/@PACKAGE_AND_VERSION@/${PACKAGE} ${PACKAGE_VERSION}/g' -e '/@MATCH@/ r extensions/matches4.man' -e '/@TARGET@/ r extensions/targets4.man' $< >$@;
|
||||
+ ${AM_VERBOSE_GEN} sed -e 's/@PACKAGE_AND_VERSION@/${PACKAGE} ${PACKAGE_VERSION}/g' -e '/@MATCH@/ r ../extensions/matches4.man' -e '/@TARGET@/ r ../extensions/targets4.man' $< >$@;
|
||||
|
||||
ip6tables.8: ${srcdir}/ip6tables.8.in ../extensions/matches6.man ../extensions/targets6.man
|
||||
- ${AM_VERBOSE_GEN} sed -e 's/@PACKAGE_AND_VERSION@/${PACKAGE} ${PACKAGE_VERSION}/g' -e '/@MATCH@/ r extensions/matches6.man' -e '/@TARGET@/ r extensions/targets6.man' $< >$@;
|
||||
+ ${AM_VERBOSE_GEN} sed -e 's/@PACKAGE_AND_VERSION@/${PACKAGE} ${PACKAGE_VERSION}/g' -e '/@MATCH@/ r ../extensions/matches6.man' -e '/@TARGET@/ r ../extensions/targets6.man' $< >$@;
|
||||
|
||||
pkgconfig_DATA = xtables.pc
|
||||
|
Loading…
x
Reference in New Issue
Block a user