[arch-commits] Commit in xl2tpd/trunk (PKGBUILD xl2tpd.tmpfiles)

Eli Schwartz eschwartz at archlinux.org
Sun Jul 8 07:52:15 UTC 2018


    Date: Sunday, July 8, 2018 @ 07:52:15
  Author: eschwartz
Revision: 354639

upgpkg: xl2tpd 1.3.12-2

systemd 239 introduces runtime warnings for tmpfiles.d snippets trying to
create files in /var/run. See
https://github.com/systemd/systemd/commit/a2d1fb882c4308bc10362d971f333c5031d60069

Modified:
  xl2tpd/trunk/PKGBUILD
  xl2tpd/trunk/xl2tpd.tmpfiles

-----------------+
 PKGBUILD        |    6 +++---
 xl2tpd.tmpfiles |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-08 07:50:57 UTC (rev 354638)
+++ PKGBUILD	2018-07-08 07:52:15 UTC (rev 354639)
@@ -4,10 +4,10 @@
 
 pkgname=xl2tpd
 pkgver=1.3.12
-pkgrel=1
+pkgrel=2
 pkgdesc="an open source implementation of the L2TP maintained by Xelerance Corporation"
 arch=('x86_64')
-url="http://www.xelerance.com/services/software/xl2tpd/"
+url="https://www.xelerance.com/services/software/xl2tpd/"
 license=('GPL')
 depends=('ppp')
 options=(emptydirs zipman docs)
@@ -23,7 +23,7 @@
             '24d5588b0c8194b7763579be75a58c88e72296145d8d223e1549454e18665ba4'
             '8295d3f7522407beafb89d92b53c29ab80d7a5b18a0d3182dd65a18d88a05590'
             'ff34172f95ae66865a0919c6fb7279c9b80114a59b5b2cf790667f35e83f86e5'
-            '9ef286082ebc3caa87cd75504e41068c3bb4e47ace3b87d7c48f176a54bb902f')
+            '70ac11e6fe097ad271d878565930aa85dfa75d5cd62d6c35dd580b2ee34e660b')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"

Modified: xl2tpd.tmpfiles
===================================================================
--- xl2tpd.tmpfiles	2018-07-08 07:50:57 UTC (rev 354638)
+++ xl2tpd.tmpfiles	2018-07-08 07:52:15 UTC (rev 354639)
@@ -1 +1 @@
-d /var/run/xl2tpd 0755 root root -
+d /run/xl2tpd 0755 root root -



More information about the arch-commits mailing list