[arch-commits] Commit in iptables/trunk (PKGBUILD)
Date: Monday, November 2, 2020 @ 09:48:14 Author: arojas Revision: 399139 Update to 1.8.6 Modified: iptables/trunk/PKGBUILD --+ PKGBUILD |9 + 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-11-02 09:14:39 UTC (rev 399138) +++ PKGBUILD2020-11-02 09:48:14 UTC (rev 399139) @@ -3,8 +3,8 @@ pkgbase=iptables pkgname=(iptables iptables-nft) -pkgver=1.8.5 -pkgrel=2 +pkgver=1.8.6 +pkgrel=1 epoch=1 pkgdesc='Linux kernel packet control tool' arch=(x86_64) @@ -16,7 +16,7 @@ source=(https://www.netfilter.org/projects/iptables/files/$pkgbase-$pkgver.tar.bz2{,.sig} empty.rules simple_firewall.rules empty-{filter,mangle,nat,raw,security}.rules {arp,eb,ip,ip6}tables.service iptables-{legacy,nft}-flush) -sha1sums=('f177a58d0a71b00d68ef5792ae4676bcc0ad29e6' +sha1sums=('95c866895a9b11387c2a633561c905148c9d0276' 'SKIP' '83b3363878e3660ce23b2ad325b53cbd6c796ecf' 'f085a71f467e4d7cb2cf094d9369b0bcc4bab6ec' @@ -31,7 +31,8 @@ '9cec592787e32451f58fa608ea057870e07aa704' 'd10af7780d1634778d898c709e2d950aa1561856' '15c1684f3e671f4d0ede639a7c9c08e1a841511c') -validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team +validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4' + '37D964ACC04981C75500FB9BD55D978A8A1420E4') # Netfilter Core Team prepare() { mkdir build
[arch-commits] Commit in iptables/trunk (PKGBUILD)
Date: Sunday, June 7, 2020 @ 20:36:36 Author: arojas Revision: 388449 Install iptables-apply (FS#66932) Modified: iptables/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-06-07 19:42:39 UTC (rev 388448) +++ PKGBUILD2020-06-07 20:36:36 UTC (rev 388449) @@ -4,7 +4,7 @@ pkgbase=iptables pkgname=(iptables iptables-nft) pkgver=1.8.5 -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc='Linux kernel packet control tool' arch=(x86_64) @@ -77,7 +77,7 @@ _package() { DESTDIR="$pkgdir" make -C build install - for _x in {arp,eb,ip,ip6}tables{,-restore,-save} iptables-xml; do + for _x in {arp,eb,ip,ip6}tables{,-restore,-save} iptables-apply iptables-xml; do if [[ $1 = nft || $_x = ip* ]]; then ln -sf xtables-$1-multi "$pkgdir/usr/bin/$_x" else
[arch-commits] Commit in iptables/trunk (PKGBUILD)
Date: Saturday, June 6, 2020 @ 12:47:09 Author: arojas Revision: 388373 Update to 1.8.5 Modified: iptables/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-06-06 12:33:26 UTC (rev 388372) +++ PKGBUILD2020-06-06 12:47:09 UTC (rev 388373) @@ -3,7 +3,7 @@ pkgbase=iptables pkgname=(iptables iptables-nft) -pkgver=1.8.4 +pkgver=1.8.5 pkgrel=1 epoch=1 pkgdesc='Linux kernel packet control tool' @@ -16,7 +16,7 @@ source=(https://www.netfilter.org/projects/iptables/files/$pkgbase-$pkgver.tar.bz2{,.sig} empty.rules simple_firewall.rules empty-{filter,mangle,nat,raw,security}.rules {arp,eb,ip,ip6}tables.service iptables-{legacy,nft}-flush) -sha1sums=('cd5fe776fb2b0479b3234758fc333777caa1239b' +sha1sums=('f177a58d0a71b00d68ef5792ae4676bcc0ad29e6' 'SKIP' '83b3363878e3660ce23b2ad325b53cbd6c796ecf' 'f085a71f467e4d7cb2cf094d9369b0bcc4bab6ec'
[arch-commits] Commit in iptables/trunk (PKGBUILD)
Date: Thursday, January 9, 2020 @ 09:35:35 Author: arojas Revision: 372846 Update to 1.8.4 Modified: iptables/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-01-09 07:56:32 UTC (rev 372845) +++ PKGBUILD2020-01-09 09:35:35 UTC (rev 372846) @@ -3,8 +3,8 @@ pkgbase=iptables pkgname=(iptables iptables-nft) -pkgver=1.8.3 -pkgrel=3 +pkgver=1.8.4 +pkgrel=1 epoch=1 pkgdesc='Linux kernel packet control tool' arch=(x86_64) @@ -16,7 +16,7 @@ source=(https://www.netfilter.org/projects/iptables/files/$pkgbase-$pkgver.tar.bz2{,.sig} empty.rules simple_firewall.rules empty-{filter,mangle,nat,raw,security}.rules {arp,eb,ip,ip6}tables.service iptables-{legacy,nft}-flush) -sha1sums=('6df99e90cb4d59032ab2050ebb426fe065249bd3' +sha1sums=('cd5fe776fb2b0479b3234758fc333777caa1239b' 'SKIP' '83b3363878e3660ce23b2ad325b53cbd6c796ecf' 'f085a71f467e4d7cb2cf094d9369b0bcc4bab6ec'
[arch-commits] Commit in iptables/trunk (PKGBUILD)
Date: Wednesday, November 13, 2019 @ 17:09:01 Author: foutrelis Revision: 368288 [core] mass rebuild Modified: iptables/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-11-13 17:08:42 UTC (rev 368287) +++ PKGBUILD2019-11-13 17:09:01 UTC (rev 368288) @@ -4,7 +4,7 @@ pkgbase=iptables pkgname=(iptables iptables-nft) pkgver=1.8.3 -pkgrel=2 +pkgrel=3 epoch=1 pkgdesc='Linux kernel packet control tool' arch=(x86_64)
[arch-commits] Commit in iptables/trunk (PKGBUILD)
Date: Wednesday, November 13, 2019 @ 16:22:38 Author: felixonmars Revision: 368215 [core] mass rebuild Modified: iptables/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-11-13 16:22:31 UTC (rev 368214) +++ PKGBUILD2019-11-13 16:22:38 UTC (rev 368215) @@ -4,7 +4,7 @@ pkgbase=iptables pkgname=(iptables iptables-nft) pkgver=1.8.3 -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc='Linux kernel packet control tool' arch=(x86_64)
[arch-commits] Commit in iptables/trunk (PKGBUILD)
Date: Monday, June 10, 2019 @ 19:47:12 Author: bpiotrowski Revision: 355595 1:1.8.3-1 Modified: iptables/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-06-10 19:36:59 UTC (rev 355594) +++ PKGBUILD2019-06-10 19:47:12 UTC (rev 355595) @@ -3,7 +3,7 @@ pkgbase=iptables pkgname=(iptables iptables-nft) -pkgver=1.8.2 +pkgver=1.8.3 pkgrel=1 epoch=1 pkgdesc='Linux kernel packet control tool' @@ -16,7 +16,7 @@ source=(https://www.netfilter.org/projects/iptables/files/$pkgbase-$pkgver.tar.bz2{,.sig} empty.rules simple_firewall.rules empty-{filter,mangle,nat,raw,security}.rules {arp,eb,ip,ip6}tables.service iptables-{legacy,nft}-flush) -sha1sums=('215c4ef4c6cd29ef0dd265b4fa5ec51a4f930c92' +sha1sums=('6df99e90cb4d59032ab2050ebb426fe065249bd3' 'SKIP' '83b3363878e3660ce23b2ad325b53cbd6c796ecf' 'f085a71f467e4d7cb2cf094d9369b0bcc4bab6ec'
[arch-commits] Commit in iptables/trunk (PKGBUILD)
Date: Tuesday, November 13, 2018 @ 15:21:33 Author: heftig Revision: 339403 1.8.2-1 Modified: iptables/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-11-13 14:52:28 UTC (rev 339402) +++ PKGBUILD2018-11-13 15:21:33 UTC (rev 339403) @@ -3,8 +3,8 @@ pkgbase=iptables pkgname=(iptables iptables-nft) -pkgver=1.8.1 -pkgrel=4 +pkgver=1.8.2 +pkgrel=1 epoch=1 pkgdesc='Linux kernel packet control tool' arch=(x86_64) @@ -16,7 +16,7 @@ source=(https://www.netfilter.org/projects/iptables/files/$pkgbase-$pkgver.tar.bz2{,.sig} empty.rules simple_firewall.rules empty-{filter,mangle,nat,raw,security}.rules {arp,eb,ip,ip6}tables.service iptables-{legacy,nft}-flush) -sha1sums=('3ce489b6945c52ef35fe8c0da38144dd38694e36' +sha1sums=('215c4ef4c6cd29ef0dd265b4fa5ec51a4f930c92' 'SKIP' '83b3363878e3660ce23b2ad325b53cbd6c796ecf' 'f085a71f467e4d7cb2cf094d9369b0bcc4bab6ec'
[arch-commits] Commit in iptables/trunk (PKGBUILD)
Date: Tuesday, November 6, 2018 @ 12:07:37 Author: heftig Revision: 337916 1.8.1-3: Remove broken -compat links; the proper ones have -nft Modified: iptables/trunk/PKGBUILD --+ PKGBUILD |9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-11-06 09:52:17 UTC (rev 337915) +++ PKGBUILD2018-11-06 12:07:37 UTC (rev 337916) @@ -3,7 +3,7 @@ pkgname=iptables pkgver=1.8.1 -pkgrel=2 +pkgrel=3 epoch=1 pkgdesc='Linux kernel packet control tool' arch=(x86_64) @@ -72,12 +72,7 @@ # iptables 1.8.0 claims compatibility with ebtables and arptables but it's not # really true according to users: https://bugs.archlinux.org/task/60062 - mv "$pkgdir/usr/bin/"ebtables{,-compat} - mv "$pkgdir/usr/bin/"arptables{,-compat} - for x in restore save; do -mv "$pkgdir/usr/bin/ebtables-$x" "$pkgdir/usr/bin/ebtables-compat-$x" -mv "$pkgdir/usr/bin/arptables-$x" "$pkgdir/usr/bin/arptables-compat-$x" - done + rm "$pkgdir"/usr/bin/{arp,eb}tables{,-restore,-save} # install systemd files install -Dm644 iptables.service \
[arch-commits] Commit in iptables/trunk (PKGBUILD)
Date: Tuesday, November 6, 2018 @ 09:52:09 Author: bpiotrowski Revision: 337914 upgpkg: iptables 1:1.8.1-2 rename also save and restore commands Modified: iptables/trunk/PKGBUILD --+ PKGBUILD |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-11-06 07:21:11 UTC (rev 337913) +++ PKGBUILD2018-11-06 09:52:09 UTC (rev 337914) @@ -3,7 +3,7 @@ pkgname=iptables pkgver=1.8.1 -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc='Linux kernel packet control tool' arch=(x86_64) @@ -74,6 +74,10 @@ # really true according to users: https://bugs.archlinux.org/task/60062 mv "$pkgdir/usr/bin/"ebtables{,-compat} mv "$pkgdir/usr/bin/"arptables{,-compat} + for x in restore save; do +mv "$pkgdir/usr/bin/ebtables-$x" "$pkgdir/usr/bin/ebtables-compat-$x" +mv "$pkgdir/usr/bin/arptables-$x" "$pkgdir/usr/bin/arptables-compat-$x" + done # install systemd files install -Dm644 iptables.service \
[arch-commits] Commit in iptables/trunk (PKGBUILD)
Date: Monday, November 5, 2018 @ 10:18:45 Author: bpiotrowski Revision: 337874 1:1.8.1-1 Modified: iptables/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-11-05 09:52:48 UTC (rev 337873) +++ PKGBUILD2018-11-05 10:18:45 UTC (rev 337874) @@ -2,7 +2,7 @@ # Contributor: Thomas Baechler pkgname=iptables -pkgver=1.8.0 +pkgver=1.8.1 pkgrel=1 epoch=1 pkgdesc='Linux kernel packet control tool' @@ -22,7 +22,7 @@ iptables.service ip6tables.service iptables-flush) -sha1sums=('04924fd00dbaf8189f0777af90f7bdb73ac7e47c' +sha1sums=('3ce489b6945c52ef35fe8c0da38144dd38694e36' 'SKIP' '83b3363878e3660ce23b2ad325b53cbd6c796ecf' 'f085a71f467e4d7cb2cf094d9369b0bcc4bab6ec'
[arch-commits] Commit in iptables/trunk (PKGBUILD)
Date: Thursday, October 11, 2018 @ 08:02:01 Author: bpiotrowski Revision: 336124 1:1.8.0-1 Modified: iptables/trunk/PKGBUILD --+ PKGBUILD | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-10-11 07:54:44 UTC (rev 336123) +++ PKGBUILD2018-10-11 08:02:01 UTC (rev 336124) @@ -2,8 +2,8 @@ # Contributor: Thomas Baechler pkgname=iptables -pkgver=1.6.2 -pkgrel=3 +pkgver=1.8.0 +pkgrel=1 epoch=1 pkgdesc='Linux kernel packet control tool' arch=(x86_64) @@ -22,7 +22,7 @@ iptables.service ip6tables.service iptables-flush) -sha1sums=('6279effbf8f2c7ff53d19ae13308f8a6e6a60dd9' +sha1sums=('04924fd00dbaf8189f0777af90f7bdb73ac7e47c' 'SKIP' '83b3363878e3660ce23b2ad325b53cbd6c796ecf' 'f085a71f467e4d7cb2cf094d9369b0bcc4bab6ec' @@ -70,6 +70,11 @@ install -m644 empty-{filter,mangle,nat,raw,security}.rules "${pkgdir}"/var/lib/iptables install -m644 empty-{filter,mangle,nat,raw,security}.rules "${pkgdir}"/var/lib/ip6tables + # iptables 1.8.0 claims compatibility with ebtables and arptables but it's not + # really true according to users: https://bugs.archlinux.org/task/60062 + mv "$pkgdir/usr/bin/"ebtables{,-compat} + mv "$pkgdir/usr/bin/"arptables{,-compat} + # install systemd files install -Dm644 iptables.service \ "$pkgdir/usr/lib/systemd/system/iptables.service"
[arch-commits] Commit in iptables/trunk (PKGBUILD)
Date: Tuesday, September 11, 2018 @ 20:13:52 Author: ronald Revision: 334395 upgpkg: iptables 1.8.0-2 add iptables-apply FS#51232 Modified: iptables/trunk/PKGBUILD --+ PKGBUILD |9 - 1 file changed, 8 insertions(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-09-11 19:51:39 UTC (rev 334394) +++ PKGBUILD2018-09-11 20:13:52 UTC (rev 334395) @@ -3,7 +3,7 @@ pkgname=iptables pkgver=1.8.0 -pkgrel=1 +pkgrel=2 pkgdesc='Linux kernel packet control tool' arch=(x86_64) license=(GPL2) @@ -79,4 +79,11 @@ install -Dm755 $helper \ "$pkgdir/usr/lib/systemd/scripts/$helper" done + + # install iptables-apply + cd $srcdir/$pkgname-$pkgver + install -Dm755 $pkgname/iptables-apply \ + "$pkgdir/usr/bin/iptables-apply" + gzip --to-stdout --best $pkgname/iptables-apply.8 > \ + "$pkgdir/usr/share/man/man8/iptables-apply.8.gz" }
[arch-commits] Commit in iptables/trunk (PKGBUILD)
Date: Friday, August 10, 2018 @ 16:53:05 Author: bpiotrowski Revision: 331352 1.8.0-1 Modified: iptables/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-08-10 16:48:49 UTC (rev 331351) +++ PKGBUILD2018-08-10 16:53:05 UTC (rev 331352) @@ -3,8 +3,8 @@ # Contributor: Thomas Baechler pkgname=iptables -pkgver=1.6.2 -pkgrel=2 +pkgver=1.8.0 +pkgrel=1 pkgdesc='Linux kernel packet control tool' arch=(x86_64) license=(GPL2) @@ -22,7 +22,7 @@ iptables.service ip6tables.service iptables-flush) -sha1sums=('6279effbf8f2c7ff53d19ae13308f8a6e6a60dd9' +sha1sums=('04924fd00dbaf8189f0777af90f7bdb73ac7e47c' 'SKIP' '83b3363878e3660ce23b2ad325b53cbd6c796ecf' 'f085a71f467e4d7cb2cf094d9369b0bcc4bab6ec'
[arch-commits] Commit in iptables/trunk (PKGBUILD ip6tables.service)
Date: Monday, February 12, 2018 @ 23:50:08 Author: bpiotrowski Revision: 316746 1.6.2-2: start ip6tables.service after iptables.service to avoid lock issues Modified: iptables/trunk/PKGBUILD iptables/trunk/ip6tables.service ---+ PKGBUILD |4 ++-- ip6tables.service |1 + 2 files changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-02-12 23:41:39 UTC (rev 316745) +++ PKGBUILD2018-02-12 23:50:08 UTC (rev 316746) @@ -4,7 +4,7 @@ pkgname=iptables pkgver=1.6.2 -pkgrel=1 +pkgrel=2 pkgdesc='Linux kernel packet control tool' arch=(x86_64) license=(GPL2) @@ -32,7 +32,7 @@ '7db53bb882f62f6c677cc8559cff83d8bae2ef73' 'ebbd1424a1564fd45f455a81c61ce348f0a14c2e' '49be9443fc302dd0fda78b63d64e884cadb61603' - '635ba179aeed0c06af0c8b0dba3935f6267e608b' + '9cec592787e32451f58fa608ea057870e07aa704' 'e7abda09c61142121b6695928d3b71ccd8fdf73a') validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team Modified: ip6tables.service === --- ip6tables.service 2018-02-12 23:41:39 UTC (rev 316745) +++ ip6tables.service 2018-02-12 23:50:08 UTC (rev 316746) @@ -2,6 +2,7 @@ Description=IPv6 Packet Filtering Framework Before=network-pre.target Wants=network-pre.target +After=iptables.service [Service] Type=oneshot
[arch-commits] Commit in iptables/trunk (PKGBUILD)
Date: Thursday, February 8, 2018 @ 11:15:51 Author: bpiotrowski Revision: 316230 1.6.2-1: new upstream release Modified: iptables/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-02-08 11:15:31 UTC (rev 316229) +++ PKGBUILD2018-02-08 11:15:51 UTC (rev 316230) @@ -3,8 +3,8 @@ # Contributor: Thomas Baechler pkgname=iptables -pkgver=1.6.1 -pkgrel=2 +pkgver=1.6.2 +pkgrel=1 pkgdesc='Linux kernel packet control tool' arch=(x86_64) license=(GPL2) @@ -22,7 +22,7 @@ iptables.service ip6tables.service iptables-flush) -sha1sums=('b2592490ca7a6c2cd0f069e167a4337c86acdf91' +sha1sums=('6279effbf8f2c7ff53d19ae13308f8a6e6a60dd9' 'SKIP' '83b3363878e3660ce23b2ad325b53cbd6c796ecf' 'f085a71f467e4d7cb2cf094d9369b0bcc4bab6ec'
[arch-commits] Commit in iptables/trunk (PKGBUILD)
Date: Saturday, December 9, 2017 @ 12:16:25 Author: bpiotrowski Revision: 311960 1.6.1-2: rebuild against libnftn 1.0.8 Modified: iptables/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2017-12-09 12:14:21 UTC (rev 311959) +++ PKGBUILD2017-12-09 12:16:25 UTC (rev 311960) @@ -4,7 +4,7 @@ pkgname=iptables pkgver=1.6.1 -pkgrel=1 +pkgrel=2 pkgdesc='Linux kernel packet control tool' arch=(x86_64) license=(GPL2)
[arch-commits] Commit in iptables/trunk (PKGBUILD)
Date: Monday, March 27, 2017 @ 11:13:04 Author: bpiotrowski Revision: 291726 upgpkg: iptables 1.6.1-1 enable BPF compiler Modified: iptables/trunk/PKGBUILD --+ PKGBUILD | 54 ++ 1 file changed, 30 insertions(+), 24 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-03-27 11:01:18 UTC (rev 291725) +++ PKGBUILD2017-03-27 11:13:04 UTC (rev 291726) @@ -3,15 +3,15 @@ # Contributor: Thomas Baechler pkgname=iptables -pkgver=1.6.0 +pkgver=1.6.1 pkgrel=1 pkgdesc='Linux kernel packet control tool' -arch=('i686' 'x86_64') -license=('GPL2') +arch=(i686 x86_64) +license=(GPL2) url='http://www.netfilter.org/projects/iptables/index.html' -depends=('glibc' 'bash' 'libnftnl') -makedepends=('linux-api-headers') -source=(http://www.netfilter.org/projects/iptables/files/${pkgname}-${pkgver}.tar.bz2{,.sig} \ +depends=(glibc bash libnftnl libpcap) +makedepends=(linux-api-headers) +source=(http://www.netfilter.org/projects/iptables/files/${pkgname}-${pkgver}.tar.bz2{,.sig} empty.rules simple_firewall.rules empty-filter.rules @@ -22,7 +22,7 @@ iptables.service ip6tables.service iptables-flush) -sha1sums=('21a694e75b0d6863cc001f85fb15915d12b8cc22' +sha1sums=('b2592490ca7a6c2cd0f069e167a4337c86acdf91' 'SKIP' '83b3363878e3660ce23b2ad325b53cbd6c796ecf' 'f085a71f467e4d7cb2cf094d9369b0bcc4bab6ec' @@ -37,7 +37,7 @@ validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team prepare() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd $pkgname-$pkgver # use system one rm include/linux/types.h @@ -44,32 +44,38 @@ } build() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd $pkgname-$pkgver - ./configure --prefix=/usr \ - --libexecdir=/usr/lib/iptables --sysconfdir=/etc \ - --with-xtlibdir=/usr/lib/iptables \ - --enable-devel --enable-shared \ - --sbindir=/usr/bin + ./configure --prefix=/usr \ +--sysconfdir=/etc \ +--sbindir=/usr/bin \ +--libexecdir=/usr/lib/iptables \ +--with-xtlibdir=/usr/lib/iptables \ +--enable-bpf-compiler \ +--enable-devel \ +--enable-shared + make } package() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install - make DESTDIR="${pkgdir}" install + cd "$srcdir" + install -Dm644 empty.rules "${pkgdir}"/etc/iptables/empty.rules + install -Dm644 simple_firewall.rules "${pkgdir}"/etc/iptables/simple_firewall.rules - cd "${srcdir}" - install -D -m644 empty.rules "${pkgdir}"/etc/iptables/empty.rules - install -D -m644 simple_firewall.rules "${pkgdir}"/etc/iptables/simple_firewall.rules - - mkdir -p "${pkgdir}"/var/lib/{iptables,ip6tables} + install -d "$pkgdir"/var/lib/{iptables,ip6tables} install -m644 empty-{filter,mangle,nat,raw,security}.rules "${pkgdir}"/var/lib/iptables install -m644 empty-{filter,mangle,nat,raw,security}.rules "${pkgdir}"/var/lib/ip6tables # install systemd files - install -Dm644 ${srcdir}/iptables.service ${pkgdir}/usr/lib/systemd/system/iptables.service - install -Dm644 ${srcdir}/ip6tables.service ${pkgdir}/usr/lib/systemd/system/ip6tables.service - install -Dm755 ${srcdir}/iptables-flush ${pkgdir}/usr/lib/systemd/scripts/iptables-flush + install -Dm644 iptables.service \ +"$pkgdir/usr/lib/systemd/system/iptables.service" + install -Dm644 ip6tables.service \ +"$pkgdir/usr/lib/systemd/system/ip6tables.service" + install -Dm755 iptables-flush \ +"$pkgdir/usr/lib/systemd/scripts/iptables-flush" }
[arch-commits] Commit in iptables/trunk (PKGBUILD iptables_upstream940.patch)
Date: Monday, March 14, 2016 @ 13:39:46 Author: bpiotrowski Revision: 261449 upgpkg: iptables 1.6.0-1 new upstream release Modified: iptables/trunk/PKGBUILD Deleted: iptables/trunk/iptables_upstream940.patch + PKGBUILD | 15 ++-- iptables_upstream940.patch | 79 --- 2 files changed, 5 insertions(+), 89 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-03-14 12:09:57 UTC (rev 261448) +++ PKGBUILD2016-03-14 12:39:46 UTC (rev 261449) @@ -3,16 +3,15 @@ # Contributor: Thomas Baechler pkgname=iptables -pkgver=1.4.21 -pkgrel=3 +pkgver=1.6.0 +pkgrel=1 pkgdesc='Linux kernel packet control tool' arch=('i686' 'x86_64') license=('GPL2') url='http://www.netfilter.org/projects/iptables/index.html' -depends=('glibc' 'bash') +depends=('glibc' 'bash' 'libnftnl') makedepends=('linux-api-headers') source=(http://www.netfilter.org/projects/iptables/files/${pkgname}-${pkgver}.tar.bz2{,.sig} \ -iptables_upstream940.patch empty.rules simple_firewall.rules empty-filter.rules @@ -23,9 +22,8 @@ iptables.service ip6tables.service iptables-flush) -sha1sums=('85d4160537546a23a7e42bc26dd7ee62a0ede4c8' +sha1sums=('21a694e75b0d6863cc001f85fb15915d12b8cc22' 'SKIP' - '4914485dd940840849a9ddbefef0aa87e1505019' '83b3363878e3660ce23b2ad325b53cbd6c796ecf' 'f085a71f467e4d7cb2cf094d9369b0bcc4bab6ec' 'd9f9f06b46b4187648e860afa0552335aafe3ce4' @@ -36,7 +34,7 @@ '49be9443fc302dd0fda78b63d64e884cadb61603' '635ba179aeed0c06af0c8b0dba3935f6267e608b' 'e7abda09c61142121b6695928d3b71ccd8fdf73a') -validpgpkeys=('57FF5E9C9AA67A860B557AF7A4111F89BB5F58CC') # Netfilter Core Team +validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team prepare() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -43,9 +41,6 @@ # use system one rm include/linux/types.h - - # https://bugzilla.netfilter.org/show_bug.cgi?id=940 - patch -Np1 -i "${srcdir}/iptables_upstream940.patch" } build() { Deleted: iptables_upstream940.patch === --- iptables_upstream940.patch 2016-03-14 12:09:57 UTC (rev 261448) +++ iptables_upstream940.patch 2016-03-14 12:39:46 UTC (rev 261449) @@ -1,79 +0,0 @@ -From 2192c3a37a6470d353def75fb9c7c6593c3b9aec Mon Sep 17 00:00:00 2001 -From: Florian Westphal -Date: Thu, 19 Feb 2015 12:28:18 +0100 -Subject: [PATCH] extensions: SNPT,DNPT: fix save/print output - -wrong placement of ' ', i.e. we get --j SNPT--src-pfx dead::/64 --dst-pfx 1c3::/64 - -Signed-off-by: Florian Westphal - extensions/libip6t_DNPT.c | 8 - extensions/libip6t_SNPT.c | 8 - 2 files changed, 8 insertions(+), 8 deletions(-) - -diff --git a/extensions/libip6t_DNPT.c b/extensions/libip6t_DNPT.c -index a442de6..d045e44 100644 a/extensions/libip6t_DNPT.c -+++ b/extensions/libip6t_DNPT.c -@@ -52,9 +52,9 @@ static void DNPT_print(const void *ip, const struct xt_entry_target *target, - { - const struct ip6t_npt_tginfo *npt = (const void *)target->data; - -- printf("src-pfx %s/%u ", xtables_ip6addr_to_numeric(&npt->src_pfx.in6), -+ printf(" DNPT src-pfx %s/%u", xtables_ip6addr_to_numeric(&npt->src_pfx.in6), -npt->src_pfx_len); -- printf("dst-pfx %s/%u ", xtables_ip6addr_to_numeric(&npt->dst_pfx.in6), -+ printf(" dst-pfx %s/%u", xtables_ip6addr_to_numeric(&npt->dst_pfx.in6), -npt->dst_pfx_len); - } - -@@ -65,12 +65,12 @@ static void DNPT_save(const void *ip, const struct xt_entry_target *target) - - if (memcmp(&info->src_pfx.in6, &zero_addr, sizeof(zero_addr)) != 0 || - info->src_pfx_len != 0) -- printf("--src-pfx %s/%u ", -+ printf(" --src-pfx %s/%u", - xtables_ip6addr_to_numeric(&info->src_pfx.in6), - info->src_pfx_len); - if (memcmp(&info->dst_pfx.in6, &zero_addr, sizeof(zero_addr)) != 0 || - info->dst_pfx_len != 0) -- printf("--dst-pfx %s/%u ", -+ printf(" --dst-pfx %s/%u", - xtables_ip6addr_to_numeric(&info->dst_pfx.in6), - info->dst_pfx_len); - } -diff --git a/extensions/libip6t_SNPT.c b/extensions/libip6t_SNPT.c -index 4f10de0..65f787d 100644 a/extensions/libip6t_SNPT.c -+++ b/extensions/libip6t_SNPT.c -@@ -52,9 +52,9 @@ static void SNPT_print(const void *ip, const struct xt_entry_target *target, - { - const struct ip6t_npt_tginfo *npt = (const void *)target->data; - -- printf("src-pfx %s/%u ", xtables_ip6addr_to_numeric(&npt->src_pfx.in6), -+ printf(" SNPT src-pfx %s/%u", xtables_ip6addr_to_numeric(&npt->src_pfx.in6), -
[arch-commits] Commit in iptables/trunk (PKGBUILD)
Date: Wednesday, August 12, 2015 @ 11:59:38 Author: allan Revision: 243299 update checksums for previous change Modified: iptables/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-08-12 09:53:32 UTC (rev 243298) +++ PKGBUILD2015-08-12 09:59:38 UTC (rev 243299) @@ -33,8 +33,8 @@ '1694d79b3e6e9d9d543f6a6e75fed06066c9a6c6' '7db53bb882f62f6c677cc8559cff83d8bae2ef73' 'ebbd1424a1564fd45f455a81c61ce348f0a14c2e' - '9306cba67dbeaa004af084a816f66920a6a10faf' - '38fa2ffe7965e63b494d333f69193029c1258c28' + '49be9443fc302dd0fda78b63d64e884cadb61603' + '635ba179aeed0c06af0c8b0dba3935f6267e608b' 'e7abda09c61142121b6695928d3b71ccd8fdf73a') validpgpkeys=('57FF5E9C9AA67A860B557AF7A4111F89BB5F58CC') # Netfilter Core Team
[arch-commits] Commit in iptables/trunk (PKGBUILD iptables_upstream940.patch)
Date: Wednesday, March 25, 2015 @ 10:58:11 Author: ronald Revision: 234690 upgpkg: iptables 1.4.21-3 use upstream applied patch which slightly differs Modified: iptables/trunk/PKGBUILD iptables/trunk/iptables_upstream940.patch + PKGBUILD |4 +-- iptables_upstream940.patch | 57 +++ 2 files changed, 44 insertions(+), 17 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-25 09:53:51 UTC (rev 234689) +++ PKGBUILD2015-03-25 09:58:11 UTC (rev 234690) @@ -4,7 +4,7 @@ pkgname=iptables pkgver=1.4.21 -pkgrel=2 +pkgrel=3 pkgdesc='Linux kernel packet control tool' arch=('i686' 'x86_64') license=('GPL2') @@ -25,7 +25,7 @@ iptables-flush) sha1sums=('85d4160537546a23a7e42bc26dd7ee62a0ede4c8' 'SKIP' - 'ae7f56344ae6b1fc5e1761ae2ca1d1be47815d44' + '4914485dd940840849a9ddbefef0aa87e1505019' '83b3363878e3660ce23b2ad325b53cbd6c796ecf' 'f085a71f467e4d7cb2cf094d9369b0bcc4bab6ec' 'd9f9f06b46b4187648e860afa0552335aafe3ce4' Modified: iptables_upstream940.patch === --- iptables_upstream940.patch 2015-03-25 09:53:51 UTC (rev 234689) +++ iptables_upstream940.patch 2015-03-25 09:58:11 UTC (rev 234690) @@ -1,52 +1,79 @@ -From 87cb94ba87208c369a349ff6b3767e2ba63d673c Mon Sep 17 00:00:00 2001 -From: Kazunori Kojima -Date: Wed, 14 May 2014 01:19:46 +0900 -Subject: [PATCH] extensions: S/DNPT: fix invalid output in save function +From 2192c3a37a6470d353def75fb9c7c6593c3b9aec Mon Sep 17 00:00:00 2001 +From: Florian Westphal +Date: Thu, 19 Feb 2015 12:28:18 +0100 +Subject: [PATCH] extensions: SNPT,DNPT: fix save/print output -ip6tables-save output is invalid rule. +wrong placement of ' ', i.e. we get +-j SNPT--src-pfx dead::/64 --dst-pfx 1c3::/64 + +Signed-off-by: Florian Westphal --- - extensions/libip6t_DNPT.c | 4 ++-- - extensions/libip6t_SNPT.c | 4 ++-- - 2 files changed, 4 insertions(+), 4 deletions(-) + extensions/libip6t_DNPT.c | 8 + extensions/libip6t_SNPT.c | 8 + 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/extensions/libip6t_DNPT.c b/extensions/libip6t_DNPT.c -index a442de6..4659ec8 100644 +index a442de6..d045e44 100644 --- a/extensions/libip6t_DNPT.c +++ b/extensions/libip6t_DNPT.c +@@ -52,9 +52,9 @@ static void DNPT_print(const void *ip, const struct xt_entry_target *target, + { + const struct ip6t_npt_tginfo *npt = (const void *)target->data; + +- printf("src-pfx %s/%u ", xtables_ip6addr_to_numeric(&npt->src_pfx.in6), ++ printf(" DNPT src-pfx %s/%u", xtables_ip6addr_to_numeric(&npt->src_pfx.in6), +npt->src_pfx_len); +- printf("dst-pfx %s/%u ", xtables_ip6addr_to_numeric(&npt->dst_pfx.in6), ++ printf(" dst-pfx %s/%u", xtables_ip6addr_to_numeric(&npt->dst_pfx.in6), +npt->dst_pfx_len); + } + @@ -65,12 +65,12 @@ static void DNPT_save(const void *ip, const struct xt_entry_target *target) if (memcmp(&info->src_pfx.in6, &zero_addr, sizeof(zero_addr)) != 0 || info->src_pfx_len != 0) - printf("--src-pfx %s/%u ", -+ printf(" --src-pfx %s/%u ", ++ printf(" --src-pfx %s/%u", xtables_ip6addr_to_numeric(&info->src_pfx.in6), info->src_pfx_len); if (memcmp(&info->dst_pfx.in6, &zero_addr, sizeof(zero_addr)) != 0 || info->dst_pfx_len != 0) - printf("--dst-pfx %s/%u ", -+ printf(" --dst-pfx %s/%u ", ++ printf(" --dst-pfx %s/%u", xtables_ip6addr_to_numeric(&info->dst_pfx.in6), info->dst_pfx_len); } diff --git a/extensions/libip6t_SNPT.c b/extensions/libip6t_SNPT.c -index 4f10de0..bd3ab28 100644 +index 4f10de0..65f787d 100644 --- a/extensions/libip6t_SNPT.c +++ b/extensions/libip6t_SNPT.c +@@ -52,9 +52,9 @@ static void SNPT_print(const void *ip, const struct xt_entry_target *target, + { + const struct ip6t_npt_tginfo *npt = (const void *)target->data; + +- printf("src-pfx %s/%u ", xtables_ip6addr_to_numeric(&npt->src_pfx.in6), ++ printf(" SNPT src-pfx %s/%u", xtables_ip6addr_to_numeric(&npt->src_pfx.in6), +npt->src_pfx_len); +- printf("dst-pfx %s/%u ", xtables_ip6addr_to_numeric(&npt->dst_pfx.in6), ++ printf(" dst-pfx %s/%u", xtables_ip6addr_to_numeric(&npt->dst_pfx.in6), +npt->dst_pfx_len); + } + @@ -65,12 +65,12 @@ static void SNPT_save(const void *ip, const struct xt_entry_target *target) if (memcmp(&info->src_pfx.in6, &zero_addr, sizeof(zero_addr)) != 0 || info->src_pfx_len != 0) - printf("--src-pfx %s/%u ", -+ printf(" --s
[arch-commits] Commit in iptables/trunk (PKGBUILD)
Date: Friday, January 23, 2015 @ 10:14:53 Author: ronald Revision: 229677 validpgpkeys integrity check Modified: iptables/trunk/PKGBUILD --+ PKGBUILD |1 + 1 file changed, 1 insertion(+) Modified: PKGBUILD === --- PKGBUILD2015-01-23 08:04:19 UTC (rev 229676) +++ PKGBUILD2015-01-23 09:14:53 UTC (rev 229677) @@ -35,6 +35,7 @@ '9306cba67dbeaa004af084a816f66920a6a10faf' '38fa2ffe7965e63b494d333f69193029c1258c28' 'e7abda09c61142121b6695928d3b71ccd8fdf73a') +validpgpkeys=('57FF5E9C9AA67A860B557AF7A4111F89BB5F58CC') # Netfilter Core Team prepare() { cd "${srcdir}/${pkgname}-${pkgver}"
[arch-commits] Commit in iptables/trunk (PKGBUILD)
Date: Monday, October 14, 2013 @ 21:13:46 Author: ronald Revision: 196530 upgpkg: iptables 1.4.20-1 update to 1.4.20 Modified: iptables/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-10-14 18:57:44 UTC (rev 196529) +++ PKGBUILD2013-10-14 19:13:46 UTC (rev 196530) @@ -3,7 +3,7 @@ # Contributor: Thomas Baechler pkgname=iptables -pkgver=1.4.19.1 +pkgver=1.4.20 pkgrel=1 pkgdesc='Linux kernel packet control tool' arch=('i686' 'x86_64') @@ -25,7 +25,7 @@ iptables.service ip6tables.service iptables-flush) -sha1sums=('566ba23b73403b0e4b4511d35c40124717bba97b' +sha1sums=('7219b32657e9f794ff1b5a2476363c59f9c2175c' 'SKIP' '83b3363878e3660ce23b2ad325b53cbd6c796ecf' 'f085a71f467e4d7cb2cf094d9369b0bcc4bab6ec'
[arch-commits] Commit in iptables/trunk (PKGBUILD)
Date: Saturday, June 1, 2013 @ 07:37:49 Author: foutrelis Revision: 186923 upgpkg: iptables 1.4.19.1-1 New upstream release. Modified: iptables/trunk/PKGBUILD --+ PKGBUILD | 18 -- 1 file changed, 8 insertions(+), 10 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-06-01 01:12:40 UTC (rev 186922) +++ PKGBUILD2013-06-01 05:37:49 UTC (rev 186923) @@ -3,16 +3,17 @@ # Contributor: Thomas Baechler pkgname=iptables -pkgver=1.4.18 -pkgrel=2 +pkgver=1.4.19.1 +pkgrel=1 pkgdesc='Linux kernel packet control tool' arch=('i686' 'x86_64') license=('GPL2') url='http://www.netfilter.org/projects/iptables/index.html' depends=('glibc' 'bash') -makedepends=('linux-api-headers' 'chrpath') +makedepends=('linux-api-headers') +backup=('etc/xtables/connlabel.conf') options=('!libtool') -source=("http://www.netfilter.org/projects/iptables/files/${pkgname}-${pkgver}.tar.bz2"; +source=(http://www.netfilter.org/projects/iptables/files/${pkgname}-${pkgver}.tar.bz2{,.sig} empty.rules simple_firewall.rules empty-filter.rules @@ -24,7 +25,8 @@ iptables.service ip6tables.service iptables-flush) -sha1sums=('34bf627c8755a61caf3635a998d2a5279f664f9e' +sha1sums=('566ba23b73403b0e4b4511d35c40124717bba97b' + 'SKIP' '83b3363878e3660ce23b2ad325b53cbd6c796ecf' 'f085a71f467e4d7cb2cf094d9369b0bcc4bab6ec' 'd9f9f06b46b4187648e860afa0552335aafe3ce4' @@ -58,10 +60,6 @@ make DESTDIR="${pkgdir}" install - # Remove RPATH from iptables libraries - # http://www.spinics.net/lists/netfilter-devel/msg24969.html - chrpath --delete "${pkgdir}"/usr/lib/iptables/*.so - cd "${srcdir}" install -D -m644 empty.rules "${pkgdir}"/etc/iptables/empty.rules install -D -m644 simple_firewall.rules "${pkgdir}"/etc/iptables/simple_firewall.rules @@ -73,6 +71,6 @@ # install systemd files install -Dm644 ${srcdir}/iptables.service ${pkgdir}/usr/lib/systemd/system/iptables.service install -Dm644 ${srcdir}/ip6tables.service ${pkgdir}/usr/lib/systemd/system/ip6tables.service - install -Dm755 ${srcdir}/iptables-flush ${pkgdir}/usr/lib/systemd/scripts/iptables-flush + install -Dm755 ${srcdir}/iptables-flush ${pkgdir}/usr/lib/systemd/scripts/iptables-flush }
[arch-commits] Commit in iptables/trunk (PKGBUILD)
Date: Tuesday, March 12, 2013 @ 16:31:04 Author: foutrelis Revision: 179928 upgpkg: iptables 1.4.18-1 New upstream release. Drop ipq support (removed in Linux 3.5). Modified: iptables/trunk/PKGBUILD --+ PKGBUILD | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-03-12 12:59:52 UTC (rev 179927) +++ PKGBUILD2013-03-12 15:31:04 UTC (rev 179928) @@ -3,16 +3,16 @@ # Contributor: Thomas Baechler pkgname=iptables -pkgver=1.4.16.3 +pkgver=1.4.18 pkgrel=1 pkgdesc='Linux kernel packet control tool' arch=('i686' 'x86_64') license=('GPL2') url='http://www.netfilter.org/projects/iptables/index.html' depends=('glibc' 'bash') -makedepends=('linux-api-headers') +makedepends=('linux-api-headers' 'chrpath') options=('!libtool') -source=("http://www.iptables.org/projects/iptables/files/${pkgname}-${pkgver}.tar.bz2"; +source=("http://www.netfilter.org/projects/iptables/files/${pkgname}-${pkgver}.tar.bz2"; iptables ip6tables empty.rules @@ -28,7 +28,7 @@ ip6tables.service iptables-flush) backup=(etc/conf.d/iptables) -sha1sums=('819949fdf4276a04c5061b82898b515f139b0117' +sha1sums=('34bf627c8755a61caf3635a998d2a5279f664f9e' '5bb6fa526665cdd728c26f0f282f5a51f220cf88' '2db68906b603e5268736f48c8e251f3a49da1d75' '83b3363878e3660ce23b2ad325b53cbd6c796ecf' @@ -55,9 +55,7 @@ ./configure --prefix=/usr \ --libexecdir=/usr/lib/iptables --sysconfdir=/etc \ --with-xtlibdir=/usr/lib/iptables \ - --enable-devel --enable-libipq \ - --enable-shared - + --enable-devel --enable-shared make } @@ -66,6 +64,10 @@ make DESTDIR="${pkgdir}" install + # Remove RPATH from iptables libraries + # http://www.spinics.net/lists/netfilter-devel/msg24969.html + chrpath --delete "${pkgdir}"/usr/lib/iptables/*.so + cd "${srcdir}" install -D -m755 iptables "${pkgdir}"/etc/rc.d/iptables install -D -m755 ip6tables "${pkgdir}"/etc/rc.d/ip6tables
[arch-commits] Commit in iptables/trunk (PKGBUILD ip6tables.service iptables.service)
Date: Thursday, December 6, 2012 @ 14:30:55 Author: ronald Revision: 172910 upgpkg: iptables 1.4.16.3-1 update to 1.4.16.3; add empty rules files to /var/lib/ip6tables FS#31843; support reload of units FS#32437 Modified: iptables/trunk/PKGBUILD iptables/trunk/ip6tables.service iptables/trunk/iptables.service ---+ PKGBUILD | 12 +++- ip6tables.service |1 + iptables.service |1 + 3 files changed, 9 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-12-06 18:22:57 UTC (rev 172909) +++ PKGBUILD2012-12-06 19:30:55 UTC (rev 172910) @@ -3,7 +3,7 @@ # Contributor: Thomas Baechler pkgname=iptables -pkgver=1.4.16.2 +pkgver=1.4.16.3 pkgrel=1 pkgdesc='Linux kernel packet control tool' arch=('i686' 'x86_64') @@ -28,7 +28,7 @@ ip6tables.service iptables-flush) backup=(etc/conf.d/iptables) -sha1sums=('6fd368c4f6c31752011a716cccd951601157a493' +sha1sums=('819949fdf4276a04c5061b82898b515f139b0117' '5bb6fa526665cdd728c26f0f282f5a51f220cf88' '2db68906b603e5268736f48c8e251f3a49da1d75' '83b3363878e3660ce23b2ad325b53cbd6c796ecf' @@ -40,9 +40,10 @@ '7db53bb882f62f6c677cc8559cff83d8bae2ef73' 'ebbd1424a1564fd45f455a81c61ce348f0a14c2e' '44626980a52e49f345a0b1e1ca03060f3a35763c' - '5c4eb4ea88c302e8ff98f435a11dd59b00f4d8b9' - 'f1f16f44c6a5547b6f251d13007fe6585761e8b0' + '5f2e76985a751f635a45612565a6e1bc9547398a' + 'fe6bbe214b3a13bd084f62a8ee9631fd8326c464' 'e7abda09c61142121b6695928d3b71ccd8fdf73a') + build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -72,8 +73,9 @@ install -D -m644 simple_firewall.rules "${pkgdir}"/etc/iptables/simple_firewall.rules install -D -m644 iptables.conf.d "${pkgdir}"/etc/conf.d/iptables - mkdir -p "${pkgdir}"/var/lib/iptables + mkdir -p "${pkgdir}"/var/lib/{iptables,ip6tables} install -m644 empty-{filter,mangle,nat,raw,security}.rules "${pkgdir}"/var/lib/iptables + install -m644 empty-{filter,mangle,nat,raw,security}.rules "${pkgdir}"/var/lib/ip6tables # install systemd files install -Dm644 ${srcdir}/iptables.service ${pkgdir}/usr/lib/systemd/system/iptables.service Modified: ip6tables.service === --- ip6tables.service 2012-12-06 18:22:57 UTC (rev 172909) +++ ip6tables.service 2012-12-06 19:30:55 UTC (rev 172910) @@ -4,6 +4,7 @@ [Service] Type=oneshot ExecStart=/usr/sbin/ip6tables-restore /etc/iptables/ip6tables.rules +ExecReload=/usr/sbin/ip6tables-restore /etc/iptables/ip6tables.rules ExecStop=/usr/lib/systemd/scripts/iptables-flush 6 RemainAfterExit=yes Modified: iptables.service === --- iptables.service2012-12-06 18:22:57 UTC (rev 172909) +++ iptables.service2012-12-06 19:30:55 UTC (rev 172910) @@ -4,6 +4,7 @@ [Service] Type=oneshot ExecStart=/usr/sbin/iptables-restore /etc/iptables/iptables.rules +ExecReload=/usr/sbin/iptables-restore /etc/iptables/iptables.rules ExecStop=/usr/lib/systemd/scripts/iptables-flush RemainAfterExit=yes
[arch-commits] Commit in iptables/trunk (PKGBUILD simple_firewall.rules)
Date: Thursday, November 15, 2012 @ 09:34:29 Author: andrea Revision: 171030 Fix obsolete state usage (FS#32321) Modified: iptables/trunk/PKGBUILD iptables/trunk/simple_firewall.rules ---+ PKGBUILD |2 +- simple_firewall.rules |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-11-15 14:16:00 UTC (rev 171029) +++ PKGBUILD2012-11-15 14:34:29 UTC (rev 171030) @@ -32,7 +32,7 @@ '5bb6fa526665cdd728c26f0f282f5a51f220cf88' '2db68906b603e5268736f48c8e251f3a49da1d75' '83b3363878e3660ce23b2ad325b53cbd6c796ecf' - '9907f9e815592837abc7fa3264a401567b7606ab' + 'f085a71f467e4d7cb2cf094d9369b0bcc4bab6ec' 'cdb830137192bbe002c6d01058656bd053ed0ddd' 'd9f9f06b46b4187648e860afa0552335aafe3ce4' 'c45b738b5ec4cfb11611b984c21a83b91a2d58f3' Modified: simple_firewall.rules === --- simple_firewall.rules 2012-11-15 14:16:00 UTC (rev 171029) +++ simple_firewall.rules 2012-11-15 14:34:29 UTC (rev 171030) @@ -3,7 +3,7 @@ :FORWARD DROP [0:0] :OUTPUT ACCEPT [0:0] -A INPUT -p icmp -j ACCEPT --A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT +-A INPUT -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT -A INPUT -i lo -j ACCEPT -A INPUT -p tcp -j REJECT --reject-with tcp-reset -A INPUT -p udp -j REJECT --reject-with icmp-port-unreachable
[arch-commits] Commit in iptables/trunk (PKGBUILD)
Date: Tuesday, July 31, 2012 @ 16:15:24 Author: ronald Revision: 164377 upgpkg: iptables 1.4.15-1 update to 1.4.15; remove patch that is now upstream Modified: iptables/trunk/PKGBUILD --+ PKGBUILD | 13 +++-- 1 file changed, 3 insertions(+), 10 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-07-31 20:07:54 UTC (rev 164376) +++ PKGBUILD2012-07-31 20:15:24 UTC (rev 164377) @@ -3,8 +3,8 @@ # Contributor: Thomas Baechler pkgname=iptables -pkgver=1.4.14 -pkgrel=3 +pkgver=1.4.15 +pkgrel=1 pkgdesc='Linux kernel packet control tool' arch=('i686' 'x86_64') license=('GPL2') @@ -24,12 +24,11 @@ empty-raw.rules empty-security.rules 0503-extension_cppflags.patch -iptables-1.4.12-fixresore.patch iptables.service ip6tables.service iptables-flush) backup=(etc/conf.d/iptables) -sha1sums=('daf2972b81e52f562a644798013e946c88319ea3' +sha1sums=('56ab3b143af2ad443c9652db3a38ef8869cd2207' '5bb6fa526665cdd728c26f0f282f5a51f220cf88' '2db68906b603e5268736f48c8e251f3a49da1d75' '83b3363878e3660ce23b2ad325b53cbd6c796ecf' @@ -41,7 +40,6 @@ '7db53bb882f62f6c677cc8559cff83d8bae2ef73' 'ebbd1424a1564fd45f455a81c61ce348f0a14c2e' '44626980a52e49f345a0b1e1ca03060f3a35763c' - '7c018d48445ae41c0b9f345747e54b94cb0997b3' '5c4eb4ea88c302e8ff98f435a11dd59b00f4d8b9' 'f1f16f44c6a5547b6f251d13007fe6585761e8b0' 'e7abda09c61142121b6695928d3b71ccd8fdf73a') @@ -54,11 +52,6 @@ patch -Np1 -i ${srcdir}/0503-extension_cppflags.patch - # Fix scope issue exposed by gcc 4.7 (patch by fryasu) - # http://bugzilla.netfilter.org/show_bug.cgi?id=774 - # (This will most likely be fixed in iptables 1.4.15) - patch -Np1 -i ${srcdir}/iptables-1.4.12-fixresore.patch - ./configure --prefix=/usr \ --libexecdir=/usr/lib/iptables --sysconfdir=/etc \ --with-xtlibdir=/usr/lib/iptables \
[arch-commits] Commit in iptables/trunk (PKGBUILD iptables-1.4.12-fixresore.patch)
Date: Wednesday, July 25, 2012 @ 02:38:18 Author: foutrelis Revision: 164052 upgpkg: iptables 1.4.14-3 Fix FS#30419 / upstream bug #774: iptables-restore can't parse the quoted parameter correctly. Added: iptables/trunk/iptables-1.4.12-fixresore.patch Modified: iptables/trunk/PKGBUILD -+ PKGBUILD| 17 - iptables-1.4.12-fixresore.patch | 28 2 files changed, 40 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-07-25 06:08:06 UTC (rev 164051) +++ PKGBUILD2012-07-25 06:38:18 UTC (rev 164052) @@ -4,7 +4,7 @@ pkgname=iptables pkgver=1.4.14 -pkgrel=2 +pkgrel=3 pkgdesc='Linux kernel packet control tool' arch=('i686' 'x86_64') license=('GPL2') @@ -23,10 +23,11 @@ empty-nat.rules empty-raw.rules empty-security.rules - 0503-extension_cppflags.patch - iptables.service - ip6tables.service - iptables-flush) +0503-extension_cppflags.patch +iptables-1.4.12-fixresore.patch +iptables.service +ip6tables.service +iptables-flush) backup=(etc/conf.d/iptables) sha1sums=('daf2972b81e52f562a644798013e946c88319ea3' '5bb6fa526665cdd728c26f0f282f5a51f220cf88' @@ -40,6 +41,7 @@ '7db53bb882f62f6c677cc8559cff83d8bae2ef73' 'ebbd1424a1564fd45f455a81c61ce348f0a14c2e' '44626980a52e49f345a0b1e1ca03060f3a35763c' + '7c018d48445ae41c0b9f345747e54b94cb0997b3' '5c4eb4ea88c302e8ff98f435a11dd59b00f4d8b9' 'f1f16f44c6a5547b6f251d13007fe6585761e8b0' 'e7abda09c61142121b6695928d3b71ccd8fdf73a') @@ -52,6 +54,11 @@ patch -Np1 -i ${srcdir}/0503-extension_cppflags.patch + # Fix scope issue exposed by gcc 4.7 (patch by fryasu) + # http://bugzilla.netfilter.org/show_bug.cgi?id=774 + # (This will most likely be fixed in iptables 1.4.15) + patch -Np1 -i ${srcdir}/iptables-1.4.12-fixresore.patch + ./configure --prefix=/usr \ --libexecdir=/usr/lib/iptables --sysconfdir=/etc \ --with-xtlibdir=/usr/lib/iptables \ Added: iptables-1.4.12-fixresore.patch === --- iptables-1.4.12-fixresore.patch (rev 0) +++ iptables-1.4.12-fixresore.patch 2012-07-25 06:38:18 UTC (rev 164052) @@ -0,0 +1,28 @@ +diff -Nur iptables-1.4.12.2/iptables/ip6tables-restore.c iptables-1.4.12.2-fixrestore/iptables/ip6tables-restore.c +--- iptables-1.4.12.2/iptables/ip6tables-restore.c 2012-01-03 02:19:09.0 +0900 iptables-1.4.12.2-fixrestore/iptables/ip6tables-restore.c 2012-03-01 10:56:10.0 +0900 +@@ -380,9 +380,9 @@ + quote_open = 0; + escaped = 0; + param_len = 0; ++ char param_buffer[1024]; + + for (curchar = parsestart; *curchar; curchar++) { +- char param_buffer[1024]; + + if (quote_open) { + if (escaped) { +diff -Nur iptables-1.4.12.2/iptables/iptables-restore.c iptables-1.4.12.2-fixrestore/iptables/iptables-restore.c +--- iptables-1.4.12.2/iptables/iptables-restore.c 2012-01-03 02:19:09.0 +0900 iptables-1.4.12.2-fixrestore/iptables/iptables-restore.c 2012-03-01 10:56:00.0 +0900 +@@ -377,9 +377,9 @@ + quote_open = 0; + escaped = 0; + param_len = 0; ++ char param_buffer[1024]; + + for (curchar = parsestart; *curchar; curchar++) { +- char param_buffer[1024]; + + if (quote_open) { + if (escaped) {
[arch-commits] Commit in iptables/trunk (PKGBUILD)
Date: Monday, June 18, 2012 @ 04:48:15 Author: ronald Revision: 162002 upgpkg: iptables 1.4.14-1 update to 1.4.14 Modified: iptables/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-06-18 08:47:34 UTC (rev 162001) +++ PKGBUILD2012-06-18 08:48:15 UTC (rev 162002) @@ -3,7 +3,7 @@ # Contributor: Thomas Baechler pkgname=iptables -pkgver=1.4.13 +pkgver=1.4.14 pkgrel=1 pkgdesc='Linux kernel packet control tool' arch=('i686' 'x86_64') @@ -24,7 +24,7 @@ empty-raw.rules empty-security.rules) backup=(etc/conf.d/iptables) -sha1sums=('bf1f1896e052d1813a7c96fa70f88be8dab3ff86' +sha1sums=('daf2972b81e52f562a644798013e946c88319ea3' '5bb6fa526665cdd728c26f0f282f5a51f220cf88' '2db68906b603e5268736f48c8e251f3a49da1d75' '83b3363878e3660ce23b2ad325b53cbd6c796ecf'
[arch-commits] Commit in iptables/trunk (PKGBUILD)
Date: Saturday, March 31, 2012 @ 04:14:24 Author: ronald Revision: 154923 upgpkg: iptables 1.4.13-1 upstream update to 1.4.13 Modified: iptables/trunk/PKGBUILD --+ PKGBUILD |9 + 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-03-31 08:10:59 UTC (rev 154922) +++ PKGBUILD2012-03-31 08:14:24 UTC (rev 154923) @@ -3,8 +3,8 @@ # Contributor: Thomas Baechler pkgname=iptables -pkgver=1.4.12.2 -pkgrel=3 +pkgver=1.4.13 +pkgrel=1 pkgdesc='Linux kernel packet control tool' arch=('i686' 'x86_64') license=('GPL2') @@ -24,7 +24,7 @@ empty-raw.rules empty-security.rules) backup=(etc/conf.d/iptables) -sha1sums=('4dc8cdf1b711b23ed88e0e0e157d2bf2d81c' +sha1sums=('bf1f1896e052d1813a7c96fa70f88be8dab3ff86' '5bb6fa526665cdd728c26f0f282f5a51f220cf88' '2db68906b603e5268736f48c8e251f3a49da1d75' '83b3363878e3660ce23b2ad325b53cbd6c796ecf' @@ -51,7 +51,8 @@ --with-xtlibdir=/usr/lib/iptables \ --enable-devel --enable-libipq \ --enable-shared --enable-static -# build fails when not enabling static, see if we can remove it on next build +# build fails when not enabling static, see if we can remove it on next build +# 1.4.13 still fails make }
[arch-commits] Commit in iptables/trunk (PKGBUILD)
Date: Saturday, March 24, 2012 @ 09:42:15 Author: ronald Revision: 154239 upgpkg: iptables 1.4.12.2-3 use another buildfix; remove weird LDFLAGS; remove unset commands in package() function Modified: iptables/trunk/PKGBUILD --+ PKGBUILD | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-03-24 13:41:41 UTC (rev 154238) +++ PKGBUILD2012-03-24 13:42:15 UTC (rev 154239) @@ -4,7 +4,7 @@ pkgname=iptables pkgver=1.4.12.2 -pkgrel=2 +pkgrel=3 pkgdesc='Linux kernel packet control tool' arch=('i686' 'x86_64') license=('GPL2') @@ -43,12 +43,9 @@ sed -i '87 i libxt_RATEEST.so: libxt_RATEEST.oo' extensions/GNUmakefile.in sed -i '88 i \\t${AM_VERBOSE_CCLD} ${CCLD} ${AM_LDFLAGS} -lm -shared ${LDFLAGS} -o $@ $<;\n' extensions/GNUmakefile.in - # buildfix from LFS - sed -i '/if_packet/i#define __aligned_u64 __u64 __attribute__((aligned(8)))' extensions/libxt_pkttype.c + # use system one + rm include/linux/types.h - # FS#25358: libxt_statistic.so undefined symbol: lround - export LDFLAGS='-lm' - ./configure --prefix=/usr \ --libexecdir=/usr/lib/iptables --sysconfdir=/etc \ --with-xtlibdir=/usr/lib/iptables \ @@ -62,9 +59,6 @@ package() { cd "${srcdir}/${pkgname}-${pkgver}" - unset CFLAGS - unset LDFLAGS - make DESTDIR="${pkgdir}" install cd "${srcdir}"
[arch-commits] Commit in iptables/trunk (PKGBUILD)
Date: Saturday, March 24, 2012 @ 08:53:02 Author: ronald Revision: 154228 upgpkg: iptables 1.4.12.2-2 gcc rebuild; add buildfix from LFS Modified: iptables/trunk/PKGBUILD --+ PKGBUILD |5 - 1 file changed, 4 insertions(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2012-03-24 11:08:13 UTC (rev 154227) +++ PKGBUILD2012-03-24 12:53:02 UTC (rev 154228) @@ -4,7 +4,7 @@ pkgname=iptables pkgver=1.4.12.2 -pkgrel=1 +pkgrel=2 pkgdesc='Linux kernel packet control tool' arch=('i686' 'x86_64') license=('GPL2') @@ -43,6 +43,9 @@ sed -i '87 i libxt_RATEEST.so: libxt_RATEEST.oo' extensions/GNUmakefile.in sed -i '88 i \\t${AM_VERBOSE_CCLD} ${CCLD} ${AM_LDFLAGS} -lm -shared ${LDFLAGS} -o $@ $<;\n' extensions/GNUmakefile.in + # buildfix from LFS + sed -i '/if_packet/i#define __aligned_u64 __u64 __attribute__((aligned(8)))' extensions/libxt_pkttype.c + # FS#25358: libxt_statistic.so undefined symbol: lround export LDFLAGS='-lm'
[arch-commits] Commit in iptables/trunk (PKGBUILD)
Date: Sunday, January 29, 2012 @ 07:46:20 Author: ronald Revision: 147990 upgpkg: iptables 1.4.12.2-1 update to 1.4.12.2 Modified: iptables/trunk/PKGBUILD --+ PKGBUILD |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-01-29 12:18:24 UTC (rev 147989) +++ PKGBUILD2012-01-29 12:46:20 UTC (rev 147990) @@ -34,8 +34,7 @@ 'c45b738b5ec4cfb11611b984c21a83b91a2d58f3' '1694d79b3e6e9d9d543f6a6e75fed06066c9a6c6' '7db53bb882f62f6c677cc8559cff83d8bae2ef73' - 'ebbd1424a1564fd45f455a81c61ce348f0a14c2e' - '654daa658ed99490888902893585d8ead5276344') + 'ebbd1424a1564fd45f455a81c61ce348f0a14c2e') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -50,7 +49,9 @@ ./configure --prefix=/usr \ --libexecdir=/usr/lib/iptables --sysconfdir=/etc \ --with-xtlibdir=/usr/lib/iptables \ - --enable-devel --enable-libipq + --enable-devel --enable-libipq \ + --enable-shared --enable-static +# build fails when not enabling static, see if we can remove it on next build make }
[arch-commits] Commit in iptables/trunk (PKGBUILD)
Date: Sunday, January 29, 2012 @ 07:18:24 Author: ronald Revision: 147989 upgpkg: iptables 1.4.12.2-1 update to 1.4.12.2 Modified: iptables/trunk/PKGBUILD --+ PKGBUILD | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-01-29 11:59:55 UTC (rev 147988) +++ PKGBUILD2012-01-29 12:18:24 UTC (rev 147989) @@ -3,8 +3,8 @@ # Contributor: Thomas Baechler pkgname=iptables -pkgver=1.4.12.1 -pkgrel=2 +pkgver=1.4.12.2 +pkgrel=1 pkgdesc='Linux kernel packet control tool' arch=('i686' 'x86_64') license=('GPL2') @@ -24,7 +24,7 @@ empty-raw.rules empty-security.rules) backup=(etc/conf.d/iptables) -sha1sums=('86022c3b5129ad7105f5087ec1349e99cc5a9728' +sha1sums=('4dc8cdf1b711b23ed88e0e0e157d2bf2d81c' '5bb6fa526665cdd728c26f0f282f5a51f220cf88' '2db68906b603e5268736f48c8e251f3a49da1d75' '83b3363878e3660ce23b2ad325b53cbd6c796ecf' @@ -34,7 +34,8 @@ 'c45b738b5ec4cfb11611b984c21a83b91a2d58f3' '1694d79b3e6e9d9d543f6a6e75fed06066c9a6c6' '7db53bb882f62f6c677cc8559cff83d8bae2ef73' - 'ebbd1424a1564fd45f455a81c61ce348f0a14c2e') + 'ebbd1424a1564fd45f455a81c61ce348f0a14c2e' + '654daa658ed99490888902893585d8ead5276344') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -49,13 +50,17 @@ ./configure --prefix=/usr \ --libexecdir=/usr/lib/iptables --sysconfdir=/etc \ --with-xtlibdir=/usr/lib/iptables \ - --enable-devel --enable-libipq + --enable-devel --enable-libipq make } package() { cd "${srcdir}/${pkgname}-${pkgver}" + + unset CFLAGS + unset LDFLAGS + make DESTDIR="${pkgdir}" install cd "${srcdir}"
[arch-commits] Commit in iptables/trunk (PKGBUILD)
Date: Wednesday, November 2, 2011 @ 08:33:53 Author: bisson Revision: 141702 rebuild, add a couple quotes Modified: iptables/trunk/PKGBUILD --+ PKGBUILD | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-11-02 12:32:27 UTC (rev 141701) +++ PKGBUILD2011-11-02 12:33:53 UTC (rev 141702) @@ -4,15 +4,15 @@ pkgname=iptables pkgver=1.4.12.1 -pkgrel=1 -pkgdesc="A Linux kernel packet control tool" +pkgrel=2 +pkgdesc='Linux kernel packet control tool' arch=('i686' 'x86_64') license=('GPL2') -url="http://www.netfilter.org/projects/iptables/index.html"; +url='http://www.netfilter.org/projects/iptables/index.html' depends=('glibc' 'bash') makedepends=('linux-api-headers') options=('!libtool') -source=(http://www.iptables.org/projects/iptables/files/${pkgname}-${pkgver}.tar.bz2 +source=("http://www.iptables.org/projects/iptables/files/${pkgname}-${pkgver}.tar.bz2"; iptables ip6tables empty.rules @@ -35,6 +35,7 @@ '1694d79b3e6e9d9d543f6a6e75fed06066c9a6c6' '7db53bb882f62f6c677cc8559cff83d8bae2ef73' 'ebbd1424a1564fd45f455a81c61ce348f0a14c2e') + build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -43,7 +44,7 @@ sed -i '88 i \\t${AM_VERBOSE_CCLD} ${CCLD} ${AM_LDFLAGS} -lm -shared ${LDFLAGS} -o $@ $<;\n' extensions/GNUmakefile.in # FS#25358: libxt_statistic.so undefined symbol: lround - export LDFLAGS="-lm" + export LDFLAGS='-lm' ./configure --prefix=/usr \ --libexecdir=/usr/lib/iptables --sysconfdir=/etc \ @@ -64,6 +65,6 @@ install -D -m644 simple_firewall.rules "${pkgdir}"/etc/iptables/simple_firewall.rules install -D -m644 iptables.conf.d "${pkgdir}"/etc/conf.d/iptables - mkdir -p "${pkgdir}/var/lib/iptables" - install -m644 empty-{filter,mangle,nat,raw,security}.rules ${pkgdir}/var/lib/iptables/ + mkdir -p "${pkgdir}"/var/lib/iptables + install -m644 empty-{filter,mangle,nat,raw,security}.rules "${pkgdir}"/var/lib/iptables }
[arch-commits] Commit in iptables/trunk (PKGBUILD)
Date: Friday, September 2, 2011 @ 11:57:39 Author: ronald Revision: 136876 upgpkg: iptables 1.4.12.1-1 update to 1.4.12.1; fix FS#25358 missing symbol Modified: iptables/trunk/PKGBUILD --+ PKGBUILD | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-09-02 14:51:00 UTC (rev 136875) +++ PKGBUILD2011-09-02 15:57:39 UTC (rev 136876) @@ -3,8 +3,8 @@ # Contributor: Thomas Baechler pkgname=iptables -pkgver=1.4.12 -pkgrel=2 +pkgver=1.4.12.1 +pkgrel=1 pkgdesc="A Linux kernel packet control tool" arch=('i686' 'x86_64') license=('GPL2') @@ -24,7 +24,7 @@ empty-raw.rules empty-security.rules) backup=(etc/conf.d/iptables) -sha1sums=('6c3f6eceadf5dab570d757d74a7194ef75be3ee3' +sha1sums=('86022c3b5129ad7105f5087ec1349e99cc5a9728' '5bb6fa526665cdd728c26f0f282f5a51f220cf88' '2db68906b603e5268736f48c8e251f3a49da1d75' '83b3363878e3660ce23b2ad325b53cbd6c796ecf' @@ -35,7 +35,6 @@ '1694d79b3e6e9d9d543f6a6e75fed06066c9a6c6' '7db53bb882f62f6c677cc8559cff83d8bae2ef73' 'ebbd1424a1564fd45f455a81c61ce348f0a14c2e') - build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -43,6 +42,9 @@ sed -i '87 i libxt_RATEEST.so: libxt_RATEEST.oo' extensions/GNUmakefile.in sed -i '88 i \\t${AM_VERBOSE_CCLD} ${CCLD} ${AM_LDFLAGS} -lm -shared ${LDFLAGS} -o $@ $<;\n' extensions/GNUmakefile.in + # FS#25358: libxt_statistic.so undefined symbol: lround + export LDFLAGS="-lm" + ./configure --prefix=/usr \ --libexecdir=/usr/lib/iptables --sysconfdir=/etc \ --with-xtlibdir=/usr/lib/iptables \
[arch-commits] Commit in iptables/trunk (PKGBUILD)
Date: Wednesday, July 27, 2011 @ 11:33:16 Author: dan Revision: 133073 Fix missing security table, FS#25272 Modified: iptables/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2011-07-27 15:27:02 UTC (rev 133072) +++ PKGBUILD2011-07-27 15:33:16 UTC (rev 133073) @@ -63,5 +63,5 @@ install -D -m644 iptables.conf.d "${pkgdir}"/etc/conf.d/iptables mkdir -p "${pkgdir}/var/lib/iptables" - install -m644 empty-{filter,mangle,nat,raw}.rules ${pkgdir}/var/lib/iptables/ + install -m644 empty-{filter,mangle,nat,raw,security}.rules ${pkgdir}/var/lib/iptables/ }
[arch-commits] Commit in iptables/trunk (PKGBUILD empty-security.rules)
Date: Wednesday, July 27, 2011 @ 11:27:02 Author: dan Revision: 133072 Apparantly there is a security table too. FS#25272 Added: iptables/trunk/empty-security.rules Modified: iptables/trunk/PKGBUILD --+ PKGBUILD |8 +--- empty-security.rules |6 ++ 2 files changed, 11 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-07-27 11:57:27 UTC (rev 133071) +++ PKGBUILD2011-07-27 15:27:02 UTC (rev 133072) @@ -4,7 +4,7 @@ pkgname=iptables pkgver=1.4.12 -pkgrel=1 +pkgrel=2 pkgdesc="A Linux kernel packet control tool" arch=('i686' 'x86_64') license=('GPL2') @@ -21,7 +21,8 @@ empty-filter.rules empty-mangle.rules empty-nat.rules -empty-raw.rules) +empty-raw.rules +empty-security.rules) backup=(etc/conf.d/iptables) sha1sums=('6c3f6eceadf5dab570d757d74a7194ef75be3ee3' '5bb6fa526665cdd728c26f0f282f5a51f220cf88' @@ -32,7 +33,8 @@ 'd9f9f06b46b4187648e860afa0552335aafe3ce4' 'c45b738b5ec4cfb11611b984c21a83b91a2d58f3' '1694d79b3e6e9d9d543f6a6e75fed06066c9a6c6' - '7db53bb882f62f6c677cc8559cff83d8bae2ef73') + '7db53bb882f62f6c677cc8559cff83d8bae2ef73' + 'ebbd1424a1564fd45f455a81c61ce348f0a14c2e') build() { cd "${srcdir}/${pkgname}-${pkgver}" Added: empty-security.rules === --- empty-security.rules(rev 0) +++ empty-security.rules2011-07-27 15:27:02 UTC (rev 133072) @@ -0,0 +1,6 @@ +# Empty iptables security table rules file +*security +:INPUT ACCEPT [0:0] +:FORWARD ACCEPT [0:0] +:OUTPUT ACCEPT [0:0] +COMMIT
[arch-commits] Commit in iptables/trunk (PKGBUILD)
Date: Monday, July 18, 2011 @ 16:27:00 Author: ronald Revision: 131995 upgpkg: iptables 1.4.11.1-1 update to 1.4.11.1 Modified: iptables/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-07-18 19:12:19 UTC (rev 131994) +++ PKGBUILD2011-07-18 20:27:00 UTC (rev 131995) @@ -3,7 +3,7 @@ # Contributor: Thomas Baechler pkgname=iptables -pkgver=1.4.10 +pkgver=1.4.11.1 pkgrel=1 pkgdesc="A Linux kernel packet control tool" arch=('i686' 'x86_64') @@ -18,7 +18,7 @@ simple_firewall.rules iptables.conf.d) backup=(etc/conf.d/iptables) -sha1sums=('8190b8c9714a3eec825317e8ac1deeb3d11c6d29' +sha1sums=('2aa0d215485133f2817973b0914a132f628d9f3a' 'd7540316581bb66c5594885882a14ba394e95098' '70d70113e3a23f0fe99404c5536507a887a4ca5c' '83b3363878e3660ce23b2ad325b53cbd6c796ecf'
[arch-commits] Commit in iptables/trunk (PKGBUILD)
Date: Saturday, December 4, 2010 @ 04:52:03 Author: allan Revision: 102057 upgpkg: iptables 1.4.10-1 upstream update Modified: iptables/trunk/PKGBUILD --+ PKGBUILD | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2010-12-04 03:15:47 UTC (rev 102056) +++ PKGBUILD2010-12-04 09:52:03 UTC (rev 102057) @@ -3,7 +3,7 @@ # Contributor: Thomas Baechler pkgname=iptables -pkgver=1.4.9 +pkgver=1.4.10 pkgrel=1 pkgdesc="A Linux kernel packet control tool" arch=('i686' 'x86_64') @@ -11,10 +11,14 @@ url="http://www.netfilter.org/"; depends=('glibc' 'bash') options=('!libtool') -source=(http://www.iptables.org/projects/iptables/files/${pkgname}-${pkgver}.tar.bz2 \ -iptables ip6tables empty.rules simple_firewall.rules iptables.conf.d) +source=(http://www.iptables.org/projects/iptables/files/${pkgname}-${pkgver}.tar.bz2 +iptables +ip6tables +empty.rules +simple_firewall.rules +iptables.conf.d) backup=(etc/conf.d/iptables) -sha1sums=('c961b58c57cb99b10f5bb753bf3b436c0df05c7c' +sha1sums=('8190b8c9714a3eec825317e8ac1deeb3d11c6d29' 'd7540316581bb66c5594885882a14ba394e95098' '70d70113e3a23f0fe99404c5536507a887a4ca5c' '83b3363878e3660ce23b2ad325b53cbd6c796ecf' @@ -33,13 +37,13 @@ --with-xtlibdir=/usr/lib/iptables \ --enable-devel --enable-libipq - make || return 1 + make } package() { cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install || return 1 + make DESTDIR=${pkgdir} install install -D -m755 ../iptables ${pkgdir}/etc/rc.d/iptables install -D -m755 ../ip6tables ${pkgdir}/etc/rc.d/ip6tables
[arch-commits] Commit in iptables/trunk (PKGBUILD)
Date: Friday, August 6, 2010 @ 05:59:22 Author: ronald Revision: 86873 upgpkg: iptables 1.4.9-1 update to latest version Modified: iptables/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2010-08-06 09:54:04 UTC (rev 86872) +++ PKGBUILD2010-08-06 09:59:22 UTC (rev 86873) @@ -3,7 +3,7 @@ # Contributor: Thomas Baechler pkgname=iptables -pkgver=1.4.8 +pkgver=1.4.9 pkgrel=1 pkgdesc="A Linux kernel packet control tool" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ source=(http://www.iptables.org/projects/iptables/files/${pkgname}-${pkgver}.tar.bz2 \ iptables ip6tables empty.rules simple_firewall.rules iptables.conf.d) backup=(etc/conf.d/iptables) -sha1sums=('53d756938e6dc748364ca1e1952f28dd9daad6a4' +sha1sums=('c961b58c57cb99b10f5bb753bf3b436c0df05c7c' 'd7540316581bb66c5594885882a14ba394e95098' '70d70113e3a23f0fe99404c5536507a887a4ca5c' '83b3363878e3660ce23b2ad325b53cbd6c796ecf'
[arch-commits] Commit in iptables/trunk (PKGBUILD)
Date: Friday, June 11, 2010 @ 07:03:10 Author: ronald Revision: 82461 upgpkg: iptables 1.4.8-1 update to latest version Modified: iptables/trunk/PKGBUILD --+ PKGBUILD | 23 ++- 1 file changed, 14 insertions(+), 9 deletions(-) Modified: PKGBUILD === --- PKGBUILD2010-06-11 10:57:36 UTC (rev 82460) +++ PKGBUILD2010-06-11 11:03:10 UTC (rev 82461) @@ -3,7 +3,7 @@ # Contributor: Thomas Baechler pkgname=iptables -pkgver=1.4.7 +pkgver=1.4.8 pkgrel=1 pkgdesc="A Linux kernel packet control tool" arch=('i686' 'x86_64') @@ -14,12 +14,12 @@ source=(http://www.iptables.org/projects/iptables/files/${pkgname}-${pkgver}.tar.bz2 \ iptables ip6tables empty.rules simple_firewall.rules iptables.conf.d) backup=(etc/conf.d/iptables) -md5sums=('645941dd1f9e0ec1f74c61918d70d52f' - '89401d6f0cf1de46a455b7be6720a58b' - '6e0e88c2ed0c3715d1409ee3258a0046' - '14186bbafe21bb0638c0cb8e0903c829' - 'e53a83bb4d8ac8b7eadd7bd58294751d' - 'a9020ee7586417b87c026d435b4be50d') +sha1sums=('53d756938e6dc748364ca1e1952f28dd9daad6a4' + 'd7540316581bb66c5594885882a14ba394e95098' + '70d70113e3a23f0fe99404c5536507a887a4ca5c' + '83b3363878e3660ce23b2ad325b53cbd6c796ecf' + '9907f9e815592837abc7fa3264a401567b7606ab' + '1c52444ffbecc09f56bb325db49e924dd32f9213') build() { cd ${srcdir}/${pkgname}-${pkgver} @@ -34,8 +34,13 @@ --enable-devel --enable-libipq make || return 1 - make DESTDIR=${pkgdir} install || return 1 - +} + +package() { + cd ${srcdir}/${pkgname}-${pkgver} + + make DESTDIR=${pkgdir} install || return 1 + install -D -m755 ../iptables ${pkgdir}/etc/rc.d/iptables install -D -m755 ../ip6tables ${pkgdir}/etc/rc.d/ip6tables install -D -m644 ../empty.rules ${pkgdir}/etc/iptables/empty.rules
[arch-commits] Commit in iptables/trunk (PKGBUILD)
Date: Thursday, March 4, 2010 @ 16:19:09 Author: ronald Revision: 71154 upgpkg: iptables 1.4.7-1 update to latest version Modified: iptables/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2010-03-04 21:16:01 UTC (rev 71153) +++ PKGBUILD2010-03-04 21:19:09 UTC (rev 71154) @@ -3,7 +3,7 @@ # Contributor: Thomas Baechler pkgname=iptables -pkgver=1.4.6 +pkgver=1.4.7 pkgrel=1 pkgdesc="A Linux kernel packet control tool" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ source=(http://www.iptables.org/projects/iptables/files/${pkgname}-${pkgver}.tar.bz2 \ iptables ip6tables empty.rules simple_firewall.rules iptables.conf.d) backup=(etc/conf.d/iptables) -md5sums=('c67cf30e281a924def6426be0973df56' +md5sums=('645941dd1f9e0ec1f74c61918d70d52f' '89401d6f0cf1de46a455b7be6720a58b' '6e0e88c2ed0c3715d1409ee3258a0046' '14186bbafe21bb0638c0cb8e0903c829'
[arch-commits] Commit in iptables/trunk (PKGBUILD)
Date: Wednesday, February 24, 2010 @ 06:47:25 Author: ronald Revision: 70048 fix FS#18422 wrong sed -ie command Modified: iptables/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2010-02-24 11:16:36 UTC (rev 70047) +++ PKGBUILD2010-02-24 11:47:25 UTC (rev 70048) @@ -25,8 +25,8 @@ cd ${srcdir}/${pkgname}-${pkgver} # http://bugs.archlinux.org/task/17046 - sed -ie '87 i libxt_RATEEST.so: libxt_RATEEST.oo' extensions/GNUmakefile.in - sed -ie '88 i \\t${AM_VERBOSE_CCLD} ${CCLD} ${AM_LDFLAGS} -lm -shared ${LDFLAGS} -o $@ $<;\n' extensions/GNUmakefile.in + sed -i '87 i libxt_RATEEST.so: libxt_RATEEST.oo' extensions/GNUmakefile.in + sed -i '88 i \\t${AM_VERBOSE_CCLD} ${CCLD} ${AM_LDFLAGS} -lm -shared ${LDFLAGS} -o $@ $<;\n' extensions/GNUmakefile.in ./configure --prefix=/usr --with-kernel=usr/src/linux-$(uname -r) \ --libexecdir=/usr/lib/iptables --sysconfdir=/etc \
[arch-commits] Commit in iptables/trunk (PKGBUILD iptables.conf.d)
Date: Wednesday, December 16, 2009 @ 12:09:53 Author: ronald Revision: 61470 upgpkg: iptables 1.4.6-1 disable ip forwarding by default FS#15892 FS#17262; fix RATEEST FS#17046 Modified: iptables/trunk/PKGBUILD iptables/trunk/iptables.conf.d -+ PKGBUILD|6 +- iptables.conf.d |2 +- 2 files changed, 6 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2009-12-16 16:59:14 UTC (rev 61469) +++ PKGBUILD2009-12-16 17:09:53 UTC (rev 61470) @@ -19,11 +19,15 @@ '6e0e88c2ed0c3715d1409ee3258a0046' '14186bbafe21bb0638c0cb8e0903c829' 'e53a83bb4d8ac8b7eadd7bd58294751d' - 'c7cf6e4455c228e50d20ce3edd75ee59') + 'a9020ee7586417b87c026d435b4be50d') build() { cd ${srcdir}/${pkgname}-${pkgver} + # http://bugs.archlinux.org/task/17046 + sed -ie '87 i libxt_RATEEST.so: libxt_RATEEST.oo' extensions/GNUmakefile.in + sed -ie '88 i \\t${AM_VERBOSE_CCLD} ${CCLD} ${AM_LDFLAGS} -lm -shared ${LDFLAGS} -o $@ $<;\n' extensions/GNUmakefile.in + ./configure --prefix=/usr --with-kernel=usr/src/linux-$(uname -r) \ --libexecdir=/usr/lib/iptables --sysconfdir=/etc \ --with-xtlibdir=/usr/lib/iptables \ Modified: iptables.conf.d === --- iptables.conf.d 2009-12-16 16:59:14 UTC (rev 61469) +++ iptables.conf.d 2009-12-16 17:09:53 UTC (rev 61470) @@ -5,4 +5,4 @@ IPTABLES_CONF=/etc/iptables/iptables.rules IP6TABLES_CONF=/etc/iptables/ip6tables.rules -IPTABLES_FORWARD=1 # enable IP forwarding? +IPTABLES_FORWARD=0 # enable IP forwarding?
[arch-commits] Commit in iptables/trunk (PKGBUILD)
Date: Wednesday, December 16, 2009 @ 11:26:15 Author: ronald Revision: 61457 upgpkg: iptables 1.4.6-1 update to latest version 1.4.6 Modified: iptables/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2009-12-16 16:23:16 UTC (rev 61456) +++ PKGBUILD2009-12-16 16:26:15 UTC (rev 61457) @@ -3,7 +3,7 @@ # Contributor: Thomas Baechler pkgname=iptables -pkgver=1.4.5 +pkgver=1.4.6 pkgrel=1 pkgdesc="A Linux kernel packet control tool" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ source=(http://www.iptables.org/projects/iptables/files/${pkgname}-${pkgver}.tar.bz2 \ iptables ip6tables empty.rules simple_firewall.rules iptables.conf.d) backup=(etc/conf.d/iptables) -md5sums=('44f13990132c20299c1994cd6f425140' +md5sums=('c67cf30e281a924def6426be0973df56' '89401d6f0cf1de46a455b7be6720a58b' '6e0e88c2ed0c3715d1409ee3258a0046' '14186bbafe21bb0638c0cb8e0903c829'