summaryrefslogtreecommitdiff
blob: c9a930bcb2381d3b1f9d97cbfad67cbcea2934ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
# ChangeLog for net-mail/dovecot
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.63 2006/08/30 07:47:47 blubb Exp $

  30 Aug 2006; <blubb@gentoo.org> dovecot-1.0_beta8.ebuild:
  stable on amd64

  20 Aug 2006; Roy Marples <uberlord@gentoo.org> dovecot-1.0_rc7.ebuild:
  Fix no ipv6 support, #144450 thanks to Marcin Deranek.

*dovecot-1.0_rc7 (18 Aug 2006)

  18 Aug 2006; Roy Marples <uberlord@gentoo.org> +dovecot-1.0_rc7.ebuild:
  Bump.

*dovecot-1.0_rc6 (08 Aug 2006)

  08 Aug 2006; Roy Marples <uberlord@gentoo.org>
  +files/dovecot-1.0_rc6-proxy-ssl.patch, +dovecot-1.0_rc6.ebuild:
  rc6 is out - include a patch for ssl proxies.

*dovecot-1.0_rc5 (03 Aug 2006)

  03 Aug 2006; Roy Marples <uberlord@gentoo.org> +dovecot-1.0_rc5.ebuild:
  Version bump to fix mbox problems caused in rc3, #142576
  thanks to Kilburn Abrahams.

*dovecot-1.0_rc3 (02 Aug 2006)

  02 Aug 2006; Roy Marples <uberlord@gentoo.org> +dovecot-1.0_rc3.ebuild:
  Bump

*dovecot-1.0_rc2 (04 Jul 2006)

  04 Jul 2006; Roy Marples <uberlord@gentoo.org> +dovecot-1.0_rc2.ebuild:
  Version bump.

*dovecot-1.0_rc1 (28 Jun 2006)

  28 Jun 2006; Roy Marples <uberlord@gentoo.org> +dovecot-1.0_rc1.ebuild:
  New upstream release.

*dovecot-1.0_beta9-r2 (16 Jun 2006)

  16 Jun 2006; Roy Marples <uberlord@gentoo.org>
  +files/dovecot-1.0_beta9-ssl_listen.patch, +dovecot-1.0_beta9-r2.ebuild:
  Add upstream patch to fix #136781 a whole load better.

*dovecot-1.0_beta9-r1 (16 Jun 2006)

  16 Jun 2006; Roy Marples <uberlord@gentoo.org>
  +files/dovecot-1.0_beta9-configure.patch, +dovecot-1.0_beta9-r1.ebuild:
  Patch configure.in to detect working inotify, epoll, kqueue, dnotify as
  we cannot do so in the ebuild.

  15 Jun 2006; Roy Marples <uberlord@gentoo.org>
  dovecot-1.0_beta8-r1.ebuild, dovecot-1.0_beta9.ebuild:
  We now only enable inotify support if you have >=linux-headers-2.6.16 and
  >=glibc-2.4 - hopefully glibc-2.4 has been emerged against
  >=linux-headers-2.6.16, but we have no way of knowing this :/

  14 Jun 2006; Roy Marples <uberlord@gentoo.org> dovecot-1.0_beta9.ebuild:
  Documentation now installed via the doc USE flag.
  Example configs for ldap and sql are now copied instead of moved, #136812.
  Set ssl_listen = * when emerged without ipv6, #136781

*dovecot-1.0_beta9 (13 Jun 2006)

  13 Jun 2006; Roy Marples <uberlord@gentoo.org> +dovecot-1.0_beta9.ebuild:
  Version bump.

  31 May 2006; Roy Marples <uberlord@gentoo.org>
  dovecot-1.0_beta8-r1.ebuild:
  For Linux we now enable epoll
  Also we enable inotify if we have >=glibc-2.4
  For FreeBSD we now enable kqueue by default

