summaryrefslogtreecommitdiff
path: root/mail/dovecot
diff options
context:
space:
mode:
authorsalo <salo>2003-06-19 16:11:11 +0000
committersalo <salo>2003-06-19 16:11:11 +0000
commitcbe2753cb3d1fc5639508a82bd74d04918779384 (patch)
tree8b0975bb2d273e2f473d8ed1bb6288591d7903e9 /mail/dovecot
parent77ad89c79ff6189e3bba4ec6e8cf99a0aa4c743a (diff)
downloadpkgsrc-cbe2753cb3d1fc5639508a82bd74d04918779384.tar.gz
Updated to version 0.99.10-test14 (0.99.10beta14 in pkgsrc).
From Tom Hensel via tech-pkg and private mail. Changes: - new MAINTAINER, Tom Hensel 0.99.10-test14: =============== - IMAP over SSL works now without having to install (patched) OpenSSL from pkgsrc or patching dovecot itself. For instance, OpenSSL gets initalized before chrooting so it can open /dev/urandom, even some possible crashes have been fixed. - Many changes to the Maildir synchronization and expiration code, diffrent bugs and flaws are fixed. Improved indexing and hashing of Maildirs and mboxes. - Changes to improve overall perfomance have been incorparated. - The authorization daemon now supports the ANONYMOUS SASL mechanism, a few bugs were fixed. - Many flaws and glitches are gone, please see dovecot's ChangeLog for a complete list of changes.
Diffstat (limited to 'mail/dovecot')
-rw-r--r--mail/dovecot/Makefile13
-rw-r--r--mail/dovecot/distinfo12
-rw-r--r--mail/dovecot/patches/patch-aa12
3 files changed, 16 insertions, 21 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile
index fe6527a5608..d41676f3f42 100644
--- a/mail/dovecot/Makefile
+++ b/mail/dovecot/Makefile
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.2 2003/06/02 01:18:48 jschauma Exp $
+# $NetBSD: Makefile,v 1.3 2003/06/19 16:11:11 salo Exp $
#
-DISTNAME= dovecot-0.99.9.1
+DISTNAME= dovecot-0.99.10-test14
+PKGNAME= ${DISTNAME:S/-test/beta/}
CATEGORIES= mail
-MASTER_SITES= http://dovecot.procontrol.fi/
+MASTER_SITES= http://dovecot.procontrol.fi/ \
+ http://dovecot.procontrol.fi/test/
-PATCH_SITES= ${MASTER_SITES}
-PATCHFILES= freebsd.patch fetch.patch
-
-MAINTAINER= tech-pkg@netbsd.org
+MAINTAINER= tom@replic8.net
HOMEPAGE= http://dovecot.procontrol.fi/
COMMENT= Secure IMAP and POP3 server
diff --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo
index 139506feeab..e495e83e165 100644
--- a/mail/dovecot/distinfo
+++ b/mail/dovecot/distinfo
@@ -1,10 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/05/14 04:17:31 salo Exp $
+$NetBSD: distinfo,v 1.2 2003/06/19 16:11:11 salo Exp $
-SHA1 (dovecot-0.99.9.1.tar.gz) = 77626a0c04e1740f1e3de1789f397592771db686
-Size (dovecot-0.99.9.1.tar.gz) = 700693 bytes
-SHA1 (freebsd.patch) = 373c2be76e9b28c5f56b1fc588caf00d6e792693
-Size (freebsd.patch) = 831 bytes
-SHA1 (fetch.patch) = 9b565b9d5a0f9c53f6550553e0d09b220b5cfd99
-Size (fetch.patch) = 608 bytes
-SHA1 (patch-aa) = e5d7a474d8774d3d652e1b51e5e01685068c2af8
+SHA1 (dovecot-0.99.10-test14.tar.gz) = b7d62c20b52ccd3ad56be2f0f808c4fa9ad2d39b
+Size (dovecot-0.99.10-test14.tar.gz) = 729591 bytes
+SHA1 (patch-aa) = 6ed31ba47883903e5a7b2fcb715432e0c3e8947c
SHA1 (patch-ab) = 26a487ef2d1987c9f74def95542030900646f7d5
diff --git a/mail/dovecot/patches/patch-aa b/mail/dovecot/patches/patch-aa
index c9b5c80531f..caa284fed21 100644
--- a/mail/dovecot/patches/patch-aa
+++ b/mail/dovecot/patches/patch-aa
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.1.1.1 2003/05/14 04:17:31 salo Exp $
+$NetBSD: patch-aa,v 1.2 2003/06/19 16:11:12 salo Exp $
---- Makefile.in.orig 2003-05-06 18:33:40.000000000 +0200
-+++ Makefile.in 2003-05-06 18:44:13.000000000 +0200
-@@ -90,7 +90,7 @@
+--- Makefile.in.orig Thu Jun 19 00:21:59 2003
++++ Makefile.in Thu Jun 19 16:06:04 2003
+@@ -91,7 +91,7 @@
SUBDIRS = src doc
confdir = $(sysconfdir)
-conf_DATA = dovecot-example.conf
-+conf_DATA =
++conf_DATA =
- EXTRA_DIST = config.rpath dovecot.spec.in COPYING.LGPL $(conf_DATA)
+ EXTRA_DIST = config.rpath dovecot.spec dovecot.spec.in COPYING.LGPL $(conf_DATA)