[arch-commits] Commit in opendkim/repos (16 files)
Sergej Pupykin
spupykin at archlinux.org
Fri Feb 27 15:34:29 UTC 2015
Date: Friday, February 27, 2015 @ 16:34:29
Author: spupykin
Revision: 128381
archrelease: copy trunk to community-i686, community-x86_64
Added:
opendkim/repos/community-i686/PKGBUILD
(from rev 128380, opendkim/trunk/PKGBUILD)
opendkim/repos/community-i686/opendkim.conf
(from rev 128380, opendkim/trunk/opendkim.conf)
opendkim/repos/community-i686/opendkim.install
(from rev 128380, opendkim/trunk/opendkim.install)
opendkim/repos/community-i686/opendkim.service
(from rev 128380, opendkim/trunk/opendkim.service)
opendkim/repos/community-x86_64/PKGBUILD
(from rev 128380, opendkim/trunk/PKGBUILD)
opendkim/repos/community-x86_64/opendkim.conf
(from rev 128380, opendkim/trunk/opendkim.conf)
opendkim/repos/community-x86_64/opendkim.install
(from rev 128380, opendkim/trunk/opendkim.install)
opendkim/repos/community-x86_64/opendkim.service
(from rev 128380, opendkim/trunk/opendkim.service)
Deleted:
opendkim/repos/community-i686/PKGBUILD
opendkim/repos/community-i686/opendkim.conf
opendkim/repos/community-i686/opendkim.install
opendkim/repos/community-i686/opendkim.service
opendkim/repos/community-x86_64/PKGBUILD
opendkim/repos/community-x86_64/opendkim.conf
opendkim/repos/community-x86_64/opendkim.install
opendkim/repos/community-x86_64/opendkim.service
-----------------------------------+
/PKGBUILD | 110 ++++++++++++++++++++++++++++++++++++
/opendkim.conf | 2
/opendkim.install | 14 ++++
/opendkim.service | 22 +++++++
community-i686/PKGBUILD | 54 -----------------
community-i686/opendkim.conf | 1
community-i686/opendkim.install | 7 --
community-i686/opendkim.service | 11 ---
community-x86_64/PKGBUILD | 54 -----------------
community-x86_64/opendkim.conf | 1
community-x86_64/opendkim.install | 7 --
community-x86_64/opendkim.service | 11 ---
12 files changed, 148 insertions(+), 146 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-02-27 15:34:00 UTC (rev 128380)
+++ community-i686/PKGBUILD 2015-02-27 15:34:29 UTC (rev 128381)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Thomas Jost <schnouki at schnouki.net>
-
-pkgname=opendkim
-pkgver=2.10.1
-pkgrel=1
-pkgdesc="An open source implementation of the DKIM sender authentication system. Based on a fork of dkim-milter."
-arch=(i686 x86_64)
-url="http://www.opendkim.org/"
-license=('BSD' 'custom:Sendmail')
-depends=("db" "openssl" "libbsd")
-makedepends=("libmilter")
-options=(!emptydirs)
-backup=(etc/conf.d/opendkim)
-install=opendkim.install
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz
- opendkim.conf
- opendkim.service)
-md5sums=('e75c2944634f875a301d85ab30c2d094'
- '3e2bb1058ac0662f01e675aa6ac7ee8f'
- '85010750a21954e2d3cf5d57fe210d3f')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr --sbindir=/usr/bin --with-db
- make
-}
-
-check() {
- cd "$srcdir/$pkgname-$pkgver"
- make check
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- make DESTDIR="$pkgdir/" install
-
- # Sample configuration
- mkdir -p "$pkgdir/etc/opendkim"
- mv "$pkgdir/usr/share/doc/opendkim/opendkim.conf.sample" "$pkgdir/etc/opendkim/opendkim.conf.sample"
- chmod 0700 "$pkgdir/etc/opendkim"
- chmod 0600 "$pkgdir/etc/opendkim/opendkim.conf.sample"
- install -Dm644 "$srcdir/opendkim.conf" "$pkgdir/etc/conf.d/opendkim"
-
- # License
- mkdir -p "$pkgdir/usr/share/licenses/opendkim"
- for f in LICENSE LICENSE.Sendmail; do
- ln -s ../../doc/opendkim/$f "$pkgdir/usr/share/licenses/opendkim/$f"
- done
-
- install -Dm0644 $srcdir/$pkgname.service $pkgdir/usr/lib/systemd/system/$pkgname.service
-}
Copied: opendkim/repos/community-i686/PKGBUILD (from rev 128380, opendkim/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-27 15:34:29 UTC (rev 128381)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Thomas Jost <schnouki at schnouki.net>
+
+pkgname=opendkim
+pkgver=2.10.1
+pkgrel=2
+pkgdesc="An open source implementation of the DKIM sender authentication system. Based on a fork of dkim-milter."
+arch=(i686 x86_64)
+url="http://www.opendkim.org/"
+license=('BSD' 'custom:Sendmail')
+depends=("db" "openssl" "libbsd" "opendbx")
+makedepends=("libmilter")
+options=(!emptydirs)
+backup=(etc/conf.d/opendkim)
+install=opendkim.install
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz
+ opendkim.conf
+ opendkim.service)
+md5sums=('e75c2944634f875a301d85ab30c2d094'
+ '3e2bb1058ac0662f01e675aa6ac7ee8f'
+ '85010750a21954e2d3cf5d57fe210d3f')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ ./configure --prefix=/usr --sbindir=/usr/bin --with-db \
+ --with-odbx --with-sql-backend
+ make
+}
+
+check() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make check
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ make DESTDIR="$pkgdir/" install
+
+ # Sample configuration
+ mkdir -p "$pkgdir/etc/opendkim"
+ mv "$pkgdir/usr/share/doc/opendkim/opendkim.conf.sample" "$pkgdir/etc/opendkim/opendkim.conf.sample"
+ chmod 0700 "$pkgdir/etc/opendkim"
+ chmod 0600 "$pkgdir/etc/opendkim/opendkim.conf.sample"
+ install -Dm644 "$srcdir/opendkim.conf" "$pkgdir/etc/conf.d/opendkim"
+
+ # License
+ mkdir -p "$pkgdir/usr/share/licenses/opendkim"
+ for f in LICENSE LICENSE.Sendmail; do
+ ln -s ../../doc/opendkim/$f "$pkgdir/usr/share/licenses/opendkim/$f"
+ done
+
+ install -Dm0644 $srcdir/$pkgname.service $pkgdir/usr/lib/systemd/system/$pkgname.service
+}
Deleted: community-i686/opendkim.conf
===================================================================
--- community-i686/opendkim.conf 2015-02-27 15:34:00 UTC (rev 128380)
+++ community-i686/opendkim.conf 2015-02-27 15:34:29 UTC (rev 128381)
@@ -1 +0,0 @@
-OPENDKIM_FILTER="-x /etc/opendkim/opendkim.conf"
Copied: opendkim/repos/community-i686/opendkim.conf (from rev 128380, opendkim/trunk/opendkim.conf)
===================================================================
--- community-i686/opendkim.conf (rev 0)
+++ community-i686/opendkim.conf 2015-02-27 15:34:29 UTC (rev 128381)
@@ -0,0 +1 @@
+OPENDKIM_FILTER="-x /etc/opendkim/opendkim.conf"
Deleted: community-i686/opendkim.install
===================================================================
--- community-i686/opendkim.install 2015-02-27 15:34:00 UTC (rev 128380)
+++ community-i686/opendkim.install 2015-02-27 15:34:29 UTC (rev 128381)
@@ -1,7 +0,0 @@
-post_install() {
- useradd -r -g mail -d / -s /sbin/nologin opendkim
- chown -R opendkim:mail etc/opendkim
- cat <<EOF
->>> Check and modify /etc/opendkim/opendkim.conf before starting
-EOF
-}
Copied: opendkim/repos/community-i686/opendkim.install (from rev 128380, opendkim/trunk/opendkim.install)
===================================================================
--- community-i686/opendkim.install (rev 0)
+++ community-i686/opendkim.install 2015-02-27 15:34:29 UTC (rev 128381)
@@ -0,0 +1,7 @@
+post_install() {
+ useradd -r -g mail -d / -s /sbin/nologin opendkim
+ chown -R opendkim:mail etc/opendkim
+ cat <<EOF
+>>> Check and modify /etc/opendkim/opendkim.conf before starting
+EOF
+}
Deleted: community-i686/opendkim.service
===================================================================
--- community-i686/opendkim.service 2015-02-27 15:34:00 UTC (rev 128380)
+++ community-i686/opendkim.service 2015-02-27 15:34:29 UTC (rev 128381)
@@ -1,11 +0,0 @@
-[Unit]
-Description=OpenDKIM daemon
-After=network.target remote-fs.target nss-lookup.target
-
-[Service]
-Type=forking
-EnvironmentFile=/etc/conf.d/opendkim
-ExecStart=/usr/bin/opendkim $OPENDKIM_FILTER
-
-[Install]
-WantedBy=multi-user.target
Copied: opendkim/repos/community-i686/opendkim.service (from rev 128380, opendkim/trunk/opendkim.service)
===================================================================
--- community-i686/opendkim.service (rev 0)
+++ community-i686/opendkim.service 2015-02-27 15:34:29 UTC (rev 128381)
@@ -0,0 +1,11 @@
+[Unit]
+Description=OpenDKIM daemon
+After=network.target remote-fs.target nss-lookup.target
+
+[Service]
+Type=forking
+EnvironmentFile=/etc/conf.d/opendkim
+ExecStart=/usr/bin/opendkim $OPENDKIM_FILTER
+
+[Install]
+WantedBy=multi-user.target
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-02-27 15:34:00 UTC (rev 128380)
+++ community-x86_64/PKGBUILD 2015-02-27 15:34:29 UTC (rev 128381)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Thomas Jost <schnouki at schnouki.net>
-
-pkgname=opendkim
-pkgver=2.10.1
-pkgrel=1
-pkgdesc="An open source implementation of the DKIM sender authentication system. Based on a fork of dkim-milter."
-arch=(i686 x86_64)
-url="http://www.opendkim.org/"
-license=('BSD' 'custom:Sendmail')
-depends=("db" "openssl" "libbsd")
-makedepends=("libmilter")
-options=(!emptydirs)
-backup=(etc/conf.d/opendkim)
-install=opendkim.install
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz
- opendkim.conf
- opendkim.service)
-md5sums=('e75c2944634f875a301d85ab30c2d094'
- '3e2bb1058ac0662f01e675aa6ac7ee8f'
- '85010750a21954e2d3cf5d57fe210d3f')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr --sbindir=/usr/bin --with-db
- make
-}
-
-check() {
- cd "$srcdir/$pkgname-$pkgver"
- make check
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- make DESTDIR="$pkgdir/" install
-
- # Sample configuration
- mkdir -p "$pkgdir/etc/opendkim"
- mv "$pkgdir/usr/share/doc/opendkim/opendkim.conf.sample" "$pkgdir/etc/opendkim/opendkim.conf.sample"
- chmod 0700 "$pkgdir/etc/opendkim"
- chmod 0600 "$pkgdir/etc/opendkim/opendkim.conf.sample"
- install -Dm644 "$srcdir/opendkim.conf" "$pkgdir/etc/conf.d/opendkim"
-
- # License
- mkdir -p "$pkgdir/usr/share/licenses/opendkim"
- for f in LICENSE LICENSE.Sendmail; do
- ln -s ../../doc/opendkim/$f "$pkgdir/usr/share/licenses/opendkim/$f"
- done
-
- install -Dm0644 $srcdir/$pkgname.service $pkgdir/usr/lib/systemd/system/$pkgname.service
-}
Copied: opendkim/repos/community-x86_64/PKGBUILD (from rev 128380, opendkim/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-02-27 15:34:29 UTC (rev 128381)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Thomas Jost <schnouki at schnouki.net>
+
+pkgname=opendkim
+pkgver=2.10.1
+pkgrel=2
+pkgdesc="An open source implementation of the DKIM sender authentication system. Based on a fork of dkim-milter."
+arch=(i686 x86_64)
+url="http://www.opendkim.org/"
+license=('BSD' 'custom:Sendmail')
+depends=("db" "openssl" "libbsd" "opendbx")
+makedepends=("libmilter")
+options=(!emptydirs)
+backup=(etc/conf.d/opendkim)
+install=opendkim.install
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz
+ opendkim.conf
+ opendkim.service)
+md5sums=('e75c2944634f875a301d85ab30c2d094'
+ '3e2bb1058ac0662f01e675aa6ac7ee8f'
+ '85010750a21954e2d3cf5d57fe210d3f')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ ./configure --prefix=/usr --sbindir=/usr/bin --with-db \
+ --with-odbx --with-sql-backend
+ make
+}
+
+check() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make check
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ make DESTDIR="$pkgdir/" install
+
+ # Sample configuration
+ mkdir -p "$pkgdir/etc/opendkim"
+ mv "$pkgdir/usr/share/doc/opendkim/opendkim.conf.sample" "$pkgdir/etc/opendkim/opendkim.conf.sample"
+ chmod 0700 "$pkgdir/etc/opendkim"
+ chmod 0600 "$pkgdir/etc/opendkim/opendkim.conf.sample"
+ install -Dm644 "$srcdir/opendkim.conf" "$pkgdir/etc/conf.d/opendkim"
+
+ # License
+ mkdir -p "$pkgdir/usr/share/licenses/opendkim"
+ for f in LICENSE LICENSE.Sendmail; do
+ ln -s ../../doc/opendkim/$f "$pkgdir/usr/share/licenses/opendkim/$f"
+ done
+
+ install -Dm0644 $srcdir/$pkgname.service $pkgdir/usr/lib/systemd/system/$pkgname.service
+}
Deleted: community-x86_64/opendkim.conf
===================================================================
--- community-x86_64/opendkim.conf 2015-02-27 15:34:00 UTC (rev 128380)
+++ community-x86_64/opendkim.conf 2015-02-27 15:34:29 UTC (rev 128381)
@@ -1 +0,0 @@
-OPENDKIM_FILTER="-x /etc/opendkim/opendkim.conf"
Copied: opendkim/repos/community-x86_64/opendkim.conf (from rev 128380, opendkim/trunk/opendkim.conf)
===================================================================
--- community-x86_64/opendkim.conf (rev 0)
+++ community-x86_64/opendkim.conf 2015-02-27 15:34:29 UTC (rev 128381)
@@ -0,0 +1 @@
+OPENDKIM_FILTER="-x /etc/opendkim/opendkim.conf"
Deleted: community-x86_64/opendkim.install
===================================================================
--- community-x86_64/opendkim.install 2015-02-27 15:34:00 UTC (rev 128380)
+++ community-x86_64/opendkim.install 2015-02-27 15:34:29 UTC (rev 128381)
@@ -1,7 +0,0 @@
-post_install() {
- useradd -r -g mail -d / -s /sbin/nologin opendkim
- chown -R opendkim:mail etc/opendkim
- cat <<EOF
->>> Check and modify /etc/opendkim/opendkim.conf before starting
-EOF
-}
Copied: opendkim/repos/community-x86_64/opendkim.install (from rev 128380, opendkim/trunk/opendkim.install)
===================================================================
--- community-x86_64/opendkim.install (rev 0)
+++ community-x86_64/opendkim.install 2015-02-27 15:34:29 UTC (rev 128381)
@@ -0,0 +1,7 @@
+post_install() {
+ useradd -r -g mail -d / -s /sbin/nologin opendkim
+ chown -R opendkim:mail etc/opendkim
+ cat <<EOF
+>>> Check and modify /etc/opendkim/opendkim.conf before starting
+EOF
+}
Deleted: community-x86_64/opendkim.service
===================================================================
--- community-x86_64/opendkim.service 2015-02-27 15:34:00 UTC (rev 128380)
+++ community-x86_64/opendkim.service 2015-02-27 15:34:29 UTC (rev 128381)
@@ -1,11 +0,0 @@
-[Unit]
-Description=OpenDKIM daemon
-After=network.target remote-fs.target nss-lookup.target
-
-[Service]
-Type=forking
-EnvironmentFile=/etc/conf.d/opendkim
-ExecStart=/usr/bin/opendkim $OPENDKIM_FILTER
-
-[Install]
-WantedBy=multi-user.target
Copied: opendkim/repos/community-x86_64/opendkim.service (from rev 128380, opendkim/trunk/opendkim.service)
===================================================================
--- community-x86_64/opendkim.service (rev 0)
+++ community-x86_64/opendkim.service 2015-02-27 15:34:29 UTC (rev 128381)
@@ -0,0 +1,11 @@
+[Unit]
+Description=OpenDKIM daemon
+After=network.target remote-fs.target nss-lookup.target
+
+[Service]
+Type=forking
+EnvironmentFile=/etc/conf.d/opendkim
+ExecStart=/usr/bin/opendkim $OPENDKIM_FILTER
+
+[Install]
+WantedBy=multi-user.target
More information about the arch-commits
mailing list