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

Christian Rebischke shibumi at archlinux.org
Sat Feb 9 14:56:56 UTC 2019


    Date: Saturday, February 9, 2019 @ 14:56:55
  Author: shibumi
Revision: 430841

upgpkg: strongswan 5.7.2-2

changed dbus-policy path + fixes #59191

Modified:
  strongswan/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-09 14:36:55 UTC (rev 430840)
+++ PKGBUILD	2019-02-09 14:56:55 UTC (rev 430841)
@@ -11,7 +11,7 @@
 
 pkgname=strongswan
 pkgver=5.7.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Open source IPsec implementation'
 url='https://www.strongswan.org'
 license=('GPL2')
@@ -23,6 +23,7 @@
             'mariadb: MySQL support'
             'ruby: Ruby support'
             'python: Python support'
+            'resolvconf: Resolveplugin'
             'openldap: LDAP support')
 # TODO: move to package() and use find
 backup=(
@@ -128,6 +129,8 @@
 package() {
   cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
+  install -Dm644 "${pkgdir}/etc/dbus-1/system.d/nm-strongswan-service.conf" "${pkgdir}/usr/share/dbus-1/system.d/nm-strongswan-service.conf"
+  rm -v "${pkgdir}/etc/dbus-1/system.d/nm-strongswan-service.conf"
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list