*dovecot-1.0_beta8-r1 (30 May 2006)

  30 May 2006; Roy Marples <uberlord@gentoo.org>
  +dovecot-1.0_beta8-r1.ebuild:
  Install sample LDAP and/or SQL config files based on USE flags.
  Fixes #123049 thanks to Max Lorenz.

  14 May 2006; Tobias Scherbaum <dertobi123@gentoo.org>
  dovecot-1.0_beta8.ebuild:
  ppc stable, bug #133149

  13 May 2006; Fernando J. Pereda <ferdy@gentoo.org>
  dovecot-1.0_beta8.ebuild:
  Stable on alpha wrt bug #133149

  13 May 2006; Gustavo Zacarias <gustavoz@gentoo.org>
  dovecot-1.0_beta8.ebuild:
  Stable on sparc wrt security #133149

  13 May 2006; Krzysiek Pawlik <nelchael@gentoo.org>
  dovecot-1.0_beta8.ebuild:
  Stable on x86, see bug #133149.

*dovecot-1.0_beta8 (12 May 2006)

  12 May 2006; Roy Marples <uberlord@gentoo.org> +dovecot-1.0_beta8.ebuild:
  New upstream release, #113149 thanks to Jan Kundrát.

*dovecot-1.0_beta7 (13 Apr 2006)

  13 Apr 2006; Roy Marples <uberlord@gentoo.org> +dovecot-1.0_beta7.ebuild:
  New upstream release.

  10 Apr 2006; Roy Marples <uberlord@gentoo.org> dovecot-1.0_beta5.ebuild:
  Removed berkdb depenency as afaik dovecot does not use berkdb anymore.
  Fixes #124039.

*dovecot-1.0_beta5 (10 Apr 2006)

  10 Apr 2006; Roy Marples <uberlord@gentoo.org> +dovecot-1.0_beta5.ebuild:
  New release, #129295.
  ipv6 USE flag now enables listening on ipv6 by default in the config file.

  26 Feb 2006; Stefaan De Roeck <stefaan@gentoo.org>
  dovecot-1.0_beta3.ebuild:
  Stable on alpha (wrt security bug #123024)

  23 Feb 2006; Gustavo Zacarias <gustavoz@gentoo.org>
  dovecot-1.0_beta3.ebuild:
  Stable on sparc wrt security #123024

  22 Feb 2006; Tobias Scherbaum <dertobi123@gentoo.org>
  dovecot-1.0_beta3.ebuild:
  ppc stable, bug #123024

  22 Feb 2006; Joshua Jackson <tsunam@gentoo.org> dovecot-1.0_beta3.ebuild:
  Stable on x86; bug #123024 for Ticho

*dovecot-1.0_beta3 (10 Feb 2006)

  10 Feb 2006; Roy Marples <uberlord@gentoo.org> +dovecot-1.0_beta3.ebuild:
  New upstream version.
  We can now create DH SSL parameters via emerge --config dovecot.

*dovecot-1.0_beta2 (24 Jan 2006)

  24 Jan 2006; Roy Marples <uberlord@gentoo.org> +dovecot-1.0_beta2.ebuild:
  New upstream version.
  WARNING: beta2 requires DH parameters for SSL/TLS usage now. These will be
  generated the next time dovecot is started and may take some time. It took
  around 10 minutes on my VIA C3-2 1 GigaHertz server. This is a onetime
  operation.

*dovecot-1.0_alpha5 (14 Dec 2005)

  14 Dec 2005; Roy Marples <uberlord@gentoo.org> files/dovecot.init,
  +dovecot-1.0_alpha5.ebuild:
  nopop3d USE flag changed to pop3d - I hate double negatives
  sasl USE flag dropped as dovecot has its own internal version - no need to
  depend on cyrus-sasl
  maildir USE flag dropped as -mbox implies maildir
  kerberos USE flag added
  init script is now more robust and should start after all authenticators
  Oh yeah - new upstream version too ;)

  10 Nov 2005; Fernando J. Pereda <ferdy@gentoo.org>
  dovecot-0.99.14-r1.ebuild:
  fix for bug #112070

