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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Mon Feb 12 23:50:09 UTC 2018


    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
===================================================================
--- PKGBUILD	2018-02-12 23:41:39 UTC (rev 316745)
+++ PKGBUILD	2018-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



More information about the arch-commits mailing list