[arch-commits] Commit in dovecot/repos/extra-x86_64 (6 files)

2011-08-14 Thread andyrtr
Date: Monday, August 15, 2011 @ 01:01:28
  Author: andyrtr
Revision: 135549

archrelease: copy trunk to extra-x86_64

Added:
  dovecot/repos/extra-x86_64/PKGBUILD
(from rev 135548, dovecot/trunk/PKGBUILD)
  dovecot/repos/extra-x86_64/dovecot.install
(from rev 135548, dovecot/trunk/dovecot.install)
  dovecot/repos/extra-x86_64/dovecot.sh
(from rev 135548, dovecot/trunk/dovecot.sh)
Deleted:
  dovecot/repos/extra-x86_64/PKGBUILD
  dovecot/repos/extra-x86_64/dovecot.install
  dovecot/repos/extra-x86_64/dovecot.sh

-+
 PKGBUILD|  138 +++---
 dovecot.install |  119 ++
 dovecot.sh  |  138 +++---
 3 files changed, 196 insertions(+), 199 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-08-15 05:00:39 UTC (rev 135548)
+++ PKGBUILD2011-08-15 05:01:28 UTC (rev 135549)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Paul Mattal p...@mattal.com
-# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
-# Contributor: GARETTE Emmanuel gnunux at laposte dot net
-
-pkgname=dovecot
-pkgver=2.0.13
-pkgrel=2
-pkgdesc=An IMAP and POP3 server written with security primarily in mind
-arch=('i686' 'x86_64')
-url=http://dovecot.org/;
-license=(LGPL)
-depends=('krb5' 'openssl' 'sqlite3=3.7.5' 'libmysqlclient=5.5.10'
-'postgresql-libs=9.0.3' 'bzip2' 'expat' 'curl')
-makedepends=('pam=1.1.1' 'libcap=2.19' 'libldap=2.4.22')
-optdepends=('libldap: ldap plugin')
-provides=('imap-server' 'pop3-server')
-options=('!libtool')
-backup=(etc/dovecot/dovecot.conf
-   
etc/dovecot/conf.d/{10-auth,10-director,10-logging,10-mail,10-master,10-ssl}.conf
-   etc/dovecot/conf.d/{15-lda,20-imap,20-lmtp,20-pop3}.conf
-   etc/dovecot/conf.d/{90-acl,90-plugin,90-quota}.conf
-   
etc/dovecot/conf.d/auth-{checkpassword,deny,ldap,master,passwdfile,sql,static,system,vpopmail}.conf.ext
-   etc/ssl/dovecot-openssl.cnf)
-install=$pkgname.install
-source=(http://dovecot.org/releases/2.0/${pkgname}-${pkgver}.tar.gz dovecot.sh)
-md5sums=('fd8a0702275a61332db7353dadff0f92'
- '587159e84e2da6f83d70b3c706ba87cc')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  # configure with openssl, mysql, and postgresql support
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-   --libexecdir=/usr/lib  --with-moduledir=/usr/lib/dovecot/modules \
-   --disable-static \
-   --with-nss \
-   --with-pam \
-   --with-mysql \
-   --with-pgsql \
-   --with-sqlite \
-   --with-ssl=openssl --with-ssldir=/etc/dovecot/ssl \
-   --with-gssapi \
-   --with-ldap=plugin \
-   --with-zlib --with-bzlib \
-   --with-libcap \
-   --with-solr \
-   --with-docs
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  # install the launch script
-  install -D -m755 ${srcdir}/$pkgname.sh ${pkgdir}/etc/rc.d/$pkgname
-
-  # install example conf files and ssl.conf
-  install -d -m755 ${pkgdir}/etc/dovecot/conf.d
-  install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/conf.d/*.conf 
${pkgdir}/etc/dovecot/conf.d
-  install -m 644 
${pkgdir}/usr/share/doc/dovecot/example-config/conf.d/*.conf.ext 
${pkgdir}/etc/dovecot/conf.d
-  install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/dovecot.conf 
${pkgdir}/etc/dovecot/
-  install -d -m755 ${pkgdir}/etc/ssl
-  install -m 644  ${srcdir}/$pkgname-$pkgver/doc/dovecot-openssl.cnf 
${pkgdir}/etc/ssl/
-
-  rm ${pkgdir}/etc/dovecot/README
-}

Copied: dovecot/repos/extra-x86_64/PKGBUILD (from rev 135548, 
dovecot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-08-15 05:01:28 UTC (rev 135549)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Paul Mattal p...@mattal.com
+# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
+# Contributor: GARETTE Emmanuel gnunux at laposte dot net
+
+pkgname=dovecot
+pkgver=2.0.13
+pkgrel=3
+pkgdesc=An IMAP and POP3 server written with security primarily in mind
+arch=('i686' 'x86_64')
+url=http://dovecot.org/;
+license=(LGPL)
+depends=('krb5' 'openssl' 'sqlite3=3.7.5' 'libmysqlclient=5.5.10'
+'postgresql-libs=9.0.3' 'bzip2' 'expat' 'curl')
+makedepends=('pam=1.1.1' 'libcap=2.19' 'libldap=2.4.22')
+optdepends=('libldap: ldap plugin')
+provides=('imap-server' 'pop3-server')
+options=('!libtool')
+backup=(etc/dovecot/dovecot.conf
+   
etc/dovecot/conf.d/{10-auth,10-director,10-logging,10-mail,10-master,10-ssl}.conf
+   etc/dovecot/conf.d/{15-lda,20-imap,20-lmtp,20-pop3}.conf
+   etc/dovecot/conf.d/{90-acl,90-plugin,90-quota}.conf
+   

[arch-commits] Commit in dovecot/repos (extra-x86_64)

2011-08-09 Thread andyrtr
Date: Tuesday, August 9, 2011 @ 13:32:29
  Author: andyrtr
Revision: 134970

archrelease: remove extra-x86_64

Deleted:
  dovecot/repos/extra-x86_64/



[arch-commits] Commit in dovecot/repos (extra-x86_64)

2011-08-09 Thread andyrtr
Date: Tuesday, August 9, 2011 @ 13:32:45
  Author: andyrtr
Revision: 134971

archrelease: copy trunk to extra-x86_64

Added:
  dovecot/repos/extra-x86_64/



[arch-commits] Commit in dovecot/repos (extra-x86_64)

2011-05-11 Thread Stéphane Gaudreault
Date: Wednesday, May 11, 2011 @ 11:21:08
  Author: stephane
Revision: 123495

db-move: dovecot removed by stephane for move to [extra] (x86_64)

Deleted:
  dovecot/repos/extra-x86_64/



[arch-commits] Commit in dovecot/repos (extra-x86_64 testing-x86_64)

2011-05-11 Thread Stéphane Gaudreault
Date: Wednesday, May 11, 2011 @ 11:21:08
  Author: stephane
Revision: 123496

db-move: moved dovecot from [testing] to [extra] (x86_64)

Added:
  dovecot/repos/extra-x86_64/
Deleted:
  dovecot/repos/testing-x86_64/



[arch-commits] Commit in dovecot/repos (extra-x86_64)

2011-05-11 Thread andyrtr
Date: Wednesday, May 11, 2011 @ 13:21:21
  Author: andyrtr
Revision: 123593

archrelease: remove extra-x86_64

Deleted:
  dovecot/repos/extra-x86_64/



[arch-commits] Commit in dovecot/repos (extra-x86_64)

2011-05-11 Thread andyrtr
Date: Wednesday, May 11, 2011 @ 13:21:39
  Author: andyrtr
Revision: 123594

archrelease: copy trunk to extra-x86_64

Added:
  dovecot/repos/extra-x86_64/



[arch-commits] Commit in dovecot/repos (extra-x86_64)

2011-04-13 Thread andyrtr
Date: Wednesday, April 13, 2011 @ 15:29:49
  Author: andyrtr
Revision: 119698

archrelease: remove extra-x86_64

Deleted:
  dovecot/repos/extra-x86_64/



[arch-commits] Commit in dovecot/repos (extra-x86_64)

2011-04-13 Thread andyrtr
Date: Wednesday, April 13, 2011 @ 15:30:06
  Author: andyrtr
Revision: 119699

archrelease: copy trunk to extra-x86_64

Added:
  dovecot/repos/extra-x86_64/



[arch-commits] Commit in dovecot/repos (extra-x86_64)

2011-03-24 Thread Andrea Scarpino
Date: Thursday, March 24, 2011 @ 06:26:37
  Author: andrea
Revision: 116513

db-move: dovecot removed by andrea for move to [extra] (x86_64)

Deleted:
  dovecot/repos/extra-x86_64/



[arch-commits] Commit in dovecot/repos (extra-x86_64 testing-x86_64)

2011-03-24 Thread Andrea Scarpino
Date: Thursday, March 24, 2011 @ 06:26:38
  Author: andrea
Revision: 116514

db-move: moved dovecot from [testing] to [extra] (x86_64)

Added:
  dovecot/repos/extra-x86_64/
Deleted:
  dovecot/repos/testing-x86_64/



[arch-commits] Commit in dovecot/repos (extra-x86_64)

2011-03-07 Thread andyrtr
Date: Monday, March 7, 2011 @ 12:03:34
  Author: andyrtr
Revision: 112899

archrelease: remove extra-x86_64

Deleted:
  dovecot/repos/extra-x86_64/



[arch-commits] Commit in dovecot/repos (extra-x86_64)

2011-03-07 Thread andyrtr
Date: Monday, March 7, 2011 @ 12:03:53
  Author: andyrtr
Revision: 112900

archrelease: copy trunk to extra-x86_64

Added:
  dovecot/repos/extra-x86_64/



[arch-commits] Commit in dovecot/repos (extra-x86_64)

2011-03-05 Thread andyrtr
Date: Saturday, March 5, 2011 @ 07:43:10
  Author: andyrtr
Revision: 112611

archrelease: remove extra-x86_64

Deleted:
  dovecot/repos/extra-x86_64/



[arch-commits] Commit in dovecot/repos (extra-x86_64)

2011-03-05 Thread andyrtr
Date: Saturday, March 5, 2011 @ 07:43:28
  Author: andyrtr
Revision: 112612

archrelease: copy trunk to extra-x86_64

Added:
  dovecot/repos/extra-x86_64/



[arch-commits] Commit in dovecot/repos (extra-x86_64)

2011-02-07 Thread Angel Velásquez
Date: Monday, February 7, 2011 @ 09:11:09
  Author: angvp
Revision: 109189

db-move: dovecot removed by angvp for move to [extra] (x86_64)

Deleted:
  dovecot/repos/extra-x86_64/



[arch-commits] Commit in dovecot/repos (extra-x86_64 testing-x86_64)

2011-02-07 Thread Angel Velásquez
Date: Monday, February 7, 2011 @ 09:11:10
  Author: angvp
Revision: 109190

db-move: moved dovecot from [testing] to [extra] (x86_64)

Added:
  dovecot/repos/extra-x86_64/
Deleted:
  dovecot/repos/testing-x86_64/



[arch-commits] Commit in dovecot/repos (extra-x86_64)

2011-01-15 Thread andyrtr
Date: Saturday, January 15, 2011 @ 05:00:33
  Author: andyrtr
Revision: 106208

archrelease: remove extra-x86_64

Deleted:
  dovecot/repos/extra-x86_64/



[arch-commits] Commit in dovecot/repos (extra-x86_64)

2011-01-15 Thread andyrtr
Date: Saturday, January 15, 2011 @ 05:00:51
  Author: andyrtr
Revision: 106209

archrelease: copy trunk to extra-x86_64

Added:
  dovecot/repos/extra-x86_64/



[arch-commits] Commit in dovecot/repos (extra-x86_64)

2010-12-05 Thread andyrtr
Date: Monday, December 6, 2010 @ 01:17:49
  Author: andyrtr
Revision: 102134

archrelease: remove extra-x86_64

Deleted:
  dovecot/repos/extra-x86_64/



[arch-commits] Commit in dovecot/repos (extra-x86_64)

2010-12-05 Thread andyrtr
Date: Monday, December 6, 2010 @ 01:18:06
  Author: andyrtr
Revision: 102135

archrelease: copy trunk to extra-x86_64

Added:
  dovecot/repos/extra-x86_64/



[arch-commits] Commit in dovecot/repos (extra-x86_64)

2010-11-09 Thread andyrtr
Date: Tuesday, November 9, 2010 @ 11:38:56
  Author: andyrtr
Revision: 98473

archrelease: remove extra-x86_64

Deleted:
  dovecot/repos/extra-x86_64/



[arch-commits] Commit in dovecot/repos (extra-x86_64)

2010-11-09 Thread andyrtr
Date: Tuesday, November 9, 2010 @ 11:39:15
  Author: andyrtr
Revision: 98474

archrelease: copy trunk to extra-x86_64

Added:
  dovecot/repos/extra-x86_64/



[arch-commits] Commit in dovecot/repos (extra-x86_64)

2010-10-22 Thread andyrtr
Date: Friday, October 22, 2010 @ 14:47:32
  Author: andyrtr
Revision: 96618

archrelease: remove extra-x86_64

Deleted:
  dovecot/repos/extra-x86_64/



[arch-commits] Commit in dovecot/repos (extra-x86_64)

2010-10-02 Thread andyrtr
Date: Saturday, October 2, 2010 @ 14:29:44
  Author: andyrtr
Revision: 92994

archrelease: remove extra-x86_64

Deleted:
  dovecot/repos/extra-x86_64/



[arch-commits] Commit in dovecot/repos (extra-x86_64)

2010-10-02 Thread andyrtr
Date: Saturday, October 2, 2010 @ 14:30:02
  Author: andyrtr
Revision: 92995

archrelease: copy trunk to extra-x86_64

Added:
  dovecot/repos/extra-x86_64/



[arch-commits] Commit in dovecot/repos (extra-x86_64)

2010-09-28 Thread andyrtr
Date: Tuesday, September 28, 2010 @ 12:31:52
  Author: andyrtr
Revision: 91989

archrelease: remove extra-x86_64

Deleted:
  dovecot/repos/extra-x86_64/



[arch-commits] Commit in dovecot/repos (extra-x86_64)

2010-09-28 Thread andyrtr
Date: Tuesday, September 28, 2010 @ 12:32:12
  Author: andyrtr
Revision: 91990

archrelease: copy trunk to extra-x86_64

Added:
  dovecot/repos/extra-x86_64/



[arch-commits] Commit in dovecot/repos (extra-x86_64)

2010-09-09 Thread andyrtr
Date: Thursday, September 9, 2010 @ 13:06:35
  Author: andyrtr
Revision: 90242

archrelease: remove extra-x86_64

Deleted:
  dovecot/repos/extra-x86_64/



[arch-commits] Commit in dovecot/repos (extra-x86_64)

2010-09-09 Thread andyrtr
Date: Thursday, September 9, 2010 @ 13:06:54
  Author: andyrtr
Revision: 90243

archrelease: copy trunk to extra-x86_64

Added:
  dovecot/repos/extra-x86_64/



[arch-commits] Commit in dovecot/repos (extra-x86_64)

2010-08-25 Thread andyrtr
Date: Wednesday, August 25, 2010 @ 12:08:55
  Author: andyrtr
Revision: 88890

db-move: dovecot removed by andyrtr for move to [extra] (x86_64)

Deleted:
  dovecot/repos/extra-x86_64/



[arch-commits] Commit in dovecot/repos (extra-x86_64 testing-x86_64)

2010-08-25 Thread andyrtr
Date: Wednesday, August 25, 2010 @ 12:08:56
  Author: andyrtr
Revision: 88891

db-move: moved dovecot from [testing] to [extra] (x86_64)

Added:
  dovecot/repos/extra-x86_64/
Deleted:
  dovecot/repos/testing-x86_64/



[arch-commits] Commit in dovecot/repos (extra-x86_64)

2010-07-30 Thread andyrtr
Date: Friday, July 30, 2010 @ 17:28:13
  Author: andyrtr
Revision: 86378

archrelease: remove extra-x86_64

Deleted:
  dovecot/repos/extra-x86_64/



[arch-commits] Commit in dovecot/repos (extra-x86_64)

2010-07-30 Thread andyrtr
Date: Friday, July 30, 2010 @ 17:28:31
  Author: andyrtr
Revision: 86379

archrelease: copy trunk to extra-x86_64

Added:
  dovecot/repos/extra-x86_64/



[arch-commits] Commit in dovecot/repos (extra-x86_64)

2010-06-19 Thread andyrtr
Date: Saturday, June 19, 2010 @ 12:48:09
  Author: andyrtr
Revision: 82940

archrelease: remove extra-x86_64

Deleted:
  dovecot/repos/extra-x86_64/



[arch-commits] Commit in dovecot/repos (extra-x86_64)

2010-06-19 Thread andyrtr
Date: Saturday, June 19, 2010 @ 12:48:29
  Author: andyrtr
Revision: 82941

archrelease: copy trunk to extra-x86_64

Added:
  dovecot/repos/extra-x86_64/



[arch-commits] Commit in dovecot/repos (extra-x86_64 testing-x86_64)

2010-04-08 Thread Pierre Schmitz
Date: Thursday, April 8, 2010 @ 17:02:49
  Author: pierre
Revision: 76628

db-move: moved dovecot from [testing] to [extra] (x86_64)

Added:
  dovecot/repos/extra-x86_64/
Deleted:
  dovecot/repos/testing-x86_64/



[arch-commits] Commit in dovecot/repos (extra-x86_64)

2010-04-08 Thread Pierre Schmitz
Date: Thursday, April 8, 2010 @ 17:02:48
  Author: pierre
Revision: 76627

db-move: dovecot removed by pierre for move to extra

Deleted:
  dovecot/repos/extra-x86_64/



[arch-commits] Commit in dovecot/repos (extra-x86_64)

2010-03-08 Thread andyrtr
Date: Monday, March 8, 2010 @ 14:50:45
  Author: andyrtr
Revision: 71713

archrelease: copy trunk to extra-x86_64

Added:
  dovecot/repos/extra-x86_64/



[arch-commits] Commit in dovecot/repos (extra-x86_64 extra-x86_64/PKGBUILD)

2010-01-28 Thread andyrtr
Date: Thursday, January 28, 2010 @ 16:27:35
  Author: andyrtr
Revision: 65413

Merged revisions 65411 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/dovecot/trunk


  r65411 | andyrtr | 2010-01-28 22:24:08 +0100 (Do, 28 Jan 2010) | 2 lines
  
  upgpkg: dovecot 1.2.10-1
  new version 1.2.10


Modified:
  dovecot/repos/extra-x86_64/   (properties)
  dovecot/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Property changes on: dovecot/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /dovecot/trunk:1-61515
   + /dovecot/trunk:1-65412

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2010-01-28 21:24:58 UTC (rev 65412)
+++ extra-x86_64/PKGBUILD   2010-01-28 21:27:35 UTC (rev 65413)
@@ -6,7 +6,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=dovecot
-pkgver=1.2.9
+pkgver=1.2.10
 pkgrel=1
 pkgdesc=An IMAP and POP3 server written with security primarily in mind
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 options=('!libtool')
 install=$pkgname.install
 source=(http://dovecot.org/releases/1.2/${pkgname}-${pkgver}.tar.gz dovecot.sh)
-md5sums=('036ff97fb248dae3bd4b796a0644634f'
+md5sums=('b7d0081b17ff6afae85e8dc14157fa57'
  'd020d43eab4ded6fb379dadc570a9490')
 
 build() {



[arch-commits] Commit in dovecot/repos (extra-x86_64)

2009-12-05 Thread Allan McRae
Date: Saturday, December 5, 2009 @ 07:30:14
  Author: allan
Revision: 60560

db-move: dovecot removed by allan for move to extra

Deleted:
  dovecot/repos/extra-x86_64/



[arch-commits] Commit in dovecot/repos (extra-x86_64 extra-x86_64/PKGBUILD)

2009-11-21 Thread andyrtr
Date: Saturday, November 21, 2009 @ 05:29:17
  Author: andyrtr
Revision: 59188

Merged revisions 59187 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/dovecot/trunk


  r59187 | andyrtr | 2009-11-21 10:28:28 + (Sa, 21 Nov 2009) | 2 lines
  
  upgpkg: dovecot 1.2.8-1
  new version 1.2.8


Modified:
  dovecot/repos/extra-x86_64/   (properties)
  dovecot/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Property changes on: dovecot/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /dovecot/trunk:1-58688
   + /dovecot/trunk:1-59187

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2009-11-21 10:28:28 UTC (rev 59187)
+++ extra-x86_64/PKGBUILD   2009-11-21 10:29:17 UTC (rev 59188)
@@ -6,7 +6,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=dovecot
-pkgver=1.2.7
+pkgver=1.2.8
 pkgrel=1
 pkgdesc=An IMAP and POP3 server written with security primarily in mind
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 options=('!libtool')
 install=$pkgname.install
 source=(http://dovecot.org/releases/1.2/${pkgname}-${pkgver}.tar.gz dovecot.sh)
-md5sums=('76e82536fc7010770acd9f969f845b79'
+md5sums=('c6d6c061413d299ccea7b55c3e4faa0a'
  'd020d43eab4ded6fb379dadc570a9490')
 
 build() {



[arch-commits] Commit in dovecot/repos (extra-x86_64 extra-x86_64/PKGBUILD)

2009-11-11 Thread andyrtr
Date: Wednesday, November 11, 2009 @ 12:25:01
  Author: andyrtr
Revision: 58689

Merged revisions 58688 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/dovecot/trunk


  r58688 | andyrtr | 2009-11-11 17:24:14 + (Mi, 11 Nov 2009) | 2 lines
  
  upgpkg: dovecot 1.2.7-1
  new version 1.2.7


Modified:
  dovecot/repos/extra-x86_64/   (properties)
  dovecot/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Property changes on: dovecot/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /dovecot/trunk:1-54329
   + /dovecot/trunk:1-58688

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2009-11-11 17:24:14 UTC (rev 58688)
+++ extra-x86_64/PKGBUILD   2009-11-11 17:25:01 UTC (rev 58689)
@@ -6,7 +6,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=dovecot
-pkgver=1.2.6
+pkgver=1.2.7
 pkgrel=1
 pkgdesc=An IMAP and POP3 server written with security primarily in mind
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 options=('!libtool')
 install=$pkgname.install
 source=(http://dovecot.org/releases/1.2/${pkgname}-${pkgver}.tar.gz dovecot.sh)
-md5sums=('807666f1a112e7379c4dbb57c9ce4899'
+md5sums=('76e82536fc7010770acd9f969f845b79'
  'd020d43eab4ded6fb379dadc570a9490')
 
 build() {