[arch-commits] Commit in dovecot/repos/community-x86_64 (6 files)
Johannes Löthberg
demize at archlinux.org
Sun Dec 24 14:13:33 UTC 2017
Date: Sunday, December 24, 2017 @ 14:13:32
Author: demize
Revision: 275758
archrelease: copy trunk to community-x86_64
Added:
dovecot/repos/community-x86_64/PKGBUILD
(from rev 275756, dovecot/trunk/PKGBUILD)
dovecot/repos/community-x86_64/dovecot.install
(from rev 275756, dovecot/trunk/dovecot.install)
dovecot/repos/community-x86_64/dovecot.tmpfilesd
(from rev 275756, dovecot/trunk/dovecot.tmpfilesd)
Deleted:
dovecot/repos/community-x86_64/PKGBUILD
dovecot/repos/community-x86_64/dovecot.install
dovecot/repos/community-x86_64/dovecot.tmpfilesd
-------------------+
PKGBUILD | 189 ++++++++++++++++++++++++++--------------------------
dovecot.install | 20 ++---
dovecot.tmpfilesd | 2
3 files changed, 106 insertions(+), 105 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-24 14:13:28 UTC (rev 275757)
+++ PKGBUILD 2017-12-24 14:13:32 UTC (rev 275758)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: Paul Mattal <paul at mattal.com>
-# Contributor: Federico Quagliata (quaqo) <quaqo at despammed.com>
-# Contributor: GARETTE Emmanuel <gnunux at laposte dot net>
-
-# --->>> remember to rebuild/bump pigeonhole in one step <<<---
-
-pkgname=dovecot
-pkgver=2.2.33.2
-pkgrel=2
-
-pkgdesc="An IMAP and POP3 server written with security primarily in mind"
-url="http://dovecot.org/"
-arch=('i686' 'x86_64')
-license=("LGPL")
-
-depends=('krb5' 'openssl' 'sqlite' 'libmariadbclient'
- 'postgresql-libs' 'bzip2' 'lz4' 'expat' 'curl' 'pam')
-makedepends=('libcap' 'libldap' 'clucene')
-optdepends=('libldap: ldap plugin'
- 'xz: imap zlib plugin'
- 'clucene: alternative FTS indexer')
-
-provides=('imap-server' 'pop3-server')
-
-install=dovecot.install
-
-source=("https://dovecot.org/releases/2.2/dovecot-$pkgver.tar.gz"{,.sig}
- dovecot.tmpfilesd)
-
-sha256sums=('fe1e3b78609a56ee22fc209077e4b75348fa1bbd54c46f52bde2472a4c4cee84'
- 'SKIP'
- 'bb7620be7fc0217d77fcac940441c2abbd9efc6ef660153288d09ba412e27e06')
-validpgpkeys=('E643F0BDFDCD04D9FFCB6279C948525140558AC9') # Timo Sirainen <tss at iki.fi>
-
-prepare() {
- cd dovecot-$pkgver
- # fix path in helper script
- sed -i 's:OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}:OPENSSLCONFIG=${OPENSSLCONFIG- /etc/ssl/dovecot-openssl.cnf}:' doc/mkcert.sh
-}
-
-build() {
- cd dovecot-$pkgver
-
- ./configure --prefix=/usr --sysconfdir=/etc \
- --sbindir=/usr/bin \
- --localstatedir=/var \
- --libexecdir=/usr/lib \
- --with-moduledir=/usr/lib/dovecot/modules \
- --with-systemdsystemunitdir=/usr/lib/systemd/system \
- --disable-static \
- --with-nss \
- --with-pam \
- --with-mysql \
- --with-pgsql \
- --with-sqlite \
- --with-ssl=openssl \
- --with-ssldir=/etc/ssl \
- --with-gssapi \
- --with-ldap=plugin \
- --with-zlib \
- --with-bzlib \
- --with-lzma \
- --with-lz4 \
- --with-libcap \
- --with-solr \
- --with-lucene \
- --with-docs
-
- make
-}
-
-check() {
- cd dovecot-$pkgver
- make check
-}
-
-package() {
- # system user/group dovenull - 74
- # system user/group dovecot - 76
-
- cd dovecot-$pkgver
- make DESTDIR="$pkgdir" install
- install -Dm644 "$srcdir/dovecot.tmpfilesd" \
- "$pkgdir/usr/lib/tmpfiles.d/dovecot.conf"
- install -d -m755 "$pkgdir/etc/dovecot/conf.d"
- rm -f $pkgdir/etc/dovecot/README
-
- # install mkcert helper script
- install -m 755 doc/mkcert.sh "$pkgdir/usr/lib/dovecot/mkcert.sh"
-}
Copied: dovecot/repos/community-x86_64/PKGBUILD (from rev 275756, dovecot/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-12-24 14:13:32 UTC (rev 275758)
@@ -0,0 +1,95 @@
+# $Id$
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Paul Mattal <paul at mattal.com>
+# Contributor: Federico Quagliata (quaqo) <quaqo at despammed.com>
+# Contributor: GARETTE Emmanuel <gnunux at laposte dot net>
+
+# --->>> remember to rebuild/bump pigeonhole in one step <<<---
+
+pkgname=dovecot
+pkgver=2.3.0
+pkgrel=1
+
+pkgdesc="An IMAP and POP3 server written with security primarily in mind"
+url="http://dovecot.org/"
+arch=('x86_64')
+license=("LGPL")
+
+depends=('krb5' 'openssl' 'sqlite' 'libmariadbclient'
+ 'postgresql-libs' 'bzip2' 'lz4' 'expat' 'curl' 'pam')
+makedepends=('libcap' 'libldap' 'clucene')
+optdepends=('libldap: ldap plugin'
+ 'xz: imap zlib plugin'
+ 'clucene: alternative FTS indexer')
+
+provides=('imap-server' 'pop3-server')
+
+install=dovecot.install
+
+source=("https://dovecot.org/releases/2.3/dovecot-$pkgver.tar.gz"{,.sig}
+ dovecot.tmpfilesd)
+
+sha256sums=('de60cb470d025e4dd0f8e8fbbb4b9316dfd4930eb949d307330669ffbeaf8581'
+ 'SKIP'
+ 'bb7620be7fc0217d77fcac940441c2abbd9efc6ef660153288d09ba412e27e06')
+validpgpkeys=('E643F0BDFDCD04D9FFCB6279C948525140558AC9' # Timo Sirainen <tss at iki.fi>
+ '2BE74AAB3EE754DFB9C80D3318A348AEED409DA1') # Dovecot Community Edition
+
+prepare() {
+ cd dovecot-ce-$pkgver
+ # fix path in helper script
+ sed -i 's:OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}:OPENSSLCONFIG=${OPENSSLCONFIG- /etc/ssl/dovecot-openssl.cnf}:' doc/mkcert.sh
+}
+
+build() {
+ cd dovecot-ce-$pkgver
+
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --sbindir=/usr/bin \
+ --localstatedir=/var \
+ --libexecdir=/usr/lib \
+ --with-moduledir=/usr/lib/dovecot/modules \
+ --with-systemdsystemunitdir=/usr/lib/systemd/system \
+ --disable-static \
+ --with-nss \
+ --with-pam \
+ --with-mysql \
+ --with-pgsql \
+ --with-sqlite \
+ --with-ssl=openssl \
+ --with-ssldir=/etc/ssl \
+ --with-gssapi \
+ --with-ldap=plugin \
+ --with-zlib \
+ --with-bzlib \
+ --with-lzma \
+ --with-lz4 \
+ --with-libcap \
+ --with-solr \
+ --with-lucene \
+ --with-docs
+
+ make
+}
+
+check() {
+ cd dovecot-ce-$pkgver
+ make check
+}
+
+package() {
+ # system user/group dovenull - 74
+ # system user/group dovecot - 76
+
+ cd dovecot-ce-$pkgver
+ make DESTDIR="$pkgdir" install
+ install -Dm644 "$srcdir/dovecot.tmpfilesd" \
+ "$pkgdir/usr/lib/tmpfiles.d/dovecot.conf"
+ install -d -m755 "$pkgdir/etc/dovecot/conf.d"
+ rm -f $pkgdir/etc/dovecot/README
+
+ # install mkcert helper script
+ install -m 755 doc/mkcert.sh "$pkgdir/usr/lib/dovecot/mkcert.sh"
+}
Deleted: dovecot.install
===================================================================
--- dovecot.install 2017-12-24 14:13:28 UTC (rev 275757)
+++ dovecot.install 2017-12-24 14:13:32 UTC (rev 275758)
@@ -1,10 +0,0 @@
-post_install() {
- getent group dovenull &> /dev/null || groupadd -g 74 dovenull &> /dev/null
- getent group dovecot &> /dev/null || groupadd -g 76 dovecot &> /dev/null
- getent passwd dovenull &> /dev/null || useradd -s /sbin/nologin -c "Dovecot user for completely untrustworthy processes" -d /var/empty -u 74 -g dovenull -r dovenull &> /dev/null
- getent passwd dovecot &> /dev/null || useradd -s /sbin/nologin -c "Dovecot user" -d /var/empty -u 76 -g dovecot -r dovecot &> /dev/null
-}
-
-post_remove() {
- rm -rf /var/run/dovecot/ &> /dev/null || /bin/true
-}
Copied: dovecot/repos/community-x86_64/dovecot.install (from rev 275756, dovecot/trunk/dovecot.install)
===================================================================
--- dovecot.install (rev 0)
+++ dovecot.install 2017-12-24 14:13:32 UTC (rev 275758)
@@ -0,0 +1,10 @@
+post_install() {
+ getent group dovenull &> /dev/null || groupadd -g 74 dovenull &> /dev/null
+ getent group dovecot &> /dev/null || groupadd -g 76 dovecot &> /dev/null
+ getent passwd dovenull &> /dev/null || useradd -s /sbin/nologin -c "Dovecot user for completely untrustworthy processes" -d /var/empty -u 74 -g dovenull -r dovenull &> /dev/null
+ getent passwd dovecot &> /dev/null || useradd -s /sbin/nologin -c "Dovecot user" -d /var/empty -u 76 -g dovecot -r dovecot &> /dev/null
+}
+
+post_remove() {
+ rm -rf /var/run/dovecot/ &> /dev/null || /bin/true
+}
Deleted: dovecot.tmpfilesd
===================================================================
--- dovecot.tmpfilesd 2017-12-24 14:13:28 UTC (rev 275757)
+++ dovecot.tmpfilesd 2017-12-24 14:13:32 UTC (rev 275758)
@@ -1 +0,0 @@
-d /var/run/dovecot 0755 root dovecot -
Copied: dovecot/repos/community-x86_64/dovecot.tmpfilesd (from rev 275756, dovecot/trunk/dovecot.tmpfilesd)
===================================================================
--- dovecot.tmpfilesd (rev 0)
+++ dovecot.tmpfilesd 2017-12-24 14:13:32 UTC (rev 275758)
@@ -0,0 +1 @@
+d /var/run/dovecot 0755 root dovecot -
More information about the arch-commits
mailing list