[arch-commits] Commit in opendmarc/repos (12 files)
Sergej Pupykin
spupykin at archlinux.org
Mon Mar 20 15:20:17 UTC 2017
Date: Monday, March 20, 2017 @ 15:20:15
Author: spupykin
Revision: 217650
archrelease: copy trunk to community-i686, community-x86_64
Added:
opendmarc/repos/community-i686/PKGBUILD
(from rev 217648, opendmarc/trunk/PKGBUILD)
opendmarc/repos/community-i686/opendmarc.install
(from rev 217648, opendmarc/trunk/opendmarc.install)
opendmarc/repos/community-i686/opendmarc.service
(from rev 217648, opendmarc/trunk/opendmarc.service)
opendmarc/repos/community-x86_64/PKGBUILD
(from rev 217648, opendmarc/trunk/PKGBUILD)
opendmarc/repos/community-x86_64/opendmarc.install
(from rev 217648, opendmarc/trunk/opendmarc.install)
opendmarc/repos/community-x86_64/opendmarc.service
(from rev 217648, opendmarc/trunk/opendmarc.service)
Deleted:
opendmarc/repos/community-i686/PKGBUILD
opendmarc/repos/community-i686/opendmarc.install
opendmarc/repos/community-i686/opendmarc.service
opendmarc/repos/community-x86_64/PKGBUILD
opendmarc/repos/community-x86_64/opendmarc.install
opendmarc/repos/community-x86_64/opendmarc.service
------------------------------------+
/PKGBUILD | 108 +++++++++++++++++++++++++++++++++++
/opendmarc.install | 48 +++++++++++++++
/opendmarc.service | 22 +++++++
community-i686/PKGBUILD | 54 -----------------
community-i686/opendmarc.install | 24 -------
community-i686/opendmarc.service | 11 ---
community-x86_64/PKGBUILD | 54 -----------------
community-x86_64/opendmarc.install | 24 -------
community-x86_64/opendmarc.service | 11 ---
9 files changed, 178 insertions(+), 178 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2017-03-20 15:20:13 UTC (rev 217649)
+++ community-i686/PKGBUILD 2017-03-20 15:20:15 UTC (rev 217650)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
-# Orginal Maintainer: Arthur Țițeică arthur.titeica/gmail/com
-# Current Maintainer: Hao Zhang <theivorytower [at] gmail [dot] com>
-
-pkgname=opendmarc
-pkgver=1.3.1
-pkgrel=3
-pkgdesc="Free open source software implementation of the DMARC specification"
-arch=('i686' 'x86_64')
-url="http://www.trusteddomain.org/opendmarc/"
-license=('custom')
-depends=('smtp-server')
-makedepends=('libmilter')
-optdepends=('opendbx: acts as a middleware layer between OpenDMARC and a SQL backend of choice'
- 'python: run opendmarc scripts at /usr/share/doc/opendmarc'
- 'perl: run opendmarc scripts at /usr/share/doc/opendmarc'
- 'perl-switch: generate DMARC reports'
- 'perl-dbd-mysql: generate DMARC reports'
- 'perl-libwww: generate DMARC reports')
-install=$pkgname.install
-backup=(etc/opendmarc/opendmarc.conf)
-source=(https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz #{,.asc}
- opendmarc.service)
-sha256sums=('a0c0cf74de68454cbdce16a3095b96e70fc16614325052ea230878d1ca64da6b'
- 'dc16a2bb66df7473a0288fc0c33db731922ff2ea9fdcd59d86da8dc908ca4a14')
-
-build() {
- export LDFLAGS="${LDFLAGS//,--as-needed}"
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr \
- --bindir=/usr/bin \
- --sbindir=/usr/bin \
- --sysconfdir=/etc/$pkgname \
- --with-spf
- make
-}
-
-check() {
- cd "$srcdir/$pkgname-$pkgver"
- make -k check
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
- # sample config
- install -D -m644 "$srcdir"/$pkgname-$pkgver/$pkgname/opendmarc.conf.sample "$pkgdir"/etc/$pkgname/opendmarc.conf.sample
- # License
- install -D -m644 "$srcdir"/$pkgname-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
- rm "$pkgdir"/usr/share/doc/$pkgname/LICENSE
- # systemd service
- install -D -m644 "$srcdir/$pkgname.service" "${pkgdir}/usr/lib/systemd/system/$pkgname.service"
-}
Copied: opendmarc/repos/community-i686/PKGBUILD (from rev 217648, opendmarc/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-20 15:20:15 UTC (rev 217650)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Orginal Maintainer: Arthur Țițeică arthur.titeica/gmail/com
+# Current Maintainer: Hao Zhang <theivorytower [at] gmail [dot] com>
+
+pkgname=opendmarc
+pkgver=1.3.2
+pkgrel=1
+pkgdesc="Free open source software implementation of the DMARC specification"
+arch=('i686' 'x86_64')
+url="http://www.trusteddomain.org/opendmarc/"
+license=('custom')
+depends=('smtp-server')
+makedepends=('libmilter')
+optdepends=('opendbx: acts as a middleware layer between OpenDMARC and a SQL backend of choice'
+ 'python: run opendmarc scripts at /usr/share/doc/opendmarc'
+ 'perl: run opendmarc scripts at /usr/share/doc/opendmarc'
+ 'perl-switch: generate DMARC reports'
+ 'perl-dbd-mysql: generate DMARC reports'
+ 'perl-libwww: generate DMARC reports')
+install=$pkgname.install
+backup=(etc/opendmarc/opendmarc.conf)
+source=(https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz #{,.asc}
+ opendmarc.service)
+sha256sums=('213c4b01a9ff5dcdf331f7bd1dd6a382077abbf8ee9111852f2101ec917c2ffb'
+ 'dc16a2bb66df7473a0288fc0c33db731922ff2ea9fdcd59d86da8dc908ca4a14')
+
+build() {
+ export LDFLAGS="${LDFLAGS//,--as-needed}"
+ cd "$srcdir/$pkgname-$pkgver"
+ ./configure --prefix=/usr \
+ --bindir=/usr/bin \
+ --sbindir=/usr/bin \
+ --sysconfdir=/etc/$pkgname \
+ --with-spf
+ make
+}
+
+check() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make -k check
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir/" install
+ # sample config
+ install -D -m644 "$srcdir"/$pkgname-$pkgver/$pkgname/opendmarc.conf.sample "$pkgdir"/etc/$pkgname/opendmarc.conf.sample
+ # License
+ install -D -m644 "$srcdir"/$pkgname-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+ rm "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+ # systemd service
+ install -D -m644 "$srcdir/$pkgname.service" "${pkgdir}/usr/lib/systemd/system/$pkgname.service"
+}
Deleted: community-i686/opendmarc.install
===================================================================
--- community-i686/opendmarc.install 2017-03-20 15:20:13 UTC (rev 217649)
+++ community-i686/opendmarc.install 2017-03-20 15:20:15 UTC (rev 217650)
@@ -1,24 +0,0 @@
-_config_instructions() {
- echo "==> The opendmarc user has been created."
- echo " It is recommended to run the daemon under this user."
- echo " A sample configuration file has been instaled at"
- echo " /etc/opendmarc/opendmarc.conf.sample"
-}
-
-post_install() {
- getent passwd opendmarc >/dev/null || \
- useradd --system -g mail -s /usr/bin/nologin -d /etc/opendmarc opendmarc
- if [ ! -e /etc/opendmarc/opendmarc.conf ]; then
- _config_instructions
- fi
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove(){
- if getent passwd opendmarc >/dev/null 2>&1; then
- userdel opendmarc
- fi
-}
Copied: opendmarc/repos/community-i686/opendmarc.install (from rev 217648, opendmarc/trunk/opendmarc.install)
===================================================================
--- community-i686/opendmarc.install (rev 0)
+++ community-i686/opendmarc.install 2017-03-20 15:20:15 UTC (rev 217650)
@@ -0,0 +1,24 @@
+_config_instructions() {
+ echo "==> The opendmarc user has been created."
+ echo " It is recommended to run the daemon under this user."
+ echo " A sample configuration file has been instaled at"
+ echo " /etc/opendmarc/opendmarc.conf.sample"
+}
+
+post_install() {
+ getent passwd opendmarc >/dev/null || \
+ useradd --system -g mail -s /usr/bin/nologin -d /etc/opendmarc opendmarc
+ if [ ! -e /etc/opendmarc/opendmarc.conf ]; then
+ _config_instructions
+ fi
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove(){
+ if getent passwd opendmarc >/dev/null 2>&1; then
+ userdel opendmarc
+ fi
+}
Deleted: community-i686/opendmarc.service
===================================================================
--- community-i686/opendmarc.service 2017-03-20 15:20:13 UTC (rev 217649)
+++ community-i686/opendmarc.service 2017-03-20 15:20:15 UTC (rev 217650)
@@ -1,11 +0,0 @@
-[Unit]
-Description=OpenDMARC
-After=network.target remote-fs.target nss-lookup.target
-
-[Service]
-Type=forking
-ExecStart=/usr/bin/opendmarc -c /etc/opendmarc/opendmarc.conf
-Restart=always
-
-[Install]
-WantedBy=multi-user.target
Copied: opendmarc/repos/community-i686/opendmarc.service (from rev 217648, opendmarc/trunk/opendmarc.service)
===================================================================
--- community-i686/opendmarc.service (rev 0)
+++ community-i686/opendmarc.service 2017-03-20 15:20:15 UTC (rev 217650)
@@ -0,0 +1,11 @@
+[Unit]
+Description=OpenDMARC
+After=network.target remote-fs.target nss-lookup.target
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/opendmarc -c /etc/opendmarc/opendmarc.conf
+Restart=always
+
+[Install]
+WantedBy=multi-user.target
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2017-03-20 15:20:13 UTC (rev 217649)
+++ community-x86_64/PKGBUILD 2017-03-20 15:20:15 UTC (rev 217650)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
-# Orginal Maintainer: Arthur Țițeică arthur.titeica/gmail/com
-# Current Maintainer: Hao Zhang <theivorytower [at] gmail [dot] com>
-
-pkgname=opendmarc
-pkgver=1.3.1
-pkgrel=3
-pkgdesc="Free open source software implementation of the DMARC specification"
-arch=('i686' 'x86_64')
-url="http://www.trusteddomain.org/opendmarc/"
-license=('custom')
-depends=('smtp-server')
-makedepends=('libmilter')
-optdepends=('opendbx: acts as a middleware layer between OpenDMARC and a SQL backend of choice'
- 'python: run opendmarc scripts at /usr/share/doc/opendmarc'
- 'perl: run opendmarc scripts at /usr/share/doc/opendmarc'
- 'perl-switch: generate DMARC reports'
- 'perl-dbd-mysql: generate DMARC reports'
- 'perl-libwww: generate DMARC reports')
-install=$pkgname.install
-backup=(etc/opendmarc/opendmarc.conf)
-source=(https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz #{,.asc}
- opendmarc.service)
-sha256sums=('a0c0cf74de68454cbdce16a3095b96e70fc16614325052ea230878d1ca64da6b'
- 'dc16a2bb66df7473a0288fc0c33db731922ff2ea9fdcd59d86da8dc908ca4a14')
-
-build() {
- export LDFLAGS="${LDFLAGS//,--as-needed}"
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr \
- --bindir=/usr/bin \
- --sbindir=/usr/bin \
- --sysconfdir=/etc/$pkgname \
- --with-spf
- make
-}
-
-check() {
- cd "$srcdir/$pkgname-$pkgver"
- make -k check
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
- # sample config
- install -D -m644 "$srcdir"/$pkgname-$pkgver/$pkgname/opendmarc.conf.sample "$pkgdir"/etc/$pkgname/opendmarc.conf.sample
- # License
- install -D -m644 "$srcdir"/$pkgname-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
- rm "$pkgdir"/usr/share/doc/$pkgname/LICENSE
- # systemd service
- install -D -m644 "$srcdir/$pkgname.service" "${pkgdir}/usr/lib/systemd/system/$pkgname.service"
-}
Copied: opendmarc/repos/community-x86_64/PKGBUILD (from rev 217648, opendmarc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-03-20 15:20:15 UTC (rev 217650)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Orginal Maintainer: Arthur Țițeică arthur.titeica/gmail/com
+# Current Maintainer: Hao Zhang <theivorytower [at] gmail [dot] com>
+
+pkgname=opendmarc
+pkgver=1.3.2
+pkgrel=1
+pkgdesc="Free open source software implementation of the DMARC specification"
+arch=('i686' 'x86_64')
+url="http://www.trusteddomain.org/opendmarc/"
+license=('custom')
+depends=('smtp-server')
+makedepends=('libmilter')
+optdepends=('opendbx: acts as a middleware layer between OpenDMARC and a SQL backend of choice'
+ 'python: run opendmarc scripts at /usr/share/doc/opendmarc'
+ 'perl: run opendmarc scripts at /usr/share/doc/opendmarc'
+ 'perl-switch: generate DMARC reports'
+ 'perl-dbd-mysql: generate DMARC reports'
+ 'perl-libwww: generate DMARC reports')
+install=$pkgname.install
+backup=(etc/opendmarc/opendmarc.conf)
+source=(https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz #{,.asc}
+ opendmarc.service)
+sha256sums=('213c4b01a9ff5dcdf331f7bd1dd6a382077abbf8ee9111852f2101ec917c2ffb'
+ 'dc16a2bb66df7473a0288fc0c33db731922ff2ea9fdcd59d86da8dc908ca4a14')
+
+build() {
+ export LDFLAGS="${LDFLAGS//,--as-needed}"
+ cd "$srcdir/$pkgname-$pkgver"
+ ./configure --prefix=/usr \
+ --bindir=/usr/bin \
+ --sbindir=/usr/bin \
+ --sysconfdir=/etc/$pkgname \
+ --with-spf
+ make
+}
+
+check() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make -k check
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir/" install
+ # sample config
+ install -D -m644 "$srcdir"/$pkgname-$pkgver/$pkgname/opendmarc.conf.sample "$pkgdir"/etc/$pkgname/opendmarc.conf.sample
+ # License
+ install -D -m644 "$srcdir"/$pkgname-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+ rm "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+ # systemd service
+ install -D -m644 "$srcdir/$pkgname.service" "${pkgdir}/usr/lib/systemd/system/$pkgname.service"
+}
Deleted: community-x86_64/opendmarc.install
===================================================================
--- community-x86_64/opendmarc.install 2017-03-20 15:20:13 UTC (rev 217649)
+++ community-x86_64/opendmarc.install 2017-03-20 15:20:15 UTC (rev 217650)
@@ -1,24 +0,0 @@
-_config_instructions() {
- echo "==> The opendmarc user has been created."
- echo " It is recommended to run the daemon under this user."
- echo " A sample configuration file has been instaled at"
- echo " /etc/opendmarc/opendmarc.conf.sample"
-}
-
-post_install() {
- getent passwd opendmarc >/dev/null || \
- useradd --system -g mail -s /usr/bin/nologin -d /etc/opendmarc opendmarc
- if [ ! -e /etc/opendmarc/opendmarc.conf ]; then
- _config_instructions
- fi
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove(){
- if getent passwd opendmarc >/dev/null 2>&1; then
- userdel opendmarc
- fi
-}
Copied: opendmarc/repos/community-x86_64/opendmarc.install (from rev 217648, opendmarc/trunk/opendmarc.install)
===================================================================
--- community-x86_64/opendmarc.install (rev 0)
+++ community-x86_64/opendmarc.install 2017-03-20 15:20:15 UTC (rev 217650)
@@ -0,0 +1,24 @@
+_config_instructions() {
+ echo "==> The opendmarc user has been created."
+ echo " It is recommended to run the daemon under this user."
+ echo " A sample configuration file has been instaled at"
+ echo " /etc/opendmarc/opendmarc.conf.sample"
+}
+
+post_install() {
+ getent passwd opendmarc >/dev/null || \
+ useradd --system -g mail -s /usr/bin/nologin -d /etc/opendmarc opendmarc
+ if [ ! -e /etc/opendmarc/opendmarc.conf ]; then
+ _config_instructions
+ fi
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove(){
+ if getent passwd opendmarc >/dev/null 2>&1; then
+ userdel opendmarc
+ fi
+}
Deleted: community-x86_64/opendmarc.service
===================================================================
--- community-x86_64/opendmarc.service 2017-03-20 15:20:13 UTC (rev 217649)
+++ community-x86_64/opendmarc.service 2017-03-20 15:20:15 UTC (rev 217650)
@@ -1,11 +0,0 @@
-[Unit]
-Description=OpenDMARC
-After=network.target remote-fs.target nss-lookup.target
-
-[Service]
-Type=forking
-ExecStart=/usr/bin/opendmarc -c /etc/opendmarc/opendmarc.conf
-Restart=always
-
-[Install]
-WantedBy=multi-user.target
Copied: opendmarc/repos/community-x86_64/opendmarc.service (from rev 217648, opendmarc/trunk/opendmarc.service)
===================================================================
--- community-x86_64/opendmarc.service (rev 0)
+++ community-x86_64/opendmarc.service 2017-03-20 15:20:15 UTC (rev 217650)
@@ -0,0 +1,11 @@
+[Unit]
+Description=OpenDMARC
+After=network.target remote-fs.target nss-lookup.target
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/opendmarc -c /etc/opendmarc/opendmarc.conf
+Restart=always
+
+[Install]
+WantedBy=multi-user.target
More information about the arch-commits
mailing list