[arch-commits] Commit in iptables/trunk (PKGBUILD)

Evangelos Foutras foutrelis at nymeria.archlinux.org
Sat Jun 1 05:37:50 UTC 2013


    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
===================================================================
--- PKGBUILD	2013-06-01 01:12:40 UTC (rev 186922)
+++ PKGBUILD	2013-06-01 05:37:49 UTC (rev 186923)
@@ -3,16 +3,17 @@
 # Contributor: Thomas Baechler <thomas at archlinux.org>
 
 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
 }
 




More information about the arch-commits mailing list