Your message dated Mon, 16 Mar 2009 14:47:37 +0000
with message-id <[email protected]>
and subject line Bug#518630: fixed in dovecot 1:1.1.12-1
has caused the Debian Bug report #518630,
regarding [PATCH] enable libdb dict support for the expire plugin
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
518630: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=518630
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dovecot-imapd
Version: 1:1.1.11-3
Severity: wishlist
Tags: patch

Hi there,

I've applied the following patch locally to my dovecot package so that I
can use a db: dict with the expire plugin as suggested in the example
configuration.

Regards,
Rob
diff -u dovecot-1.1.11/debian/changelog dovecot-1.1.11/debian/changelog
--- dovecot-1.1.11/debian/changelog
+++ dovecot-1.1.11/debian/changelog
@@ -1,3 +1,9 @@
+dovecot (1:1.1.11-3.1) unstable; urgency=low
+
+  * Enable libdb dict for use with the expire plugin.
+
+ -- Robert McQueen <[email protected]>  Fri, 06 Mar 2009 16:57:36 +0000
+
 dovecot (1:1.1.11-3) unstable; urgency=low
 
   * debian/dovecot-common.init: applied patch from HÃ¥kon Stordahl to call
diff -u dovecot-1.1.11/debian/rules dovecot-1.1.11/debian/rules
--- dovecot-1.1.11/debian/rules
+++ dovecot-1.1.11/debian/rules
@@ -28,6 +28,7 @@
 	# Add here commands to configure the package.
 	./configure --with-ldap \
 	            --with-ssl=openssl \
+	            --with-db \
 	            --with-pgsql \
 	            --with-mysql \
 	            --with-sqlite \
diff -u dovecot-1.1.11/debian/control dovecot-1.1.11/debian/control
--- dovecot-1.1.11/debian/control
+++ dovecot-1.1.11/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Dovecot Maintainers <[email protected]>
 Uploaders: Jaldhar H. Vyas <[email protected]>, Fabio Tranchitella <[email protected]>, Joel Johnson <[email protected]>
-Build-Depends: debhelper (>= 5.0.0), automake1.9, autoconf, libtool, pkg-config, libssl-dev, libpam0g-dev, libldap2-dev, libpq-dev, libmysqlclient15-dev, libsqlite3-dev, libsasl2-dev | libsasl-dev, zlib1g-dev, libkrb5-dev, dpatch, byacc, flex, drac-dev (>= 1.12-5), libbz2-dev
+Build-Depends: debhelper (>= 5.0.0), automake1.9, autoconf, libtool, pkg-config, libssl-dev, libpam0g-dev, libldap2-dev, libpq-dev, libmysqlclient15-dev, libsqlite3-dev, libsasl2-dev | libsasl-dev, zlib1g-dev, libkrb5-dev, dpatch, byacc, flex, drac-dev (>= 1.12-5), libbz2-dev, libdb-dev
 Build-Conflicts: linux-kernel-headers (<= 2.5.999-test7-bk-17), automake1.4
 Standards-Version: 3.8.0.1
 Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/dovecot/trunk

--- End Message ---
--- Begin Message ---
Source: dovecot
Source-Version: 1:1.1.12-1

We believe that the bug you reported is fixed in the latest version of
dovecot, which is due to be installed in the Debian FTP archive:

dovecot-common_1.1.12-1_amd64.deb
  to pool/main/d/dovecot/dovecot-common_1.1.12-1_amd64.deb
dovecot-dev_1.1.12-1_amd64.deb
  to pool/main/d/dovecot/dovecot-dev_1.1.12-1_amd64.deb
dovecot-imapd_1.1.12-1_amd64.deb
  to pool/main/d/dovecot/dovecot-imapd_1.1.12-1_amd64.deb
dovecot-pop3d_1.1.12-1_amd64.deb
  to pool/main/d/dovecot/dovecot-pop3d_1.1.12-1_amd64.deb
dovecot_1.1.12-1.diff.gz
  to pool/main/d/dovecot/dovecot_1.1.12-1.diff.gz
dovecot_1.1.12-1.dsc
  to pool/main/d/dovecot/dovecot_1.1.12-1.dsc
