pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/dovecot Update to dovecot-1.0.0. This release is...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/52238b2328d0
branches:  trunk
changeset: 527786:52238b2328d0
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Fri Apr 13 12:24:04 2007 +0000

description:
Update to dovecot-1.0.0.  This release is identical to 1.0rc32 (which has not
been in pkgsrc) except for the version number, so here is the announcement of
1.0rc32:

Pretty late for changes if v1.0 is supposed to come out tomorrow, but I
can't really leave these LDAP bugs unfixed. They shouldn't anyway break
anything, so here's one more day for you people to find out about any
bugs.

One thing that I'm a bit concerned about is the addition of #define
LDAP_DEPRECATED. I know it fixes crashes with OpenLDAP 2.3 + 64bit
systems, but I hope it doesn't break compiling with some old versions or
non-OpenLDAP libraries..

        - LDAP, auth_bind=no: Don't crash if doing non-plaintext ldap passdb
          lookup for unknown user. This also broke deliver when userdb static
          was used.
        - LDAP, auth_bind=yes and userdb ldap: We didn't wait until bind was
          finished before sending the userdb request, which could have caused
          problems.
        - LDAP: Don't break when compiling with OpenLDAP v2.3 library
        - Convert plugin: Don't create "maildirfolder" file to Maildir root.

diffstat:

 mail/dovecot/Makefile |  6 +++---
 mail/dovecot/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r 541904566b23 -r 52238b2328d0 mail/dovecot/Makefile
--- a/mail/dovecot/Makefile     Fri Apr 13 12:16:36 2007 +0000
+++ b/mail/dovecot/Makefile     Fri Apr 13 12:24:04 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.93 2007/04/08 10:48:07 ghen Exp $
+# $NetBSD: Makefile,v 1.94 2007/04/13 12:24:04 ghen Exp $
 
-DISTNAME=              dovecot-1.0.rc31
-PKGNAME=               ${DISTNAME:S/.rc/rc/}
+DISTNAME=              dovecot-1.0.0
+#PKGNAME=              ${DISTNAME:S/.rc/rc/}
 CATEGORIES=            mail
 MASTER_SITES=          http://www.dovecot.org/releases/
 
diff -r 541904566b23 -r 52238b2328d0 mail/dovecot/distinfo
--- a/mail/dovecot/distinfo     Fri Apr 13 12:16:36 2007 +0000
+++ b/mail/dovecot/distinfo     Fri Apr 13 12:24:04 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.65 2007/04/08 10:48:07 ghen Exp $
+$NetBSD: distinfo,v 1.66 2007/04/13 12:24:05 ghen Exp $
 
-SHA1 (dovecot-1.0.rc31.tar.gz) = cb753f8f2a8557f7481303e1428110004b36f525
-RMD160 (dovecot-1.0.rc31.tar.gz) = c4d3f1d3df231de8bea1bd2c148dbe7be154099d
-Size (dovecot-1.0.rc31.tar.gz) = 1672213 bytes
+SHA1 (dovecot-1.0.0.tar.gz) = 69054e9d3d10425bba5b13d092fa2cfeab382dce
+RMD160 (dovecot-1.0.0.tar.gz) = e750eb726fc7cf04d8dbd97604f01aa5ce4e3d19
+Size (dovecot-1.0.0.tar.gz) = 1674299 bytes
 SHA1 (patch-aa) = 6258057d49add91f06d4dd51ded72e42f6774354
 SHA1 (patch-ab) = 51faa52bc035a2c7ef96a3166191166e47c03876
 SHA1 (patch-ac) = 0f1d45ba606736a437892c7cb141d02396744db5



Home | Main Index | Thread Index | Old Index