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

Eli Schwartz eschwartz at archlinux.org
Fri Apr 19 20:39:52 UTC 2019


    Date: Friday, April 19, 2019 @ 20:39:49
  Author: eschwartz
Revision: 452050

upgpkg: nullmailer 2.2-2

work around FS#62404 and https://github.com/systemd/systemd/issues/12354

Modified:
  nullmailer/trunk/PKGBUILD
  nullmailer/trunk/nullmailer.tmpfiles

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-19 20:39:07 UTC (rev 452049)
+++ PKGBUILD	2019-04-19 20:39:49 UTC (rev 452050)
@@ -5,7 +5,7 @@
 
 pkgname=nullmailer
 pkgver=2.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Simple relay-only mail transport agent'
 url='https://www.untroubled.org/nullmailer/'
 arch=('x86_64')
@@ -19,7 +19,7 @@
         nullmailer.tmpfiles)
 sha512sums=('21b29d59f3c386c13ce4541ae11dc5cd69f842085479d7fc9a69a540abc608ce5c1825f06bd3566536b392931f7eeb1b2d35addd816849e6f431877bb18c8268'
             '004a14e65b7c45264033d1a2fae1cedad056ebde4597cbe711600793c4792715554e94eeee701a3f9618524debd1d8a74f15e297eb5070a45b2195b0b9fd722f'
-            'fe05593fac0a5bb0752f2103d8844485d8c39f3a4aed2ab29dc57c1dda0aba1a770e5bf7e6d959db80831f021b0a07c029b844bc79850396b0ea2344af7bd81c')
+            'be2657f7560168ee3563fe4dc375f4cdd32ced485ce737e8d426c255b2f6fc3db1e3fe583b95041262b512f9420538fea209b4d77c75180187245709868ccdc9')
 
 build() {
   cd ${pkgname}-${pkgver}

Modified: nullmailer.tmpfiles
===================================================================
--- nullmailer.tmpfiles	2019-04-19 20:39:07 UTC (rev 452049)
+++ nullmailer.tmpfiles	2019-04-19 20:39:49 UTC (rev 452050)
@@ -4,6 +4,8 @@
 d /var/spool/nullmailer/tmp     0700 nullmail nullmail - -
 p /var/spool/nullmailer/trigger 0600 nullmail nullmail - -
 z /usr/bin/mailq                4755 nullmail -        - -
+z /usr/bin/mailq                4755 nullmail -        - -
 z /usr/bin/nullmailer-queue     4755 nullmail -        - -
+z /usr/bin/nullmailer-queue     4755 nullmail -        - -
 f /etc/nullmailer/me            -    -        -        - %H
 f /etc/nullmailer/remotes       0640 -        nullmail - smarthost.example.org smtp --port=25 --auth-login --user=user --pass=pass



More information about the arch-commits mailing list