Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/dovecot: dovecot-1.2.4.ebuild ChangeLog
Date: Tue, 29 Sep 2009 13:17:09
Message-Id: E1MscZm-0007lQ-VX@stork.gentoo.org
1 patrick 09/09/29 13:17:06
2
3 Modified: dovecot-1.2.4.ebuild ChangeLog
4 Log:
5 Default-enable maildir and other useflags. Fixes #286922
6 (Portage version: 2.2_rc42/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.6 net-mail/dovecot/dovecot-1.2.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/dovecot/dovecot-1.2.4.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/dovecot/dovecot-1.2.4.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/dovecot/dovecot-1.2.4.ebuild?r1=1.5&r2=1.6
14
15 Index: dovecot-1.2.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.2.4.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- dovecot-1.2.4.ebuild 18 Sep 2009 15:21:52 -0000 1.5
22 +++ dovecot-1.2.4.ebuild 29 Sep 2009 13:17:06 -0000 1.6
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.2.4.ebuild,v 1.5 2009/09/18 15:21:52 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.2.4.ebuild,v 1.6 2009/09/29 13:17:06 patrick Exp $
28
29 EAPI="2"
30
31 @@ -22,7 +22,7 @@
32 LICENSE="LGPL-2.1" # MIT too?
33 KEYWORDS="~amd64 ~x86"
34
35 -IUSE="berkdb bzip2 caps cydir dbox doc kerberos ldap maildir managesieve mbox mysql pam postgres sieve sqlite ssl suid vpopmail zlib"
36 +IUSE="berkdb bzip2 caps cydir dbox doc kerberos ldap +maildir managesieve +mbox mysql pam postgres sieve sqlite +ssl suid vpopmail zlib"
37
38 DEPEND="berkdb? ( sys-libs/db )
39 caps? ( sys-libs/libcap )
40
41
42
43 1.210 net-mail/dovecot/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/dovecot/ChangeLog?rev=1.210&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/dovecot/ChangeLog?rev=1.210&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/dovecot/ChangeLog?r1=1.209&r2=1.210
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v
52 retrieving revision 1.209
53 retrieving revision 1.210
54 diff -u -r1.209 -r1.210
55 --- ChangeLog 18 Sep 2009 14:37:31 -0000 1.209
56 +++ ChangeLog 29 Sep 2009 13:17:06 -0000 1.210
57 @@ -1,6 +1,9 @@
58 # ChangeLog for net-mail/dovecot
59 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.209 2009/09/18 14:37:31 patrick Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.210 2009/09/29 13:17:06 patrick Exp $
62 +
63 + 29 Sep 2009; Patrick Lauer <patrick@g.o> dovecot-1.2.4.ebuild:
64 + Default-enable maildir and other useflags. Fixes #286922
65
66 18 Sep 2009; Patrick Lauer <patrick@g.o> dovecot-1.2.4.ebuild:
67 Improving suid behaviour, fixes #285108. Thanks to kiorky for the patch.