Date: Friday, April 19, 2019 @ 20:40:28 Author: eschwartz Revision: 452052
archrelease: copy trunk to community-x86_64 Added: nullmailer/repos/community-x86_64/PKGBUILD (from rev 452050, nullmailer/trunk/PKGBUILD) nullmailer/repos/community-x86_64/nullmailer.sysusers (from rev 452050, nullmailer/trunk/nullmailer.sysusers) nullmailer/repos/community-x86_64/nullmailer.tmpfiles (from rev 452050, 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 | 20 +++++---- 3 files changed, 65 insertions(+), 63 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2019-04-19 20:40:21 UTC (rev 452051) +++ PKGBUILD 2019-04-19 20:40:28 UTC (rev 452052) @@ -1,53 +0,0 @@ -# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> -# Contributor : Martin Wimpress <c...@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: Copied: nullmailer/repos/community-x86_64/PKGBUILD (from rev 452050, nullmailer/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2019-04-19 20:40:28 UTC (rev 452052) @@ -0,0 +1,53 @@ +# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> +# Contributor : Martin Wimpress <c...@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=2 +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' + 'be2657f7560168ee3563fe4dc375f4cdd32ced485ce737e8d426c255b2f6fc3db1e3fe583b95041262b512f9420538fea209b4d77c75180187245709868ccdc9') + +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 2019-04-19 20:40:21 UTC (rev 452051) +++ nullmailer.sysusers 2019-04-19 20:40:28 UTC (rev 452052) @@ -1 +0,0 @@ -u nullmail - "nullmailer MTA" /var/spool/nullmailer Copied: nullmailer/repos/community-x86_64/nullmailer.sysusers (from rev 452050, nullmailer/trunk/nullmailer.sysusers) =================================================================== --- nullmailer.sysusers (rev 0) +++ nullmailer.sysusers 2019-04-19 20:40:28 UTC (rev 452052) @@ -0,0 +1 @@ +u nullmail - "nullmailer MTA" /var/spool/nullmailer Deleted: nullmailer.tmpfiles =================================================================== --- nullmailer.tmpfiles 2019-04-19 20:40:21 UTC (rev 452051) +++ nullmailer.tmpfiles 2019-04-19 20:40:28 UTC (rev 452052) @@ -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 452050, nullmailer/trunk/nullmailer.tmpfiles) =================================================================== --- nullmailer.tmpfiles (rev 0) +++ nullmailer.tmpfiles 2019-04-19 20:40:28 UTC (rev 452052) @@ -0,0 +1,11 @@ +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/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