diff options
author | obache <obache@pkgsrc.org> | 2009-10-12 02:25:36 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-10-12 02:25:36 +0000 |
commit | d606cdacdefd6e5d2efa3da49779f536cd7eedd9 (patch) | |
tree | cb4b765a13e09fee31252ebe99660bad72376973 /mail/dbmail | |
parent | cbf9008d3d3c40740bcae1a677811dccc0eb76b2 (diff) | |
download | pkgsrc-d606cdacdefd6e5d2efa3da49779f536cd7eedd9.tar.gz |
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 (limited to 'mail/dbmail')
-rw-r--r-- | mail/dbmail/Makefile | 9 | ||||
-rw-r--r-- | mail/dbmail/distinfo | 9 | ||||
-rw-r--r-- | mail/dbmail/patches/patch-aa | 13 |
3 files changed, 23 insertions, 8 deletions
diff --git a/mail/dbmail/Makefile b/mail/dbmail/Makefile index 0fe6cbf2c68..81cfa04aa12 100644 --- a/mail/dbmail/Makefile +++ b/mail/dbmail/Makefile @@ -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 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 @@ post-install: .include "options.mk" -.include "../../devel/glib2/buildlink3.mk" BUILDLINK_API_DEPENDS.glib2+= glib2>=2.8.0 -.include "../../mail/gmime/buildlink3.mk" +.include "../../devel/glib2/buildlink3.mk" BUILDLINK_API_DEPENDS.gmime+= gmime>=2.1.19 +.include "../../mail/gmime/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/mail/dbmail/distinfo b/mail/dbmail/distinfo index 76dccbc802b..954719196c2 100644 --- a/mail/dbmail/distinfo +++ b/mail/dbmail/distinfo @@ -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 --git a/mail/dbmail/patches/patch-aa b/mail/dbmail/patches/patch-aa new file mode 100644 index 00000000000..b09b59671a2 --- /dev/null +++ b/mail/dbmail/patches/patch-aa @@ -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 */ |