*dovecot-1.0_alpha3 (23 Sep 2005)

  23 Sep 2005; Wolfram Schlich <wschlich@gentoo.org>
  +dovecot-1.0_alpha3.ebuild:
  version bump

  13 Sep 2005; Wolfram Schlich <wschlich@gentoo.org>
  dovecot-1.0_alpha2.ebuild:
  fixups

*dovecot-1.0_alpha2 (13 Sep 2005)

  13 Sep 2005; Wolfram Schlich <wschlich@gentoo.org>
  +dovecot-1.0_alpha2.ebuild:
  version bump

  23 Aug 2005; Andrej Kacian <ticho@gentoo.org> dovecot-0.99.11-r1.ebuild,
  dovecot-0.99.13.ebuild, dovecot-0.99.14.ebuild, dovecot-0.99.14-r1.ebuild:
  Use -1 for shell argument to enewuser. Bug #103421.

  17 Jun 2005; Fernando J. Pereda <ferdy@gentoo.org>
  dovecot-0.99.14-r1.ebuild:
  Stable on alpha

  20 May 2005; Fernando J. Pereda <ferdy@gentoo.org>
  dovecot-0.99.14-r1.ebuild:
  keyworded ~alpha wrt #93325

  16 May 2005; Jason Wever <weeve@gentoo.org> dovecot-0.99.14-r1.ebuild:
  Stable on SPARC.

  01 May 2005; Michael Hanselmann <hansmi@gentoo.org>
  dovecot-0.99.14-r1.ebuild:
  Stable on ppc.

  09 Apr 2005; Andrej Kacian <ticho@gentoo.org> dovecot-0.99.14-r1.ebuild:
  Stable on x86. Closes #87676, reported by Daniel Webert <rockoo@gmail.com>.

  01 Apr 2005; Wolfram Schlich <wschlich@gentoo.org>
  dovecot-0.99.11-r1.ebuild, dovecot-0.99.13.ebuild,
  dovecot-0.99.14-r1.ebuild, dovecot-0.99.14.ebuild:
  fix broken sed calls (-ie -> -i -e)

*dovecot-0.99.14-r1 (25 Feb 2005)

  25 Feb 2005; Andrej Kacian <ticho@gentoo.org> +dovecot-0.99.14-r1.ebuild:
  Use common PAM profiles provided by >=net-mail/mailbase-0.00-r8 if pam USE
  flag is set. This only means changing auth_passdb setting in installed
  config file to "pam *".

