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

Eli Schwartz eschwartz at archlinux.org
Sun Jul 8 07:40:34 UTC 2018


    Date: Sunday, July 8, 2018 @ 07:40:33
  Author: eschwartz
Revision: 354626

upgpkg: postgrey 1.37-3

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:
  postgrey/trunk/PKGBUILD
  postgrey/trunk/postgrey.tmpfiles

-------------------+
 PKGBUILD          |    4 ++--
 postgrey.tmpfiles |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-08 07:40:03 UTC (rev 354625)
+++ PKGBUILD	2018-07-08 07:40:33 UTC (rev 354626)
@@ -4,7 +4,7 @@
 
 pkgname=postgrey
 pkgver=1.37
-pkgrel=2
+pkgrel=3
 pkgdesc="a Postfix policy server implementing greylisting"
 arch=('any')
 url="https://postgrey.schweikert.ch/"
@@ -25,7 +25,7 @@
 sha256sums=('ff4d9543f8f5cb0356c30ffe22255d942ac6128da734c376de211c02630fa5f7'
             'd36c73b6a8ba96ba3eaa3e56098afda828ee56ec12000d3392ab450246d38e09'
             '859380a05ca55e1d07e1e38f16244adfa8cde9987414df9785206bddc84137cc'
-            '85c9155ba3bcc55544a362cca7f6ae385f702cc26ea7d3fdafce38d30c297dfb'
+            '089a597a8faa92c9f910c00398f0ecb77b6573307fdb7c1989138d9af7c95ed0'
             'e5f80653c02681b54f28051104f1ce45991b014a86965610611b1b4921284bd7')
 
 prepare() {

Modified: postgrey.tmpfiles
===================================================================
--- postgrey.tmpfiles	2018-07-08 07:40:03 UTC (rev 354625)
+++ postgrey.tmpfiles	2018-07-08 07:40:33 UTC (rev 354626)
@@ -1,2 +1,2 @@
 d /var/spool/postfix/postgrey/ 0755 postgrey postgrey -
-d /var/run/postgrey            0755 postgrey postgrey -
+d /run/postgrey                0755 postgrey postgrey -



More information about the arch-commits mailing list