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

Sébastien Luttringer seblu at archlinux.org
Thu May 28 21:41:06 UTC 2015


    Date: Thursday, May 28, 2015 @ 23:41:06
  Author: seblu
Revision: 239861

upgpkg: ipset 6.24-2

Modified:
  ipset/trunk/PKGBUILD
  ipset/trunk/ipset.service

---------------+
 PKGBUILD      |    4 ++--
 ipset.service |    3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-28 21:40:54 UTC (rev 239860)
+++ PKGBUILD	2015-05-28 21:41:06 UTC (rev 239861)
@@ -3,7 +3,7 @@
 
 pkgname=ipset
 pkgver=6.24
-pkgrel=1
+pkgrel=2
 pkgdesc='Administration tool for IP sets'
 arch=('i686' 'x86_64')
 url='http://ipset.netfilter.org'
@@ -13,7 +13,7 @@
 source=("http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2"
         "$pkgname.service")
 md5sums=('8831b8f01458bf2abacc222884195a62'
-         '60ebe10f071314fc9e8647440a02467c')
+         'e20fe62881993078591f1bb8b2fa22bb')
 
 build() {
   cd $pkgname-$pkgver

Modified: ipset.service
===================================================================
--- ipset.service	2015-05-28 21:40:54 UTC (rev 239860)
+++ ipset.service	2015-05-28 21:41:06 UTC (rev 239861)
@@ -1,6 +1,7 @@
 [Unit]
 Description=Loading IP Sets
-Before=iptables.service ip6tables.service
+Before=network-pre.target iptables.service ip6tables.service
+Wants=network-pre.target
 
 [Service]
 Type=oneshot



More information about the arch-commits mailing list