pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/dbmail Update dbmail to 2.2.12.
details: https://anonhg.NetBSD.org/pkgsrc/rev/659a6c7d5d21
branches: trunk
changeset: 566003:659a6c7d5d21
user: obache <obache%pkgsrc.org@localhost>
date: Mon Oct 12 02:25:36 2009 +0000
description:
Update dbmail to 2.2.12.
Changes since 2.2.11:
* Backport IPv6 support
* Remove generated autoconf files from the release. Please install
automake-1.9 and run autoreconf -i before running configure
* Backport the fix for duplicate mailboxes in LIST/LSUB responses
* Backport for internaldate as UTC
* Fix for file descriptor leakage
Bugs fixed since 2.2.10:
0000742: [Authentication layer] PATCH: authldap.c - multiple attributes
for field_mail (Toast) - resolved.
0000731: [Documentation] Missing documentation of database layer logging
control (paul) - resolved.
0000723: [Database layer] simultaneous mailbox creation (paul) -
resolved.
0000709: [Database layer] Some sql optimizations (paul) - resolved.
0000721: [Authentication layer] mail quota in ldap not used during
delivery (paul) - resolved.
0000698: [IMAP daemon] PostgreSQL 8.3.1 can't execute query (paul) -
resolved.
0000712: [General] traces to stderr may cause core dumps if hostname
>=16 (paul) - resolved.
0000710: [IMAP daemon] eliminate annoying "[Illegal seek] on
read-stream" message from imap4d - resolved.
0000704: [IMAP daemon] IMAP TEXT searches stop at headers - resolved.
0000670: [IMAP daemon] IMAP TEXT searches only seem to search headers
(paul) - resolved.
diffstat:
mail/dbmail/Makefile | 9 +++++----
mail/dbmail/distinfo | 9 +++++----
mail/dbmail/patches/patch-aa | 13 +++++++++++++
3 files changed, 23 insertions(+), 8 deletions(-)
diffs (63 lines):
diff -r 9e508da080c0 -r 659a6c7d5d21 mail/dbmail/Makefile
--- a/mail/dbmail/Makefile Mon Oct 12 02:23:43 2009 +0000
+++ b/mail/dbmail/Makefile Mon Oct 12 02:25:36 2009 +0000
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.19 2008/05/06 01:49:20 obache Exp $
+# $NetBSD: Makefile,v 1.20 2009/10/12 02:25:36 obache Exp $
#
-DISTNAME= dbmail-2.2.10
+DISTNAME= dbmail-2.2.12
CATEGORIES= mail
MASTER_SITES= http://www.dbmail.org/download/2.2/
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://www.dbmail.org/
COMMENT= Store and retrieve mail messages in a database
+LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-logdir=${VARBASE}/log
@@ -55,9 +56,9 @@
.include "options.mk"
+BUILDLINK_API_DEPENDS.glib2+= glib2>=2.8.0
.include "../../devel/glib2/buildlink3.mk"
-BUILDLINK_API_DEPENDS.glib2+= glib2>=2.8.0
+BUILDLINK_API_DEPENDS.gmime+= gmime>=2.1.19
.include "../../mail/gmime/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gmime+= gmime>=2.1.19
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 9e508da080c0 -r 659a6c7d5d21 mail/dbmail/distinfo
--- a/mail/dbmail/distinfo Mon Oct 12 02:23:43 2009 +0000
+++ b/mail/dbmail/distinfo Mon Oct 12 02:25:36 2009 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.9 2008/05/06 01:49:20 obache Exp $
+$NetBSD: distinfo,v 1.10 2009/10/12 02:25:36 obache Exp $
-SHA1 (dbmail-2.2.10.tar.gz) = 421c39e49669677a4876f4faf57bbec14b4cd348
-RMD160 (dbmail-2.2.10.tar.gz) = 64eaa94824fe27f485de7bb8578c8656c4417e22
-Size (dbmail-2.2.10.tar.gz) = 900636 bytes
+SHA1 (dbmail-2.2.12.tar.gz) = bf661f4051196b4a0832b276531556f22d33d85f
+RMD160 (dbmail-2.2.12.tar.gz) = dbc48b8ff05507041377217dbb98731fa5ddabb3
+Size (dbmail-2.2.12.tar.gz) = 911091 bytes
+SHA1 (patch-aa) = 830c49b2fddd9d85912a227e1eda6520c7d95654
diff -r 9e508da080c0 -r 659a6c7d5d21 mail/dbmail/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/dbmail/patches/patch-aa Mon Oct 12 02:25:36 2009 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2009/10/12 02:25:37 obache Exp $
+
+--- dbmail.h.in.orig 2009-10-07 19:44:07.000000000 +0000
++++ dbmail.h.in
+@@ -33,7 +33,7 @@
+ #ifdef __FreeBSD__
+ #define _XOPEN_SOURCE
+ #else
+-#define _XOPEN_SOURCE 500
++#define _XOPEN_SOURCE 520
+ #endif
+
+ #define __EXTENSIONS__ /* solaris */
Home |
Main Index |
Thread Index |
Old Index