[arch-commits] Commit in dovecot/trunk (PKGBUILD dovecot.tmpfilesd)

Eli Schwartz eschwartz at archlinux.org
Sun Jul 8 08:03:10 UTC 2018


    Date: Sunday, July 8, 2018 @ 08:03:09
  Author: eschwartz
Revision: 354657

upgpkg: dovecot 2.3.2-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:
  dovecot/trunk/PKGBUILD
  dovecot/trunk/dovecot.tmpfilesd

-------------------+
 PKGBUILD          |    6 +++---
 dovecot.tmpfilesd |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-08 08:02:55 UTC (rev 354656)
+++ PKGBUILD	2018-07-08 08:03:09 UTC (rev 354657)
@@ -11,10 +11,10 @@
 
 pkgname=dovecot
 pkgver=2.3.2
-pkgrel=1
+pkgrel=2
 
 pkgdesc="An IMAP and POP3 server written with security primarily in mind"
-url="http://dovecot.org/"
+url="https://dovecot.org/"
 arch=('x86_64')
 license=("LGPL")
 
@@ -35,7 +35,7 @@
 sha256sums=('6e48f0fa60768427f03035b0a3e93d1ae29b972bb2bd9ca998ccc6a0f6dae393'
             'SKIP'
             'c5e3a8ffe23e5deb4f7893d9877d972347c2ee45c4ebf713de85c537e47cfcaf'
-            'bb7620be7fc0217d77fcac940441c2abbd9efc6ef660153288d09ba412e27e06'
+            '0b0625b1e66ca6a95d506fd00d6a68e70620c8ea28606e2528953ffb1806b08e'
             'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
 
 validpgpkeys=(

Modified: dovecot.tmpfilesd
===================================================================
--- dovecot.tmpfilesd	2018-07-08 08:02:55 UTC (rev 354656)
+++ dovecot.tmpfilesd	2018-07-08 08:03:09 UTC (rev 354657)
@@ -1 +1 @@
-d /var/run/dovecot 0755 root dovecot -
+d /run/dovecot 0755 root dovecot -



More information about the arch-commits mailing list