[arch-commits] Commit in nullmailer/repos/community-x86_64 (6 files)
Levente Polyak
anthraxx at archlinux.org
Wed Oct 24 23:19:47 UTC 2018
Date: Wednesday, October 24, 2018 @ 23:19:47
Author: anthraxx
Revision: 398902
archrelease: copy trunk to community-x86_64
Added:
nullmailer/repos/community-x86_64/PKGBUILD
(from rev 398901, nullmailer/trunk/PKGBUILD)
nullmailer/repos/community-x86_64/nullmailer.sysusers
(from rev 398901, nullmailer/trunk/nullmailer.sysusers)
nullmailer/repos/community-x86_64/nullmailer.tmpfiles
(from rev 398901, nullmailer/trunk/nullmailer.tmpfiles)
Deleted:
nullmailer/repos/community-x86_64/PKGBUILD
nullmailer/repos/community-x86_64/nullmailer.sysusers
nullmailer/repos/community-x86_64/nullmailer.tmpfiles
---------------------+
PKGBUILD | 106 +++++++++++++++++++++++++-------------------------
nullmailer.sysusers | 2
nullmailer.tmpfiles | 18 ++++----
3 files changed, 63 insertions(+), 63 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-10-24 23:19:41 UTC (rev 398901)
+++ PKGBUILD 2018-10-24 23:19:47 UTC (rev 398902)
@@ -1,53 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor : Martin Wimpress <code at flexion.org>
-# Contributor: Roberto Alsina <ralsina at kde.org>
-# Contributor: Kurt J. Bosch <kjb-temp-2009 at alpenjodel.de>
-
-pkgname=nullmailer
-pkgver=2.1
-pkgrel=1
-pkgdesc='Simple relay-only mail transport agent'
-url='https://www.untroubled.org/nullmailer/'
-arch=('x86_64')
-license=('GPL2')
-depends=('gnutls')
-provides=('smtp-forwarder')
-conflicts=('smtp-forwarder' 'smtp-server')
-options=('emptydirs')
-source=(https://www.untroubled.org/nullmailer/archive/${pkgname}-${pkgver}.tar.gz
- nullmailer.sysusers
- nullmailer.tmpfiles)
-sha512sums=('5219e251f6648258247913fcb7036075a482b0800a98cde0d731aa4a6b514baae4d8a340b6757b8d532c4b8343b718642c0f519292e3660f8c04671ac274944b'
- '004a14e65b7c45264033d1a2fae1cedad056ebde4597cbe711600793c4792715554e94eeee701a3f9618524debd1d8a74f15e297eb5070a45b2195b0b9fd722f'
- 'fe05593fac0a5bb0752f2103d8844485d8c39f3a4aed2ab29dc57c1dda0aba1a770e5bf7e6d959db80831f021b0a07c029b844bc79850396b0ea2344af7bd81c')
-
-build() {
- cd ${pkgname}-${pkgver}
- ./configure \
- --prefix=/usr \
- --libexecdir=/usr/lib/${pkgname} \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --sbindir=/usr/bin \
- --enable-tls
- make
-}
-
-check() {
- cd ${pkgname}-${pkgver}
- make test
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
-
- install -Dm 644 scripts/nullmailer.service -t "${pkgdir}/usr/lib/systemd/system"
- install -Dm 644 ../nullmailer.sysusers "${pkgdir}/usr/lib/sysusers.d/nullmailer.conf"
- install -Dm 644 ../nullmailer.tmpfiles "${pkgdir}/usr/lib/tmpfiles.d/nullmailer.conf"
-
- # covered by tmpfiles with fixed ownership
- rm -rf "${pkgdir}/var"
-}
-
-# vim: ts=2 sw=2 et:
Copied: nullmailer/repos/community-x86_64/PKGBUILD (from rev 398901, nullmailer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-10-24 23:19:47 UTC (rev 398902)
@@ -0,0 +1,53 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor : Martin Wimpress <code at flexion.org>
+# Contributor: Roberto Alsina <ralsina at kde.org>
+# Contributor: Kurt J. Bosch <kjb-temp-2009 at alpenjodel.de>
+
+pkgname=nullmailer
+pkgver=2.2
+pkgrel=1
+pkgdesc='Simple relay-only mail transport agent'
+url='https://www.untroubled.org/nullmailer/'
+arch=('x86_64')
+license=('GPL2')
+depends=('gnutls')
+provides=('smtp-forwarder')
+conflicts=('smtp-forwarder' 'smtp-server')
+options=('emptydirs')
+source=(https://www.untroubled.org/nullmailer/archive/${pkgname}-${pkgver}.tar.gz
+ nullmailer.sysusers
+ nullmailer.tmpfiles)
+sha512sums=('21b29d59f3c386c13ce4541ae11dc5cd69f842085479d7fc9a69a540abc608ce5c1825f06bd3566536b392931f7eeb1b2d35addd816849e6f431877bb18c8268'
+ '004a14e65b7c45264033d1a2fae1cedad056ebde4597cbe711600793c4792715554e94eeee701a3f9618524debd1d8a74f15e297eb5070a45b2195b0b9fd722f'
+ 'fe05593fac0a5bb0752f2103d8844485d8c39f3a4aed2ab29dc57c1dda0aba1a770e5bf7e6d959db80831f021b0a07c029b844bc79850396b0ea2344af7bd81c')
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure \
+ --prefix=/usr \
+ --libexecdir=/usr/lib/${pkgname} \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --sbindir=/usr/bin \
+ --enable-tls
+ make
+}
+
+check() {
+ cd ${pkgname}-${pkgver}
+ make test
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+
+ install -Dm 644 scripts/nullmailer.service -t "${pkgdir}/usr/lib/systemd/system"
+ install -Dm 644 ../nullmailer.sysusers "${pkgdir}/usr/lib/sysusers.d/nullmailer.conf"
+ install -Dm 644 ../nullmailer.tmpfiles "${pkgdir}/usr/lib/tmpfiles.d/nullmailer.conf"
+
+ # covered by tmpfiles with fixed ownership
+ rm -rf "${pkgdir}/var"
+}
+
+# vim: ts=2 sw=2 et:
Deleted: nullmailer.sysusers
===================================================================
--- nullmailer.sysusers 2018-10-24 23:19:41 UTC (rev 398901)
+++ nullmailer.sysusers 2018-10-24 23:19:47 UTC (rev 398902)
@@ -1 +0,0 @@
-u nullmail - "nullmailer MTA" /var/spool/nullmailer
Copied: nullmailer/repos/community-x86_64/nullmailer.sysusers (from rev 398901, nullmailer/trunk/nullmailer.sysusers)
===================================================================
--- nullmailer.sysusers (rev 0)
+++ nullmailer.sysusers 2018-10-24 23:19:47 UTC (rev 398902)
@@ -0,0 +1 @@
+u nullmail - "nullmailer MTA" /var/spool/nullmailer
Deleted: nullmailer.tmpfiles
===================================================================
--- nullmailer.tmpfiles 2018-10-24 23:19:41 UTC (rev 398901)
+++ nullmailer.tmpfiles 2018-10-24 23:19:47 UTC (rev 398902)
@@ -1,9 +0,0 @@
-d /var/spool/nullmailer - nullmail nullmail - -
-d /var/spool/nullmailer/failed 0700 nullmail nullmail - -
-d /var/spool/nullmailer/queue 0700 nullmail nullmail - -
-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/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
Copied: nullmailer/repos/community-x86_64/nullmailer.tmpfiles (from rev 398901, nullmailer/trunk/nullmailer.tmpfiles)
===================================================================
--- nullmailer.tmpfiles (rev 0)
+++ nullmailer.tmpfiles 2018-10-24 23:19:47 UTC (rev 398902)
@@ -0,0 +1,9 @@
+d /var/spool/nullmailer - nullmail nullmail - -
+d /var/spool/nullmailer/failed 0700 nullmail nullmail - -
+d /var/spool/nullmailer/queue 0700 nullmail nullmail - -
+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/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