dovecot_1.1.12.orig.tar.gz
  to pool/main/d/dovecot/dovecot_1.1.12.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Fabio Tranchitella <[email protected]> (supplier of updated dovecot package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 16 Mar 2009 14:26:32 +0100
Source: dovecot
Binary: dovecot-common dovecot-dev dovecot-imapd dovecot-pop3d
Architecture: source amd64
Version: 1:1.1.12-1
Distribution: unstable
Urgency: low
Maintainer: Dovecot Maintainers <[email protected]>
Changed-By: Fabio Tranchitella <[email protected]>
Description: 
 dovecot-common - secure mail server that supports mbox and maildir mailboxes
 dovecot-dev - header files for the dovecot mail server
 dovecot-imapd - secure IMAP server that supports mbox and maildir mailboxes
 dovecot-pop3d - secure POP3 server that supports mbox and maildir mailboxes
Closes: 518598 518630 518631 518738
Changes: 
 dovecot (1:1.1.12-1) unstable; urgency=low
 .
   * New upstream release, it fixes some wrong defaults in the configuration
     file. (Closes: #518631)
   * debian/rules: add support for libdb. (Closes: #518630)
   * debian/dovecot-common.postinst: create the dovecot certificate only at
     install time. (Closes: #518738, #518598)
Checksums-Sha1: 
 30709e788238e9afd658993691a76d0e80cf9f63 1635 dovecot_1.1.12-1.dsc
 ec44f311b177995e6da8ca2a27ba3860a925d2f5 2368733 dovecot_1.1.12.orig.tar.gz
 8598bb1cc4de6c2baf93f44cdd81bf77f57ae36f 924995 dovecot_1.1.12-1.diff.gz
 e94ae8c61d1c8b2fca96874a22b1483e24803d7c 3590906 
dovecot-common_1.1.12-1_amd64.deb
 12fc81037039b468a142c47f7132aa969fa44f3a 565642 dovecot-dev_1.1.12-1_amd64.deb
 a92b279cfd6c4ce331eefe30c956b8d97a0ab0bc 946216 
dovecot-imapd_1.1.12-1_amd64.deb
 5c9167ba2af6f812e07a2c9479ddb19ce1aee97a 902370 
dovecot-pop3d_1.1.12-1_amd64.deb
Checksums-Sha256: 
 5d9be28717363f2c6b1ff593009cb1789f1d84305b8228a1882018aab1c2e714 1635 
dovecot_1.1.12-1.dsc
 49348d29c77665583c3a5e9c0edbefa33b0fe1dd1e6bb8c39852cd649d35411a 2368733 
dovecot_1.1.12.orig.tar.gz
 94ac1f4cc9ee3efa0ba88a223d151679a1445dcdeb5a473736175f2989c04bf3 924995 
dovecot_1.1.12-1.diff.gz
 21c4f960992d10327f71ae46cdf761b9404ac9a0b5696be4fc64c1574e306c70 3590906 
dovecot-common_1.1.12-1_amd64.deb
 2dca7ef0328a52be9d6755337356da8a6b26e0c5bdd1b131f52fb7372a612730 565642 
dovecot-dev_1.1.12-1_amd64.deb
 aafa0d1992bbcb7cd9f88f7ce4db44e8f2e127731f9cd0d1cddc187b8a5e14bf 946216 
dovecot-imapd_1.1.12-1_amd64.deb
 02416ee115c0a2007af0a60b1ccb91daded8e204d042801728e403c05af4dbd9 902370 
dovecot-pop3d_1.1.12-1_amd64.deb
Files: 
 048136b8d13e4e025555efcb86c800a5 1635 mail optional dovecot_1.1.12-1.dsc
 9205edf70ac6314343cc4d189392ffaf 2368733 mail optional 
dovecot_1.1.12.orig.tar.gz
 027cfca097dd2e84fcf0ca63d6d7d026 924995 mail optional dovecot_1.1.12-1.diff.gz
 2b53dc2719241067a1cef8e08aac306f 3590906 mail optional 
dovecot-common_1.1.12-1_amd64.deb
 16ed5346adb4f4aefa140248358a688a 565642 mail optional 
dovecot-dev_1.1.12-1_amd64.deb
 1008ffac2de4602dd55bf95bf879cbc7 946216 mail optional 
dovecot-imapd_1.1.12-1_amd64.deb
 355cbf62ea598965cfd60cb0eb484feb 902370 mail optional 
dovecot-pop3d_1.1.12-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkm+Vy0ACgkQK/juK3+WFWSBcwCeMy9g3Qz7zQQnl7W7C47CzL6T
rQIAn0k1EeBJBxrEniGLfXaHDotAaahJ
=eLvw
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to