*dovecot-0.99.14 (18 Feb 2005)

  18 Feb 2005; Grant Goodyear <g2boojum@gentoo.org> dovecot-0.99.13.ebuild,
  +dovecot-0.99.14.ebuild:
  Version bump (bug #82493), thanks to Daniel Webert.

*dovecot-0.99.13 (08 Jan 2005)

  08 Jan 2005; Grant Goodyear <g2boojum@gentoo.org> -dovecot-0.99.12.ebuild,
  +dovecot-0.99.13.ebuild:
  Version bump.  Should solve bugs 74334 (thanks Daniel Webert)
  and 77131 (thanks Alexander Skwar).  Removing .12.

*dovecot-0.99.12 (07 Dec 2004)

  07 Dec 2004; Grant Goodyear <g2boojum@gentoo.org> +dovecot-0.99.12.ebuild:
  Version bump; thanks to Andreas Simon (bug #73561).

*dovecot-0.99.11-r1 (01 Nov 2004)

  01 Nov 2004; Grant Goodyear <g2boojum@gentoo.org>
  -dovecot-0.99.10.9-r1.ebuild, +dovecot-0.99.11-r1.ebuild,
  -dovecot-0.99.11.ebuild:
  New revision that removes gnutls support, since
  upstream tells us that gnutls will be broken for some
  time (http://www.dovecot.org/list/dovecot/2004-November/005169.html),
  thanks to Ooblick (bug #67628) for finding the problem.  Also fixed
  permissions, thanks to tove (bug #68824).  Marking stable on x86
  and removing old (and broken) versions.

  22 Sep 2004; Andrej Kacian <ticho@gentoo.org> dovecot-0.99.10.9-r1.ebuild,
  dovecot-0.99.11.ebuild:
  Do not use ${HOMEPAGE} in SRC_URI.

*dovecot-0.99.11 (19 Sep 2004)

  19 Sep 2004; Grant Goodyear <g2boojum@gentoo.org>
  dovecot-0.99.10.9-r1.ebuild, +dovecot-0.99.11.ebuild:
  Version bump.  Thanks to Daniel Webert (bug #63849).
  Also set static uid/gid.  (Thanks to Nils Marving, bug #58772)

*dovecot-0.99.10.9-r1 (31 Aug 2004)

  31 Aug 2004; <ticho@gentoo.org> +dovecot-0.99.10.9-r1.ebuild:
  Applied patch to add mysql USE flag, committed by pille <pille@struction.de>.
  Closes #61297.

*dovecot-0.99.10.9 (17 Aug 2004)

  17 Aug 2004; Grant Goodyear <g2boojum@gentoo.org> -dovecot-0.99.10.7.ebuild,
  +dovecot-0.99.10.9.ebuild:
  Whoops, should have bumped to .9, not .7.

*dovecot-0.99.10.7 (16 Aug 2004)

  16 Aug 2004; Grant Goodyear <g2boojum@gentoo.org> dovecot-0.99.10.6.ebuild,
  +dovecot-0.99.10.7.ebuild:
  Version bump (Bug 57136; thanks to Andreas Simon and Daniel Webert),
  removing old versions, marking .6 stable on x86.

*dovecot-0.99.10.6 (24 Jun 2004)

  24 Jun 2004; Grant Goodyear <g2boojum@gentoo.org> +dovecot-0.99.10.6.ebuild:
  Version bump (Thanks to Andreas Simon, Bug # 54826).

*dovecot-0.99.10.5-r1 (12 Jun 2004)

  12 Jun 2004; Grant Goodyear <g2boojum@gentoo.org>
  +dovecot-0.99.10.4-r1.ebuild, -dovecot-0.99.10.4.ebuild,
  +dovecot-0.99.10.5-r1.ebuild, -dovecot-0.99.10.5.ebuild:
  Security fix: old ebuilds installed /etc/dovecot.conf w/ 0644 
  permissions, but sql passwords might be stored there.
  
  Thanks to Andreas Simon (Bug #53707).

  11 Jun 2004; Aron Griffis <agriffis@gentoo.org> dovecot-0.99.10.4.ebuild:
  Fix use invocation

  03 Jun 2004; David Holm <dholm@gentoo.org> dovecot-0.99.10.5.ebuild:
  Added to ~ppc.

  30 May 2004; Grant Goodyear <g2boojum@gentoo.org> dovecot-0.99.10.4.ebuild:
  Added "gnutls" to IUSE and fixed ssl certificate handling
  (thanks to Andreas Simon, bugs # 49876 and # 49690)

*dovecot-0.99.10.5 (30 May 2004)

  30 May 2004; Grant Goodyear <g2boojum@gentoo.org> +dovecot-0.99.10.5.ebuild:
  Version bump (thanks to David Pufer, bug # 52371).  I also did some
  fairly massive cleaning, so this ebuild could be massively broken
  (although it does seem to be working just fine for me -- dovecot is the imap
  server that my family uses).  Also replaced the "maildir" USE flag with 
  "mbox", since maildir is the Gentoo default and thus should never have
  been a USE flag, and cleaned up the logic to make gnutls preferred over
  ssl if both gnutls and ssl are secified in USE.

  09 May 2004; Jason Wever <weeve@gentoo.org> dovecot-0.99.10.4.ebuild:
  Added ~sparc keyword.

  07 May 2004; Danny van Dyk <kugelfang@gentoo.org> dovecot-0.99.10.4.ebuild:
  Marked ~amd64.

*dovecot-0.99.10.4 (10 Apr 2004)

  10 Apr 2004; Grant Goodyear <g2boojum@hotmail.com> :
  Long overdue new package.  Thanks to Zach Bagnell, Andreas Simon, Lars 
  Trieloff, Andrew Cooks, Tony Vroon, and tseng.