Import Debian patch 4.84.2-2+deb8u3
[hcoop/debian/exim4.git] / debian / changelog
1 exim4 (4.84.2-2+deb8u3) jessie; urgency=medium
2
3 * 94_Fix-memory-leak-on-Gnu-TLS-close.patch from upstream exim-4_84_2+fixes
4 branch: Fix GnuTLS memory leak. (Thanks, Heiko Schlittermann!)
5 Closes: #845569
6
7 -- Andreas Metzler <ametzler@debian.org> Mon, 02 Jan 2017 19:18:05 +0100
8
9 exim4 (4.84.2-2+deb8u2) jessie-security; urgency=high
10
11 * Non-maintainer upload by the Security Team.
12 * CVE-2016-9963: DKIM information leakage
13
14 -- Salvatore Bonaccorso <carnil@debian.org> Thu, 22 Dec 2016 12:17:01 +0100
15
16 exim4 (4.84.2-2+deb8u1) jessie-security; urgency=high
17
18 * Non-maintainer upload by the Security Team.
19
20 [ Dominic Hargreaves ]
21 * eximstats: Remove . from @INC [CVE-2016-1238]
22
23 -- Salvatore Bonaccorso <carnil@debian.org> Mon, 25 Jul 2016 20:10:44 +0200
24
25 exim4 (4.84.2-2) jessie; urgency=medium
26
27 * 90_Cutthrough-Fix-bug-with-dot-only-line.patch: JH/38 Fix cutthrough bug
28 with body lines having a single dot. The dot was incorrectly not doubled
29 on cutthrough transmission, hence seen as a body-termination at the
30 receiving system - resulting in truncated mails. Commonly the sender saw
31 a TCP-level error, and retransmitted the nessage via the normal
32 store-and-forward channel. This could result in duplicates received - but
33 deduplicating mailstores were liable to retain only the initial truncated
34 version.
35 * 91_Expansions-Fix-crash-in-crypteq-On-OpenBSD-a-bad-sec.patch: Fix crash
36 on "exim -be '${if crypteq{xxx}{\$aaa}{yes}{no}}'". Closes: #812585
37 * Improve on NEWS file. Closes: #818349
38 * Add 89_01_p_Delay-chdir-until-we-opened-the-main-config.patch. Backport
39 3de973a29de6852d61ba9bf1845835d08ca5a5ab (Delay chdir(/) until we opened
40 the main config) to actually make $initial_cwd expansion work. Also unfuzz
41 89_02_Store-the-initial-working-directory.diff.
42 (Thanks, Серж ИвановЪ for bugreport and pointer to missing patch) Closes:
43 #818897, #826646
44
45 -- Andreas Metzler <ametzler@debian.org> Sun, 12 Jun 2016 13:56:30 +0200
46
47 exim4 (4.84.2-1) jessie-security; urgency=high
48
49 * New upstream security release.
50 + Fix CVE-2016-1531, a local privilege escalation issue when perl_startup
51 is used.
52 + New options keep_environment/add_environment which are empty by default,
53 i.e. any subprocesses start in a clean (empty) environment.
54 + -C requires an absolute path.
55 + Exim changes it's working directory to / right after startup.
56 * Add macros MAIN_KEEP_ENVIRONMENT and MAIN_ADD_ENVIRONMENT to set the new
57 options. Set "keep_environment =" by default to avoid a runtime warning.
58 Bump exim4-config Breaks to exim4-daemon-* (<< 4.84.2).
59 * 89_01_only_warn_on_nonempty_environment.diff,
60 89_02_Store-the-initial-working-directory.diff: Upstream followups on the
61 CVE fix (Thanks, Heiko Schlittermann!):
62 + Runtime warning is only generated if (and only if) keep_environment
63 is unset and environment is nonempty.
64 + Store the initial working directory and make it available in the new
65 expansion variable $initial_cwd.
66 * Add NEWS entry to warn of potential breakage.
67
68 -- Andreas Metzler <ametzler@debian.org> Sat, 12 Mar 2016 08:17:40 +0100
69
70 exim4 (4.84-8+deb8u2) jessie; urgency=medium
71
72 * 87_Fix-transport-results-pipe-for-multiple-recipients-c.patch: Pull and
73 unfuzz bd21a78 from upstream GIT, to fix a bug causing duplicate
74 deliveries especially on TLS connections. Closes: #805576
75
76 -- Andreas Metzler <ametzler@debian.org> Sat, 21 Nov 2015 11:24:46 +0100
77
78 exim4 (4.84-8+deb8u1) jessie; urgency=medium
79
80 * Pull 85_Fix-crash-in-mime-acl-when-a-parameter-is-unterminat.patch
81 and 86_Avoid-crash-with-badly-terminated-non-recognised-mim.patch from
82 upstream GIT to fixup more MIME ACL related crashes. (Thanks, Lutz
83 Preßler) Closes: #803562
84
85 -- Andreas Metzler <ametzler@debian.org> Mon, 26 Oct 2015 17:42:16 +0100
86
87 exim4 (4.84-8) unstable; urgency=medium
88
89 * Pull 83_Remove-limit-on-remove_headers-item-size.-Bug-1533.patch and
90 84_Fix-truncation-of-items-in-headers_remove-lists-this.patch from
91 upstream GIT which fix breakage of string-expansion in headers_remove
92 commands. (Thanks Gordon Dickens, for the pointer.)
93
94 -- Andreas Metzler <ametzler@debian.org> Tue, 17 Feb 2015 18:00:42 +0100
95
96 exim4 (4.84-7) unstable; urgency=medium
97
98 * Tighten dependency of exim4 on exim4-base to (>= ${source:Version}) and
99 (<< ${source:Version}.1), at least source version, but not the next
100 sourceful upload. Closes: #777246
101
102 -- Andreas Metzler <ametzler@debian.org> Sat, 07 Feb 2015 15:12:33 +0100
103
104 exim4 (4.84-6) unstable; urgency=medium
105
106 * Revert init script's restart order change in 4.84-4 for the time being.
107 This needs a slightly more involved change than I want to push into jessie
108 right now.
109
110 -- Andreas Metzler <ametzler@debian.org> Sun, 21 Dec 2014 14:07:12 +0100
111
112 exim4 (4.84-5) unstable; urgency=medium
113
114 * 82_quoted-or-r-2047-encoded.diff pulled from upstream git (sans
115 testsuite), extends the fix in 4.84-2.
116
117 -- Andreas Metzler <ametzler@debian.org> Wed, 17 Dec 2014 19:03:39 +0100
118
119 exim4 (4.84-4) unstable; urgency=medium
120
121 * Unset message_prefix/message_sufix in maildrop_pipe transport. Maildrop
122 neither expects a mbox-style From nor an empty line add the end. (Thanks,
123 Edward Betts) Closes: #769396
124 * Change the init script's restart order from { regenerate_config; stop;
125 start ; } to { stop; regenerate_config; start ; }. (Thanks, Jakub Warmuz)
126 Closes: #768874
127 * 81_buffer-overrun-in-spam-acl.diff from upstream git. Fix a buffer overrun
128 with control characters in argument of spam= acl condition.
129 <http://bugs.exim.org/show_bug.cgi?id=1552>
130
131 -- Andreas Metzler <ametzler@debian.org> Sun, 30 Nov 2014 08:24:04 +0100
132
133 exim4 (4.84-3) unstable; urgency=medium
134
135 * Apply patch to Italian (it) debconf template translation, thanks to
136 s3v <c0llapsed@yahoo.it>. Closes: #764925
137 * Let virtual package cron-daemon fulfill exim4-base's dependency now that
138 bcron provides it instead of "cron" and systemd-cron is fixed.
139 Closes: #765720
140
141 -- Andreas Metzler <ametzler@debian.org> Sun, 19 Oct 2014 13:35:56 +0200
142
143 exim4 (4.84-2) unstable; urgency=high
144
145 * Add 80_mime_empty_charset.diff from upstream GIT (the parts that change
146 the code, not the testsuite) to handle empty content-type charset.
147
148 -- Andreas Metzler <ametzler@debian.org> Fri, 29 Aug 2014 19:41:38 +0200
149
150 exim4 (4.84-1) unstable; urgency=medium
151
152 * New upstream release.
153
154 -- Andreas Metzler <ametzler@debian.org> Thu, 14 Aug 2014 19:33:01 +0200
155
156 exim4 (4.84~RC2-1) unstable; urgency=medium
157
158 * New upstream release candidate.
159
160 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Aug 2014 07:42:00 +0200
161
162 exim4 (4.84~RC1-3) unstable; urgency=medium
163
164 * Third try. Simply comment *custom* in debian/control.
165
166 -- Andreas Metzler <ametzler@debian.org> Sat, 02 Aug 2014 09:29:13 +0200
167
168 exim4 (4.84~RC1-2) unstable; urgency=medium
169
170 * Re-upload, after manually removing *custom* from the changes file to avoid
171 false detection of NEW packages due to the changes in the archive
172 infrastructure related source-only uploads.
173
174 -- Andreas Metzler <ametzler@debian.org> Sat, 02 Aug 2014 08:14:54 +0200
175
176 exim4 (4.84~RC1-1) unstable; urgency=medium
177
178 * New upstream release candidate, fixing a regression in the MIME handling
179 code.
180
181 -- Andreas Metzler <ametzler@debian.org> Sat, 02 Aug 2014 07:45:26 +0200
182
183 exim4 (4.83-2) unstable; urgency=medium
184
185 * Upload to unstable.
186
187 -- Andreas Metzler <ametzler@debian.org> Sat, 26 Jul 2014 09:25:15 +0200
188
189 exim4 (4.83-1) experimental; urgency=medium
190
191 * New upstream release which includes the fix for CVE-2014-2972.
192
193 -- Andreas Metzler <ametzler@debian.org> Wed, 23 Jul 2014 08:13:22 +0200
194
195 exim4 (4.83~RC3-1) experimental; urgency=medium
196
197 * New upstream release candidate.
198
199 -- Andreas Metzler <ametzler@debian.org> Tue, 08 Jul 2014 19:07:52 +0200
200
201 exim4 (4.83~RC2-1) experimental; urgency=medium
202
203 * New upstream release candidate.
204 + JH/26 Port service names are now accepted for tls_on_connect_ports, to
205 align with daemon_smtp_ports. Bug 72. Closes: #316441
206
207
208 -- Andreas Metzler <ametzler@debian.org> Fri, 06 Jun 2014 19:11:24 +0200
209
210 exim4 (4.83~RC1-1) experimental; urgency=medium
211
212 * New upstream feature release candidate.
213 + JH/06 Log outbound-TLS and port details, subject to log selectors, for a
214 failed delivery. Closes: #712987
215 * Unfuzz 31_eximmanpage.dpatch and 50_localscan_dlopen.dpatch.
216 * Drop superfluous patches: 75_unbind-ldap-connection.diff
217 76_fix_ldap_option_setting.diff 77_close-the-server-side-of-TLS.diff
218 80_fix_ftbfs_hurd.diff
219 * Since exim4-base currently only includes daily cronjobs let anacron
220 fulfill the dependency, too. Systems with missing recommends (anacron
221 recommends cron) that are *not* restarted regularily will therefore not
222 run the cron-job regularily. Exim should not break horribly in this case
223 and we can assume the local system administrator knows what (s)he is doing
224 by disabling installation of recommends. (Policy: "[...] packages that
225 would be found together with this one in all but unusual installations")
226 Closes: #733929
227
228 -- Andreas Metzler <ametzler@debian.org> Thu, 29 May 2014 13:09:04 +0200
229
230 exim4 (4.82.1-2) unstable; urgency=high
231
232 * [87_double_expansion.diff] from upstream. Stop unwanted double expansion
233 of arguments to mathematical comparison operations. CVE-2014-2972
234
235 -- Andreas Metzler <ametzler@debian.org> Sun, 20 Jul 2014 19:05:48 +0200
236
237 exim4 (4.82.1-1) unstable; urgency=high
238
239 * New upstream security release, fixing CVE-2014-2957. This is a remote
240 code execution flaw in Exim version 4.82 (only) when built with DMARC
241 support. Debian's binary packages are not built with DMARC support and
242 therefore not vulnerable. However we want to fix this for people building
243 their own binaries based on Debian's packaging.
244
245 -- Andreas Metzler <ametzler@debian.org> Wed, 28 May 2014 19:01:43 +0200
246
247 exim4 (4.82-8) unstable; urgency=medium
248
249 * Now that GMP has been relicensed to LGPLv3+/GPLv2+ build exim against
250 GnuTLS v3.
251
252 -- Andreas Metzler <ametzler@debian.org> Sat, 12 Apr 2014 16:19:05 +0200
253
254 exim4 (4.82-7) unstable; urgency=high
255
256 [ Martin Pitt ]
257 * debian/tests/control: Add missing python test dependency, as
258 debian/tests/security calls python. Closes: #740092
259
260 [ Andreas Metzler ]
261 * 4.82 deprecated $tls_bits, $tls_certificate_verified, $tls_cipher,
262 $tls_peerdn, $tls_sni and introduced tls_in_*/tls_out_* variants of these
263 variables which describe the respective status of the current incoming or
264 outgoing TLS connection. The rationale for this is that a single exim
265 process can now use both an incoming (message reception) and outgoing
266 TLS connection (callout or cutthrough delivery) concurrently. With this
267 change the "old" variables were mapped to tls_in_*, i.e. they expand to
268 empty values on outgoing connections. (This is not yet documented.)
269 Outgoing tls-connections can therefore not be detected by nonempty
270 $tls_cipher anymore. exim4-config << 4.82 used this mechanism to prevent
271 sending of plaintext AUTH information on unencrypted connections. Force a
272 lockstep upgrade of exim4-config by bumping the version of exim4-base's
273 dependency on exim4-config to >= 4.82.
274 Closes: #742901, #736081
275
276 -- Andreas Metzler <ametzler@debian.org> Sun, 06 Apr 2014 08:32:11 +0200
277
278 exim4 (4.82-6) experimental; urgency=medium
279
280 [ Martin Pitt ]
281 * debian/tests/control: Add missing python test dependency, as
282 debian/tests/security calls python. Closes: #740092
283
284 [ Andreas Metzler ]
285 * Now that GMP has been relicensed to LGPLv3+/GPLv2+ build exim against
286 GnuTLS v3.
287
288 -- Andreas Metzler <ametzler@debian.org> Sat, 05 Apr 2014 14:18:11 +0200
289
290 exim4 (4.82-5) unstable; urgency=medium
291
292 * Upgrade to libdb5.3-dev. Closes: #738637 Be paranoid and bump BDBVERSION
293 in exim4-base.postinst from 3.0 (no idea why this did not read 5.1) to
294 5.3, therefore purging hints db on upgrades.
295
296 -- Andreas Metzler <ametzler@debian.org> Wed, 12 Feb 2014 19:31:55 +0100
297
298 exim4 (4.82-4) unstable; urgency=medium
299
300 * Correct title/name of exim4-config_files(5). (Thanks, Heiko Schlittermann)
301 Closes: #734212
302 * 80_fix_ftbfs_hurd.diff by Samuel Thibault fixes FTBFS on GNU/hurd due to
303 missing support for TCLASS. Closes: #738445
304 * Add debian/upstream-signing-key.pgp (listed in
305 debian/source/include-binaries) and update watchfile to check
306 upstream signature.
307
308 -- Andreas Metzler <ametzler@debian.org> Sun, 09 Feb 2014 19:41:34 +0100
309
310 exim4 (4.82-3) unstable; urgency=low
311
312 * Upload to unstable.
313
314 -- Andreas Metzler <ametzler@debian.org> Wed, 27 Nov 2013 19:51:26 +0100
315
316 exim4 (4.82-2) experimental; urgency=low
317
318 * Pull two post-release fixes from upstream git master:
319 + 75_unbind-ldap-connection.diff - Only unbind ldap connection if bind
320 succeeded.
321 + 77_close-the-server-side-of-TLS.diff - Correctly close the server side
322 of TLS when forking for delivery.
323 * Pull 76_fix_ldap_option_setting.diff from Todd Lyons testing tree. See
324 <http://mid.gmane.org/20131029200309.GA277075%40zedat.fu-berlin.de>.
325
326 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Nov 2013 17:24:59 +0100
327
328 exim4 (4.82-1) experimental; urgency=low
329
330 * New upstream stable release.
331 * Drop exim4-config_files.5 symlinks for local_host_whitelist and
332 local_sender_whitelist, add symlinks for host_local_deny_exceptions and
333 sender_local_deny_exceptions instead. Closes: #661365
334
335 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Nov 2013 11:52:58 +0100
336
337 exim4 (4.82~rc5-1) experimental; urgency=low
338
339 * New upstream version.
340
341 -- Andreas Metzler <ametzler@debian.org> Sat, 26 Oct 2013 08:50:58 +0200
342
343 exim4 (4.82~rc3-1) experimental; urgency=low
344
345 * New upstream version.
346 + TL/15 Fix exiqsumm summary for corner case. Patch provided by Richard
347 Hall.
348 + TL/16 Bugzilla 1289 - Clarify host/ip processing when have errors
349 looking up a hostname or reverse DNS when processing a host list. Used
350 suggestions from multiple comments on this bug.
351 + TL/17 Bugzilla 1057 - Multiple clamd TCP targets patch from Mark Zealey.
352 * Add macros for sending a client certificate on outgoing TLS connections.
353 (REMOTE_SMTP_TLS_CERTIFICATE/REMOTE_SMTP_PRIVATEKEY,
354 REMOTE_SMTP_SMARTHOST_TLS_CERTIFICATE/REMOTE_SMTP_SMARTHOST_PRIVATEKEY)
355 Closes: #677826
356
357 -- Andreas Metzler <ametzler@debian.org> Sat, 12 Oct 2013 09:30:28 +0200
358
359 exim4 (4.82~rc2-1) experimental; urgency=low
360
361 * exim-gencert: Generate 2048bit key by default. LP: #1200581
362 * New upstream version.
363 + Drop 80_addmanuallybuiltdocs.diff
364
365 -- Andreas Metzler <ametzler@debian.org> Thu, 03 Oct 2013 19:24:59 +0200
366
367 exim4 (4.82~rc1-1) experimental; urgency=low
368
369 * New upstream version.
370 + TL/02 Add +smtp_confirmation as a default logging option.
371 Closes: #649600
372 + JH/05 Permit multiple router/transport headers_add/remove lines.
373 Closes: #276126
374 + See /usr/share/doc/exim4-base/NewStuff.gz for other newly added
375 features.
376 * Upload to experimental.
377 * Drop unnecessary patches (30_dontoverridecflags.dpatch
378 75_openssl_sni.diff 76_tls_dh_min_bits.diff 77_docsfortls_dh_min_bits.diff
379 78_pkcs11_init.diff 84_CVE-2012-5671.patch 85_server_set_id_SPA.diff
380 86_Dovecot-robustness.diff 87_localinjected_mimeacl.diff), unfuzz patches.
381 * Applying upstream's default configuration updates to Debian configuration
382 change 30_exim4-config_examples to use tls_in_cipher/tls_out_cipher
383 instead of tls_out_cipher. - exim4-config therefore Breaks
384 exim daemon << 4.82~rc1.
385 * 80_addmanuallybuiltdocs.diff: Upstream rc tarball ships empty filter.txt
386 and spec.txt, replace these with correct handbuilt versions.
387
388 -- Andreas Metzler <ametzler@debian.org> Sun, 29 Sep 2013 14:43:25 +0200
389
390 exim4 (4.80-9) unstable; urgency=low
391
392 * Upload to unstable.
393
394 -- Andreas Metzler <ametzler@debian.org> Sat, 14 Sep 2013 08:05:18 +0200
395
396 exim4 (4.80-8) experimental; urgency=low
397
398 * Import updated watchfile by Bart Martens. (Handles more compression types
399 and x.y.revision versioning.)
400 * In initscript invoke pidofproc with a pathname argument as it is
401 documented in LSB and required by lsb-base (>= 4.1+Debian9).
402 Closes: #693696, #718871
403 * Improve exim4-config_files.5 and README.Debian - Warn about unresolvable
404 items in host lists. Closes: #627988
405 * Drop support for "/etc/init.d/exim4 what". It offers zero benefit to
406 invoking exiwhat directly and throws an error mesage, too. (Thanks Regid
407 Ichira for the diagnosis.) Closes: #643720
408 * Set "host_find_failed = ignore" (instead of defer) on smarthost and
409 hub_user_smarthost router. Now if one (of the possibly multiple) listed
410 smarthosts is not resolvable (NXDOMAIN) ignores it and and tries the next
411 listed one. If all listed hosts are unresolvable the mail is still
412 defered, since host_all_ignored is set to defer by default. Therefore the
413 behavior does not change for single-smarthost systems. Closes: #658878
414 * Remove obsolete conffile /etc/cron.monthly/exim4-base which was only
415 shipped in 4.69-3. Closes: #689334
416 * Update exim_db.8, syncing against spec.txt from exim 4.80.
417 * 87_localinjected_mimeacl.diff from upstream GIT. When injecting a message
418 locally in non-SMTP mode, and with MIME ACLs configured, if the ACL
419 rejected the message, Exim would try to `fprintf(NULL, "%s",
420 the_message)`. This fixes that.
421 * [lintian] Escape some dashes in exim4-config_files.5.
422 * Point vcs-* to anonscm.
423 * Remove pidfile after stopping the daemon, exim does not remove it itself.
424 Closes: #702988
425 * eu.po: Fix last reference to /usr/share/doc/exim4-base/README.Debian
426 (without either .html or .gz suffix). Closes: #394975
427 * Merge autopkgtests from Ubuntu (Thanks Yolanda Robla for the pointer)
428 Closes: #710018
429 + tests/CVE-2010-4344.py is GPLv2 - Add license header.
430 + tests/daemon and tests/security do not use bashisms, change shebang
431 to /bin/sh.
432 * Upload to experimental, due to perl transition.
433
434 -- Andreas Metzler <ametzler@debian.org> Sun, 01 Sep 2013 15:58:49 +0200
435
436 exim4 (4.80-7) unstable; urgency=low
437
438 * Use exim's ${quote:xxx} operator when invoking spfquery to disallow
439 bypassing of SPF validation by using special mailbox names. (Thanks to
440 Lekensteyn for diagnosis and testing.) Closes: #697057
441
442 -- Andreas Metzler <ametzler@debian.org> Wed, 02 Jan 2013 19:37:21 +0100
443
444 exim4 (4.80-6) unstable; urgency=low
445
446 * Cherrypick two changes from GIT:
447 + 85_server_set_id_SPA.diff: server_set_id was not stored in
448 $authenticated_id when using SPA authentication.
449 http://article.gmane.org/gmane.mail.exim.user/92181
450 + 86_Dovecot-robustness.diff: robustness fixes for the Dovecot
451 authenticator.
452
453 -- Andreas Metzler <ametzler@debian.org> Wed, 21 Nov 2012 19:08:53 +0100
454
455 exim4 (4.80-5.1) unstable; urgency=high
456
457 * Non-maintainer upload by the Security Team.
458 * CVE-2012-5671: Fix heap-based buffer overflow in DKIM handling.
459
460 -- Nico Golde <nion@debian.org> Thu, 25 Oct 2012 20:11:11 +0200
461
462 exim4 (4.80-5) unstable; urgency=low
463
464 * Fix grammar error in debian/manpages/exim4-config_files.5. (Thanks,
465 Regid Ichira)
466 * Fix hardening support. (Thanks, Simon Ruderich)
467 + Append $(CPPFLAGS) to CFLAGS, the exim buildsystem does not use it.
468 + Set LFLAGS += $(LDFLAGS) in debian/rules.
469 Closes: #687645
470 * Correct typo in Russian debconf translation. (Thanks, Krasu)
471 Closes: #683385
472 * Point Vcs-* to git repository.
473
474 -- Andreas Metzler <ametzler@debian.org> Sun, 23 Sep 2012 12:20:16 +0200
475
476 exim4 (4.80-4) unstable; urgency=low
477
478 * Disable autoloading of PKCS#11 modules. Closes: #678238
479
480 -- Andreas Metzler <ametzler@debian.org> Sat, 23 Jun 2012 18:35:03 +0200
481
482 exim4 (4.80-3) unstable; urgency=low
483
484 * Pull 75_openssl_sni.diff from upstream. - Segfault caused by NULL
485 dereference if Exim is built using OpenSSL, tls_sni is used and a
486 forced expansion failure is configured.
487 * Pull 76_tls_dh_min_bits.diff (and the corresponding doc change
488 77_docsfortls_dh_min_bits.diff) from upstream. Adds a new SMTP transport
489 option tls_dh_min_bits for setting the minimal size of DH parameters.
490 * Add macro TLS_DH_MIN_BITS for setting the tls_dh_min_bits smtp transport
491 option. Closes: #676563
492 * [lintian] Stop shipping empty directory /usr/share/exim4 in exim4-base.
493
494 -- Andreas Metzler <ametzler@debian.org> Fri, 08 Jun 2012 12:37:05 +0200
495
496 exim4 (4.80-2) unstable; urgency=low
497
498 * [Brown paper bag] actually target unstable in changelog.
499
500 -- Andreas Metzler <ametzler@debian.org> Sun, 03 Jun 2012 17:24:05 +0200
501
502 exim4 (4.80-1) experimental; urgency=low
503
504 * New upstream version, identical to rc7.
505 * Add a missing piece of documentation to update-exim4.conf.8. DCreadhost
506 is not only used for rewriting, in satellite setup it is also
507 the host where local mail is delivered to. (Thanks, Regid Ichira).
508 Closes: #675712
509
510 -- Andreas Metzler <ametzler@debian.org> Sun, 03 Jun 2012 16:49:51 +0200
511
512 exim4 (4.80~rc7-1) experimental; urgency=low
513
514 * New upstream version.
515 * Let debian/EDITME.openssl.exim4-light.diff apply again.
516
517 -- Andreas Metzler <ametzler@debian.org> Tue, 29 May 2012 19:33:07 +0200
518
519 exim4 (4.80~rc6-1) experimental; urgency=low
520
521 * Ship newly available GnuTLS-FAQ.txt in exim4-base.
522 * Upstream's handling of GnuTLS DH parameters has changed, hardcoded
523 parameters (from RFCs are used by default. See
524 /usr/share/doc/exim4-base/README.UPDATING* for details. Stop shipping
525 /usr/share/exim4/exim4_refresh_gnutls-params /usr/share/exim4/timeout.pl
526 and /var/spool/exim4/gnutls-params-2236.
527
528 -- Andreas Metzler <ametzler@debian.org> Sun, 27 May 2012 18:46:48 +0200
529
530 exim4 (4.80~rc5-1) experimental; urgency=low
531
532 * New upstream version.
533
534 -- Andreas Metzler <ametzler@debian.org> Thu, 24 May 2012 20:20:24 +0200
535
536 exim4 (4.80~rc4-1) experimental; urgency=low
537
538 * New upstream version.
539 + Unfuzz 50_localscan_dlopen.dpatch
540 + Drop 80_revert_stringformatprintf.diff, superseded upstream.
541 + Default DH param size switched to 2236 for NSS compat. Update
542 generation script and shipped parameters.
543
544 -- Andreas Metzler <ametzler@debian.org> Mon, 21 May 2012 20:00:18 +0200
545
546 exim4 (4.80~rc2-1) experimental; urgency=low
547
548 * Fix typo in retry/30_exim4-config (s/frequenzy/frequency/) (Thanks, Regid
549 Ichira). Closes: #646338
550 * dpkg-buildflags supersedes hardening-wrapper. set
551 DEB_BUILD_MAINT_OPTIONS := hardening=+bindnow,+pie to use features enabled
552 by hardening-wrapper by default. Make sure to always set -Wall.
553 * List mapppings between debconf choices ("mail sent by smarthost; no local
554 mail" et al.) and corresponding values of the DC_eximconfig_configtype
555 macro in update-exim4.conf(8). Closes: #651883
556 * README.Debian.*: Correct documentation of the lowuid_aliases router. - The
557 macro is named FIRST_USER_ACCOUNT_UID instead of FIRST_USER_UID. (Thanks,
558 Yubao Liu) Closes: #653058
559 * add more verbose help to /etc/default/exim4. Closes: #653272
560 * Updated French debconf templates translation. (thanks for proofreading,
561 debian-l10n-french!) Closes: #668475
562 * Fix typo usualy in update-exim4.conf.8.
563 * Add source lintian override (debian/source/lintian-overrides) for
564 binaries-have-file-conflict exim4-daemon-heavy-dbg exim4-daemon-light-dbg.
565 *-daemon-dbg depends on the respective -daemon, and the daemon-packages
566 conflict with each other.
567 * New upstream version:
568 + Unfuzz patches
569 + Update 66_enlarge-dh-parameters-size.dpatch. This is now a noop if built
570 against gnutls >= 2.12.
571 + Default DH param size is 2432, update generation script and shipped
572 parameters.
573 + Unfuzz/update */EDITME/*. Update debian/example.conf.md5.
574 + 80_revert_stringformatprintf.diff. Do not mark string_format() as
575 PRINTF_FUNCTION(3,4) to allow compilation with -Wformat
576 -Werror=format-security
577 + Sets accept_8bitmime = true by default. Closes: #445013
578 + Uses GnuTLS priority string for configuration. (See NEWS.Debian)
579 Closes: #624041
580
581 -- Andreas Metzler <ametzler@debian.org> Sun, 20 May 2012 15:57:15 +0200
582
583 exim4 (4.77-1) unstable; urgency=low
584
585 * Fix typo in exim4-config_files.5. (Thanks, Regid Ichira) Closes: #645283
586 * New upstream stable release. (No major changes compared to rc4)
587 * Upload to unstable.
588
589 -- Andreas Metzler <ametzler@debian.org> Sat, 22 Oct 2011 18:00:11 +0200
590
591 exim4 (4.77~rc4-1) experimental; urgency=low
592
593 * New upstream release candidate.
594 + drop patches included in this release.
595 (80_gnutls_certificate_verify_peers2.diff 80_gnutls_initrc.diff
596 80_TLS1.2-and-TLS1.1-support.diff)
597 + New expansion conditions, "inlist", "inlisti".
598 + Exim no longer performs string expansion on the second string of
599 the match_* expansion conditions: "match_address", "match_domain",
600 "match_ip" & "match_local_part". Named lists can still be used. The
601 previous behavior made it too easy to create (remotely) vulnerable
602 configurations. A more detailed rationale and explanation can be found
603 on
604 https://lists.exim.org/lurker/message/20111003.122326.fbcf32b7.en.html
605 + doc/pcrepattern.txt is not shipped anymore as part of the exim tarball
606 (and therefore the Debian package suite.)
607 * Make use of /usr/share/dpkg/buildflags.mk if available.
608 * Change build system to build each binary variant in a separate copy of
609 the source tree instead of re-using the copy and moving away the results
610 after build. The old approach stopped working since upstream added a
611 dependency on make all to make install. - As we were changing parts of
612 tree (Local/Makefile) after the build this caused an (incorrect) rebuild
613 on make install.
614
615 -- Andreas Metzler <ametzler@debian.org> Sat, 08 Oct 2011 13:07:35 +0200
616
617 exim4 (4.76-4) experimental; urgency=low
618
619 * 80_TLS1.2-and-TLS1.1-support.diff (pulled from upstream GIT gnutls_fixes
620 branch): Enable TLS1.2 and TLS1.1
621 * 80_gnutls_certificate_verify_peers2.diff, 80_gnutls_initrc.diff (pulled
622 from upstream GIT gnutls_fixes branch): Use
623 gnutls_certificate_verify_peers2() instead of
624 gnutls_certificate_verify_peers(). The deprecated function was dropped in
625 GnuTLS 3.x. Closes: #624082
626
627 -- Andreas Metzler <ametzler@debian.org> Sat, 24 Sep 2011 18:36:08 +0200
628
629 exim4 (4.76-3) unstable; urgency=low
630
631 * [exim4-base.cron.daily] Correct invocation of mail(1), options need to be
632 specified before arguments for compatibility with heirloom-mailx (Thanks,
633 Andreas Schiweck). Closes: #629314
634 * [exim4-base.exim4.init] Use echo instead of log_failure_msg for the panic
635 log warning. Closes: #629610
636 * [exim4-base.postinst] Also take care of ratelimit db on bdbd upgrades.
637 Closes: #630985
638 * Update Debian exim webpage URL. Closes: #641126
639 * Do not run upgrade test for 4.67-5 on exim4.conf.template if split config
640 is used and vice versa. Closes: #577633
641 * [lintian] Do not specify priority in binary package stanzas, unless it
642 deviates from the source package priority setting.
643 * [lintian] Drop unused lintian override binary-without-manpage
644 usr/sbin/exim.
645 * [lintian] Improve on short descriptions of *-dbg packages.
646
647 -- Andreas Metzler <ametzler@debian.org> Sun, 18 Sep 2011 11:49:13 +0200
648
649 exim4 (4.76-2) unstable; urgency=low
650
651 * debian/rules: Remove test/ and test-stamp on clean.
652 * Handle BerkeleyDB upgrades more gracefully. Instead of checking Debian
653 version numbers compare DB-version of old exim (stored by postinst in
654 /var/lib/exim4/berkeleydbvers.txt) with currently used DB-version
655 (hardcoded at build time in exim4-base.postinst).
656 * [exim4-base.postinst exim4-config.postinst] Do away with unnecessary
657 chowns by dropping them or limiting to upgrades from 4.30.
658
659 -- Andreas Metzler <ametzler@debian.org> Sun, 29 May 2011 18:21:03 +0200
660
661 exim4 (4.76-1) unstable; urgency=low
662
663 * New upstream version.
664 * Drop 80_match_isinlist.diff (included upstream).
665
666 -- Andreas Metzler <ametzler@debian.org> Mon, 09 May 2011 19:12:09 +0200
667
668 exim4 (4.76~RC1-3) experimental; urgency=low
669
670 * 80_match_isinlist.diff pulled from upstream git.
671
672 -- Andreas Metzler <ametzler@debian.org> Sun, 08 May 2011 14:44:20 +0200
673
674 exim4 (4.76~RC1-2) experimental; urgency=low
675
676 * Fix testsuite error.
677 * Disable verification of DKIM signatures if DC_minimaldns or the (newly
678 added) DISABLE_DKIM_VERIFY macro are set. Closes: #609764
679 * [lintian] Drop useless comments from debian/watch.
680
681 -- Andreas Metzler <ametzler@debian.org> Sun, 08 May 2011 08:58:24 +0200
682
683 exim4 (4.76~RC1-1) experimental; urgency=low
684
685 * New upstream version.
686 * Drop superfluous patches. 80_ldap_require_cert-work.diff
687 81_negatebool.diff 82_dkimpercent.diff
688 * [Lintian] Fix grammar error in manpage (spelling-error-in-manpage
689 update-exim4defaults.8.gz allows to allows one to).
690 * [debian/minimaltest]: Added. Try to run a minimal functionality test after
691 building exim. (Currently only supported if the build-system has a
692 Debian-exim user.)
693
694 -- Andreas Metzler <ametzler@debian.org> Fri, 06 May 2011 20:27:56 +0200
695
696 exim4 (4.75-3) unstable; urgency=high
697
698 * [debian/rules] Fix dependencies and targets, speeding up package build.
699 Previously everything was compiled twice.
700 * Patches pulled from upstream git:
701 +81_negatebool.diff Negating the $bool expansion condition did not work.
702 +82_dkimpercent.diff dkim sig logged to paniclog. Closes: #624670
703 (CVE-2011-1764)
704
705 -- Andreas Metzler <ametzler@debian.org> Fri, 06 May 2011 20:08:51 +0200
706
707 exim4 (4.75-2) unstable; urgency=low
708
709 * clamav socket on Debian is clamd:/var/run/clamav/clamd.ctl, fix
710 configuration example accordingly. (Thanks, Roman V. Nikolaev)
711 Closes: #622111
712 * Use on libdb5.1-dev (instead of 4.8), zap hints db on upgrade from <=
713 4.75-1. Closes: #621388
714 * Enable hardening options. (Last difference to Ubuntu except for not being
715 the default-mta there.) Closes: #542726
716
717 -- Andreas Metzler <ametzler@debian.org> Sat, 16 Apr 2011 14:45:36 +0200
718
719 exim4 (4.75-1) unstable; urgency=low
720
721 * New upstream version.
722 * 80_ldap_require_cert-work.diff Pulled from upstream git. The new
723 ldap_require_cert option would segfault if used.
724
725 -- Andreas Metzler <ametzler@debian.org> Mon, 28 Mar 2011 19:24:55 +0200
726
727 exim4 (4.75~rc3-1) experimental; urgency=low
728
729 * New upstream version.
730
731 -- Andreas Metzler <ametzler@debian.org> Thu, 03 Mar 2011 19:10:06 +0100
732
733 exim4 (4.75~rc2-1) experimental; urgency=low
734
735 * New upstream version.
736 + Fixes exiqgrep "Line mismatch" error on messages without size info.
737 Closes: #528625
738 + Restore default SIGPIPE handler for child_open_uid. Closes: #573779
739 * Enable verbose compilation.
740
741 -- Andreas Metzler <ametzler@debian.org> Sun, 27 Feb 2011 11:59:45 +0100
742
743 exim4 (4.74-2) unstable; urgency=low
744
745 * Upload to unstable.
746
747 -- Andreas Metzler <ametzler@debian.org> Thu, 24 Feb 2011 19:02:07 +0100
748
749 exim4 (4.74-1) experimental; urgency=low
750
751 * 4.74 release, should build on hurd again.
752 * Fix some lintian --pedantic issues: copyright-refers-to-symlink-license
753 maintainer-script-without-set-e debian-control-has-unusual-field-spacing
754
755 -- Andreas Metzler <ametzler@debian.org> Sat, 29 Jan 2011 15:39:51 +0100
756
757 exim4 (4.74~rc2-1) experimental; urgency=low
758
759 * In spf example use spf-tools-perl's spfquery instead of the one from
760 libmail-spf-query-perl. Do not try to use unimplemented best-guess
761 support. Update Suggests accordingly. Closes: #608336
762 * Add headers in ACL by using the add_header modifier instead of "message".
763 (This modifier has been available since 4.61.) Closes: #609308
764 * New upstream version.
765 + includes the fix for CVE-2011-0017
766 + If a non-debug daemon was invoked with a non-whitelisted macro, then
767 logs from after attempting delivery would be silently lost, including
768 for successful delivery. This log-loss bug was introduced in 4.73
769 as part of the security lockdown. Closes: #610611
770 + Update some patches.
771
772 -- Andreas Metzler <ametzler@debian.org> Sun, 23 Jan 2011 14:02:36 +0100
773
774 exim4 (4.73~rc1-1) experimental; urgency=low
775
776 * New upstream release candidate.
777 * Drop included patches. 80_4.73rc1_*, 40_dkimnotinpaniclog.diff.
778 * Update 31_eximmanpage.dpatch.
779 * exim4 now uses INSTREAM (added in clamav 0.95) instead of STREAM when
780 talking to clamav. exim4-daemon-heavy therefore Breaks: clamav-daemon
781 (<< 0.95).
782 * Unfuzz EDITME*diff.
783 * Dependency changes:
784 + Drop exim4-config's conflicts with bash (<< 2.05). This was relevant
785 pre-sarge.
786 + Drop exim4-daemon-* dependency on exim4-base (>> 4.71-2). This one is
787 superfluous because of of the dependency on
788 exim4-base (>= ${Upstream-Version}).
789 + exim4-config breaks instead of conflicts with pre-DKIM (i.e. << 4.69.1)
790 exim4-daemon.
791 + exim4-base breaks instead of conflicts with <<${Upstream-Version} daemon
792 packages.
793 * Add Vcs-Svn and Vcs-Browser fields to debian/control.
794 * Build depend on libmysqlclient-dev | libmysqlclient15-dev instead of
795 libmysqlclient15-dev. libmysqlclient-dev is not a virtual package
796 anymore. Closes: #590218
797 * Use db_settitle unconditionally, even etch supports this. Drop unneeded
798 lintian override exim4-config: settitle-requires-versioned-depends.
799
800 -- Andreas Metzler <ametzler@debian.org> Mon, 27 Dec 2010 19:48:19 +0100
801
802 exim4 (4.72-6) unstable; urgency=high
803
804 * 80_4.74_filtertesting.diff: Do not abort when setgid fails if privileges
805 were dropped. This fixes a regression from 4.72-2, it was not possible to
806 test filter files with exim4 -bf anymore. Closes: #611572
807
808 -- Andreas Metzler <ametzler@debian.org> Mon, 31 Jan 2011 19:05:48 +0100
809
810 exim4 (4.72-5) unstable; urgency=medium
811
812 * 80_4.74_deliverylogging.patch (Pulled from upstream git): If a non-debug
813 daemon was invoked with a non-whitelisted macro, then logs from after
814 attempting delivery would be silently lost, including for successful
815 delivery. This log-loss bug was introduced as part of the security
816 lockdown for fixing CVE-2010-4345. Closes: #610611
817
818 -- Andreas Metzler <ametzler@debian.org> Sat, 29 Jan 2011 14:33:36 +0100
819
820 exim4 (4.72-4) unstable; urgency=medium
821
822 * In spf example use spf-tools-perl's spfquery instead of the one from
823 libmail-spf-query-perl. Do not try to use unimplemented best-guess
824 support. Update Suggests accordingly. Closes: #608336
825 * 80_4.74_CVE-2011-0017.patch (Pulled from upstream git): Check return
826 values of setgid/setuid. This is a privilege escalation vulnerability
827 whereby the Exim run-time user can cause root to append content of the
828 attacker's choosing to arbitrary files.
829
830 -- Andreas Metzler <ametzler@debian.org> Sat, 22 Jan 2011 17:48:19 +0100
831
832 exim4 (4.72-3) unstable; urgency=low
833
834 * [README.Debian*] Correct command for manual paniclog rotation. (Thanks,
835 Jörg Sommer) Closes: #602188
836 * 67_unnecessaryCopt.diff: Do not use exim's -C option in utility scripts.
837 This would not work with ALT_CONFIG_PREFIX.
838 * Pull changes related to fixing CVE-2010-4345 from exim 4.73 rc1.
839 Closes: #606527
840 + 1_cfile_norw_eximuid: Don't allow a configure file which is writeable by
841 the Exim user or group.
842 + 2_permcheck_configurefile: Check configure file permissions even for
843 non-default files if still privileged.
844 + 3_remove_ALT_CONFIG_ROOT_ONLY: Remove ALT_CONFIG_ROOT_ONLY build option,
845 effectively making it always true.
846 + 4_FD_CLOEXEC: Set FD_CLOEXEC on SMTP sockets after forking in the
847 daemon, to ensure that rogue child processes cannot use them.
848 + 5_TRUSTED_CONFIG_LIST: Add TRUSTED_CONFIG_LIST compile option.
849 + 6_nonroot_system_filter_user: If the system filter needs to be run as
850 root, let that be explicitly configured. The default is now the Exim
851 run-time user.
852 + 7_filter_D_option: Add a (compiletime) whitelist of acceptable values
853 for the -D option.
854 + 8_updatedocumentation: Update documentation to reflect the changes.
855 * Build with WHITELIST_D_MACROS=OUTGOING. Post patch 7_filter_D_option exim
856 will not regain root privileges (usually necessary for local delivery) if
857 the -D option was used. Macro identifiers listed in WHITELIST_D_MACROS are
858 exempted from this restriction. mailscanner (4.79.11-2.2) uses -DOUTGOING.
859 * Build with TRUSTED_CONFIG_LIST=/etc/exim4/trusted_configs. Post patch
860 3_remove_ALT_CONFIG_ROOT_ONLY exim will not re-gain root privileges
861 (usually necessary for local delivery) if the -C option was used. This
862 makes it impossible to start a fully functional damon with an alternate
863 configuration file. /etc/exim4/trusted_configs (can) contain a list of
864 filenames (one per line, full path given) to which this restriction does
865 not apply.
866
867 -- Andreas Metzler <ametzler@debian.org> Sun, 26 Dec 2010 15:13:08 +0100
868
869 exim4 (4.72-2) unstable; urgency=low
870
871 [ Marc Haber ]
872 * Apply patch to russian (ru) debconf template, thanks to Тим
873 Алексеевский and Tim Alexeevsky. Closes: #576202
874 * fix exim4-config_files man page, mention
875 {host|sender}_local_deny_exceptions instead of
876 local_{host|sender}_whitelist. Thanks to Fabien André in #578176
877 * add !acl = acl_local_deny_exceptions to defer stanzas in SPF code.
878 Thanks to Fabien André. Closes: #578176
879 * Re-work config.autogenerated header to more exactly reflect
880 configuration source. (mh) Closes: #593984
881
882 [ Andreas Metzler ]
883 * Fix getopt invocation to make update-exim4.conf.template -o work. (Thank
884 you Matthew W. S. Bell) Closes: #590333
885 * 40_dkimnotinpaniclog.diff pulled from upstream git. Stop logging
886 non-critical DKIM errors in paniclog. Closes: #567876
887 * Debconf translations:
888 - Danish. Closes: #592792
889
890 -- Andreas Metzler <ametzler@debian.org> Sat, 30 Oct 2010 13:38:26 +0200
891
892 exim4 (4.72-1) unstable; urgency=low
893
894 * New upstream release. (Identical to the git snapshot previously
895 uploaded to experimental.)
896
897 -- Andreas Metzler <ametzler@debian.org> Thu, 03 Jun 2010 17:42:52 +0200
898
899 exim4 (4.72~20100529-1) experimental; urgency=low
900
901 * Git snapshot 20100529.
902 + Fix documentation for exipick -bpra. #574778
903 + CVE-2010-2024: Protect against symlink attacks on MBX lockfile in /tmp.
904 (Debian's default configuration does not use MBX format, but the
905 exim4-daemon-heavy binary supports MBX.)
906 + CVE-2010-2023 Prevent hardlink attack on mbox sticky mail directory.
907 (Probably not relevant for Debian systems at all, since the mail spool
908 is 2775 root:mail.)
909 + Dovecot authenticator ignores unknown keywords, making it compatible
910 with version 1.1 of Dovecot authentication protocol. (= dovecot 2.0).
911 See Changelog for complete list.
912 * Drop patches included upstream: 36_typoinexipick.diff
913 20_PDKIM-Upgrade-PolarSSL.diff.
914
915 -- Andreas Metzler <ametzler@debian.org> Sun, 30 May 2010 14:01:52 +0200
916
917 exim4 (4.71-4) unstable; urgency=low
918
919 * Drop unneeded lintian overrides.
920 + description-contains-homepage
921 + debian/source.lintian-overrides dbg-package-missing-depends exim4-dbg.
922 + partially-translated-question
923 + maintainer-script-needs-depends-on-update-inetd
924 + possible-bashism-in-maintainer-script
925 + binary-without-manpage
926 + possible-debconf-note-abuse
927 + changelog-not-compressed-with-max-compression
928 * Lintian informational hints:
929 + hyphen-used-as-minus-sign. debian/manpages/exim4-config_files.5
930 debian/manpages/update-exim4.conf.8 debian/manpages/exiwhat.8
931 * Use dh_lintian.
932 * Fix sourcing of lsb-functions in init-script. Test for existence of
933 /usr/lib/exim4/exim4 first. Unconditionally read /lib/lsb/init-functions.
934 If they are not present the package's dependencies are not installed.
935 Bump dependency on lsb-base to 3.0-6. (log_action_*)
936 * Update reference to spec.txt in README.Debian. Closes: #568051
937 * Invoke spfquery as spfquery.mail-spf-query-perl. There are three different
938 implementations of spfquery in Debian, with incompatible commandline
939 switches and different exit codes. Closes: #573956
940
941 -- Andreas Metzler <ametzler@debian.org> Thu, 25 Mar 2010 17:34:30 +0100
942
943 exim4 (4.71-3) unstable; urgency=low
944
945 * exim4-base.cron.daily: Do not run exim_tidydb on Berkeley DB logfiles.
946 Closes: #501892
947 * exim4-base.postinst: If exim_dumpdb fails to read a hints-db also remove
948 Berkeley DB logfiles.
949 * Switch to Berkeley DB 4.8 (from 4.6). Zap hints db on upgrade. Temporarily
950 make -daemon packages depend on exim4-base >> 4.71-2. (This can be removed
951 after the next upstream release.)
952 Closes: #548479
953 * control: Drop bzip2 from Build-Depends. Use line-wrapping for
954 Build-Depends.
955 * 36_typoinexipick.diff: Fix a typo in exipick manpage. (Lintian).
956 * exim4-base.postinst: Redirect status message to stderr.
957
958 -- Andreas Metzler <ametzler@debian.org> Fri, 01 Jan 2010 13:41:44 +0100
959
960 exim4 (4.71-2) unstable; urgency=low
961
962 * Pulled from upstream: 20_PDKIM-Upgrade-PolarSSL.diff. Update files copied
963 from PolarSSL to 0.12.1.
964 * Add example file to set smarthost from /etc/network/interfaces (mh)
965 * Add DKIM_* macros on remote smtp transports for setting the corresponding
966 dkim_* options.
967 * Upload to unstable.
968
969 -- Andreas Metzler <ametzler@debian.org> Sat, 12 Dec 2009 13:24:21 +0100
970
971 exim4 (4.71-1) experimental; urgency=low
972
973 * New upstream version.
974 + Drop patches included upstream. 51_dkimrelatedcrash.diff
975 51_noreject_unsigned.diff.
976
977 -- Andreas Metzler <ametzler@debian.org> Sat, 28 Nov 2009 12:03:50 +0100
978
979 exim4 (4.70-2) experimental; urgency=low
980
981 * 51_noreject_unsigned.diff Fix a dkim related expansion error that appears
982 when the expanded value of dkim_verify_signers winds up empty and
983 acl_smtp_dkim is defined. (This has the effect of rejecting any mail
984 without DKIM signature.)
985 * Work around 490937 by removing CHANGES.
986
987 -- Andreas Metzler <ametzler@debian.org> Sat, 21 Nov 2009 10:15:41 +0100
988
989 exim4 (4.70-1) experimental; urgency=low
990
991 * Point watchfile to ftp.exim.org.
992 * Use dpkg-source v3 instead of dpatch, simplifying debian/rules a little
993 bit.
994 * New upstream version.
995 + Pull 51_dkimrelatedcrash.diff fixing a segfault only applying to the
996 4.7x series. http://bugs.exim.org/show_bug.cgi?id=912
997 * debhelper v7 mode.
998 + Use -XCHANGES to Keep dh_installchangelogs v7 from insisting to install
999 ./CHANGES as upstream changelog.
1000 + Bump build-dependency.
1001 + Use dh_prep instead of dh_clean -k.
1002
1003 -- Andreas Metzler <ametzler@debian.org> Sun, 15 Nov 2009 13:10:32 +0100
1004
1005 exim4 (4.70~rc4-1) experimental; urgency=low
1006
1007 * New upstream version.
1008
1009 -- Andreas Metzler <ametzler@debian.org> Wed, 11 Nov 2009 19:04:35 +0100
1010
1011 exim4 (4.70~cvs+20091030-1) experimental; urgency=low
1012
1013 * New upstream snapshot.
1014
1015 -- Andreas Metzler <ametzler@debian.org> Sat, 31 Oct 2009 10:08:55 +0100
1016
1017 exim4 (4.70~cvs+20091026-1) experimental; urgency=low
1018
1019 * New snapshot.
1020 + Fixes segfault in dovecot authenticator. Closes: #551106
1021 + Improved documentation regarding certifacte verification on outgoing
1022 SMTP connections. Closes: #544472
1023 * Drop 40_boolean_redefine_protect.dpatch - included upstream.
1024 * Drop unapplied superfluous patches from diff: 36_pcre 37_exiwhatpsmisc.
1025
1026 -- Andreas Metzler <ametzler@debian.org> Mon, 26 Oct 2009 16:09:32 +0100
1027
1028 exim4 (4.70~cvs+20091017-1) experimental; urgency=low
1029
1030 * Fix syntax errors in README.Debian.xml. (Thank's, Daniel Leidert)
1031 * New upstream cvs snapshot.
1032 + Drop unnecessary patches: 36_pcre 37_exiwhatpsmisc.
1033 + Close dovecot socket after wrong password was given. Closes: #515503
1034 + Standalone DKIM support. Obsoletes and therefore
1035 Closes: #486437,#459883
1036 * Drop upstream URL from package descriptions. Closes: #471425
1037 * [patches/00_unpack.dpatch] Drop workaround for tar 1.14, even oldstable
1038 has 1.16. Closes: #486436.
1039 * Do not set 'tls_try_verify_hosts = *' by default anymore. Some clients
1040 (e.g Outlook) will terminate the SSL connection when the server presents
1041 the long list of accepted TLS certificates after STARTTLS. If TLS
1042 certificate validation of clients is needed you'll need to set
1043 MAIN_TLS_TRY_VERIFY_HOSTS again and point MAIN_TLS_VERIFY_CERTIFICATES to
1044 a file containing only the accepted certificates.
1045 Closes: #515999, #316522, #482012
1046 * Add debian/README.source. (Policy 3.8.3)
1047 * Fix typo in update-exim4.conf.8.
1048 Thanks to Calum Mackay. Closes: #543354
1049 * Listen on IPv6 loopback interface by default. (Only applies to fresh
1050 installations.) Closes: #544292
1051 * upstream default configure file explicitly disables dkim in some
1052 instances. Merge into Debian config and update debian/example.conf.md5.
1053 Bump Conflicts of exim4-config package.
1054
1055 -- Andreas Metzler <ametzler@debian.org> Sat, 17 Oct 2009 14:26:54 +0200
1056
1057 exim4 (4.69-11) unstable; urgency=medium
1058
1059 * Build-Depend on lynx-cur|lynx instead of lynx. (lynx is just a dummy
1060 package currently, and due its strict dependencies uninstallable until
1061 the most recent version of lynx-cur has been built.)
1062 * Work around sed's improved unicode support, not accepting latin1
1063 characters as pattern delimiters in UTF-8 locales anymore. Closes: #527445
1064 + [update-exim4.conf] Go for / as separator instead. - This might have
1065 served a purpose in earlier releases with free-form replacements but is
1066 just overcomplicated now.
1067 + [update-exim4defaults]: The tricky bits for exim options are the
1068 ones that take a filename as argument (e.g. -C and -oX) or -D for
1069 overriding macros. Use LC_CTYPE=C.
1070 + [exim4-config.config] The sed commands deals with (lists of) hostnames
1071 and IP(v6) addresses and nets. Use LC_CTYPE=C.
1072
1073 -- Andreas Metzler <ametzler@debian.org> Sun, 10 May 2009 10:15:34 +0200
1074
1075 exim4 (4.69-10) unstable; urgency=low
1076
1077 [ Andreas Metzler ]
1078 * Use macro CONFDIR in lowuid_aliases router, too. Closes: #507124
1079 * Disable shell filename expansion in update-exim4.conf using set -f.
1080 Closes: #515668
1081 * Stop using set -u in update-exim4.conf. With version 4.0 bash changed its
1082 behavior to throw an error on expansion of $* or $@ with set -u if no
1083 positional parameters were given. Working around this is obnoxious and
1084 harms readability, imho doing away with set -u's benefits. Closes: #518752
1085 * Allow setting outgoing smtp helo/ehlo by setting
1086 REMOTE_SMTP_HELO_DATA macro directly. Previously this was just supposed
1087 to be used as a helper macro for REMOTE_SMTP_HELO_FROM_DNS.
1088 REMOTE_SMTP_HELO_FROM_DNS overrides a manual REMOTE_SMTP_HELO_DATA data
1089 setting. Closes: #514113
1090 * [README.Debian] Bring documentation for Diffie-Hellman parameters up to
1091 current practice, mainly by deleting most of the outdated docs.
1092 Closes: #508749
1093 * [exim4 init-script]. Modify check for smtp inetd entry to use an anchored
1094 pattern, matching "smtp" but not "smtp-foo". Closes: #516146
1095 * exim4-daemon-light now Provides: default-mta. See #508644.
1096 * Ship both transport-filter.pl and ratelimit.pl in
1097 /usr/share/doc/exim4-base/examples. Closes: #518836
1098 * [lintian] Add ${misc:Depends} to all Depends.
1099 * [lintian] Add override for dbg-package-missing-depends exim4-dbg.
1100 * Sync debian/control with override file by moving *-dbg to section debug.
1101 * Fix grammar error in update-exim4.conf.8. (Thank's, Gerfried Fuchs)
1102 Closes: #525248
1103
1104 [ Christian Perrier ]
1105 * Debconf translations:
1106 - Asturian. Closes: #511624
1107 - Belarusian. Closes: #516049
1108 - Kazakh added. Closes: #520996
1109 - Slovak. Closes: #523447
1110 - Bengali added.
1111
1112 -- Andreas Metzler <ametzler@debian.org> Sat, 02 May 2009 09:05:56 +0200
1113
1114 exim4 (4.69-9) unstable; urgency=medium
1115
1116 * [update-exim4.conf]: Use POSIX character classes [:alnum:] or explicit
1117 listing ("ABCDEF..") instead of a-z, since the latter does not work as
1118 expected in some locales. Closes: #500691
1119
1120 -- Andreas Metzler <ametzler@debian.org> Tue, 30 Sep 2008 20:12:27 +0200
1121
1122 exim4 (4.69-8) unstable; urgency=low
1123
1124 [ Andreas Metzler ]
1125 * Quote last n lines (configurable by changing the value of
1126 E4BCD_PANICLOG_LINES, defaults to 10) of paniclog in warning
1127 email sent out on non-empty paniclog. Closes: #499492
1128 * Fix evaluation logic of E4BCD_WATCH_PANICLOG for sending out warning
1129 e-mails about non-empty paniclog in daily cron-job to match documentation:
1130 + yes: Send daily warning e-mails, do not touch panniclog.
1131 + once: Send out the mail and rotate paniclog afterwards.
1132 + no: Do nothing. (Logfile is rotated when its size reaches 10 MB.)
1133 (Previously the interpretations of "once" and yes were mixed up.)
1134
1135 [ Debconf translations ]
1136 * Catalan. Closes: #499299
1137
1138 -- Andreas Metzler <ametzler@debian.org> Sun, 28 Sep 2008 12:01:39 +0200
1139
1140 exim4 (4.69-7) unstable; urgency=low
1141
1142 [ Andreas Metzler ]
1143 * Sync from ubuntu: Refer to spec.txt.gz instead of spec.txt in
1144 README.Debian.xml.
1145
1146 [ Debconf translations ]
1147 * Korean. Closes: #491518
1148 * Lithuanian. Closes: #497402
1149 * Greek. Closes: #498466
1150 * Esperanto. Closes: #498796
1151
1152 -- Andreas Metzler <ametzler@debian.org> Tue, 16 Sep 2008 19:14:08 +0200
1153
1154 exim4 (4.69-6) unstable; urgency=high
1155
1156 [ Debconf translations ]
1157 * Malayalam. Closes: #479466
1158 * Albanian. Closes: #480282
1159 * Polish. Closes: #481638
1160 * Vietnamese. Closes: #482641
1161 * Turkish. Closes: #482714
1162 * Brazilian Portuguese. Closes: #485384
1163 * Finnish. Closes: #489171
1164
1165 [ Marc Haber ]
1166 * Have timeout.pl print a meaningful error message if perl-modules
1167 is not installed. Have exim4-base recommend perl-modules.
1168 Thanks to Tom Schouten. Closes: #482319
1169 * Create gnutls-params with mode 644 in the first place.
1170 Thanks to Jean-Luc Coulon. Closes: #481765
1171 * Replace ~/.rnd with $HOME/.rnd in exim_gencerts. Thanks to
1172 Ross Boylan for noticing this.
1173 * exim4-config.config: send hostname --fqdn stderr to /dev/null,
1174 we handle errors properly. Thanks to Andrew Vaughan in #481597.
1175
1176 [ Andreas Metzler ]
1177 * Fix typos/other errors in README.Debian.xml. Improve formatting.
1178 (Thank's Georg Neis and Paul Menzel) Closes: #486105, #486106, #486116
1179 * Revert fancy quoting in initscript. Closes: #486667,#482752
1180 (fixes rc-bugs).
1181 * [debian/control README.Debian.xml] Spelling fix ("metapackage" instead of
1182 "meta-package"). Thank's lintian
1183
1184 -- Andreas Metzler <ametzler@debian.org> Sat, 19 Jul 2008 19:56:36 +0200
1185
1186 exim4 (4.69-5) unstable; urgency=low
1187
1188 * remove chmod/chown code from exim4_refresh_gnutls-params completely
1189 * do not remove gnutls-params in exim4-base.postinst
1190
1191 -- Marc Haber <mh+debian-packages@zugschlus.de> Mon, 28 Apr 2008 21:46:18 +0200
1192
1193 exim4 (4.69-4) unstable; urgency=low
1194
1195 * update-exim4.conf: Fix impossible code path in guessed_name check. Ouch.
1196 Thanks to Anand Kumria. Closes: #478066
1197 * Regenerating the 2048 bits DH parameters takes too long for slow
1198 systems, disable (both in the monthly cron job and postinst) and
1199 document that paranoid people will want to regenerate them manually.
1200
1201 -- Marc Haber <mh+debian-packages@zugschlus.de> Sun, 27 Apr 2008 10:06:39 +0200
1202
1203 exim4 (4.69-3) unstable; urgency=low
1204
1205 * The "please do not file duplicate bugs" release
1206
1207 [ Marc Haber ]
1208 * Work around lsb-base regression (#477055, "wontfix") by changing
1209 the way we quote exim's arguments in the init script, hoping that
1210 this does not sacrifice robustness.
1211 Closes: #477194, #477236, #477239, #477258, #477562, #476987
1212 * README.Debian.xml: Fix router/transport pair typo.
1213 Thanks to Georg Neis. Closes: #463573
1214 * Have exim4-base Suggest swaks
1215 * Relax exim4-dbg dependency on eximon4 to a recommends (see #463929).
1216 * 30_exim4-config_check_rcp: Remove mention of /usr/share/doc/exim4-
1217 config/default_acl in favor of exim4-config_files(5).
1218 Thanks to Jon Dowland. Closes: #464539
1219 * Move paniclog log rotation to /etc/logrotate.d/exim4-paniclog to
1220 allow people to manually rotate the paniclog only by calling
1221 logrotate -f /etc/logrotate.d/exim4-paniclog. Thanks to Josip Rodin
1222 (#396003) for this nice idea. Implement E4BCD_WATCH_PANICLOG=once
1223 as suggested by Vasilis Vasaitis.
1224 * activate dlfunc. Closes: #471314
1225 * set LC_ALL=C in debian/rules. Thanks to Michael Meskes. Closes: #471486
1226 * Document that Incredimail's TLS "implementation" breaks on a
1227 certificate request. Thanks to Andrew McGlashan. Closes: #459323
1228 * Fix parenthesis mismatch in README.Debian
1229 * exim4_refresh_gnutls-params: Call openssh dhparam with
1230 HOME=$EXIM4_SPOOLDIR so that openssl's .rnd file is placed there.
1231 * update-exim4.conf: print a warning if dc_minimaldns and hostname
1232 --fqdn does not print a fully qualified name. Thanks to Lothar
1233 Ketterer. Closes: #476249
1234 * DH parameters handling: Closes: #475194
1235 * add dpatch to have exim use 2048 bit DH parameters
1236 * ship static gnutls-params file with the package.
1237 * Override resulting lintian warning.
1238 * generate new gnutls-params only monthly and in postinst on configure.
1239 * exim4_refresh_gnutls-params:
1240 * generate 2048 bit DH parameters
1241 * dh-params file can be world readable
1242 * Filter out noise from mainlog before handing it off to eximstats
1243 in daily cron job. Thanks to Justin Pryzby. Closes: #476541
1244 * Move docs from Apps/Net to Network/Communication
1245 * linda R.I.P.
1246
1247 [ Robert Millan ]
1248 * Process acl_local_deny_exceptions ACL before rejecting a message in SPF
1249 check. Thanks to Miklos Szeredi. Closes: #451633
1250
1251 [ Andreas Metzler ]
1252 * Fix typos in exinext's man page (/s/eximnext/exinext/). (Thanks,
1253 Filipus Klutiero) Closes: #471113
1254 * exiwhat: Check at runtime whether killall is available. Fall back to a
1255 combination of 'ps ax' and regular kill otherwise.
1256 Closes: #476455
1257 * Fix wrong logic in testing for existence of lsb-base functions in init
1258 script. (Thanks, Tim Cross) Closes: #477578
1259
1260 -- Marc Haber <mh+debian-packages@zugschlus.de> Sat, 26 Apr 2008 00:00:30 +0200
1261
1262 exim4 (4.69-2) unstable; urgency=low
1263
1264 [ Marc Haber ]
1265 * update-exim4.conf: fix bashism echo -n in preprocess_macro.
1266 Thanks to Michal Politowski. Closes: #462173
1267
1268 [ Christian Perrier ]
1269 * Debconf translations updates:
1270 - German. Thanks to Eric Schanze. Closes: #462673
1271
1272 [Andreas Metzler]
1273 * Add missing .P to exim_db.8 to fix indenting. (Thanks, David L. Anselmi)
1274 Closes: #462712
1275 * Add (disabled) patch to save random seed to a file
1276
1277 -- Marc Haber <mh+debian-packages@zugschlus.de> Wed, 30 Jan 2008 09:26:56 +0100
1278
1279 exim4 (4.69-1) unstable; urgency=low
1280
1281 [ Marc Haber ]
1282 * New upstream version.
1283 - improve --help handling. Closes: 438435
1284 * Debconf translations updates:
1285 - Dutch. Thanks to Bart Cornelis. Closes: #448924
1286 - Norwegian Bokmål. Thanks to Hans Fredrik Nordhaug. Closes: #452383
1287 - Slovak. Thanks to Peter Mann. Closes: #460502
1288 - Catalan: fix some semicolon issues and most obvious fuzzy strings.
1289 Thanks to Jordà Polo. Closes: #447765.
1290 * Add support for smtp_accept_max_nonmail_hosts to ease external
1291 relay testing.
1292 * Make Change to init script dependencies as suggested by Petter
1293 Reinholdtsen. Closes: #460229
1294 * debian/control:
1295 * Add Homepage field to Source Package stanza.
1296 * Standards-Version: 3.7.3 (no changes necessary)
1297 * lintian/overrides:
1298 - Override all description-contains-homepage messages,
1299 we're going to keep this field around until post-lenny.
1300 - Override exim4-daemon-heavy: package-contains-empty-directory
1301 usr/lib/exim4/local_scan/, the directory should be there to show
1302 people where to put local extensions (and I am not sure how exim
1303 behaves if that directory is not there).
1304 * linda/overrides:
1305 - Override menu section Applications, which is a false alert.
1306 - Override complaint about newer standards version.
1307 - This override does not work due to #386647
1308 * exim4-base.NEWS: fix Debian's typo
1309 * exim4-base.dirs: remove usr/bin, we do not ship any files there.
1310 * Generate exim macros from every definition found in ue4cc that
1311 starts with a capital letter (sans CFILEMODE) to cater for an
1312 obviously very common user error. This feature is going to stay
1313 undocumented.
1314
1315 [ Christian Perrier ]
1316 * Debconf translations updates:
1317 - Dzongkha. Thanks to Tenzin Dendup. Closes: #455871
1318 - Slovak. Thanks to Peter Mann. Closes: #460502
1319
1320 [ Andreas Metzler ]
1321 * Fix typo in acl/20_exim4-config_local_deny_exceptions. (Thanks, Roderick
1322 Schertler) Closes: #456343
1323
1324 -- Marc Haber <mh+debian-packages@zugschlus.de> Tue, 22 Jan 2008 09:19:14 +0100
1325
1326 exim4 (4.68-2) unstable; urgency=low
1327
1328 [ Marc Haber ]
1329 * Fix changelog: lowuid router does not close #420217. Closes: #440217
1330
1331 [ Andreas Metzler ]
1332 * Mention /etc/exim4/exim4.conf in FILES section of update-exim4.conf.8.
1333 * Fix syntax error in real-local router. Closes: #446346
1334 * Configuring exim as configtype="internet host" asks a different set of
1335 questions than e.g. satellite. However some of the settings controlled by
1336 these hidden questions still have effects on exim's behavior. Change
1337 exim4-config to ask these hidden questions if they have been set to a
1338 non-default value. (Either manually, or by switching configtype after
1339 setting the values.) Closes: #443210
1340 These questions have been added conditionally:
1341 - internet site with smarthost:
1342 + dc_relay_domains
1343 - satellite
1344 + dc_relay_domains
1345 + dc_localdelivery
1346
1347 -- Marc Haber <mh+debian-packages@zugschlus.de> Thu, 01 Nov 2007 19:17:36 +0100
1348
1349 exim4 (4.68-1) unstable; urgency=low
1350
1351 * new upstream version. Closes: #444195
1352 * Documents tls_verify_hosts during TLS sessions. Closes: #422419
1353 * new example.conf md5 sum
1354 * Move lowuid router to a later place, handle real- only for
1355 locally generated messages. Thanks to Andreas Metzler and others
1356 on pkg-exim4-devel. Closes: #440217
1357 * /etc/init.d/exim4:
1358 * Use start_daemon and killproc from lsb-base
1359 as a new plunge at #396944
1360 * Do not clean the environment as severly as before (functions
1361 need to survive).
1362 * README.Debian:
1363 * Document that using client certificates needs extra
1364 configuration. Thanks to John Goerzen. Closes: #440663
1365 * conf.d/main/03_exim4-config_tlsoptions: Make it clear that this
1366 file only concerns exim as an SMTP server.
1367 * exim4-config.preinst: Add EX4DEBUG facility, add rm_conffile
1368 function
1369 * Rename acl_whitelist_local_deny to acl_local_deny_exceptions
1370 as suggested by Ross Boylan. Closes: #387078.
1371 * Switch Build-Depends to db4.6. Closes: #442645
1372 * Debconf translations updates:
1373 - Portuguese. Thanks to Miguel Figueiredo. Closes: #441895, #445494
1374 - Norwegian Nynorsk. Thanks to Håvard Korsvoll.
1375 * exim4-config.NEWS: Explicitly mention that .dpkg-old and
1376 .dpkg-dist files are included in the DEBCONFsomethingDEBCONF check to
1377 allow lazy people to only grep the docs instead of actually reading
1378 them. This was requested by Hamish Moffatt in #445327.
1379
1380 -- Marc Haber <mh+debian-packages@zugschlus.de> Sun, 07 Oct 2007 21:38:22 +0200
1381
1382 exim4 (4.67-8) unstable; urgency=low
1383
1384 [ Marc Haber ]
1385 * Define REMOTE_SMTP_HELO_DATA and REMOTE_SMTP_HELO_FROM_DNS macros
1386 to have exim pull its HELO name from DNS automatically.
1387 Thanks to Jari Aalto and Magnus Holmgren. Closes: #275975
1388 * Enable DNSDB in exim4-daemon-light (needed by the HELO magic)
1389 * update-exim4.conf: Allow [] in ascii strings (needed for @[])
1390 * Improve domain literal docs
1391 * Remove debconf template noalias_regenerate
1392 * Fix PRIMARY_HOSTNAME typo in main/02_exim4-config_options.
1393 Thanks to Tim Krah. Closes: #434337
1394 * fix alphabet salad in README.Debian. Closes: #434640
1395 * Add E4BCD_DAILY_REPORT_TO to daily cron job.
1396 Thanks to Florian Schlichting. Closes: #426840
1397 * Fix /etc/exim paths in exim4-config_files(5).
1398 Thanks to Marques Johansson.
1399 * Debconf translations updates:
1400 - Japanese. Closes: #433070
1401 - Spanish. Thanks to Javier Fernández-Sanguino Peña. Closes: #433084
1402 - Thai. Thanks to Theppitak Karoonboonyanan. Closes: #433177
1403 - Arabic. Thanks to Ossama Khayat. Closes: #433222
1404 - Hebrew. Thanks to Baruch Even. Closes: #433291
1405 - Italian. Closes: #433200
1406 - Galician. Closes: #433218
1407 - Portuguese. Thanks to Miguel Figueiredo. Closes: #433293
1408 - Hungarian. Thanks to Josip Rodin. Closes: #433336
1409 - Punjabi. Thanks to Amanpreet Singh Alam. Closes: #433578
1410 - Marathi. Thanks to Priti Patil.
1411 - Wolof. Thanks to M Mamoune Mbacke. Closes: #433701
1412 - Indonesian. Thanks to Arief S Fitrianto. Closes: #433758
1413 - Romanian. Thanks to Eddy Petrisor. Closes: #433854
1414 - Nepali. Thanks to shyam krishna bal. Closes: #435345
1415 - Swedish. Thanks to Daniel Nylander. Closes: #435705
1416
1417 [ Andreas Metzler ]
1418 * Update eximon menu file for menu 2.1.35 hierarchy.
1419
1420 [ Christian Perrier ]
1421 * Fix typo in README.Debian.xml. Thanks to <shaulka@012.net.il>
1422 Closes: #434961
1423
1424 -- Marc Haber <mh+debian-packages@zugschlus.de> Sun, 19 Aug 2007 09:25:10 +0200
1425
1426 exim4 (4.67-7) unstable; urgency=low
1427
1428 * only generate HIDE_MAILNAME macro if its value is really non-empty
1429
1430 -- Marc Haber <mh+debian-packages@zugschlus.de> Sat, 14 Jul 2007 08:47:40 +0200
1431
1432 exim4 (4.67-6) unstable; urgency=low
1433
1434 * Add some more debugging output to maintainer scipts, hopefully
1435 nailing #396944 which has surfaced again.
1436 * Improve wording in NEWS.Debian for exim4-config.
1437 Closes: #431019, #431130
1438 * Issue DEBCONFfooDEBCONF warning as well for
1439 DEBCONFheaders_rewriteDEBCONF.
1440 Thanks to John Goerzen. Closes: #431088
1441 * fix localhost inserted twice into local_domains. Closes: #432394
1442 * fix MAIN_RELAY_TO_DOMAINS in update-exim4.conf.
1443 Thanks to Ben Wheeler. Closes: #432521
1444 * Document that special handling is needed for host lists that only
1445 consist of a single IPv6 address. Thanks to Frederic Daniel Luc
1446 Lehobey. Closes: #432229
1447 * Add forgotten (conditional) definition of REMOTE_SMTP_HEADERS_REWRITE
1448 and REMOTE_SMTP_RETURN_PATH for remote_smtp transports.
1449 Thanks to Miguel Martins Feitosa Filho. Closes: #432716
1450 * Debconf translations
1451 * Bulgarian completed. Closes: #431957, #430521
1452 * Update Tamil. Thanks to Tirumurti Vasudevan. Closes: #432181
1453 * Update Spanish.
1454 Thanks to Javier Fernández-Sanguino Peña. Closes: #429940
1455
1456 -- Marc Haber <mh+debian-packages@zugschlus.de> Fri, 13 Jul 2007 22:22:09 +0200
1457
1458 exim4 (4.67-5) unstable; urgency=low
1459
1460 * the "verderben viele Koeche den Brei?" release
1461
1462 [ Andreas Metzler ]
1463 * Point to exim4_passwd(5) instead of non-existing exim_passwd(5) in AUTH
1464 section of configuration. (Thanks Arkadiusz Dykiel, #430149)
1465 * update-exim4.conf check_ascii_pipe(): Accept < since we use it for list
1466 construction. Closes: #430391
1467 * Anchor UPEX4CmacrosUPEX4C in update-exim4.conf
1468
1469 [ Robert Millan ]
1470 * Update informational message in SPF ACL to use the latest
1471 http://www.openspf.org/Why API.
1472
1473 [ Debconf translations ]
1474 * French completed and converted to UTF-8
1475 * All remaining non UTF-8 translation switched to UTF-8
1476
1477 [ Marc Haber ]
1478 * do not quote error message in lowuid router
1479 * replace commented UPEX4CmacrosUPEX4C with UPEX4CmacrosUPEX4C exim
1480 configuration macro definition as placeholder for ue4c-generated macros.
1481
1482 [ Christian Perrier ]
1483 * Correct the invalid ${fqdn} variable in exim4-config.templates
1484
1485 -- Marc Haber <mh+debian-packages@zugschlus.de> Thu, 28 Jun 2007 09:22:04 +0200
1486
1487 exim4 (4.67-4) unstable; urgency=low
1488
1489 * update-exim4.conf:
1490 * fix embarrassing typo in update-exim4.conf that broke macro
1491 expansion for two values.
1492 Thanks to Andrew Chittenden. Closes: #429828
1493 * Allow ! and * in ue4cc.
1494 Thanks to Dieter Hametner and Raf D'Halleweyn. Closes: #429986
1495 * have @ and localhost added to local_domains list.
1496 Thanks to a big number of people. Closes: #429939
1497 * eliminate -e && chmod construct as a possible cause of #429617.
1498 Thanks to Martin Ketzer and Silvestre Zabala
1499 * Now barfs if DEBCONFsomethingDEBCONF is still found in the
1500 configuration file. Thanks to a truckload of users who were too lazy
1501 to read the docs, did not accept the suggested configuration file
1502 changes and then complained about a non-working exim ("malformed macro
1503 definition")
1504 * README.Debian: Document the new low-UID handling mechanism.
1505 Thanks to Johannes Rohr. Closes: #429878
1506 * debian/rules: do not ignore make clean errors
1507 * Debconf translation updates:
1508 - Basque. Closes: #429626
1509 - Czech.
1510 - Brazilian Portuguese. Closes: #429867
1511
1512 -- Marc Haber <mh+debian-packages@zugschlus.de> Fri, 22 Jun 2007 13:55:15 +0200
1513
1514 exim4 (4.67-3) unstable; urgency=low
1515
1516 [ Andreas Metzler ]
1517 * Initialize permissions of bug-script and exim-adduser as 755, since diff
1518 does not preserve permissions. Both were shipped as 644 in binary packages
1519 not built with svn-buildpackage. Closes: #420446
1520
1521 [ Marc Haber ]
1522 * Merge experimental changes from revision 2018:2073
1523 * Fix "Zahlendreher" in closure of #427690. Closes: #427690
1524 * update-exim4.conf:
1525 * finally get rid of the DEBCONFfooDEBCONF stuff. That information
1526 is now passed to the configuration by ue4c by directly setting exim
1527 macros in the configuration. This has caused both the configuration
1528 and ue4c to be much shorter.
1529 * run with -e, -C and -u.
1530 * convert input read from update-exim4.conf.conf to lower case
1531 * barf if strange characters are found in ue4cc. Closes: #400294
1532 * Remove superfluous "x$foo" = "xbar" constructs from scripts
1533 * Add routers to reject mail to accounts with low UID.
1534 Closes: #400790.
1535 * Make daily cron job barf if /usr/bin/mail is not found. Have
1536 exim4-base recommend mailx. Closes: #427690
1537 * Have all -daemon packages provide exim4-localscanapi-1.0 and
1538 exim4-localscanapi-1.1 as requested by Magnus Holmgren while fixing
1539 #426425. Also include exim4-localscan-plugin-config script with
1540 exim4-dev. Thanks to Magnus for helping with this. Closes: #428274
1541 * remove /etc/exim4/email-addresses symlink and document this.
1542 Thanks to Josip Rodin. Closes: #420578
1543 * introduce conf.d/250_exim4-config_lowuid which optionally allows
1544 to reject (or alias away) mail to low-uid accounts that are not
1545 listed in an exception list. Thanks to Dominic Hargreaves,
1546 Marc Sherman and Ross Boylan. Closes: #400790, #307768, #331716
1547 * remove versioned depends on cron, since the version we need is
1548 well before sarge.
1549 * Add cron | fcron dependency. Fcron is going to be removed again
1550 at the first sign of trouble. Closes: #381806
1551 * remove move_exim3_spool debconf template. Closes: #391762
1552 * replace openssl gendh with openssl dhparam. Closes: #413235
1553 * adapt docs, README and manpages
1554 * have Hilko fix the lynx-dump postprocessing to repair generating
1555 README.Debian text version. Thanks!
1556 * increase README.Debian generation robustness. Thanks to Hilko.
1557 * debconf:
1558 * Partly apply Christian Perrier's patch for reviewed
1559 templates and control file. Closes: #426980
1560 * Other minor template changes.
1561 * get rid of "mails" in debconf templates, use "messages" instead.
1562 Re-word local_interface debconf template. Other minor changes.
1563 Thanks to Jens Seidel and Christian Perrrier. Closes: #394976
1564 * re-work exim4-config.config logic to have split/non-split config
1565 asked last instead of first. This partly addresses #410756.
1566 * Add exim4-daemon-heavy.templates, exim4-daemon-light.templates
1567 and exim4.templates to POTFILES.in
1568 * Re-Word dc_other_hostnames debconf template.
1569 Thanks to Hans G. Ehrbar. Closes: #421860
1570
1571 [ Christian Perrier ]
1572
1573 * Debconf translation updates:
1574 - French
1575 - Ukrainian. Closes: #427793
1576 - Bulgarian.
1577 - Thai.
1578 - Galician.
1579 - Swedish.
1580 - Punjabi.
1581 - Indonesian.
1582 - Italian.
1583 - Khmer.
1584 - Traditional Chinese. Closes: #428072, #428069.
1585 - Portuguese.
1586 - Simplified Chinese.
1587 - Marathi
1588 - Romanian. Closes: #429242
1589 - Russian. Closes: #429352
1590
1591 -- Marc Haber <mh+debian-packages@zugschlus.de> Mon, 18 Jun 2007 10:26:20 +0200
1592
1593 exim4 (4.67-1) unstable; urgency=low
1594
1595 [ Marc Haber ]
1596 * new upstream version
1597 * remove 37_upstream-patch-384015-add_headers
1598 * remove 80_disable_rsa_export
1599 * remove 80_upstream_408174_4-64-PH18
1600 * EDITME patch changes to allow for 4.67
1601 * enable dovecot authentication
1602 * Upstream patch from Magnus Holmgren included upstream.
1603 Thanks to Simon Walter. Closes: #407957
1604 * Upstream patch PH/18 included upstream.
1605 Thanks to Marc Schiffbauer. Closes: #408174
1606 * merge experimental changes
1607 * exim man page patch changes for 4.67
1608 * robustness patches for
1609 * create-custom-package
1610 * exim-gencert
1611 * exim4-base.config
1612 * exim4-base.postinst
1613 * exim4-config.config
1614 * exim4-config.postinst
1615 * exim4-daemon-light.postinst
1616 * update-exim4defaults
1617 * replace backticks with $() notation
1618 * Add patch to 50_localscan_dlopen to reduce dynamic symbol table.
1619 Thanks to Magnus Holmgren. Closes: #413602
1620 * remove woody compatibility hacks from
1621 * exim4-daemon-light.postinst
1622 * exim4-config.postinst
1623 * Fix eximnext => exinext in man page.
1624 * README.Debian:
1625 * add warning to "IP addresses for incoming connections" section.
1626 * add new chapter about how to influence exim's behavior.
1627 * add missing closing bracket. Thanks to Martin Schwarz. Closes: #419700
1628 * update-exim4.conf(8):
1629 * clarify update-exim4.conf about how ue4cc and exim configuration
1630 interface
1631 * remote_smtp_smarthost transport: make hosts_try_auth host list
1632 semicolon-separated to correctly handle IPv6
1633 * multiple minor changes to lintian overrides
1634 * debian/control: have exim4 depend on debconf (>= 1.4.69) | cdebconf
1635 (>= 0.39) explicitly to allow usage of debconf error template type.
1636
1637 [ Christian Perrier ]
1638 * Esperanto debconf translation update (Serge Leblanc). Closes: #415590
1639 * Marathi debconf translation added (Priti Pathil). Closes: #416801
1640
1641 -- Marc Haber <mh+debian-packages@zugschlus.de> Sat, 21 Apr 2007 11:48:48 +0200
1642
1643 exim4 (4.63-17) unstable; urgency=low
1644
1645 * 30_exim4-config_examples: add missing backslash in non-TLS client
1646 login authenticator. Thanks to Kai Weber. Closes: #407567
1647
1648 -- Marc Haber <mh+debian-packages@zugschlus.de> Sat, 20 Jan 2007 10:38:16 +0100
1649
1650 exim4 (4.63-16) unstable; urgency=low
1651
1652 * Add ta (Tamil) translation of Tirumurti Vasudevan
1653 Closes: #406974
1654 * exim4_refresh_gnutls-params: allow EXIM4_SPOOLDIR to be overridden from
1655 the environment. Closes: #406989
1656 * Re-work client authenticators to handle passwords containing
1657 colons and circumflexes. Thanks to Steaphan Greene. Closes: #406686
1658 * transport/30_exim4-config_remote_smtp_smarthost: feed
1659 hosts_try_auth from $host and $host_address, avoiding issues with
1660 round-robin DNS setup.
1661 Thanks to Celejar and Heiko Schlittermann. Closes: #403583
1662
1663 -- Marc Haber <mh+debian-packages@zugschlus.de> Thu, 18 Jan 2007 21:10:34 +0100
1664
1665 exim4 (4.63-15) unstable; urgency=low
1666
1667 * keep config.h from being installed in exim4-base.
1668 Thanks to Aaron M. Ucko. Closes: #405824
1669
1670 -- Marc Haber <mh+debian-packages@zugschlus.de> Sat, 6 Jan 2007 22:12:05 +0100
1671
1672 exim4 (4.63-14) unstable; urgency=low
1673
1674 * patch LOCAL_SCAN_ABI_VERSION to 1.1 in 50_localscan_dlopen after
1675 consulting with Magnus Holmgren.
1676 * Fix update-exim4.conf.8 manpage
1677 * FILES section is no longer doubled
1678 * NAME is no longer multi-line
1679 * proper reference to ue4cc in FILES section
1680 * Thanks to Angus Mackenzie
1681 * debian/rules
1682 * allow buildbasepackages and extradaemonpackages to be set from
1683 the environment
1684 * fix buildbasepackages=no and extradaemonpackages which were
1685 broken due to the new -dev binary package
1686 * remove "" in various places, this is Make not shell
1687 * add optional debugging output for variables that are meant to be set
1688 externally
1689 * clean now unpatches first, otherwise clean fails because files
1690 are first deleted and then non-existing files are unpatched
1691 * take config.h from first non-light daemon package built instead
1692 of -heavy (we might not be building -heavy but still need -dev)
1693 * Thanks to Gerfried Fuchs for actually using these features and
1694 finding this bug group.
1695 * exim4.init: Now returns 0 when starting and daemon already
1696 running, and when stopping and daemon already stopped. This fixes LSB
1697 compliance. Thanks to Heiko Schlittermann. Closes: #404182
1698
1699 -- Marc Haber <mh+debian-packages@zugschlus.de> Fri, 5 Jan 2007 16:34:58 +0100
1700
1701 exim4 (4.63-13) unstable; urgency=low
1702
1703 * Fix mangled sense in /etc/aliases exim4-config_files(5) man page.
1704 Thanks to Angus Mackenzie.
1705 * [update-exim4.conf.8] exim4-config_files manpage is in section 5 instead
1706 of 8. Thanks to Angus Mackenzie. Closes: #404494 (am)
1707 * Clarify /etc/exim4/passwd.client host name lookup to go after the
1708 reverse DNS entry in exim4-config_files(5) man page.
1709 * Update uk (Ukrainian) translation of debconf templates.
1710 Thanks to Eugeniy Meshcheryakov and Yanovych Borys. Closes: #404481
1711 * Update sl (Slovenian) translation of debconf templates.
1712 Thanks to Matej Kovacic. Closes: #404481
1713 * merge in experimental changes:
1714 * create exim4-dev package for sa-exim and other packages. Closes: #401462
1715 * fix broken usage of DPATCH_WORKDIR (dpatch-edit-patch didn't
1716 work with tarballed upstream)
1717 * don't use DPATCH_WORKDIR any more
1718 * modify patches to apply to build-tree
1719 * remove leftover debugging output from debian/patches/00_unpack.dpatch
1720
1721 -- Marc Haber <mh+debian-packages@zugschlus.de> Tue, 2 Jan 2007 14:43:59 +0100
1722
1723 exim4 (4.63-12) unstable; urgency=low
1724
1725 * exim4-base.postinst: Redirect command -v's stdout to /dev/null
1726 * update-exim4.conf: add lots of quoting to increase robustness.
1727 Thanks to Paul Slootman. Closes: #403605
1728 * Debconf templates translation updates and new translations:
1729 - Esperanto
1730 - Norwegian Nynorsk (Håvard Korsvoll).
1731 - Punjabi (A.S. Alam).
1732 - Malayalam (Praveen A). Closes: #402541
1733 - Italian (typos corrected by Davide Viti). Closes: #403199
1734 - see Last-Translator for rewards)
1735
1736 -- Marc Haber <mh+debian-packages@zugschlus.de> Wed, 20 Dec 2006 14:23:57 +0100
1737
1738 exim4 (4.63-11) unstable; urgency=low
1739
1740 * Remove patch to spec.txt for pkg-exim4-users, it is included
1741 upstream. No idea why this patch even applied correctly.
1742 * README.Debian:
1743 * Fix wrong pidfile name
1744 * Move FAQ to the Wiki
1745 * Adapt "Using completely different configuration scheme" to also
1746 mention /etc/exim4/exim4.conf.
1747 * Move titles in the same line as the section statement, making it
1748 easier to work with a code folding editor.
1749 * exim4_files(5): fix recommended permissions for passwd[.client].
1750 Thanks to Georg Neis. Closes: #398365
1751 * Remove temporary gnutls parameters file if neither certtool nor
1752 openssl are installed. Closes: #399023
1753 * Fix path to gnutls-params file in exim4-base.postinst.
1754 Thanks to J.L. Fernandez. Closes: #400794
1755 * Translation updates (see Last-Translator for rewards).
1756 - Punjabi (not yet complete)
1757 - Hebrew (not yet complete)
1758 - Portuguese. Closes: #399242
1759 * merge changes from experimental:
1760 * enable sqlite for exim4-daemon-heavy.
1761 Thanks to Adrian Phillips. Closes: #398718
1762 * Add Build-Dependency on libsqlite3-dev.
1763 Thanks to Frank Lichtenheld. Closes: #398880
1764 * Build-Depends
1765 * add po-debconf
1766 * add bzip2
1767 * debian/rules:
1768 * run debconf-updatepo in clean targets
1769 * adapt build system to allow direct building from an upstream tarball
1770 * needs tardy at build time on sarge, but not on newer distributions
1771 * use dpatch-run for patches instead of locally programmed handling
1772 * add lintian overrides:
1773 * partially-translated-question exim4/dc_eximconfig_configtype for
1774 cy, eo, et, he, mk, nn, pa, pl, sl, tl, uk - translators, move!
1775 * possible-debconf-note-abuse config:15 */drec
1776 * remove gratuitous exim4-daemon-heavy.postinst
1777 (it is symlinked at build time)
1778
1779 -- Marc Haber <mh+debian-packages@zugschlus.de> Fri, 1 Dec 2006 11:16:34 +0000
1780
1781 exim4 (4.63-10) unstable; urgency=low
1782
1783 * The "praise Osamu Aoki" release.
1784 * Translation updates (see Last-Translator for rewards).
1785 - Dutch. Closes: #396725
1786 * README.Debian:
1787 * Add information about how to obtain reportbug information for
1788 mailing list questions.
1789 * Point people directly to passwd.client man page instead of the
1790 file itself. Thanks to Osamu Aoki.
1791 * Re-work the /etc/aliases section.
1792 * Improve smarthost description in update-exim4.conf(8) man page.
1793 Give examples. Thanks to Osamu Aoki.
1794 * include documentation for /etc/aliases in exim4-config_files(5)
1795 man page. Symlink to etc-aliases(5).
1796 Thanks to Osamu Aoki. Closes: #397042
1797 * Change symlink of exim4-config_files(5) to email-addresses(5) to
1798 point to etc-email-addresses(5) for consistency.
1799 * Use nwildlsearch to index into passwd.client to allow wildcards
1800 here. Thanks to Osamu Aoki. This is another pain relief for #244724.
1801 * use printf instead of echo in daily cron job.
1802 Thanks to Ming Hua. Closes: #395448
1803 * Add de-uglyfication request to man pages.
1804
1805 -- Marc Haber <mh+debian-packages@zugschlus.de> Sun, 5 Nov 2006 10:36:28 +0000
1806
1807 exim4 (4.63-9) unstable; urgency=low
1808
1809 * Fix a spelling error in templates: s/adviseable/advisable
1810 Thanks to Jens Seidel for spotting it
1811 * Translation updates (see Last-Translator for rewards).
1812 - Bosnian. Closes: #396592
1813 - Bulgarian. Closes: #396558
1814 - Greek.
1815 - Lithuanian. Closes: #396478
1816 - Norwegian Bokmål. Closes: #391768
1817 - Wolof. Closes: #395944
1818 * Have ue4c barf on more lookup types found in more ue4cc fields,
1819 courtesy to regexp from hell.
1820
1821 -- Marc Haber <mh+debian-packages@zugschlus.de> Thu, 2 Nov 2006 18:07:24 +0000
1822
1823 exim4 (4.63-8) unstable; urgency=low
1824
1825 * Translation updates (see Last-Translator for rewards).
1826 - Albanian. Closes: #394725
1827 - Arabic
1828 - Basque
1829 - Catalan
1830 - Chinese (Simplified)
1831 - Chinese (Traditional)
1832 - Croatian
1833 - Czech
1834 - Dzongkha
1835 - Finnish. Closes: #393644
1836 - German
1837 - Italian.
1838 - Korean. Closes: #394235
1839 - Nepali
1840 - Norwegian Bokmal. Closes: #394270
1841 - Portuguese
1842 - Romanian
1843 - Russian.
1844 - Slovak
1845 - Turkish
1846 * README.Debian
1847 * remove wiki references from README.Debian
1848 * remove dc_local_delivery FAQ entry since this is now debconfized
1849 * Fix typos, replace "documented below" with a direct link.
1850 Thanks to Olaf van der Spek. Closes: #394617
1851 * exim4-config.templates
1852 * Fixed typo: s/arbitrary/arbitrarily
1853 * Extra space removed at the end of a line. Closes: #394569
1854 * Change references to inexistent README.Debian.html and README.Debian,
1855 both replaced by README.Debian.gz. Thanks to Eric Schanze for spotting
1856 this.
1857 * Various English use changes suggested by Jens Seidel. Closes: #394651
1858 * update-exim4.conf: Fix wrong behavior if a debconf list answer already
1859 starts with "<". Thanks to Vineet Kumar. Closes: #393843
1860 * conf.d/main/02_exim4-config_options: Use upstream's wording for
1861 rfc1413 configuration, fix wrongly commented timeout value.
1862 Thanks to Andre Bischoff on IRC.
1863 * conf.d/transports/35_exim4-config_address_directory: Add
1864 delivery_date_add, streamline other options' syntax.
1865 Thanks to Dominic Hargreaves. Closes: #393930
1866 * Remove commented out inetd entries from maintainer scripts, we are
1867 not going to support inetd again.
1868 * Zap gnutls-params in postinst if old binary format is detected.
1869 Exim cannot read that file any more since RSA_EXPORT has been removed.
1870 Always kill the file if file(1) is not present, recommend file(1).
1871 Thanks to John Goerzen. Closes: #394598
1872
1873 -- Marc Haber <mh+debian-packages@zugschlus.de> Mon, 23 Oct 2006 20:49:46 +0200
1874
1875 exim4 (4.63-7) unstable; urgency=low
1876
1877 * Translation updates (see Last-Translator for rewards). Closes: #391768
1878 - Brazilian Portuguese
1879 - Danish. Closes: #392548
1880 - Galician
1881 - Hungarian
1882 - Indonesian
1883 - Japanese
1884 - Spanish
1885 - Thai
1886 * Do not ask for local delivery method if custom entry (i.e. neither
1887 maildir_home nor mail_spool) has bin set in update-exim4.conf and continue
1888 to use this custom setting instead of overwriting it with mail_spool. (am)
1889 Closes: #392993
1890 * Special-case "dsearch;" constructs in dc_other_hostnames, no
1891 longer supported. Adapt documentation accordingly.
1892 * Adapt docs and man pages so that they do not longer suggest that
1893 answers to debconf questions might use all exim
1894 host/address/domain list features.
1895 * fix ue4c to handle more than one smarthost correctly.
1896 * Handle spaces, commas and semicolons as separator in root alias
1897 handling.
1898 * Wolof translation contained a comma in the translation of a element of the
1899 Choices list for the dc_eximconfig_configtype question, replace it with a
1900 semicolon. (am)
1901
1902 -- Marc Haber <mh+debian-packages@zugschlus.de> Sat, 14 Oct 2006 23:45:17 +0000
1903
1904 exim4 (4.63-6) unstable; urgency=low
1905
1906 * s/ipv6/IPv6 in templates (general writing consistency)
1907 * Translation updates (see Last-Translator for rewards)
1908 - Arabic (partial)
1909 - Basque (partial)
1910 - Croatian (partial)
1911 - Greek (partial)
1912 - Khmer
1913 - Spanish (partial)
1914 - Swedish
1915 - Vietnamese. Closes: #392772
1916 * README.Debian:
1917 * Fine tuning of SMTP AUTH and TLS docs after user feedback
1918 received over $BEVERAGE irl.
1919 * Adapt configuration chapter to re-worded templates.
1920 * Fix exim4_files man page names to not pollute name space.
1921 * Clarify exim4-config_files man page to reflect that the host name
1922 given there does not actually influence the routing decision.
1923 Thanks to Sven Luther.
1924 * Fix list separator handling for dc_other_hostnames in ue4c.
1925 Thanks to Alexandre Fayolle. Closes: #392831
1926
1927 -- Marc Haber <mh+debian-packages@zugschlus.de> Sat, 14 Oct 2006 07:40:05 +0000
1928
1929 exim4 (4.63-5) unstable; urgency=low
1930
1931 * define MAIN_LOG_SELECTOR conditionally.
1932 Thanks to Aaron M. Ucko. Closes: #390758
1933 * Fix typos in man pages. Thanks to A. Costa.
1934 Closes: #390705, #390706, #390707
1935 * Address #373786:
1936 * cron.daily: Try UID change with start-stop-daemon, and fall
1937 back to su if that fails. This should enhance compatibility
1938 with libpam-tmpdir.
1939 * exim4_refresh_gnutls-params: don't drop privileges any more,
1940 generate gnutls-params as root and chown them later.
1941 * Thanks to Piotr Kaczuba and Tollef Fog Heen. Closes: #373786
1942 * Add debugging facility to exim4_refresh_gnutls-params
1943 * Debconf-Rework
1944 * update-exim4.conf: expand UE4CC_semicolon list to allow
1945 semicolons in all debconf questions as list separators for consistency.
1946 * Do template changes suggested by Christian Perrier. Closes: #260141
1947 * new mail name template thanks to Jari Aalto. Closes: #275953
1948 * relay templates changes thanks to Ross Boylan. Closes: #342061
1949 * remove conftype exim3manual. Closes: #355265
1950 * use semicolon as list separator in debconf templates. ue4.conf
1951 handles both semicolons and colons since #360162. Thanks to Adam
1952 Borowski. Closes: #365428
1953 * Make existing templates style-compatible regarding developer's
1954 reference.
1955 * Lower priorities so that the Installer can do its work without
1956 exim4 asking questions. Closes: #379485
1957 * Modify templates saying that smarthost::port is a valid
1958 notation. Modify transport/30_exim4-config_remote_smtp_smarthost to
1959 take only the first part of DCsmarthost (up to first colon) as host
1960 name for hosts_try_auth. This allows debconf configuration of a
1961 different port to connect to the smarthost. Closes: #251949
1962 * Add debconf template to packages telling people to dpkg-reconfigure
1963 exim4-config.
1964 * Allow choosing between delivery to /var/mail or ~/Maildir with debconf.
1965 (am) Closes: #250980, #274560, #289959
1966 * Translation updates (see Last-Translator for rewards)
1967 - Brazilian Portuguese
1968 - Danish
1969 - Galician
1970 - Slovak
1971 - Thai
1972 - Turkish
1973 - Romanian
1974 - Japanese
1975 - French
1976 * Patch by Florian Weimer which disables RSA_EXPORT support which
1977 should eliminate the "exim blocking on entropy starvation" issue.
1978 * update-exim4.conf: Take only the first word from /etc/mailname as
1979 system mail name. Thanks to Mike Mestnik. Closes: #215319.
1980 * init script: log_failure_message alert if non-zero paniclog is
1981 found. Thanks to Andreas Barth.
1982 * README.Debian: document cron job, including paniclog monitoring.
1983 Thanks to Stephen Gran.
1984
1985 -- Marc Haber <mh+debian-packages@zugschlus.de> Tue, 10 Oct 2006 16:50:27 +0000
1986
1987 exim4 (4.63-4) unstable; urgency=low
1988
1989 * Make update-exim4.conf man page also update-exim4.conf.conf man page.
1990 * Fix SPF error message when $sender_address_domain is undefined (i.e. sender
1991 is <>). (rm)
1992 * Change debian/rules documentation for daemon-custom build.
1993 Thanks to Guido Hennecke. Closes: #386135
1994 * Rotate paniclog by size, not daily, to avoid rotating away
1995 messages after complaining from the daily cron job.
1996 Thanks to Dirk Meyer.
1997 * Update Slovak translation.
1998 Thanks to Peter Mann.
1999 * Add Wolof translation.
2000 Thanks to M Mamoune Mbacke
2001 * Add a paragraph explaning the gnutls-bin suggestion to ease DH
2002 parameter generation in case of entropy starvation.
2003 Thanks to Andi Barth and Florian Weimer.
2004 * Since a new version of sysvinit upload will move /var/run/ to a tmpfs
2005 directories under /var/run/ and their permissions are not persistent
2006 anymore but will be lost after a reboot. - Re-generate /var/run/exim4 in
2007 the init script to compensate for this. (am) (closes: #387699)
2008 * update-exim4.conf: Exit with an error if dc_use_split_config is neither
2009 true nor false instead of replacing the configuration with an empty one.
2010 (am) Closes: #386554
2011 * More intelligence for exim4_refresh_gnutls-params:
2012 * If certtool (from gnutls-bin) is unavailable but openssl is installed
2013 use openssl to re-generate DH params. (am)
2014 * Change exim4-base Suggests on gnutls-bin to gnutls-bin|openssl. (am)
2015 * Move invocation and background mechanism to exim4_refresh_gnutls-params.
2016 Script can now be called any time from the command line or any
2017 other script.
2018 * Only regenerate dh params if tls_advertise_hosts is non empty.
2019 According to Florian Weimer, DH params are only needed for
2020 incoming TLS connections.
2021 * Thanks, Yuri D'Elia. This addresses #387448
2022 * Improve entropy and gnutls-params docs.
2023 * cron-daily:
2024 * Invoke exim4_refresh_gnutls-params unconditionally.
2025 * Send out e-mail alert if gnutls-params is older than 14 days.
2026 * rename config varables to E4BCD_, source /etc/default/exim4
2027 * introduce a E4BCD_PANICLOG_NOISE variable containing a regexp.
2028 Paniclog is negatively filtered against that regexp and paniclog
2029 warning is only sent out if unfiltered lines remain. This is to allow
2030 work around http://www.exim.org/bugzilla/show_bug.cgi?id=92
2031 * Prepare hosts_avoid_tls statement on SMTP transports
2032 * Macroize log_selector, remove +tls_cipher from examples (it is on
2033 by default) and always set tls_peerdn (we use TLS by default for
2034 outgoing connections). Make it easier to enable debug logging.
2035 * Mention in the comments of the default RCPT ACL that verification
2036 is likely to have false negatives in smarthost/satellite setups. This
2037 is the easiest way to fix #388460; the "real" fix would be very very
2038 complicated and thus unsuitable for the default configuration.
2039 Closes: #388460
2040 * README.Debian:
2041 * Re-Work "misc" section to contain subsection. Fix minor
2042 formatting issues.
2043 * Add a section about SELinux to the misc subsection saying that
2044 we currently do not have an SELinux policy but would appreciate
2045 people helping here. This is already bug #387327 and #390179.
2046
2047 -- Marc Haber <mh+debian-packages@zugschlus.de> Sun, 1 Oct 2006 14:37:53 +0000
2048
2049 exim4 (4.63-3) unstable; urgency=low
2050
2051 * Have exim4-config conflict with exim4-daemon-* << 4.63.
2052 Thanks to Yannick Roehlly. Closes: #383420, #384058
2053 * Tweak NEWS.Debian formatting. Remove asterisks and make sure that
2054 contents lines start with four spaces.
2055 * exim4-config.NEWS: A pair of minor fixes in SPF entry. (rm) Closes: #383708
2056 * Apply upstream fix allowing header names with an odd number of
2057 characters in add_headers in filters.
2058 Thanks to Tony Finch. Closes: #384015
2059 * Add documentation for inaccessible home directories.
2060 Thanks to Juha Jäykkä. Closes: #383469
2061
2062 -- Marc Haber <mh+debian-packages@zugschlus.de> Wed, 23 Aug 2006 17:16:38 +0000
2063
2064 exim4 (4.63-2) unstable; urgency=low
2065
2066 * upload to unstable
2067
2068 -- Marc Haber <mh+debian-packages@zugschlus.de> Tue, 15 Aug 2006 20:35:55 +0000
2069
2070 exim4 (4.63-1) experimental; urgency=low
2071
2072 * New upstream version 4.63
2073 + Change PostgreSQL charset handling. Closes: #369351
2074 + Recognize SMTP codes at the start of "message" in ACLs and after
2075 :fail: and :defer: in a redirect router. Add forbid_smtp_code to
2076 suppress the latter. forbid_smtp_code is enabled in Debian's
2077 default config. Closes: #378131
2078 * Adapt configuration to current upstream
2079 + re-work RCPT ACL. Closes: #379155
2080 + add new comments to default authenticators
2081 + use $auth[123] instead of $[123] which are now deprecated
2082 + forbid_smtp_code on userforward router
2083 * Add missing dependency on lsb-base (>= 3.0-3), needed for the new
2084 init-script shipped in exim4-base. (am)
2085
2086 -- Marc Haber <mh+debian-packages@zugschlus.de> Tue, 1 Aug 2006 10:47:44 +0000
2087
2088 exim4 (4.62-5) unstable; urgency=low
2089
2090 * Fix typo in exim4-base daily cron job.
2091 Thanks to Salvatore Bonaccorso. Closes: #381048
2092 * Fix language issues in package descriptions
2093
2094 -- Marc Haber <mh+debian-packages@zugschlus.de> Tue, 8 Aug 2006 15:02:14 +0200
2095
2096 exim4 (4.62-4) unstable; urgency=low
2097
2098 * Add missing dependency on lsb-base (>= 3.0-3), needed for the new
2099 init-script shipped in exim4-base. (am)
2100
2101 -- Marc Haber <mh+debian-packages@zugschlus.de> Tue, 1 Aug 2006 11:03:57 +0000
2102
2103 exim4 (4.62-3) unstable; urgency=low
2104
2105 * remove pkg-exim4-user mail address from README.Debian, mention
2106 that one needs to be subscribed to post.
2107 Thanks to Ross Boylan. Closes: #368242
2108 * re-word -o description in update-exim4.conf(8) man page.
2109 Thanks to Ross Boylan.
2110 * Flag update-exim4.conf(8) man page for a re-work in its BUGS
2111 section.
2112 * Give a - hopefully - better explanation of the mail name thingy in
2113 README.Debian.
2114 * Fix occurrences of default_acl file in documentation. Make part of
2115 README.Debian less confusing.
2116 Thanks to Ross Boylan. Closes: #376459
2117 * When installing via apt using dpkg-preconfigure the value of
2118 dc_hide_mailname was overwritten during the second run of the debconf
2119 script (invoked by postinst), before the value was stored in the
2120 configuration file. Fix this. (am) Closes: #376460
2121 * Make spamassassin example in 40_exim4_config_check_data actually
2122 work, add link to documentation for "really suiteable" configuration
2123 examples. Thanks, again, to Ross Boylan.
2124 * remove left-over "and a bunch" sentence from exim4-config_files.5
2125 * Add a symlink from /etc/email-addresses to /etc/exim4/email-addresses
2126 * Fix bad parsing of CHECK_RCPT_DOMAIN_DNSBLS.
2127 Thanks to Robert Millan. Closes: #378581
2128 * Note in README.Debian that other parts of the Debian system might
2129 give outdated and/or wrong advice. See #378684, #378685.
2130 * SPF support: (rm) Closes: #290464
2131 * Add (disabled) template to check SPF in 30_exim4-config_check_rcpt.
2132 * Add libmail-spf-query-perl (>= 1.999-1) to Suggests.
2133 * Rewrite Q/A about SPF from README.Debian.
2134 * Add a small note to exim4-config.NEWS.
2135 * Add conf.d/acl/30_exim4-config_check_mail to reject mail without HELO/EHLO.
2136 (rm) Closes: #378935
2137 * Add LSBized init script. Thanks to Carlos Villegas. Closes: #376953
2138 * re-order RCPT ACL statements to resemble Upstreams default config
2139 a little more. This used to be the case in the beginning, but was
2140 changed eventually, and I didn't find any rationale for our deviation.
2141 Thus, we change back to upstream's default to see which things might
2142 break.
2143 * remove cron.d from exim4-base dirs - we do not have a cron.d job
2144 any more for years.
2145 * Re-work daily cron job:
2146 * Make statistics configurable with a variable
2147 * Comment that the log handling code is fragile and depending on
2148 log rotation strategy
2149 * Add code to generate warnings if paniclog non-empty.
2150 Thanks to Andrew Ferrier. Closes: #379898
2151 * Build -dbg packages.
2152 * Updated vi (vietnamese) translation.
2153 Thanks to Clytie Siddall. (am) Closes: #380357
2154
2155 -- Marc Haber <mh+debian-packages@zugschlus.de> Mon, 31 Jul 2006 06:10:51 +0000
2156
2157 exim4 (4.62-2) unstable; urgency=low
2158
2159 * Move explanation about using ";" as separator in lists from debian/NEWS to
2160 debian/exim4-config.NEWS. (The former ends up as
2161 /usr/share/doc/eximon4/NEWS.Debian.gz.) Also fix version-number of
2162 entry. (am)
2163 * have ue4.conf --verbose print split or non-split config.
2164 Thanks to Florian Laws. (mh)
2165 * Mention http://pkg-exim4.alioth.debian.org/ in package description.
2166 Thanks to Florian Laws. (mh)
2167 * Mention in package description that README.Debian has information
2168 about how to configure the Debian packages.
2169 * /etc/init.d/exim4: parse extended inetd.conf syntax from
2170 openbsd-inetd. (mh) Closes: #365928
2171 * New th (thai) translation.
2172 Thanks to Theppitak Karoonboonyanan. (mh) Closes: #367351
2173 * New dz (Dzongkha) translation.
2174 Thanks to Pema Geyleg. (am) Closes: #368593
2175 * New ne (Nepali) translation.
2176 Thanks to Paras pradhan. (am) Closes: #369526
2177 * New eo (Esperanto) translation.
2178 Thanks to Serge Leblanc. (am) Closes: #369241
2179 * Updated hu (hungarian) translation.
2180 Thanks to Attila Szervac. (am) Closes: #374616
2181 * Make documentation of CHECK_RCPT_LOCAL_LOCALPARTS and
2182 CHECK_RCPT_REMOTE_LOCALPARTS more verbose and concentrate it in the
2183 ACL file. Thanks to Klaus Muth. (mh) Closes: #366491
2184 * README.Debian.xml (mh)
2185 * Add new section documenting where to find documentation.
2186 * Move misplaced sentence.
2187 * Fix spelling errors in README.Debian.
2188 Thanks to Salvatore Bonaccorso. Closes: #366003
2189 Thanks to Ross Boylan. Closes: #374216
2190 * remove "you can stop reading now" sentence.
2191 Thanks to David Lawyer. Closes: #370790
2192 * Mention Debian-specific man pages
2193 * Give instructions about how to use apropos to find out about man
2194 pages.
2195 * Documentation changes inspired by Ross Boylan. Closes: #369126
2196 * Add exim4-config_files(5) man page to aid as repository for file
2197 explanations.
2198 * /etc/email-addresses
2199 * /etc/exim4/local_host_blacklist
2200 * /etc/exim4/local_host_whitelist
2201 * /etc/exim4/local_sender_blacklist
2202 * /etc/exim4/local_sender_whitelist
2203 * /etc/exim4/local_sender_callout
2204 * /etc/exim4/local_rcpt_callout
2205 * /etc/exim4/local_domain_dnsbl_whitelist
2206 * /etc/exim4/hubbed_hosts
2207 * /etc/exim4/passwd
2208 * /etc/exim4/passwd.client
2209 * /etc/exim4/exim.crt
2210 * /etc/exim4/exim.key
2211 If you find any files that might be missing in the man page,
2212 please report a bug.
2213 * mention exim4-config_files(5) in update-exim4.conf.8
2214 * Explicitly mention README.Debian in exim man page.
2215 * Remove /usr/share/doc/exim4-config/default_acl, move contents to
2216 README.Debian and exim4-config_files.
2217 * remove empty /usr/share/doc/exim4-config/examples.
2218 * clarify docs in RCPT ACL.
2219 * streamline docs:
2220 * hubbed_hosts router.
2221 * passwd.client.
2222 * server side authentication examples
2223 * Standard-Version: 3.7.2, no changes necessary.
2224
2225 -- Marc Haber <mh+debian-packages@zugschlus.de> Sat, 24 Jun 2006 08:56:19 +0000
2226
2227 exim4 (4.62-1) unstable; urgency=low
2228
2229 * New upstream version
2230 * remove !acl patch, bug is fixed upstream
2231 * Some minor changes to README.Debian
2232 * Downgrade priority of exim4/dc_eximconfig_configtype, exim4/no_config and
2233 exim4/exim3_upgrade from critical to high, as there is a sane default.
2234 Closes: #342077
2235 * Allow single quotes in recipient mail addresses. Closes: #346222
2236 * Update debian/mtalist to conflict with hula-mta. (mh)
2237 * Move back man-pages (actually they are symlinks) related to the
2238 mail-transport-agent virtual package from exim4-base to the daemon
2239 packages. Other MTA packages also include these manpages and would
2240 otherwise need to explicitly conflict with exim4-base. Add "Replaces:
2241 exim4-base (<= 4.61-1)" to the daemon packages. Thanks to Justin Pryzby.
2242 Closes: #362852 (am)
2243 * Update km (Khmer) translation.
2244 Thanks to Khoem Sokhem. (mh) Closes: #363672, #363671
2245 * Update pa (Punjabi) translation.
2246 Thanks to A S Alam. (am) Closes: #364268
2247 * replace backticks with $() construct in ue4.conf. (mh)
2248 * Allow ";" as separator in dc_local_interfaces and dc_relay_nets.
2249 If a semicolon is found, "<;" is prepended to allow a semicolon as
2250 separator. Thanks to Adam Borowski. (mh) Closes: #360162
2251 * Link against libdb4.3 instead of 4.2. (am). Closes: #365467
2252 * Standards-Version: 3.7.0, no changes required. (am)
2253 * README.Debian: Add link to "how to use a completely different
2254 configuration scheme" to the beginning of the chapter about Debian's
2255 configuration to provide an easy way out for experienced exim people.
2256 (mh)
2257 * Fix grammar error in README.Debian. (Thanks, Ross Boylan) Closes: #365546
2258 * Whennever changing major Berkeley DB versions we zap the exim hint
2259 databases in exim4-base postinst. Change the code to also delete
2260 __db.retry, __db.misc, __db.callout and __db.wait* (which afaik are
2261 Berkeley DB internal files). If these are somehow broken strange errors
2262 occur, e.g. #360696. As we are deleting the whole db, deleting these files
2263 seems to be a good idea. (am)
2264
2265 -- Marc Haber <mh+debian-packages@zugschlus.de> Tue, 2 May 2006 11:47:58 +0000
2266
2267 exim4 (4.61-1) unstable; urgency=low
2268
2269 * New upstream version
2270 - Temporary files for content scanning subdirectory are now also mode 640
2271 instead of 666. Closes: #280282
2272 - If group was specified without a user on a router, and no group
2273 or user was specified on a transport, the group from the router
2274 was ignored. Closes: #343074
2275 - .include statements now require an absolute path. Closes: #268083
2276 * Apply upstream patch allowing !acl constructs
2277 (http://www.exim.org/mail-archives/exim-cvs/2006-April/msg00008.html)
2278 * Rename the Punjabi translation file name from pa_IN to pa
2279 to fit a decision taken in -i18n
2280 * README.Debian:
2281 * mention that relay_nets does allow relaying without authentication.
2282 * minor formatting fixes
2283 * Add Khmer debconf translation (Thanks, Kakada Hok) (bubulle)
2284 Closes: #359668
2285 * Add linda overrides for libs-not-in-depends (see #357727)
2286
2287 -- Marc Haber <mh+debian-packages@zugschlus.de> Tue, 4 Apr 2006 19:50:39 +0000
2288
2289 exim4 (4.60-5) unstable; urgency=low
2290
2291 * re-introduce inst_aliases, patch src/install_exim to prevent path
2292 to inst_aliases to be put into example config file. (mh)
2293 * Fix typo in README.Debian.xml, thanks to Frank S. Thomas. (mh)
2294 * Fix Copy&Waste error in README.Debian.xml.
2295 Thanks to Olaf van der Spek. (mh) Closes: #356354
2296 * Added partial Punjabi debconf translation,
2297 thanks to Amanpreet Singh Alam. (cp) Closes: #349644
2298 * Fix wrong example in conf.d/acl/20_exim4-config_whitelist_local_deny.
2299 Thanks to Kaare Hviid for pointing this out on IRC. (mh)
2300 * Add documentation about Debconf templates to README.Debian to make
2301 yath happy. (mh)
2302 * exim4-refresh_gnutls-params: Use prefix for tempfile to make it
2303 easier recognizeable. (mh)
2304
2305 -- Marc Haber <mh+debian-packages@zugschlus.de> Mon, 13 Mar 2006 15:30:07 +0000
2306
2307 exim4 (4.60-4) unstable; urgency=low
2308
2309 * add rationale to README.Debian explaining why using system
2310 passwords for SMTP AUTH is a bad idea.
2311 * streamline configuration to decrease differences to upstream default
2312 example, and to adopt new things that were added since we last
2313 looked there.
2314 * Do not set inst_aliases for installation, this only affects
2315 example.conf anyway.
2316 * fail build if upstream's example configuration has changed.
2317 * fix NEWS confusion. Thanks to Andreas for spotting this.
2318 * exim4-base.exim4.init: invoke exim4 daemon with the environment
2319 cleaned to avoid language confusion.
2320 * document tls on connect in README.Debian.
2321 * use adduser --quiet instead of > /dev/null in *.postinst.
2322 * Add require_files directive to userforward router to avoid errors
2323 when mailing uucp@hostname.
2324 * Add comment about setting up TLS in conf.d/auth/30_exim4-config_examples
2325 to keep people from blindly allowing cleartext auth.
2326 * Replace 37_dns_disable_additional_section patch with
2327 37_upstream_patch_342619, which is the nearly identical patch from
2328 upstream CVS, approved by Philip. (mh) Closes: #342619
2329
2330 -- Marc Haber <mh+debian-packages@zugschlus.de> Wed, 22 Feb 2006 10:30:16 +0000
2331
2332 exim4 (4.60-3) unstable; urgency=low
2333
2334 * Have exim4-base replace exim4-daemon-light and -heavy. This is a
2335 needed corollary to the movement of the man pages to -base. Let's
2336 hope that this change doesn't introduce too much breakage. Thanks
2337 to Hamish Moffatt for making me take a closer look at policy.
2338 (mh) Closes: #347908, #348067
2339 * Introduce Makefile variable to build with OpenSSL instead of
2340 GnuTLS. This is a last minute maneuver to help sites suffering from
2341 the GnuTLS entropy issue (#338319, #343085) whose only other chance is
2342 disabling TLS completely. Please note that building exim4-daemon-heavy
2343 with OpenSSL is a GPL violation since OpenSSL's license clashes with
2344 the MySQL client library, which is GPL licensed without OpenSSL
2345 exception. (mh)
2346 * re-pack configuration diffs. (mh) Closes: #331698
2347 * Fix wrong variable substitution in lt (Lithuanian) debconf
2348 translation. Thanks to Davide Viti and Gintautas Miliauskas. (mh)
2349 Closes: #342242
2350 * Fix typo in exim.8 man page. Thanks to A Costa. (mh) Closes: #338579
2351 * Honor dpkg-statoverride entries for run-time data in /var.
2352 Thanks to Peter Mottram. (mh) Closes: #269448
2353
2354 -- Marc Haber <mh+debian-packages@zugschlus.de> Sun, 15 Jan 2006 00:23:47 +0000
2355
2356 exim4 (4.60-2) unstable; urgency=low
2357
2358 * Add, but not enable, 37_dns_disable_additional_section.dpatch,
2359 which might be a possible fix for #342619
2360 * conf.d/auth/30_exim4-config_examples: add hint to adapt public_name
2361 string in support_broken_outlook_express_4_server authenticator if
2362 other authencators than LOGIN and PLAIN are offered.
2363 * Fix missing special characters in some debconf translations.
2364 Thanks to Davide Viti. (mh) Closes: #341442
2365 * Fix broken README reference in system_aliases router docs. (mh)
2366 * remove references to alias files from the address_pipe transport. (mh)
2367 * remove "Some-State" default from exim-gencert. (mh)
2368 * Clarify split vs unsplit config in README.Debian. Thanks to Faheem
2369 Mitha and Ross Boylan for helping. (mh)
2370 * Update Build-Depends to libmysqlclient15-dev. (mh) Closes: #343767
2371 * Fix wrong header in conf.d/routers/300_exim4-config_real_local.
2372 Thanks to Ross Boylan for spotting this. (mh)
2373 * Document headers_rewrite, return_path and dc_mailname_in_oh in
2374 update-exim4.conf man page. (mh) Closes: #332520, #342233
2375 * Re-Instate debian/patches/31_eximmanpage which was erroneously
2376 removed in 4.60-1, we have local Debian patches in here. Thanks to
2377 Ross Boylan for spotting this. (mh) Closes: #330967
2378 * Mention relay permission from localhost in update-exim4.conf(8). (mh)
2379 * Add more prose to relay control configuration. (mh)
2380 * Update Greek debconf translation (Thanks, Kostas Papadimas) (am)
2381 Closes: #344576
2382 * Add cross-reference to README.Debian to better find macro docs.
2383 Thanks to Shyamal Prasad. (mh) Closes: #329988
2384 * Fix incorrect variable substitution in pt_BR debconf translation. (Thanks,
2385 Felipe Augusto van de Wiel) (am) Closes: #345363
2386 * [exim4-config.templates, po/*po] Replace reference to README.SMTP-AUTH
2387 with one to its replacement README.Debian.html. (am) Closes: #344826
2388 * Re-work long package descriptions. Move reference to README.Debian in
2389 front, add hint to dpkg-reconfigure exim4-config, complete stub
2390 sentences, remove non-referenced acronym MTA from the long
2391 descriptions, move explanation what exim is to the very front.
2392 * README.Debian: Add section about changing the configuration,
2393 explain structure of conf.d and .conf.template, add hint that the SMTP
2394 AUTH examples are documented.
2395 * Introduce MAIN_TLS_CERTKEY to allow for single-file certificate/key
2396 storage. Thanks to John Goerzen. (mh) Closes: #315126
2397 * Mention entropy issue in README.Debian.
2398 * Ship symlink to /usr/sbin/exim, see NEWS.Debian. (mh) Closes: 319316
2399 * use dh_installinit -n instead of --noscripts to work around #347577. (mh)
2400 * use dh_installinit --name instead of --init-script, rename init
2401 script. (mh)
2402 * move man pages from daemon packages to exim4-base, add lintian
2403 and linda overrides to allow daemon packages not to contain man pages.
2404
2405 -- Marc Haber <mh+debian-packages@zugschlus.de> Thu, 12 Jan 2006 12:36:50 +0000
2406
2407 exim4 (4.60-1) unstable; urgency=low
2408
2409 * new upstream version 4.60
2410 * assign value to UE4CC after command line processing. Only have
2411 ue4c throw an error on not-existing UPEX4C_confd if split config is
2412 seleted. Thanks to Ted Percival. (mh) Closes: #337229
2413 * A number of man page fixes. Thanks to A Costa. (mh)
2414 Closes: #338580, #338581, #338582, #338583, #338584
2415 * Pull spool dir path from exim -bP instead of hard-coding it in
2416 daily cron job and exim4_refresh_gnutls-params.
2417 Thanks to Alex Hermann. (mh) Closes: 340002
2418 * Corrected zh_CN translation by Ming Hua. (am) Closes: #338928
2419 * Corrected pl translation by Jacek Politowski. (am) Closes: #339671
2420 * Change README.Debian to clarify the exim as a client only uses
2421 STARTTLS and not TLS on connect. Thanks to Rob Brenart and Marc
2422 Sherman for pointing that out on exim-users.
2423 * Clarify passwd.client format. Thanks to Osamu Aoki for providing a
2424 good starting point in #244724, which is unfortunately not fixed just
2425 now.
2426 * remove patch 31_eximmanpage, fixes are included upstream.
2427
2428 -- Marc Haber <mh+debian-packages@zugschlus.de> Mon, 28 Nov 2005 18:16:12 +0000
2429
2430 exim4 (4.54-2) unstable; urgency=low
2431
2432 * debian/README.Debian* merged into one xml-file. Binary packages ship both
2433 a html (generated by xsltproc) and plain-text version (lynx +
2434 post processing) of the file. (Hilko Bengen)
2435 * Switch to libmysqlclient14.
2436 * Fix two typos in French debconf templates.
2437 Thanks to Christian Perrier. (mh)
2438 * Replace broken courier auth example with one that actually denies
2439 access if a wrong password is given. Thanks to Peter Thomassen for
2440 carrying that report from some colorful web forum to the people who
2441 can fix it after like four months. (mh) Closes: #336979
2442 * Fix minor typos in README.Debian.xml and changelog. (mh)
2443 * Add 255.255.255.255 to ignore_target_hosts in dnslookup. (mh)
2444
2445 -- Marc Haber <mh+debian-packages@zugschlus.de> Wed, 2 Nov 2005 19:40:22 +0000
2446
2447 exim4 (4.54-1) unstable; urgency=low
2448
2449 * new upstream version 4.54. (mh)
2450 * fix typo in router/real_local header
2451 * add same_domain_copy_routing to router/hubbed_hosts
2452 * [update-exim4.conf.8] false friend: s/sensible/sensitive/.
2453 Thanks to Ross Boylan. (am) Closes: #330975
2454 * modify broken outlook express 4 authenticator so that it only
2455 advertises on encrypted connections, as the other plaintext
2456 authenticators do. Thanks again, Fred Viles. (mh)
2457 * update-exim4.conf.8: alphabetically sort REPLACEMENT PATTERNS and
2458 CONFIGURATION VARIABLES sections, add documentation for
2459 DEBCONFlocal_domainsDEBCONF.
2460 Thanks to Ross Boylan. (mh) Closes: #330980
2461 * fix bashism == in init script. Thanks to Adam D. Barratt and
2462 Justin Pryzby. (mh) Closes: #331299
2463
2464 -- Marc Haber <mh+debian-packages@zugschlus.de> Tue, 4 Oct 2005 09:59:24 +0000
2465
2466 exim4 (4.53-1) unstable; urgency=low
2467
2468 * new upstream version 4.53. (mh)
2469 * Fix obviously unfinished sentence in update-exim4.conf.8
2470 documenting dc_local_interfaces. (mh)
2471 * Move SMTP authentication docs to README.Debian. (mh)
2472 * Adapt reportbug script to be useable from the command line as well,
2473 mention this in README.Debian mailing list paragraph. (mh)
2474 * Remove /etc/default/exim4 in exim4-config's postrm instead of exim4-base's
2475 one, as it is created in exim4-config's postinst. (am) Closes: #325901
2476 * Fix error in README.Debian.xinetd.
2477 Thanks to Diego Biurrun. (mh) Closes: #327847
2478 * Fix substitute variable in Japanese (ja) debconf translation.
2479 Thanks to Kenshi Muto. (mh) Closes: #329729
2480 * Add lintian override for maintainer-script-needs-depends-on-netbase. We
2481 don't need that depends since update-inetd.conf is checked for presence
2482 before invocation and that invocation is only optional cleanup. (mh)
2483 * add linda override to kill double shlib warning - libgnutls is
2484 fully versioned and thus is not a problem. (mh)
2485 * add lintian override to kill bashism "local" warning for
2486 exim4-config.config and exim4-config.postinst (see #330548). (mh)
2487 * add general package blurb to description of the exim4 meta package
2488 as well. Thanks to Marc Sherman for pointing this out. (mh)
2489 * remove code to escape dashes in the pod2man generated man pages.
2490 That code makes the man pages syntactically invalid, we'd rather
2491 live with suboptimal rendering (which is a pod2man bug anyway). (mh)
2492 * change spacing for rewrite rules in configuration, man page and
2493 ue4.conf to ease paragraph filling for the man page. (mh)
2494 * re-pack config patches. (mh)
2495
2496 -- Marc Haber <mh+debian-packages@zugschlus.de> Wed, 28 Sep 2005 18:34:51 +0000
2497
2498 exim4 (4.52-2) unstable; urgency=low
2499
2500 * unpack/pack configs to get clear EDITME patches (mh)
2501 * Update ca (Catalan) translation.
2502 Thanks to Aleix Badia i Bosch. (mh) Closes: #317429
2503 * Update mk (Macedonian) translation.
2504 Thanks to Georgi Stanojevski. (mh) Closes: #320231
2505 * Use certtool from gnutls-bin in cron.daily to re-generate gnutls-params
2506 instead of only removing the file and letting exim4 re-generate it at SMTP
2507 time after receiving STARTTLS. The maximum runtime of certtool is limited
2508 to 2*1800 seconds per default by using timeout.pl by Piotr Roszatycki
2509 (checked and beautified by Marc 'HE' Brockschmidt). Add gnutls-bin to
2510 exim4-base' Suggests. (am) Closes: #285371
2511 * Build-Depend on libgnutls-dev (from gnutls12) instead of libgnutls11.
2512 * Drop compability with debhelper in woody (am):
2513 - mv *.templates.master *.templates
2514 - update po/POTFILES.in accordingly.
2515 - no more manual invocation of po2debconf in debian/rules
2516 - use dh_installppp instead of manual dh_installdirs/dh_install.
2517 Closes: #212893
2518 - Build-Depends: debhelper (>= 4.1.68)
2519 * drop upgly passwd dependency introduced in 4.30-6. (am)
2520 * shorten Build-Depends by replacing "libxfoo-dev|xlibs-dev' with just
2521 'libxfoo-dev'. (am)
2522 * Do not try to authenticate to smarthost if smarthost offers AUTH LOGIN but
2523 passwd.client does not contain a matching entry. (am) Closes: #323565
2524
2525 -- Andreas Metzler <ametzler@debian.org> Sun, 21 Aug 2005 11:44:27 +0200
2526
2527 exim4 (4.52-1) unstable; urgency=low
2528
2529 * new upstream version 4.51. (mh)
2530 * adapt 70_remove_exim-users_references
2531 * remove 37_gnutlsparams
2532 * adapt 36_pcre
2533 * adapt 31_eximmanpage
2534 * fix package priorities to have them in sync with override again. (mh)
2535 * Fix error in nb (Norwegian) translation.
2536 Thanks to Helge Hafting. (mh). Closes: #315775
2537 * Standards-Version: 3.6.2, no changes needed. (mh)
2538
2539 -- Marc Haber <mh+debian-packages@zugschlus.de> Sat, 2 Jul 2005 06:08:34 +0000
2540
2541 exim4 (4.51-2) unstable; urgency=low
2542
2543 * Fix typo in exiwhat.8. (am) Closes: #313246
2544 * Clarify tls_verify_certificates documentation in
2545 conf.d/main/03_exim4-config_tlsoptions. Thanks to Wenzhuo Zhang. (mh)
2546 * Accept postmaster liberally for relay_to_domains. Thanks to
2547 Roderick Schertler. (mh) Closes: #313023
2548 * Improve update-exim4.conf's internal run-parts to warn about ignored files
2549 if running in verbose-mode. (am) Closes: #315656
2550 * Make it possible to purge a previously uninstalled exim4-suite if debconf
2551 has between removed since. (am) Closes: #315173
2552 - Stop useless sourcing of confmodule in exim4-config.postrm.
2553 - Use debconf to ask about trashing the mailqueue if debconf is available,
2554 keep the queue otherwise.
2555 * exim failed to setup gnutls parameters if the gnutls-param file was
2556 missing. This caused TLS breakage. (am) Closes: #315650
2557
2558 -- Andreas Metzler <ametzler@debian.org> Tue, 28 Jun 2005 19:35:35 +0200
2559
2560 exim4 (4.51-1) unstable; urgency=low
2561
2562 * new upstream version 4.51. (mh)
2563 * remove 80_upstream_fix-296492
2564 * remove 81_fix-kfreebsd-gnu
2565 * remove 82_upstream_fix-299733
2566 * remove 82_upstream_fix_299743
2567 * remove 83_upstream_fix-strangelog
2568 * build-depends: replace postgresql-dev with libpq-dev. (mh)
2569 * apply patch to EDITME.exim4-heavy.diff from ubuntu for clearer
2570 postgresql build. (mh)
2571 * fix wrong dc_other_hostnames statement in manpage. Thanks to
2572 Daniel Hermann. (mh) Closes: #311023
2573 * give more directions how to use /etc/exim4/exim4.conf. (mh)
2574 * Fix duplicated server_advertise_condition line in
2575 login_saslauth_server. Thanks to Rich Aycock. (mh) Closes: #311906
2576 * Conditional restarting the daemon in exim4-config.config now checks for
2577 DEBCONF_RECONFIGURE=1 instead of (mis)using an internal
2578 debconf-template. (am)
2579 * Documentation Improvements for update-exim4.conf.8, exim4.conf.template
2580 and 01_exim4-config_listmacrosdefs and README.Debian.
2581 Thanks to Ross Boylan. (am/mh)
2582 * New translation: et (Estonian) by Siim Põder. (mh) Closes: #312474
2583
2584 -- Marc Haber <mh+debian-packages@zugschlus.de> Fri, 10 Jun 2005 18:57:03 +0000
2585
2586 exim4 (4.50-8) unstable; urgency=low
2587
2588 * integrate TLS docs in README.Debian, remove README.TLS.
2589 Thanks to Sam Morris. (mh) Closes: #310771
2590
2591 -- Marc Haber <mh+debian-packages@zugschlus.de> Fri, 27 May 2005 07:57:14 +0000
2592
2593 exim4 (4.50-7) unstable; urgency=low
2594
2595 * Documentation Only Fixes
2596 - Fix grammar error in README.system_aliases. Thanks to Andreas
2597 Barth on IRC. (mh)
2598 - Optimize unencrypted authentication docs. Thanks to Drew Parsons.
2599 (mh) Closes: #305443
2600 - Clarify dc_smarthost host list processing in update-exim4.conf.8.
2601 (mh) Closes: #307370
2602 - Clarify split-config description in README.Debian.
2603 Thanks to Luc Saffre. (mh)
2604 - Fix a typo in README.Debian-accountname, thanks to Brett Parker. (mh)
2605 - Fix an issue in the exim manpage creating the illusion that
2606 whitespace is allowed between -d and its options.
2607 Thanks to Greg Kochanski. (mh) Closes: #309174
2608 - Start re-work of README.Debian FAQ.
2609 - Add "should -config depend on -base" question to README.Debian FAQ.
2610 - Link README.Debian to -daemon-light and -daemon-heavy, include a
2611 copy of README.Debian in -config.
2612 Thanks to Daniel Maier. (mh) Closes: #310118
2613 * Translations
2614 - Update: cy (Welsh) by Dafydd Harries. (mh) Closes: #306349
2615 - New: vi (Vietnamese) by Clytie Siddall. (mh) Closes: #306613
2616 - Fix typos in pt.po (Thanks, Miguel Figueire) (am) Closes: #310057
2617 * Configuration Clarification
2618 - move the regexps in the local part checks to macros, adapt docs.
2619 Thanks to Adam M. Costello. (mh) Closes: #306094
2620 * Bug Fixes
2621 - preserve escape sequences like '\\N' in
2622 /etc/exim4/update-exim4.conf.conf:
2623 - use awk instead of sed in exim4-config.postinst (Thanks, Barry Kitson).
2624 - use printf '%s\n' "$foo" instead of echo "$foo". (echo in dash would
2625 swallow the second backslash)
2626 - actually making this work requires changes in debconf, too,
2627 see #306134.
2628 - (Closes: #305957) (am)
2629 - apply upstream patch from
2630 http://www.exim.org/mail-archives/exim-users/Week-of-Mon-20050425/msg00035.html
2631 in some circumstances, exim writes parts of /etc/passwd and/or
2632 /etc/group to the reject log. This scares people. (mh)
2633 - apply upstream patch from
2634 http://www.exim.org/mail-archives/exim-dev/2005-April/msg00012.html to
2635 only try SASL mechanisms that are actually specified in the
2636 configurations. Thanks to Juergen Kreileder. (mh) Closes: #299743
2637 - Build against libmysqlclient12-dev instead of libmysqlclient10-dev.
2638 (am) Closes: #306970
2639 - As "mail sent by smarthost; no local mail" aka satellite requires setting
2640 dc_readhost always ask this question. (am) Closes: #304838
2641 - Make nonsplit-config read /etc/exim4/exim4.conf.localmacros before
2642 /etc/exim4/exim4.conf.template to allow macros here as well. (mh)
2643 - Make it clear that "broken debconf" warning is issued by
2644 exim4-config.postinst
2645 - Make sure that "generated, do not touch" disclaimer in
2646 /var/lib/exim4/config.autogenerated always appears
2647 - [exim4-config] As the.config script stores answers in debconf's db and the
2648 postinst actually generates configurations files from these values
2649 restarting the daemon on dpkg-reconfigure has to be done in postinst. (am)
2650 Closes: #310703
2651
2652 -- Marc Haber <mh+debian-packages@zugschlus.de> Thu, 26 May 2005 17:47:24 +0000
2653
2654 exim4 (4.50-6) unstable; urgency=low
2655
2656 * fix some errors in update-exim4.conf(8) manpage. (am)
2657 * more macros in config. (mh)
2658 * Apply upstream fix: $primary_hostname is now expanded in
2659 cyrus_sasl authenticator. Thanks to Juergen Kreileder, and of
2660 course Philip Hazel. (mh) Closes: 299733
2661 * fix conftype none missing "| \" bug, again. Thanks to Andrew Nimmo
2662 and Gabriel L. Briones III. (mh) Closes: 303351.
2663 * The upstream fix for #296492 sometimes causes an endless loop. Update
2664 patch with correction from Philip's commit, revision 1.10. (mh)
2665 * Document real_local router. (mh)
2666 * Add instructions about how to use inetd. Thanks to Ryan Underwood.
2667 (mh) Closes: #304436
2668 * Fix wrong file header in 100_exim4-config_domain_literal. (mh)
2669 * Fix bad english in 01_exim4-config_listmacrosdefs. (mh)
2670 * conf.d/main/02_exim4-config_options: Remove macro effort for options
2671 that we leave at their default by default anyway, re-commenting them
2672 for reference. (am)
2673 * Allow cleartext client AUTH PLAIN and AUTH LOGIN by setting a
2674 macro. (mh)
2675 * Update information in README.SMTP-AUTH. (mh)
2676
2677 -- Marc Haber <mh+debian-packages@zugschlus.de> Sun, 17 Apr 2005 19:10:26 +0000
2678
2679 exim4 (4.50-5) unstable; urgency=low
2680
2681 * move exim4-config-simple and exim4-config-medium from the main
2682 source package to keep them from being released.
2683 * document the fact that the check done by update-exim4.conf does
2684 not detect all possible errors and fails with errors that are inside
2685 expanded items in the config file. Thanks to Marc Sherman.
2686 (mh) Closes: 286721
2687 * Add examples for cyrus_sasl to conf.d/auth/30_exim4-config_examples.
2688 Thanks to Juergen Kreileder. (mh) Closes: #299732
2689 * remove --dry-run from 10_daemon_close_fds.dpatch so that failures
2690 to patch cause failure. Thanks to Gergely Nagy, and apologies for
2691 blaming it on dpatch (see #297670). (mh)
2692 * remove ACL example file, incorporate DNSBL examples (without
2693 actual DNSBL domains) into main config. The example file hasn't been
2694 updated in ages, and the main config file has become quite
2695 sophisticated by itself. (mh)
2696 * add example authenticators for courier authdaemon. (mh)
2697 * have exim4-base recommend psmisc. Thanks to Thiemo Seufer.
2698 (mh) Closes: #299858
2699 * apply upstream patch fixing fallback handling. Thanks to Laurent Fousse.
2700 (mh) Closes: #296492
2701 * add patch to allow building on kfreebsd-gnu. Thanks to Robert
2702 Millan. (mh) Closes: #300967
2703 * remove 10_daemon_close_fds since this might close FDs which might
2704 be used by other libraries such as libnss-ldap. Thanks to Antonio
2705 Kanouras for reporting and testing, and to Florian Weimer for
2706 debugging. To avoid #297607 from happening again, use db_stop in
2707 exim4-config.config and coordinate with the d-i team. Thanks to
2708 Frans Pop for testing. (mh) Closes: #299051
2709 * make pidfile paths in init script variables. (mh)
2710 * Update bs (Bosnian) debconf templates. Thanks to Safir Secerovic.
2711 (mh) Closes: #301940
2712 * Fix update-exim4.conf to actually remove the DEBCONF stuff from
2713 configuration. Thanks to Jason Spiro. (mh)
2714 * correctly translate an empty debconf option visiblename to an
2715 _unset_ qualify_domain, not a qualify_domain set to the empty string.
2716 Thanks to Miquel van Smoorenburg. (mh) Closes: #302060
2717 * update-exim4.conf ignored the setting of dc_use_split_config and
2718 always used the data from split config for conftype none. (am)
2719 * Document #301988 (base-config) in README.Debian to offer an
2720 explanation for a long delay restarting exim right after Debian
2721 installation. (mh)
2722 * Fix exim4-config.NEWS and exim4-config.postinst, documenting the
2723 mailname change there. This should act as a heads-up to people who
2724 do funky things with their ue4.conf.conf which might overwrite the
2725 fixup intrduced by the maintainer script. Thanks to Vincent
2726 Lefevre. (mh) Closes: #301906
2727 * Make Maildir location configurable via exim macro. Thanks to
2728 Frederic Lehobey. (mh) Closes: #302215
2729 * pull update-exim4.conf.conf file name in shell variables
2730 * liberally use .ifdef in conf.d files which changed in this release
2731 anyway. This is part of the process to fix #297603. (mh)
2732 * Adapt formatting policy to conf.d files which were changed. (mh)
2733 * Improve on Debconf documentation in update-exim4.conf.conf and
2734 the configuration templates. This partly addresses #289959. (mh)
2735 * re-work ue4.conf man page, also addressing #289959. (mh)
2736 * add a comment about caseless postmaster to
2737 conf.d/router/400_exim4-config_system_aliases. (mh)
2738 * print script name and parameters when debugging. (mh)
2739 * update-exim4.conf now gives a better error message if
2740 ue4.conf.conf does not exist. (mh)
2741 * ue4.conf.template: If a relative output path is given, actually
2742 put the file there and not in a path relative to
2743 /etc/exim4/conf.d. (mh)
2744
2745 -- Marc Haber <mh+debian-packages@zugschlus.de> Sun, 3 Apr 2005 07:20:17 +0000
2746
2747 exim4 (4.50-4) unstable; urgency=low
2748
2749 * fix 10_daemon_close_fds.dpatch to actually apply again. Sheesh.
2750 Thanks to Joey Hess. (mh) Closes: #297607
2751
2752 -- Marc Haber <mh+debian-packages@zugschlus.de> Wed, 2 Mar 2005 07:38:52 +0000
2753
2754 exim4 (4.50-3) unstable; urgency=low
2755
2756 * actually enable dlopen patch, show this in package descriptions.
2757 Thanks to Andrej KOLESNIKOV. (mh) Closes: #297282
2758 * Have exim4-config conflict with -daemon (<<4.50), as we use
2759 submission/sender_retain which is not supported by earlier daemons.
2760 Thanks to Echo Nolan. (mh) Closes: #297501
2761
2762 -- Marc Haber <mh+debian-packages@zugschlus.de> Tue, 1 Mar 2005 06:45:26 +0000
2763
2764 exim4 (4.50-2) unstable; urgency=low
2765
2766 * now use WITH_OLD_DEMIME as discussed on pkg-exim4-devel. (mh)
2767 * postinst: add "This is a Debian specific file" to ue4.c.c. (mh)
2768 * fix exim.8 manpage to point to exim4 instead of exim.
2769 (mh) Closes: #296864
2770 * fix update-exim4.conf.8 man page to correctly document that
2771 multiple smarthosts are supported and non-SMTP ports are not. Thanks
2772 to Dan Jacobson. (mh) Closes: #283560
2773 * Add --output option to update-exim4.conf.template. Thanks to Marc
2774 Sherman. (mh/am) Closes: #296597
2775 * Compile with cyrus_sasl authentication mechanism, add libsasl2-dev to
2776 Build-Depends. Thanks to Sean Middleditch and Gergely Risko. (mh)
2777 Closes: #296203, #292906.
2778 * document that dc_localdelivery does not have a corresponding
2779 Debconf option.
2780 * Introduce ue4c_comments for /etc/exim4/update-exim4.conf.conf to
2781 set default for keepcomments/removecomments from the config file.
2782 Thanks to Greg Folkert. (mh) Closes: #295735
2783 * Use "control = submission/sender_retain" to fixup relayed messags instead
2784 of only adding a Message-ID with a warn-statement. (am) Closes: #285235
2785 * Add force-stop to the init script. Thanks to Jari Aalto. (mh)
2786 Closes: 271686
2787 * tighten local parts checks. Thanks to Jari Aalto. (mh) Closes: #273302
2788
2789 -- Marc Haber <mh+debian-packages@zugschlus.de> Sun, 27 Feb 2005 16:33:05 +0000
2790
2791 exim4 (4.50-1) experimental; urgency=low
2792
2793 * new upstream version
2794 * kill exiscan patch as it is now included upstream
2795 * deliver configuration which will compile daemon-heavy with the
2796 built-in exiscan
2797 * convert package to svn on svn.debian.org with a debian/-only
2798 layout. (mh)
2799 * remove 37_kbsd-gnu patch on bug submitter's request (doesn't apply
2800 cleanly). (mh)
2801 * fix bad German translation of a debconf template. Thanks to Hanno
2802 Wagner. (mh) Closes: #291671
2803 * allow option passing to updatex-exim4.conf from init script.
2804 Thanks to Stephen Gran. (mh) Closes: #285973
2805 * change commented out example for reverse DNS RCPT check to catch
2806 deferrals as well. Thanks to Marc Sherman. (mh) Closes: #291832
2807 * Update ko (Korean) debconf templates. Thanks to Seo Sanghyeon.
2808 (mh) Closes: #292607
2809 * Update sq (Albanian) debconf templates. Thanks to Elian Myftiu.
2810 (am) Closes: #284529
2811 * New gl (Galician) debconf templates. Thanks to Jacobo Tarrío.
2812 (mh) Closes: #295562
2813 * use #!/bin/bash in reportbug script as a quick fix until #294954
2814 is fixed one way or the other in reportbug.
2815 * Minor fix to de (German) debconf templates. Thanks to Dennis
2816 Stampfer. (mh) Closes: #294815
2817 * add bad hack authenticator to support outlook express 4.xx. (mh)
2818 * streamline server authenticator names. (mh)
2819 * 60_convert4r4.dpatch: patch convert4r4 to prevent execution of the
2820 script without people reading a prominent warning. (mh)
2821 * re-work debian/control again, pointing people towards
2822 pkg-exim4-users to make upstream a little bit less unhappy.
2823
2824 -- Marc Haber <mh+debian-packages@zugschlus.de> Fri, 18 Feb 2005 15:31:12 +0000
2825
2826 exim4 (4.44-2) unstable; urgency=low
2827
2828 * re-work debian/control to make lintian happy, make descriptions
2829 more orthogonal. (mh)
2830 * kill build-conflicts on libperl-dev (=5.8.4-1). (mh)
2831
2832 -- Andreas Metzler <ametzler@debian.org> Thu, 27 Jan 2005 13:45:45 +0100
2833
2834 exim4 (4.44-1) experimental; urgency=low
2835
2836 * New upstream bugfix-only release (exiscan-acl 4.44-28).
2837 - Fixes eximstats' generation of pie charts by volume. (Closes: #286074)
2838 - Reset the locale to "C" after calling embedded Perl. (Closes: #283538)
2839 - includes 66_cipherpreferences.dpatch,
2840 66_can2005-0021_can2005-0022.dpatch, 65_tidydb-spool.dpatch,
2841 62_statvfs.dpatch.
2842 * Fix (commented) example for AUTH LOGIN with saslauthd (Thanks, Maik
2843 Broemme). (Closes: #291205)
2844 * tl (Tagalog) translation of debconf templates by eric pareja.
2845 (Closes: #291184)
2846 * Use db4.2. (Closes: #258311)
2847
2848 -- Marc Haber <mh+debian-packages@zugschlus.de> Sun, 23 Jan 2005 15:42:20 +0000
2849
2850 exim4 (4.43-4) unstable; urgency=low
2851
2852 * Change update-exim4.conf to again generate a valid return_path (instead
2853 of defering any mail to remote systems) if dc_hide_mailname='true'.
2854 (Closes: #290954)
2855 * Fix typo in changelog and exim4-config's NEWS.
2856 * Some changes (most notably changing the interfaces exim listens on)
2857 require restarting exim instead of just sending HUP. Change documentation
2858 and exim4-config.config accordingly. (Closes: #290945)
2859
2860 -- Andreas Metzler <ametzler@debian.org> Tue, 18 Jan 2005 12:57:58 +0100
2861
2862 exim4 (4.43-3) unstable; urgency=low
2863
2864 * Now that 4.44 is released upload 4.43 to unstable. ;-) Merge experimental
2865 and unstable changelog.
2866 * More lintian overrides. ("X" in eximon4's description has to be capital,
2867 and we take care to only use settitle if it is available.
2868 * make nullmailer setup and the way we use mailname a lot more sensible,
2869 attacking #244095 and #280207:
2870 - mailname is not implicitely made a local domain, instead it is listed
2871 explicitly in dc_other_hostnames, where users can easily remove it
2872 from. (This is basically what postfix does, too.) When upgrading
2873 existing installations mailname is automatically added _once_ to
2874 dc_other_hostnames, on fresh installations mailname is the default
2875 value of dc_other_hostnames. We store the fact that we have added
2876 mailname to dc_other_hostnames in $dc_mailname_in_oh in
2877 update-exim4.conf.conf.
2878 - Make exim work correctly if dc_readhost ("visible, rewritten domain name
2879 for local users") ends up as part of local_domain, which happens if
2880 the same value is chosen for mailname and dc_readhost. This
2881 implemented by new router, hub_user_smarthost. Previously users were
2882 required to use something different (my.invalid.domain) for mailname.
2883 - Special thanks to Christian Perrier for taking care of the
2884 template translation updates.
2885 * We did not substitute the current value into the debconf templates with
2886 db_subst but showed the old ones from the previous debconf run.
2887 * /etc/exim4/email-addresses is ignored now, please use /etc/email-addresses!
2888 * Bosnian (bs.po) translation is complete (Thanks Adis Nezirovic).
2889 * Includes de.po change suggested in #286525.
2890 * One-line fix for incorrect fi.po translation by Kalle Olavi Niemitalo.
2891 (Closes: #288930)
2892
2893 -- Andreas Metzler <ametzler@debian.org> Sat, 15 Jan 2005 19:38:16 +0100
2894
2895 exim4 (4.43-2) experimental; urgency=low
2896
2897 * Resync against sarge/sid (4.34-10).
2898 * Translation updates:
2899 - he (Hebrew) by Lior Kaplan (am) (Closes: #281249)
2900 * cy (Welsh) translation of debconf templates by Dafydd Harries.
2901 (am) (Closes: #282731)
2902 * sq (Albanian) translation of debconf templates by Elian Myftiu. (am)
2903 (Closes: #284529)
2904 * allow arbitrary Sender: and envelope headers in locally submitted
2905 messages, no longer force them to be the local account name at the
2906 local host name. (mh)
2907 * delete /var/spool/exim4/gnutls-params in cron.daily. (mh)
2908 (Closes: #224269)
2909 * run debian/rules update-mtaconflicts. (mh)
2910 * remove outdated info from README.SMTP-AUTH and clarify corresponding
2911 comments in configuration file (Closes: #281249). (am)
2912 * Add an example for AUTH LOGIN using saslauthd. (Closes: #276450). (am)
2913 * exim4-base.cron.daily: Use find | xargs -0r (Closes: #279205). (am)
2914 * Document /etc/email-addresses in README.Debian (Closes: #276958) (am).
2915 * exim_tidydb did not work properly with split spool directory. (am)
2916 * Make exim prefer stronger ciphers. (AES_256 AES_128 3DES ARCFOUR).
2917 * Make the prefered local transport (maildir/mailspool) configurable in
2918 update-exim4.conf.conf, attacking #250980. Document this, therefore
2919 (Closes: #274597) (am)
2920 * Move slightly more expensive tests in rcpt ACL further down. (This only
2921 changes commented out example code.) (Closes: #267708)
2922 * Fix 62_statvfs to work with older versions of dpatch. (Closes: #286302)
2923 * Version dpatch build-dependency to safeguard against reintroducing this
2924 bug.
2925 * In comment point out that using saslauthd for SMTP AUTH requires giving
2926 exim privileges to use it.
2927 * New patch 66_can2005-0021_can2005-0022.dpatch from
2928 http://www.exim.org/mail-archives/exim-users/Week-of-Mon-20050103/msg00028.html
2929 fixing two buffer overflows labeled CAN-2005-0021 and CAN-2005-0022
2930 (mh/am).
2931
2932 -- Andreas Metzler <ametzler@debian.org> Thu, 6 Jan 2005 12:33:27 +0100
2933
2934 exim4 (4.43-1) experimental; urgency=low
2935
2936 * targeted for experimental since we need unstable to get new 4.34
2937 versions in sarge. unstable upload will happen as soon as t-p-u is in
2938 working condition.
2939 * New upstream version. (am) (Closes: #274246, #267994)
2940 - no more unescaped hyphens in exim.8. (Closes: #262592)
2941 - no more warnings in exipick.8 (Closes: #277817)
2942 - New option tls_on_connect_ports. (Closes: #265818)
2943 - better documentation about differences in configuring for GnuTLS or
2944 OpenSSL. (Closes: #241725)
2945 - verify = header_sender now respects callout options. (Closes: #260114)
2946 - There is now an overall timeout for performing a callout verification.
2947 (Closes: #261511)
2948 - Less typos in filter.txt. (Closes: #230545)
2949 - New ACL: acl_smtp_predata, useful for greylisting. (Closes: #237947)
2950 * exiscan patch 4.43-28 (mh)
2951 * Use statvsf() instead of statfs(), fixing complete breakage on
2952 alpha/ReiserFS (Closes: #280213). Thanks to John Goerzen for finding and
2953 debugging this. (am)
2954 * Use getconf LFS_CFLAGS instead of hardcoding -D_FILE_OFFSET_BITS=64 to
2955 prevent similar bugs. (am)
2956 * Translation updates:
2957 - tr (Turkish) by Recai Oktas (#281840) (am)
2958 * add lintian and linda overrides to get rid of warnings and errors. (mh)
2959 * delete debian/files from config-custom, make config-custom's
2960 debian/rules delete debian/files on clean. (mh)
2961
2962 -- Marc Haber <mh+debian-packages@zugschlus.de> Sun, 21 Nov 2004 19:26:11 +0000
2963
2964 exim4 (4.34-10) unstable; urgency=high
2965
2966 * urgency high because this upload fixes two minor security issues.
2967 * more documentation for dc_localdelivery in update-exim4.conf.8.
2968 * Move slightly more expensive tests in rcpt ACL further down. (This only
2969 changes commented out example code.) (Closes: #267708)
2970 * Fix 62_statvfs to work with older versions of dpatch. (Closes: #286302)
2971 * Version dpatch build-dependency to safeguard against reintroducing this
2972 bug.
2973 * In comment point out that using saslauthd for SMTP AUTH requires giving
2974 exim privileges to use it.
2975 * New patch 66_can2005-0021_can2005-0022.dpatch from
2976 http://www.exim.org/mail-archives/exim-users/Week-of-Mon-20050103/msg00028.html
2977 fixing two buffer overflows labeled CAN-2005-0021 and CAN-2005-0022
2978 (mh/am).
2979
2980 -- Andreas Metzler <ametzler@debian.org> Wed, 5 Jan 2005 10:39:03 +0100
2981
2982 exim4 (4.34-9) unstable; urgency=low
2983
2984 * Translation updates:
2985 - he (Hebrew) by Lior Kaplan (am) (Closes: #281249)
2986 * cy (Welsh) translation of debconf templates by Dafydd Harries.
2987 (am) (Closes: #282731)
2988 * sq (Albanian) translation of debconf templates by Elian Myftiu. (am)
2989 (Closes: #284529)
2990 * new patch 64_pipeliningfixup pulled from 4.42. Exim was forgetting that it
2991 had advertised PIPELINING for the second and subsequent messages on an
2992 SMTP connection. Thanks to Christoph Barbian. (am) (Closes: #283230)
2993 * allow arbitrary Sender: and envelope headers in locally submitted
2994 messages, no longer force them to be the local account name at the
2995 local host name. (mh)
2996 * delete /var/spool/exim4/gnutls-params in cron.daily. (mh).
2997 * remove outdated info from README.SMTP-AUTH and clarify corresponding
2998 comments in configuration file (Closes: #283568) (am).
2999 * Add an example for AUTH LOGIN using saslauthd. (Closes: #276450) (am).
3000 * exim4-base.cron.daily: Use find | xargs -0r (Closes: #279205) (am).
3001 * run debian/rules update-mtaconflicts
3002 * Document /etc/email-addresses in README.Debian (Closes: #276958) (am).
3003 * exim_tidydb did not work properly with split spool directory. (am)
3004 * Make the prefered local transport (maildir/mailspool) configurable in
3005 update-exim4.conf.conf, attacking #250980. Document this, therefore
3006 (Closes: #274597) (am)
3007
3008 -- Andreas Metzler <ametzler@debian.org> Tue, 7 Dec 2004 12:40:49 +0100
3009
3010 exim4 (4.34-8) unstable; urgency=medium
3011
3012 * The real-life-takes-its-toll-release.
3013 * Use statvsf() instead of statfs(), fixing complete breakage on
3014 alpha/ReiserFS (Closes: #280213). Thanks to John Goerzen for finding and
3015 debugging this.
3016 * Use getconf LFS_CFLAGS instead of hardcoding -D_FILE_OFFSET_BITS=64 to
3017 prevent similar bugs.
3018 * Translation updates:
3019 - tr (Turkish) by Recai Oktas (Closes: #281840)
3020 * new patch 63_nomorecrashongnutlserror pulled from 4.40: "If a server
3021 dropped the connection unexpectedly when an Exim client was using GnuTLS
3022 and trying to read a response, the client delivery process crashed while
3023 trying to generate an error log message." (Closes: #280647)
3024
3025 -- Andreas Metzler <ametzler@debian.org> Sat, 20 Nov 2004 10:52:18 +0100
3026
3027 exim4 (4.34-7) unstable; urgency=low
3028
3029 * Update README.Debian.UUCP (thanks, Andreas Barth) (Closes: #271179)
3030 * The hack to fix the infinite debconf loop on woody (#246742) broke
3031 dpkg-reconfigure. Add an additional [ "reconfigure" != "$1" ] condition to
3032 the abort clause. (Closes: #271864) (am)
3033 * apply patch fixing Italian debconf translation by Danilo
3034 Piazzalunga. (mh) (Closes: #274398)
3035 * ro (Romanian) translation of debconf templates by Eddy Petrisor.
3036 (mh) (Closes: #275414)
3037 * sl (Slovenian) translation of debconf templates by Jure Cuhalev.
3038 (mh) (Closes: #275090)
3039 * uk (Ukrainian) translation of debconf templates by Eugeniy
3040 Meshcheryakov. (mh) (Closes: #273505)
3041 * mk (Macedonian) translation of debconf templates by Georgi
3042 Stanojevski. (mh) (Closes: #275772)
3043 * fix encoding problem in hu.po. Thanks to Christian Perrier. (mh)
3044 * Hebrew translation updated. Closes: #277682 (Lior Kaplan)
3045 * Norwegian Nynorsk translation fixed (commas removed and replaced by
3046 dashes). Closes: #278011 (Christian Perrier)
3047 * Fix commas in Macedonian, Polish, Russian translations which broke the
3048 Choices list the same way they were in Norwegian Nynorsk (Christian
3049 Perrier)
3050 * Fix error in README.SMTP-AUTH, thanks Jari Aalto. (Closes: #276448) (am)
3051 * Make update-exim4.conf more forgiving, working with files that are missing
3052 the final newline. (Closes: #273279) (am)
3053 * Use procmail for delivery if /either/ etc/procmailrc or ~/.procmailrc
3054 exist. (Closes: #267706) (am)
3055 * Shorten overlong template in Catalan (Closes: #277686) (Jordi Mallach) and
3056 Brazilian translation (Closes: #278016) (Andre Luis Lopes)
3057
3058 -- Andreas Metzler <ametzler@debian.org> Sun, 7 Nov 2004 19:56:01 +0100
3059
3060 exim4 (4.34-6) unstable; urgency=low
3061
3062 * Uploaded to test changes before we break tpu.
3063 * zh_TW translation of debconf templates by Tetralet. (Closes: #267524)
3064 * bg (Bulgarian) translation of debconf templates by Ognyan Kulev
3065 (Closes: #267603)
3066 * updated translations:
3067 - nl (Dutch) by Bart Cornelis. (Closes: #268168)
3068 * remove osirusoft from dnsbl examples. Thanks to Greg Kochanski for
3069 noticing. Add dnsbl disclaimer. (mh) (Closes: #269501)
3070 * add an example for exim-adduser. (Thanks to Jonas Meurer for the initial
3071 idea, the commited version is different, though.) (mh/am) (Closes: #267792)
3072 * hr (Croatian) translation of debconf templates by Krunoslav Gernhard
3073 (Closes: #270578)
3074 * Do not remove the Debian-exim user in "exim4-config.postrm purge".
3075 Package dependencies are only effective for packages in status installed,
3076 but it is clearly not sane to remove the user until all exim4-packages
3077 are purged. e.g. this can completely break logrotate (Closes: #270681).
3078
3079 -- Andreas Metzler <ametzler@debian.org> Sat, 11 Sep 2004 10:29:26 +0200
3080
3081 exim4 (4.34-5) unstable; urgency=low
3082
3083 * The let's test the changes before we upload to tpu release.
3084 * updated translations:
3085 - eu (Basque) by Piarres Beobide Egaña. (Closes: #261912)
3086 - ca (Catalan) by Jordi Mallach. (Closes: #264842)
3087 * Fix broken permissions (not readable for group/other) in upstream tarball
3088 in clean target (thanks to Steve Langasek for help with find). This fixes
3089 "dpkg-buildpackage -rsudo && dpkg-buildpackage -rsudo". (Closes: #262607)
3090 * Stop daemon in "exim4-base.postrm remove". - Under specific circumstances
3091 apt seems to purge -base before removing the depending package (-daemon),
3092 therefore the daemon would not be stopped. (Closes: #261994)
3093 * Build against libgnutls11-dev. (Closes: #263665)
3094
3095 -- Andreas Metzler <ametzler@debian.org> Wed, 11 Aug 2004 09:17:35 +0200
3096
3097 exim4 (4.34-4) unstable; urgency=high
3098
3099 * Urgency high because upgrades from woody were broken.
3100 * Exim4 triggers a bug in woody's debconf. - With dialog frontend, invoked
3101 by dpkg-preconfigure you are stuck in a loop, always being asked the same
3102 two questions (split config, and basic configtype) again and again until
3103 you give up and choose split_config=yes although being discouraged from
3104 doing so. I am working around this by making the config-script abort if
3105 debconf is old and we are running in preconfigure mode. (Thanks to Dan
3106 Weber, Adrian Bunk and whoever else wasted brainpower on this.)
3107 (Closes: #246742) (am).
3108 * Arabic (ar.po) translation of debconf templates by the translation team
3109 of Arabeyes.org (Abdulaziz Al-Arfaj). (Closes: #261014)
3110 * Change maintainer address to a mailinglist, add myself to uploaders (am)
3111 * Quote ${dc_mailname} in exim4-config.config. (am)
3112 * Fix grammar error in the original English templates (found by Adam D.
3113 Barratt ages ago). Duplicate fix in .po files.(am)
3114 * Typo/thinko in exim4-config (two 35-clauses) prevented showing a
3115 (unimportant) question for satellite config. Thanks to Fabio Massimo Di
3116 Nitto for finding this.
3117
3118 -- Andreas Metzler <ametzler@debian.org> Tue, 27 Jul 2004 16:38:54 +0200
3119
3120 exim4 (4.34-3) unstable; urgency=low
3121
3122 * updated translations:
3123 - es (Spanish) by Javier Fernández-Sanguino Peña (Closes: #251987). Also
3124 shorten overlong string. (Closes: #251316)
3125 - tr (Turkish) by Recai Oktas, fixing overlong translations.
3126 (Closes: #251932)
3127 - de (German) corrected and scrutinized by Helge Kreutzmann.
3128 (Closes: #254038)
3129 - ru (Russian), too long templates shortened by Dmitry Beloglazov.
3130 (Assuming I read Last-Translator correctly) (Closes: #259148)
3131 * Hebrew (he.po) translation of debconf templates by Lior Kaplan.
3132 (Closes: #254026, #257508)
3133 * introduce .ifndef hacks to allow MESSAGE_SIZE_LIMIT, DCreadhost
3134 and DCsmarthost to be changed by the local admin without having to
3135 change dpkg-conffiles (mh).
3136 * Use byname on the smarthost route list (mh). (Closes: #250367)
3137 * Make build-dependency on libldap2-dev unversioned. This was just a paranoia
3138 measure and the buildds are using this version anyway (am).
3139 * escape some dashes in manpages (am).
3140 * Replace the three test -a/-o with &&/|| constructs, and egrep with grep
3141 -E (am).
3142 * Use symbolic name instead of signal numbers for trap (am).
3143 * Add explanation on missing SPF-support to README.Debian (am).
3144 * remove MESSAGE_SIZE_LIMIT rule from DATA acl, use global
3145 message_size_limit instead. Thanks to Matthias Gärtner for pointing
3146 this out to me (mh).
3147 * Increase MAX_NAMED_LIST to 32 for daemon-heavy (am). (Closes: #253959)
3148 * add a reportbug-script to gather additional information. This way we do
3149 not rely on possibly out of date information in debconf (am).
3150 (Closes: #255645)
3151 * Fix off-by-one error in queryprogram router (am).
3152 * set "tls_tempfail_tryclear = false" on remote_smtp_smarthost transport
3153 (am, Thanks to Dan Jacobson for the suggestion). (Closes: #253931)
3154
3155 -- Andreas Metzler <ametzler@debian.org> Mon, 19 Jul 2004 15:16:28 +0200
3156
3157 exim4 (4.34-2) unstable; urgency=medium
3158
3159 * Urgency medium because CAN-2004-0400 isstill not fixed in testing and
3160 because this version gets almost every single translation up to date.
3161 * Norwegian nynorsk translation of debconf templates by Håvard Korsvoll.
3162 (Closes: #248810)
3163 * fix debug_print in remote_smtp_smarthost transport. (Closes: #248922)
3164 * For minimal_dns update-exim4.conf(8) now tries to find out the primary
3165 hostname itself and hardcodes this value in the generated configuration
3166 file. (Closes: #241475,#248854)
3167 * updated translations:
3168 - ko (Korean) by Changwoo Ryu (Closes: #249026)
3169 - it (Italian) by Danilo Piazzalunga
3170 - lt (Lithuanian) by Gintautas Miliauskas (Closes: #249269)
3171 - ru (Russian) by Nikolai Prokoschenko (Closes: #249298)
3172 - es (Spanish) by Javier Fernández-Sanguino Peña
3173 - nl (Dutch) by Bart Cornelis
3174 - de (German) doublechecked and corrected by Dennis Stampfer
3175 (Closes: #249925)
3176 - fi (Finnish) by Tapio Lehtonen
3177 - nb (Norwegian bokmål) by Klaus Ade Johnstad (Closes: #250344)
3178 * New bugfix by upstream: "drop" in the DATA acl did not send 550 but dropped
3179 the connection immediately.
3180 * add a debian/watch file.
3181 * Catalan (ca.po) translation of debconf templates by Aleix Badia i Bosch.
3182 (Closes: #250113)
3183 * Polish (pl.po) translation of debconf templates by Tomasz Z. Napierala.
3184 (Closes: #250908)
3185 * Rudimentary (5/58) Bosnian debconf templates translation by Safir
3186 Šećerović (Closes: #251137)
3187 * Document why exim tries to make an AAAA lookup at startup and how to stop
3188 this in README.Debian. (Closes: #243822)
3189 * Compile with -fno-strict-aliasing. Exim uses lots of casts that are not
3190 allowed: "(char **)(&foo)" where foo is a pointer to unsigned char
3191 (sourcecode: CSS(foo) with foo being a uchar), which results in lots of
3192 "dereferencing type-punned pointer will break strict-aliasing rules".
3193 Thanks to Andrew Suffield for the explanation.
3194 * exim4-config uses features introduced in 4.33 - conflict with earlier
3195 versions. (Closes: #249550)
3196
3197 -- Andreas Metzler <ametzler@debian.org> Mon, 31 May 2004 10:31:51 +0200
3198
3199 exim4 (4.34-1) unstable; urgency=low
3200
3201 * remove cruft from source
3202 * New upstream version 4.34, exiscan -21
3203 * includes fix for buffer overflow (CAN-2004-0400) fixed in previous
3204 upload
3205 * Again adds a received header before local_scan() is invoked.
3206 * Adds a missing fclose() that was causing scan directories not
3207 to be deleted on NFS spools.
3208 * add debug_print statements on various routers (mh)
3209 * add docs to smarthost router regarding secondary MX setup (see
3210 #248370) (mh)
3211 * don't ask any more for relay_to_domains if configuring for
3212 smarthost and satellite setup. (Closes: #248370) (am)
3213 * straighten out remote_smtp transport by adding remote_smtp_smarthost
3214 and using that in the smarthost router. (mh)
3215 * add hubbed_hosts router for more flexible routing. (mh)
3216 * add update-exim4.conf.template and use it in debian/rules (Closes:
3217 #248338). (mh)
3218 * remove debian/patches/60_upstream_fixes as the fix is already
3219 included upstream now. (mh)
3220 * add README.Debian-accountname (mh)
3221 * updated translations:
3222 - zh_CN (Simplified Chinese) by Carlos Z.F. Liu (Closes: #248464). (mh)
3223 * Temporarily add a Build-Conflicts with libperl-dev 5.8.4-1. - This version
3224 included a dyna-loader incompatible with programs linked against 5.8.3.(am)
3225
3226 -- Andreas Metzler <ametzler@debian.org> Wed, 12 May 2004 22:30:19 +0200
3227
3228 exim4 (4.33-1) unstable; urgency=low
3229
3230 * new upstream version 4.33, exiscan -20:
3231 - includes the patches for rewriting and sighandler.
3232 - new expansion conditions to e.g. match a domain in named domainlist.
3233 * updated translations:
3234 - fr (French) by Christian Perrier (Closes: #245342)
3235 - el (Greek) by Konstantinos Margaritis.
3236 * Document known configuration variables in update-exim4.conf(8).
3237 * Make use of ${if match_domain to get rid of the ugly hack (two transports
3238 and two routers) to rewrite the envelope from.
3239 * Apply fix for verify=header_syntax buffer overflow (CAN-2004-0400).
3240
3241 -- Andreas Metzler <ametzler@debian.org> Thu, 6 May 2004 18:17:05 +0200
3242
3243 exim4 (4.32-2) unstable; urgency=low
3244
3245 * updated translations:
3246 - pt (Portuguese) by Nuno Sénica. (Closes: #244296,#245694)
3247 - el (Greek) by Konstantinos Margaritis (Closes: #244354)
3248 - cs (Czech) by Miroslav Kure (Closes: #244368)
3249 - da (Danish) by Claus Hindsgaul (Closes: #244508)
3250 - it (Italian) by Danilo Piazzalunga (Closes: #245174)
3251 - fr (French) by eric-m(at)wanadoo.fr (Closes: #245342) and Christian
3252 Perrier
3253 - ja (Japanese) by Kenshi Muto (Closes: #245430)
3254 - hu (Hungarian) by VEROK Istvan
3255 - nb (Norwegian Bokmål) by Steinar H. Gunderson
3256 - pt_BR (Brazilian Portuguese) by André Luís Lopes
3257 - ja (Japanese) by Kenshi Muto
3258 - cs (Czech) by Miroslav Kure
3259 - sv (Swedish) by André Dahlqvist (Closes: #245716)
3260 * Basque (eu.po) translation of debconf templates by Piarres Beobide Egaña.
3261 (Closes: #244401)
3262 * Indonesian (id.po) translation of debconf templates by I Gede Wijaya S.
3263 (Closes: #245120), updated (Closes: #245491)
3264 * Turkish (tr.po) translation of debconf templates by Recai Oktas.
3265 (Closes: #245751)
3266 * Slovak translation of debconf templates by Peter Mann (Closes: #245809)
3267 * Add comment in configuration file documenting that effective retry times
3268 depend on _both_ retry-rules and frequency of queue running. Keep
3269 default QUEUEINTERVAL at 30m because running the queue can be quite
3270 expensive and because therespective RFCs suggest 30m as minimal waiting
3271 time. (Closes: #242426)
3272 * Installation over serial console/minicom only has a screen size of 80
3273 characters x 24 lines available. Sigh. Shorten config-type question by
3274 cutting down the introduction. (Closes: #244464). Shorten relay-net
3275 question by replacing a unnecessarily complicated formulation with a
3276 clearer one which closes: #226809.
3277 * Debconf supports masquerading as a different host with rewriting not only
3278 for "satellite" but also for "smarthost" system. (Closes: #229911).
3279 - Introduces another but hopefully last pre-sarge template change.
3280 (This includes final versions of the templates without the dead
3281 references to "satellite" which closes: #229902.)
3282 - Rewrite /this/ stuff at smtp transport time. /etc/email-addresses
3283 rewriting still uses normal rewriting because it always has and because
3284 it is easier to setup.
3285 - This still does not address one basic issue, the misuse of /etc/mailname
3286 for qualifying recipeints because this needs clarification in policy
3287 _and_ changing MUAs to not do this. Therefore I declare this post-sarge.
3288 - Thanks to Chris Cheney for the kick, and to Adam Conrad and Wouter
3289 Verhelst for their help.
3290 * Add two fixes from upstream:
3291 - Change 4.31/55 was buggy and broke sender address rewriting and caching.
3292 - Change 4.24/6 broke the SIGALRM handler with deliver_drop_privilege.
3293 * README.TLS.gz and the actual configuration disagreed (Thanks, Richard
3294 Lamont).
3295 * Fix thinko in update-exim4defaults that made --queuetime a no-op.
3296
3297 -- Andreas Metzler <ametzler@debian.org> Mon, 26 Apr 2004 09:12:23 +0200
3298
3299 exim4 (4.32-1) unstable; urgency=low
3300
3301 * New upstream version 4.32 (exiscan 4.32-17)
3302 - includes the fix for the caching bug and uses MAIL FROM <> as default
3303 value for recipient callouts again.
3304 - new exiscan adds a local "Received:" header to the copy passed to
3305 spamassassin tofix evaluation of DNS lists, compensating for
3306 ChangeLog 4.31/66. (Closes: #242730)
3307 * Remove obsolete reference to auth_over_tls_hosts from documentation.
3308 (Thanks Jonas Meurer)
3309 * Enable SMTP authentication (hosts_try_auth) per default when sending
3310 mail to smarthost. No need to edit the configuration-file anymore if you
3311 just need to forward all mail to a smarthost with AUTH. (Closes: #203307)
3312 * Hungarian translation of debconf templates by VEROK Istvan.
3313 (Closes: #242931)
3314 * remove "exim 3 will stay default MTA for Debian sarge" from
3315 README.Debian as TPTB have decided otherwise. (Closes: #243687).
3316 * Rewrite "Sender:"-header for "satellite" configuration profile, too.
3317 (Closes: #228978)
3318 * Use the normal user account set-up during installation as default
3319 destination for delivery of mail for root. (Joey Hess)
3320 * Shorten exim4/dc_postmaster template to fit on console. (Joey Hess)
3321 (Closes: #242303)
3322 * In template suggest using real-foo to force local delivery.
3323 (Closes: #229909)
3324 * Template changes reviewed by debian-l10n-english. There might still be
3325 more changes, translators should probably wait a little bit longer before
3326 updating the translation.
3327 * On fresh installations smarthost profile only listens on loopback per
3328 default. - There are valid uses of "smarthost" that require listening on
3329 public interfaces but the most common one (dialup) does not.
3330 * Ship README.Debian.UUCP by Andreas Barth in /usr/share/doc/exim4-base. -
3331 This resolves our part of #201153.
3332
3333 -- Andreas Metzler <ametzler@debian.org> Sat, 17 Apr 2004 18:02:42 +0200
3334
3335 exim4 (4.31-2) unstable; urgency=low
3336
3337 * Fix caching bug in recipient callouts. (Nico Erfurth).
3338 * Document removal of local_scan perl-plugin in NEWS.Debian file.
3339 (Closes: #242227)
3340
3341 -- Andreas Metzler <ametzler@debian.org> Mon, 5 Apr 2004 15:55:12 +0200
3342
3343 exim4 (4.31-1) unstable; urgency=low
3344
3345 * New upstream version 4.31 (exiscan 4.31-16)
3346 - Supports CRL (Certificate Revocation List) (Closes: #229063)
3347 - exim_dbmbuild does not crash on _very_ long RHS values.
3348 (Closes: #231597)
3349 - route_list does not use a fixed lenght buffer anymore. (Closes: #231979)
3350 - An empty tls_verify_certificates file is correctly interpreted as empty
3351 list instead of breaking TLS. (Closes: #236478)
3352 * Korean translation of debconf templates by Changwoo Ryu (Closes: #241499)
3353 * Minor changes to rcpt_acl:
3354 * add missing message = qualifiers. (Closes: #240862)
3355 * resync against upstream default, incorporating change 4.23/30, allowing
3356 "/" and "|" in nonlocal addresses.
3357
3358 -- Andreas Metzler <ametzler@debian.org> Mon, 5 Apr 2004 12:00:54 +0200
3359
3360 exim4 (4.30-8) unstable; urgency=low
3361
3362 * remove dc_never_users from /etc/exim4/u-ex.conf.conf and the corresponding
3363 pattern DEBCONFnever_usersDEBCONF from the template. The code is
3364 superfluous since 4.24 introduced FIXED_NEVER_USERS and was broken, user
3365 changes were not preserved. (am)
3366 * Link against libmysqlclient10 instead of libmysqlclient12 to circumvent
3367 symbol-clashes when using PAM with libpam-mysql. (Closes: #235938) (am)
3368 * Dump temporary build-conflict with broken po-debconf. (am)
3369 * Copy ugly passwd-dependency from -base to -config. (am)
3370 * Do not throw away adduser's errormessages. Together with the added
3371 dependency noted above this (Closes: #237657). (am)
3372 * Installed copy of default configuration-file (example.conf) refered to the
3373 temporary install-directory. Ugly hotfix. (Closes: #236483)
3374 * Italian translation of debconf templates by Danilo Piazzalunga.
3375 (Closes: #237500)
3376 * Rewrite generation of /etc/aliases because it was broken when running
3377 under debbian-installer/debootstrap, which installs the packages with
3378 DEBIAN_FRONTEND=nointeractive and reconfigures them later (report by
3379 Florian Effenberger). (am)
3380 Instead of generating it _once_ and touching it never again ask for and
3381 add alias for root if it is missing. Debconf template
3382 exim4/dc_noalias_regenerate is not used any more. (Closes: #237524)
3383 * Norwegian Bokmål translation of debconf templates by Steinar H. Gunderson.
3384 (Closes: #237680)
3385 * Dump local_scan perl-plugin. Upstream development has stopped. (am)
3386 * Maintainer scripts now run with -x if environment variable EX4DEBUG
3387 is set (mh).
3388 * Minor clarifications of debian/README (mh).
3389 * rm -rf Local on debian/rules clean (mh).
3390 * Swedish translation of debconf templates by André Dahlqvist.
3391 (Closes: #238987)
3392 * Portuguese (pt) translation of debconf templates by Nuno Sénica.
3393 (Closes: #239030)
3394 * Lithuanian translation of debconf templates by Kęstutis Biliūnas.
3395 (Closes: #239118)
3396 * Add examples for client certificate-checking by J.H.M. Dassen (Ray)
3397 (Closes: #236609)
3398 * Adapt README.* to /etc/exim4/exim4.conf.template (am)
3399 * Update to exiscan v16
3400
3401 -- Andreas Metzler <ametzler@debian.org> Wed, 24 Mar 2004 15:39:35 +0100
3402
3403 exim4 (4.30-7) unstable; urgency=low
3404
3405 * 4.30-6 was rejected, we use | and || for OR in dependency fields.
3406 * libldap2 now uses GnuTLS10. Follow suit. (Temporarily bumped libldap2-dev
3407 build-dependencies for paranoia's sake.)
3408
3409 -- Andreas Metzler <ametzler@debian.org> Mon, 23 Feb 2004 17:03:58 +0100
3410
3411 exim4 (4.30-6) unstable; urgency=low
3412
3413 * Finnish translation of debconf templates by Tapio Lehtonen.
3414 (Closes: #229792)
3415 * Simplified Chinese translation of debconf templates by Carlos Z.F. Liu.
3416 (Closes: #229910)
3417 * Spanish translation of debconf templates by Javi Castelo. (Closes: #232207)
3418 * To increase robustness set explicit "domains = +local_domains" on all the
3419 routers that are supposed to be handling _only_ local mail (i.e. anything
3420 after dnslookup or smarthost) instead of relying on the no_more.
3421
3422 If the router handling remote addresses was modified by adding a
3423 precondition the address would have wrongly been handled by the later
3424 routers if the precondition failed, breaking at least "verify = sender".
3425 (Closes: #230403) (am)
3426 * In the data ACL add a Message-ID header to mails injected with SMTP from
3427 +relay_from_hosts. (Exim stopped doing this by default in 4.30.) (mh)
3428 * binary-all metapackage exim4 does not depend anymore on exim4-base with
3429 exactly the same version. There is no necessity for dependencies that
3430 strict and it broke both binary NMUs and installability on lagging
3431 architectures. (Closes: #231678) (am)
3432 * Give way to the "I use sid but keep it outdated by not running apt-get
3433 upgrade ever."-fraction. exim4-base now depends on working versions of
3434 passwd i.e. the version in woody or the one that has been in sid
3435 for more than 6 months. (Closes: #230423,#230836,#231111) (am)
3436 * in source-package symlink identical maintainerscripts. (am/mh)
3437 * Ship README.Debian.xinetd, explaning why we do not use (x)inetd and how to
3438 use xinetd properly if you insist. (Closes: #226627)
3439 * Update Build-Depencies to fit the XFree86 4.3 packages.
3440 * Make new lintian happy by quoting section and needs in eximon's
3441 menu-file.
3442
3443 -- Andreas Metzler <ametzler@debian.org> Mon, 23 Feb 2004 15:48:56 +0100
3444
3445 exim4 (4.30-5) unstable; urgency=low
3446
3447 * Only use db_settitle if available (Closes: #226992) (am)
3448 * Up to date debconf translations for all nine supported languages, thanks
3449 to the translators: Miroslav Kure (Czech), Claus Hindsgaul (Danish),
3450 Konstantinos Margaritis (Greek), Christian Perrier (French),
3451 Kenshi Muto (Japanese), Bart Cornelis (Dutch), André Luís Lopes
3452 (Brazilian Portuguese) and Ilgiz Kalmetev (Russian) (am)
3453 * After merging translations split the configtype-template, using the
3454 __Choices trick. I don't think I made any errors because podebconf's
3455 output has not changed. (am)
3456 * Don't use /etc/mailname (DEBCONFvisiblenameDEBCONF) as primary_hostname
3457 for minimaldns option. (Closes: #225477)
3458 * (Re)introduce /etc/exim4/exim4.conf.template as alternative to the
3459 multiple small files in /etc/exim4/conf.d/ and make it the default choice
3460 for fresh installations. This trades in a loss of comfort (you will again
3461 need to merge in each small change manually) for increased stability.
3462 (Closes: #224828) (am)
3463 * Disable piping to programs in /etc/aliases per default, because they would
3464 run as Debian-exim:Debian-exim per default. Add README.system_aliases
3465 suggesting dedicated router/transport pairs (am/mh) (Closes: #228062)
3466 * modify create-custom-package and adapt debian/rules to allow
3467 building multiple named custom packages in a single build. (mh)
3468 * "dpkg-reconfigure exim4-config" actually tells exim4 to read the updated
3469 configuration. (am)
3470 * Use -qqf instead of -qf in the ip-up.d file to force delivery of all
3471 messages over a single SMTP connection. (Closes: #228001)
3472
3473 -- Andreas Metzler <ametzler@debian.org> Wed, 21 Jan 2004 15:09:00 +0100
3474
3475 exim4 (4.30-4) unstable; urgency=low
3476
3477 * Updated Japanese debconf template translation by Kenshi Muto
3478 (Closes: #224584)
3479 * Remove bashism from update-exim4.conf (Closes: #224617) (Jochen Voss)
3480 * Czech translation of debconf templates by Miroslav Kure (Closes: #225713)
3481 * Fix typos in README.Debian. (Closes: #225149) (Vincent Lefevre)
3482 * Replace first, too long debconf question with three short ones (Joey
3483 Hess) (Closes: #222720)
3484 * Use a custom debconf title. (Closes: #222715)
3485 * Greek translation of debconf templates by Konstantinos Margaritis
3486 (Closes: #226844)
3487
3488 -- Andreas Metzler <ametzler@debian.org> Fri, 9 Jan 2004 09:12:07 +0100
3489
3490 exim4 (4.30-3) unstable; urgency=low
3491
3492 * update debian/copyright from NOTICE. (No substantial changes, credits
3493 for new code) (am)
3494 * missing \| made exim4-base.postinst configure hang. (Closes: #224294) (am)
3495 * update-exim4.conf: Don't try chown if not running as root. (mh)
3496 * Remove useless definition of an auth_over_tls_hosts hostlist in
3497 03_exim4-config_tlsoptions. - It was probably a leftover from somebody
3498 running convert4r4. (am)
3499 * Make it possible to override spooldir in another config-file snippet, too.
3500 (Closes: #223973)
3501
3502 -- Andreas Metzler <ametzler@debian.org> Fri, 19 Dec 2003 15:27:50 +0100
3503
3504 exim4 (4.30-2) unstable; urgency=low
3505
3506 * Fix exim4-base.logrotate to create logfiles accessible for the new
3507 exim-user. (Closes: #223860,#223862)
3508 * comment in 03_exim4-config_tlsoptions refered to the user "mail" too.
3509
3510 -- Andreas Metzler <ametzler@debian.org> Sat, 13 Dec 2003 15:01:20 +0100
3511
3512 exim4 (4.30-1) unstable; urgency=low
3513
3514 * Exim now runs under its own uid (Debian-exim) instead of using
3515 mail:mail. (am)
3516
3517 WARNING: You cannot downgrade this version to an older one without
3518 manual chown|chgrp all files owned by Debian-exim to mail.
3519
3520 - control: dependency on adduser and virtual package exim4-config-2 to
3521 force review of external -config packages.
3522 - use a statoverride for passwd.client.
3523 - different postinst scripts:
3524 * adduser.
3525 * chown|chgrp files/directories owned by mail (group|user) to
3526 Debian-exim.
3527 * update-exim4.conf does not exit immidiately if /etc/exim4/exim4.conf
3528 exists AND -o is specified. (Bill Moseley)
3529 * Brazilian Portuguese debconf template translation by André Luís Lopes
3530 (Closes: #219781)
3531 * Dutch debconf template translation by Bart Cornelis (cobaco)
3532 (Closes: #220694)
3533 * Pull Dansk debconf template translation from ddtp.
3534 * Use a macro to make it possible to overide the value of spool_directory
3535 with -DSPOOLDIR=. Needed for mailscanner, (Closes: #221468), suggested by
3536 Matthias Klose.
3537 * enable support for Cyrus saslauthd (package sasl2-bin,
3538 /var/run/saslauthd/mux) for SMTP AUTH against /etc/shadow. (am)
3539 * Christian Perrier has reviewed the debconf-templates and changed them to
3540 follow the "Debconf Templates Style Guide". (Closes: #221838) Thanks to
3541 the (ru|nl|fr|pt_BR) translators for updating their translations.
3542 * New upstream version 4.30 with exiscan 4.30-14 (am)
3543 - option table for -d in exim(8) readable (but not perfect).
3544 (Closes: #214853)
3545 - Messages for configuration errors now include the name of the main
3546 configuration files (Closes: #202136)
3547 - does not reject IPv6 address literals in EHLO/HELO anymore
3548 (Closes: #222521)
3549 * exim4-config.config: support going back to previous *package* when invoked
3550 by base-config 2.0. (Closes: #222773). Suggested by Joey Hess. (am)
3551 * exim4-config now conflicts with non-exim4 packages providing MTA, to keep
3552 dselect from automatically installing it (and -base) on dist-upgrades on
3553 systems that use a different MTA. (mh)
3554 * exim4-base depends on netbase again because exim requires
3555 /etc/services.(mh)
3556 * reindent init-script with two spaces instead of tabs to fit it in 80
3557 chars/line. (Closes: #221458)
3558
3559 -- Andreas Metzler <ametzler@debian.org> Mon, 8 Dec 2003 16:52:32 +0100
3560
3561 exim4 (4.24-3) unstable; urgency=low
3562
3563 * rename create-custom-package to create-custom-config-package (mh)
3564 * add create-custom-package to create renamed exim4-daemon-custom (mh)
3565 * README.TLS: Don't suggest to use commands messing up the local terminal
3566 (Sander Smeenk)
3567 * Pull Dansk debconf translation from ddtp (not yet up to date)
3568 * correct last references to uncompressed /u/s/d/e/README.Debian
3569 (Closes: #216639), also kill references to exim-tls. (Closes: #216979)
3570 (Kevin "Starfox" Arima). (am)
3571 * add exim4-config-medium template package to sources, document (mh)
3572 * Update to exiscan 4.24-13 (bugfix-release).
3573 * Ask about mailname after configtype. (Closes: #217931) (am)
3574 * minor thinko in debconf "local mail only"-config. (am)
3575 * update-exim4.conf: now add comment indicating the source file
3576 (Closes: #202040) (mh)
3577 * add --confdir option to update-exim4.conf (mh)
3578 * add "nodaemon" and "queueonly" option to /etc/default/exim4 and
3579 init script (mh).
3580 * Fix po2debconf on woody systems with old debhelper and po2debconf. (am)
3581 * exim4-config does not depend on exim4-base. (am)
3582 * Use "command -v" to check for existence of invoke-rc.d instead of
3583 hardcoding its path. (am)
3584 * Russian debconf translation by Ilgiz Kalmetev (Closes: #219101)
3585
3586 -- Andreas Metzler <ametzler@debian.org> Tue, 4 Nov 2003 12:18:38 +0100
3587
3588 exim4 (4.24-2) unstable; urgency=low
3589
3590 * Grammar of debconf-templates rectified by Ben Foley.
3591 * Handholded by Denis Barbier I have imported debconf translations from
3592 postfix: fr.po (Philippe Batailler), ja.po (Kenshi Muto), nl.po (Bart
3593 Cornelis) and pt_BR.po (André Luís Lopes). It is just 5 translated
3594 messages, 4 fuzzy translations, but it's a start.
3595 * No more first person in debconf-templates (Adam D. Barratt)
3596 * README.TLS was updated.
3597 * pseudopackage libxaw-dev is gone in sid (and libxaw7-dev is already
3598 available in woody) - Removed from build-depends.
3599 * French debconf translation by Christian Perrier (Thanks for the other
3600 hints, too.)
3601 * Build-Conflict with broken po-debconf (= 0.8.0). (Closes: #215432)
3602 * Add menu-entry for eximon (Artur R. Czechowski) (Closes: #215579).
3603 * Resolve name-clash between client- and server-side authenticators (Bug
3604 found by Rob Ristroph)
3605
3606 -- Andreas Metzler <ametzler@debian.org> Wed, 15 Oct 2003 12:45:49 +0200
3607
3608 exim4 (4.24-1) unstable; urgency=low
3609
3610 * New upstream version
3611 - 55_fixesfrom-4.23.dpatch is not needed anymore.
3612 - most interesting new feature: $acl_xx are now saved with the
3613 message, and can be accessed later in routers, transports, and filters.
3614 - Cannot run deliveries as root anymore. If you don't redirect mail for
3615 root via /etc/aliases or other means to a nonpriviledged account the
3616 mail will be delivered to /var/mail/mail with permissions 0600 and owner
3617 mail:mail. Change to local_user router to keep it from trying to route
3618 mail for root.
3619 * debconf for exim4-config pointed to /u/s/d/e/README.Debian but the
3620 file is available as README.Debian.gz (Closes: #211934)
3621 * exim(8) manpage provides correct NAME section for mailq/runq/... to
3622 generate corresponding whatis/apropos info (Thanks to Dan Jacobson
3623 <jidanni@jidanni.org> for mentioning lexgrog(1))
3624 * polish and crosslink documentation about SMTP AUTH in config-files,
3625 documentation and debconf templates. (Closes: #202920)
3626 * Ship README.SIEVE (Thanks to Ross Boylan)
3627 * Sync some debconf templates against the respective ones in postfix
3628 2.0.16, to limit the work of translators.
3629 * update-exim4defaults/init-script: Add a new value fuer QUEUERUNNER,
3630 "ppp". - Don't run queue by daemon but still run it from
3631 /etc/ppp/ip-up.d/exim4. (Dan Jacobson pointed out that this was very
3632 akward to accomplish with old setup.) update-exim4defaults now exits with
3633 an error if the argument for --queuerunner is invalid.
3634 * Enable gettext-style localisation of debconf templates with
3635 compatibility code for woody
3636 * Add German debconf-translation. (Some strings were copied from Martin A.
3637 Godischs translation of postfix's templates).
3638
3639 -- Andreas Metzler <ametzler@debian.org> Sun, 5 Oct 2003 13:41:30 +0200
3640
3641 exim4 (4.22-5) unstable; urgency=low
3642
3643 * Sorry, this is not 4.23. Tom is on holidays and because 4.23 changes
3644 some ACL code, exiscan needs in depth checking and not just applying the
3645 patch by hand.
3646 * exim4-config conflicts with bash (<< 2.05), because it cannot handle
3647 aliases in functions. This does not necessarily fix dist-upgrades
3648 from potato to sarge because debconf-config might happen before the
3649 new bash is installed but will keep people running potato from
3650 trying to install exim4-config. (Closes: #209720)
3651 * sanitize /usr/sbin/exim4's permissions, building with 007 umask
3652 could have installed it -rws--x--x
3653 * evaluation -oP option for specifying pid-file is broken in 4.22, use fix
3654 from 4.23 (Closes: #210847)
3655 * "warn log_message blah" in DATA acl triggered dumping of full headers
3656 to reject.log, although the message was not rejected by this acl
3657 statement. Take fix from 4.23. (Closes: #208782)
3658 * On cross-upgrades from exim3 unfold lines continued with a backslash
3659 in the old exim3 configuration before trying to parse it to preanswer the
3660 debconf-questions. (Closes: #210404) First instance of using perl in our
3661 maintainer-scripts, but I could not do it with sed.
3662
3663 -- Andreas Metzler <ametzler@debian.org> Fri, 19 Sep 2003 13:55:07 +0200
3664
3665 exim4 (4.22-4) unstable; urgency=low
3666
3667 * Update to exiscan-acl revision -12. (Emergency fix: When you were using
3668 'discard', and it was the last verb affecting a message, the mbox spool
3669 files in the scan directory were not cleaned up.)
3670 * Add syslog2eximlog by Martin Godisch, a script to make logfiles produced
3671 with exim option "log_file_path = syslog" readable for eximstats.
3672 (Closes: #208524)
3673 * Enhance description of -heavy and light a little bit. (Closes: #208404)
3674 * Standards-Version: 3.6.1, no changes required, we already prompt with
3675 debconf.
3676
3677 -- Andreas Metzler <ametzler@debian.org> Thu, 4 Sep 2003 19:19:25 +0200
3678
3679 exim4 (4.22-3) unstable; urgency=low
3680
3681 * Add copright notice of exiscan-acl to debian/copyright.
3682
3683 -- Andreas Metzler <ametzler@debian.org> Wed, 27 Aug 2003 17:49:46 +0200
3684
3685 exim4 (4.22-2) unstable; urgency=low
3686
3687 * Include exiscan-acl patch 4.22-10 http://duncanthrax.net/exiscan-acl/
3688 in -heavy and -custom (Closes: #204698)
3689 * clean up gnutls-params on purge of base-package.
3690
3691 -- Andreas Metzler <ametzler@debian.org> Wed, 27 Aug 2003 12:50:59 +0200
3692
3693 exim4 (4.22-1) unstable; urgency=low
3694
3695 * new upstream version 4.22. Please take a look at README.UPDATING
3696 and NewStuff in /usr/share/doc/exim4-base/
3697
3698 -- Andreas Metzler <ametzler@debian.org> Mon, 18 Aug 2003 16:51:47 +0200
3699
3700 exim4 (4.20-5) unstable; urgency=low
3701
3702 * Fix EHLO/HELO buffer-overflow CAN-2003-0698 (Closes: #205716)
3703 * exim-gencert was using '.' as separator for chown.
3704 * "head -n 1" instead of "head -1" in scripts
3705 * install /etc/exim4/passwd.client as root:mail 0640 (Closes: #205104)
3706 (it needs to be readable for the exim-user or -group, i.e. mail:mail)
3707 * set mode_fail_narrower = false for mail_spool and maildir_home transports
3708 (Closes: #204228)
3709 * Standards-Version: 3.6.0, no changes required.
3710
3711 -- Andreas Metzler <ametzler@debian.org> Sat, 16 Aug 2003 17:40:17 +0200
3712
3713 exim4 (4.20-4) unstable; urgency=low
3714
3715 * CFILEMODE and dc_local_interfaces were not saved in update-exim4.conf.conf
3716 on fresh installations.
3717 * update-exim4.conf: Remove comments _after_ doing DEBCONFpatternDEBCONF
3718 replacement.
3719 * conf.d/auth/30_exim4-config_examples: Fix forced failure of AUTH LOGIN
3720 client on non-encrypted connections.
3721
3722 -- Andreas Metzler <ametzler@debian.org> Tue, 5 Aug 2003 10:38:16 +0200
3723
3724 exim4 (4.20-3) unstable; urgency=low
3725
3726 * hub_user router: set correct .ifdef, remove superficial condition=
3727 * don't generate main/03_exim4-config_neverusers dynamically, use
3728 a DEBCONF_foo pattern that is replaced by up-ex4.conf. exim4 should
3729 now play nicely with readonly /etc.
3730 * Enable exim-filter in .forward per default. (Closes: #201827)
3731 * Enable maildrop-delivery for users with ~/.mailfilter
3732 * Easier setup of client side SMTP authentification:
3733 -short README file.
3734 -passwd.client example shipped in CONFDIR
3735 -30_exim4-config_examples:
3736 +change order, prefer cram-md5.
3737 +enable by default (auth-plain and -login only for TLS protected
3738 connections). They remain inactive while hosts_try_auth is
3739 disabled.
3740 * add comments listing the filename to the files in conf.d that were
3741 changed anyway. Addresses part of 202040.
3742 * remove misleading comments about "bottom of file" or "see below"
3743 from config-snippets. (Closes: #202165)
3744 * Disable orphaned inetd-entries from exim (v3) caused by bugs #202670 and
3745 #182206 in exim4-config's postinst. I'll close #201143 manually.
3746 * Restructure and clarify README.Debian and polish update-exim4.conf(8).
3747 Thanks to Ross Boylan for pushing me in the correct direction.
3748
3749 -- Andreas Metzler <ametzler@debian.org> Thu, 24 Jul 2003 10:29:19 +0200
3750
3751 exim4 (4.20-2) unstable; urgency=low
3752
3753 * update-exim4.conf works without daemon-package (Closes:#195329)
3754 * Add dnslookup_relay_to_domains router for "internet" config to
3755 allow relaying for domains with an MX pointing to an rfc1918
3756 address. (Closes: #198410) (MH)
3757 * update-exim4.conf would hang if one of the subdirectories in conf.d
3758 was empty. (Report and fix by Marc Merlin)
3759 * Build-Depend on libgnutls7
3760 * Preserve comments in update-exim4.conf.conf by first adding missing
3761 items and replacing the values with sed instead of regenerating file
3762 from scratch (Closes: #184099)
3763 * Set return_path_add, delivery_date_add and envelope_to_add for
3764 maildir-transport (Closes: #196178)
3765 * Use email-addresses file in /etc/ instead of in /etc/exim4 as exim3 does,
3766 exim4-config now needs to conflict with exim,exim-tls. We still include
3767 code for evaluating the old file if it exist, but suggest moving the
3768 contents to the new file in NEWS.Debian. postinst will remove old orphaned
3769 file if it is unmodified. (Closes: #197136)
3770 * Set return_fail_output instead of return_output on address_pipe transport.
3771 (Closes: #201280)
3772 * Stop generating rewriting rules dynamically, exim4 accepts any
3773 "address-list" item as source-pattern for rewriting. (Changelog entry
3774 obfuscated on purpose, read exim4debian for painful details.). Remove old
3775 dynamically generated files in postinst if they were managed by upex4conf.
3776 * daemon-light supports TLS (Closes: #193596)
3777
3778 -- Andreas Metzler <ametzler@debian.org> Wed, 16 Jul 2003 13:36:27 +0200
3779
3780 exim4 (4.20-1) unstable; urgency=low
3781
3782 * New upstream
3783 * Standards-version 3.5.10 (no changes required)
3784 * The doc packages have got new sane names - update Suggests.
3785 * Fix a endless loop (currently ownly showing when upgrading from old
3786 experimental packages) - Thanks to Marc Langer for the report.
3787 * introduce ${Upstream-Version} as substitution variable for
3788 debian/control (MH)
3789 * Make dependencies less strict, *-daemon-* 12.34-1 can be installed with
3790 -base 12.34-5.
3791
3792 -- Andreas Metzler <ametzler@debian.org> Mon, 19 May 2003 14:14:16 +0200
3793
3794 exim4 (4.14-1) unstable; urgency=low
3795
3796 * Upload to sid (Closes: #179066)
3797 * Ship an (empty) acl_check_data with commented out examples. Add
3798 Infrastructure to ease their activation. (MH)
3799
3800 -- Andreas Metzler <ametzler@debian.org> Fri, 16 May 2003 18:02:46 +0200
3801
3802 exim4 (4.14-0.6) experimental; urgency=low
3803
3804 * Don't link to gnutls' (tasn,gcrypt) dependencies directly
3805 (Closes: #193018)
3806 * fix AUTH PLAIN server side example to work if the data is not given
3807 in initial-response (exim-bug 193094)
3808 * ACL-updates (MH)
3809
3810 -- Andreas Metzler <ametzler@debian.org> Wed, 14 May 2003 12:16:06 +0200
3811
3812 exim4 (4.14-0.5) experimental; urgency=low
3813
3814 * updated version of dlopen patch (Marc Merlin)
3815 * don't regenerate files managed by update-exim4.conf on package
3816 updates if the local admin had deleted them.
3817 * replace the listenonpublic yes/no question with one that allows one to
3818 specify on which interfaces to listen to (Closes: #190498)
3819 * new dc-question for dial-on-demand-users to minimize DNS lookups
3820
3821 -- Andreas Metzler <ametzler@debian.org> Thu, 1 May 2003 16:03:59 +0200
3822
3823 exim4 (4.14-0.4) experimental; urgency=low
3824
3825 * Renamed conf.d files from *exim4-base* to *exim4-config* since
3826 they can now be found in the exim4-config package.
3827 WARNING, this breaks updates. After installation, execute
3828 something like the following bash snipped to rename your files:
3829 for i in `find . -name *exim4-base*`; do mv $i ${i/exim4-base/exim4-config}; done
3830 (MH)
3831 * Include more sophisticated check_rcpt ACL, include documentation,
3832 include even more sophisticate check_rcpt ACL in
3833 /u/s/d/e4-config/examples/acl. (MH)
3834 * update-exim4.conf now filters out consecutive empty lines (MH)
3835 * make update-exim4.conf's behaviour for configtype=none more consistent,
3836 respect CFILEMODE and --removecomments. (Thanks to Marc Merlin)
3837 * add warning about editing /etc/exim4/exim4.conf in place (Marc Merlin)
3838 * use .rul instead of .disabled to override/disable configfiles in
3839 /etc/exim4/conf.d/ (Suggested by Marc Merlin)
3840 * fix smtp auth client-side examples (Closes: #188828), thanks to Karl
3841 M. Hegbloom for the bug report (AM)
3842 * add @DPATCH@-tag to patches, as required by dpath-edit-patch in
3843 dpatch 1.17 (AM)
3844
3845 -- Andreas Metzler <ametzler@debian.org> Fri, 25 Apr 2003 12:37:50 +0200
3846
3847 exim4 (4.14-0.3) experimental; urgency=low
3848
3849 * add '|| true' to every call of db_input. (Thanks to Pierfrancesco Caci for
3850 the bugreport.) (Closes: #187008)
3851 * Don't set received_header_text in 02_exim4-base_options, use upstream's
3852 default.
3853 * renumber routers to have more space for local customization.
3854 WARNING WARNING upgrade is broken, execute this in
3855 /etc/exim4/conf.d/router to get rid of the superfluous files:
3856 mv 20_exim4-base_domain_literal 100_exim4-base_domain_literal
3857 mv 22_exim4-base_primary 200_exim4-base_primary
3858 mv 24_exim4-base_real_local 300_exim4-base_real_local
3859 mv 26_exim4-base_system_aliases 400_exim4-base_system_aliases
3860 mv 28_exim4-base_hubuser 500_exim4-base_hubuser
3861 mv 30_exim4-base_userforward 600_exim4-base_userforward
3862 mv 32_exim4-base_procmail 700_exim4-base_procmail
3863 mv 34_exim4-base_maildrop 800_exim4-base_maildrop
3864 mv 36_exim4-base_local_user 900_exim4-base_local_user
3865 * add *syntax_errors* directives to userforward router, to use partially
3866 valid .forward files instead of skipping them. (Marc Haber)
3867 * update mysql build-depends
3868
3869 -- Andreas Metzler <ametzler@debian.org> Wed, 9 Apr 2003 16:19:46 +0200
3870
3871 exim4 (4.14-0.2) experimental; urgency=low
3872
3873 * upstream fix for crash with AUTH PLAIN
3874 * upgrade to policy 3.5.9.0 (CFLAGS in debian/rules)
3875 * Add (maildir) transport for handling file addresses generated by
3876 alias or .forward files if the path ends in "/", enabled for .forward per
3877 default, but not for /etc/aliases. Thanks to Andreas Horter.
3878 * add debconf question to move files from exim3 spool to exim4 spool
3879 * run exim_tidydb as mail:mail using start-stop-daemon
3880 * Make manpages UTF-8 compatible with nicer quotes and escaped dashes.
3881 * fakeroot debian/rules builddaemonpackages=exim4-daemon-custom \
3882 buildbasepackages=no binary produced a broken exim4-config package.
3883 (Bug found by Soren Andersen)
3884 * introduce new replacement item DEBCONFpackageversionDEBCONF holding
3885 the complete version number, might be useful for Received headers (Marc
3886 Haber)
3887
3888 -- Andreas Metzler <ametzler@debian.org> Thu, 27 Mar 2003 17:04:02 +0100
3889
3890 exim4 (4.14-0.1) experimental; urgency=low
3891
3892 * New upstream version
3893 * 20_fix.lsearch.dpatch not needed anymore
3894 * use new feature .ifdef instead of simulating it with condition=...
3895 * change priority of exim4-daemon-light to important
3896
3897 -- Andreas Metzler <ametzler@debian.org> Thu, 13 Mar 2003 15:03:41 +0100
3898
3899 exim4 (4.12-0.2) experimental; urgency=low
3900
3901 * instead of generating 22_exim4-base_primary by copying the correct
3902 file into it, use condition=... to select the correct one. Similar
3903 change to 28_exim4-base_hubuser
3904
3905 -- Andreas Metzler <ametzler@debian.org> Thu, 6 Mar 2003 11:55:55 +0100
3906
3907 exim4 (4.12-0.1) experimental; urgency=low
3908
3909 * minimal doc-updates
3910 * init-script: output status-message before starting upex4conf()
3911 * polish smtp-auth examples - don't hardcode passwords in main
3912 configuration file.
3913 * change default file-permissions of configfile to 0644. This can be changed
3914 by setting CFILEMODE in the default file.
3915 * rename debian/patches/*, giving each one an unambiguous number
3916 * ignore private rfc1918 and APIPA addresses in internet router (MH)
3917 * correct info about authorship of dlopen patch
3918 * don't link exim4-daemon-light against PAM (explicitly link it against libdl)
3919 * same_domain_copy_routing = yes for primrout-internet, primrout-satellite
3920 and primrout-smarthost (MH)
3921 * rename debconf.results to update-exim4.conf.conf, add upgrading-magic for
3922 upgrading from 4.12-0 and earlier (marked as REMOVEMEBEFORERELEASE)
3923 * introduce REMOVEMEBEFORERELEASE-tag, grep -r on debian/ will show us all
3924 the cruft that needs to be removed before uploading to unstable.
3925
3926 -- Andreas Metzler <ametzler@debian.org> Wed, 5 Mar 2003 19:03:59 +0100
3927
3928 exim4 (4.12-0) experimental; urgency=low
3929
3930 * removed TODO marker from the copyright file
3931 * version number for first Debian upload
3932 * built i386 binary package on sid
3933
3934 -- Marc Haber <mh+debian-packages@zugschlus.de> Fri, 21 Feb 2003 14:40:42 +0100
3935
3936 exim4 (4.12-0.0.21) experimental; urgency=low
3937
3938 * update copyright
3939 * exim-gencert: generate certificates valid for three years instead 30
3940 days
3941 * remove debian/debconf/exim4.conf.template
3942 * enable LMTP, LOOKUP_NIS and mailstore for daemon-light
3943
3944 -- Andreas Metzler <ametzler@logic.univie.ac.at> Fri, 21 Feb 2003 12:55:40 +0100
3945
3946 exim4 (4.12-0.0.20) experimental; urgency=low
3947
3948 * ship /usr/lib/exim4/exim4 and use it to check whether daemon package
3949 is installed.
3950 * Exim doesn't require a HUP after logrotation. (See spec 44.2) (MH)
3951
3952 -- Andreas Metzler <ametzler@downhill.at.eu.org> Thu, 20 Feb 2003 19:23:45 +0100
3953
3954 exim4 (4.12-0.0.19) experimental; urgency=low
3955
3956 * Ship upstream-changelog only in exim4-base, Symlinks in packages depending
3957 on it. Split off changelog entries up to 3.34-1 to changelog.Debian.old
3958 which is only included in exim4-base. - Spares about 100KB.
3959 * Ship ACKNOWLEDGMENTS in exim4-base docs.
3960 * remove debian/exim4-config.docs, files are already shipped in exim4-
3961 base
3962 * disable some the unneeded dh_* commands from binary-indep target.
3963 * make exim4 a metapackage
3964
3965 -- Andreas Metzler <ametzler@downhill.at.eu.org> Thu, 20 Feb 2003 12:41:17 +0100
3966
3967 exim4 (4.12-0.0.18) experimental; urgency=low
3968
3969 * split off all configuration to exim4-config
3970 * include exim4-config-simple source package
3971 * include script to generate exim4-config source package
3972 * changed distribution to experimental
3973 * Add patch by Phil Hazel to fix lsearch*@ lookups. (AM)
3974 * Remove exim4-daemon-perl; merge it into exim4-daemon-heavy (AM)
3975 * Prepare removal of "exim4" daemon-flavour: Exchange the roles of
3976 "exim4" and "exim4-daemon-light" in debian/rules: build helper
3977 binaries, eximon, et.al. while building exim4-daemon-light. Rename
3978 EDITME.exim4-base.diff to EDITME.exim4.diff. (AM)
3979 -----
3980 WARNING: This breaks your debian/EDITME.exim4-custom.diff, as it was
3981 generated to show the differences to debian/EDITME.exim4-base instead of
3982 EDITME.exim4-light. (AM)
3983 -----
3984
3985 -- Marc Haber <mh+debian-packages@zugschlus.de> Tue, 18 Feb 2003 16:16:45 +0100
3986
3987 exim4 (4.12-0.0.17) unstable; urgency=low
3988
3989 * mv 26_exim4-base_aliases 26_exim4-base_system_aliases (MH)
3990 * mv 30_exim4-base_forward 30_exim4-base_userforward (MH)
3991 * WARNING: upgrades are broken!
3992 -After ugrading delete conffiles no longer in package in directories
3993 below /etc/exim4/conf.d/:
3994 router/26_exim4-base_aliases
3995 router/30_exim4-base_forward
3996 * all file names for transports and routers are now consistent with
3997 Transport/Router defined inside (MH)
3998 * add debug_print to all transports/routers (MH)
3999 * add cut -d\ -f1 to all md5sum calls in pipes (MH)
4000 * add man page for exiqgrep (MH)
4001 * fix typos in exiqsumm and exicyclog man page (MH)
4002 * Don't install exim.8.diff as manpage, apply the patch instead. (AM)
4003
4004 -- Andreas Metzler <ametzler@logic.univie.ac.at> Sat, 15 Feb 2003 16:35:26 +0100
4005
4006 exim4 (4.12-0.0.16) unstable; urgency=low
4007
4008 * Define CONFDIR-macro and use it in update-exim4.conf and some files in
4009 CONFDIR. (AM)
4010 * Enhance update-exim4.conf: remove comments by default, allow to write
4011 output to a different file. (AM)
4012 * update-exim4.conf: check validity of configfile before installing it
4013 * fix breakage with newer md5sum - thanks to Sander (AM)
4014 * check in init-script for smtp-service in inetd that is compatible with
4015 openbsd-inetd's extended syntax (Hubert Chan) (AM)
4016 * Don't link against libwrap, exim3 doesn't either (Alexander Koch) (AM)
4017
4018 -- Andreas Metzler <ametzler@downhill.at.eu.org> Fri, 14 Feb 2003 19:55:54 +0100
4019
4020 exim4 (4.12-0.0.15) unstable; urgency=low
4021
4022 * If exim4/dc_listenonpublic=false add an explaing line to the
4023 resulting configfile instead of a blank-line (Marc Haber)
4024 * In postinst and cronjob make sure that db files are owned by
4025 mail:mail
4026 * Add buzzword convert4r4 to description of "No configuration" profile
4027 * Body of manpage exim_convert4r4: s/convert4r4/exim_convert4r4/g
4028 * Change maintainer, add Marc Haber to Uploaders
4029
4030 -- Andreas Metzler <ametzler@downhill.at.eu.org> Sun, 2 Feb 2003 22:06:06 +0100
4031
4032 exim4 (4.12-0.0.14) unstable; urgency=low
4033
4034 * fix bugs found by Marc Haber:
4035 - search for email-addresses file in /etc/exim4/
4036 - s/hostname -fqdn/hostname --fqdn/
4037 * exim4-base.config: don't grep in /etc/aliases if does not exist yet.
4038 * clear up config-script, using both $mailname and $dc_mailname was
4039 irritating.
4040 * fix wrong logic for aliases generation (= instead of !=)
4041 * fix major breakage of debconf code: config-script is called two times
4042 _before_ postinst writes debconf.results, db_set-commands (for sane
4043 defaults) in the second-run overwrote the answers given by the user.
4044
4045 -- Andreas Metzler <ametzler@downhill.at.eu.org> Sat, 1 Feb 2003 15:06:58 +0100
4046
4047 exim4 (4.12-0.0.13) unstable; urgency=low
4048
4049 * link against GNUTLS
4050
4051 -- Andreas Metzler <ametzler@downhill.at.eu.org> Fri, 31 Jan 2003 16:32:31 +0100
4052
4053 exim4 (4.12-0.0.12) unstable; urgency=low
4054
4055 * clean up at purge: Remove logfiles, ask about removing
4056 undelivered mails in spool directory.
4057
4058 -- Andreas Metzler <ametzler@downhill.at.eu.org> Fri, 31 Jan 2003 13:32:37 +0100
4059
4060 exim4 (4.12-0.0.11) unstable; urgency=low
4061
4062 * clean up update-exim4.conf:
4063 + fix unconditional overwriting 03_exim4-base_neverusers
4064 + one central `tempfile -m...`
4065 + add skeleton function example
4066 * add missing 'set -e' to exim4-base.postrm
4067 * If there are no debconf answers and we are making a cross upgrade
4068 from exim3, try to parse its config file to seed debconf db.
4069
4070 -- Andreas Metzler <ametzler@downhill.at.eu.org> Sun, 26 Jan 2003 12:22:23 +0100
4071
4072 exim4 (4.12-0.0.10) unstable; urgency=low
4073
4074 * Get rid of error messages: don't call chmod/chown in
4075 debconf/update-exim4.conf if the respective files don't exist. Don't try
4076 to kill non running daemons.
4077 * Don't start unconfigured daemon in init script, ie. require either
4078 ${dc_eximconfig_configtype}" != "xnone or existence of handcrafted
4079 /etc/exim4/exim4.conf.
4080 Thanks to Alexander Koch for firmly pushing me this way.
4081 * dc_listenonpublic was overwritten to true in config script.
4082 * Typo in exim4-base.postrm prevented removal of
4083 /etc/exim4/conf.d/router/28_exim4-base_hubuser
4084 * Clean up /var/spool/exim4 properly; at least if there are just empty
4085 directories.
4086 * hub_user was broken because of unescaped $.
4087 * import updated 10_daemon_close_fds.dpatch from Steve.
4088 * only set neverusers if root is aliased somewhere.
4089
4090 -- Andreas Metzler <ametzler@logic.univie.ac.at> Fri, 24 Jan 2003 17:14:13 +0100
4091
4092 exim4 (4.12-0.0.9) unstable; urgency=low
4093
4094 * update-exim4defaults: Fix bugs, add option --init
4095 * /etc/default/exim4 is no conffile anymore, it is generated with
4096 update-exim4defaults.
4097
4098 -- Andreas Metzler <ametzler@logic.univie.ac.at> Fri, 17 Jan 2003 13:39:46 +0100
4099
4100 exim4 (4.12-0.0.8) unstable; urgency=low
4101
4102 * Don't ship now unneeded empty /var/lib/exim4/masquerade and
4103 /var/lib/exim4/email_addresses
4104 * move hub_user router to /etc/e4/c.d/
4105 * move primary-router definition to /etc/e4/c.d/
4106 * code in debian/rules installing /etc/exim4/conf.d/ tree ignores CVS
4107 directories
4108 * WARNING: upgrades from 0.0.6 and 0.0.7 are broken!
4109 -After ugrading delete conffiles no longer in package in directories
4110 below /etc/exim4/conf.d/:
4111 rewrite/30_exim4-base
4112 router/28_exim4-base_hub_user
4113 - replace router/22_exim4-base_primary with a file containg only
4114 the line "# d41d8cd98f00b204e9800998ecf8427e"
4115 run update-exim4.conf afterwards and start daemon.
4116
4117 -- Andreas Metzler <ametzler@logic.univie.ac.at> Tue, 14 Jan 2003 17:44:50 +0100
4118
4119 exim4 (4.12-0.0.7) unstable; urgency=low
4120
4121 * Add configuration file managment code using md5sums stored in the file
4122 itself to update-exim4.conf(8). Use it and move files for evaluation of
4123 /e/e4/email-addresses and the masquerading rules from /var/lib/exim4 to
4124 /etc/. Gets rid of /etc/exim4/conf.d/rewrite/30_exim4-base and its two
4125 .includes.
4126
4127 -- Andreas Metzler <ametzler@downhill.at.eu.org> Tue, 14 Jan 2003 13:05:51 +0100
4128
4129 exim4 (4.12-0.0.6) unstable; urgency=low
4130
4131 * generate up to date manpage for eximstats with pod2man.
4132 * EXPERIMENTAL: Split /etc/exim4/exim4.conf.template to little files
4133 in /etc/exim4/conf.d/ - update docs accordingly.
4134 * fix wrong path in exim4-base.doc-base.spec
4135
4136 -- Andreas Metzler <ametzler@downhill.at.eu.org> Sun, 12 Jan 2003 18:25:40 +0100
4137
4138 exim4 (4.12-0.0.5) unstable; urgency=low
4139
4140 * enhance default-file a lot.
4141 * ship update-exim4defaults(8) - a script to allow other packages to modify
4142 the default-file.
4143
4144 -- Andreas Metzler <ametzler@downhill.at.eu.org> Mon, 6 Jan 2003 23:00:15 +0100
4145
4146 exim4 (4.12-0.0.4) unstable; urgency=low
4147
4148 * Compile perl plugin with -fPIC
4149 * Enable IPv6 support (Andrew Mulholland)
4150 * remove exim4-base.cron.d, it only contained comments (no inetd support).
4151 * enhance default-file: Allow disabling any queue runs and passing
4152 additional options to exim daemon and/or the queuerunner.
4153
4154 -- Andreas Metzler <ametzler@logic.univie.ac.at> Sun, 5 Jan 2003 13:16:37 +0100
4155
4156 exim4 (4.12-0.0.3) unstable; urgency=low
4157
4158 * Keep patches separate to make upgrading easier, using dpatch.
4159 * Rename eximon to eximon4: Otherwise this would force anybody who has
4160 installed eximon and runs exim v3 to switch to exim v4
4161 * Polish package descriptions a little bit.
4162 * Drop Recommends for netbase. We don't support inetd anyway.
4163
4164 -- Andreas Metzler <ametzler@downhill.at.eu.org> Tue, 31 Dec 2002 14:31:14 +0100
4165
4166 exim4 (4.12-0.0.2) unstable; urgency=low
4167
4168 * Actually compile with -O2 (Matthias Klose)
4169 * Apply localscan_dlopen.patch from
4170 http://marc.merlins.org/linux/exim/files/sa-exim-current/ to make it
4171 possible to switch local_scan functions *without* recompiling exim.
4172 * compile local_scan.c perl plugin as shared object that is dlopened,
4173 document this in exim4-daemon-perl's description and doc-directory.
4174
4175 -- Andreas Metzler <ametzler@downhill.at.eu.org> Sat, 21 Dec 2002 14:01:24 +0100
4176
4177 exim4 (4.12-0.0.1) unstable; urgency=low
4178
4179 * New upstream 4.12, a strict maintenance release. Without any new features
4180 (Don't worry - this is the real release i.e. Phil's third shot ;-)
4181
4182 -- Andreas Metzler <ametzler@logic.univie.ac.at> Wed, 18 Dec 2002 12:17:51 +0100
4183
4184 exim4 (4.11-0.0.4) unstable; urgency=low
4185
4186 * Get rid of /usr/lib/exim4/exim (see README.Debian for patched files)
4187 * Use relative paths in debian/eximon.dirs
4188
4189 -- Andreas Metzler <ametzler@downhill.at.eu.org> Tue, 17 Dec 2002 13:40:19 +0100
4190
4191 exim4 (4.11-0.0.3) unstable; urgency=low
4192
4193 * fix dbm lookups (one-line patch to src/search.c)
4194
4195 -- Andreas Metzler <ametzler@logic.univie.ac.at> Fri, 13 Dec 2002 13:38:31 +0100
4196
4197 exim4 (4.11-0.0.2) unstable; urgency=low
4198
4199 * Fresh installs were broken, as the initial test in update-exim4.conf
4200 failed.
4201 * update-exim4.conf exits silently if /etc/exim4/exim4.conf exists.
4202 * don't invoke update-exim4.conf in postinst if configtype=none.
4203
4204 -- Andreas Metzler <ametzler@logic.univie.ac.at> Wed, 11 Dec 2002 16:32:47 +0100
4205
4206 exim4 (4.11-0.0.1) unstable; urgency=low
4207
4208 * New upstream version 4.11:
4209 includes spec und util/* in orig.tar.gz, diff is small again.
4210 see NewStuff items 49 to 57 for new features since snapshot 4.10.13.
4211
4212 -- Andreas Metzler <ametzler@logic.univie.ac.at> Wed, 11 Dec 2002 13:01:07 +0100
4213
4214 exim4 (4.10.13-0.0.4) unstable; urgency=low
4215
4216 * reformat manpages a little bit, start each sentence on a new line, refer
4217 to /usr/share/doc/exim4-base/
4218 * remove the %s from PID_FILE_PATH
4219 * apply debian/fix-pid.issue.patch to fix minor security issue
4220 http://www.exim.org/pipermail/exim-users/Week-of-Mon-20021202/046978.html
4221 * test in init-script for working config before reloading/restarting
4222 (Andreas Piesk)
4223
4224 -- Andreas Metzler <ametzler@downhill.at.eu.org> Thu, 5 Dec 2002 13:04:51 +0100
4225
4226 exim4 (4.10.13-0.0.3) unstable; urgency=low
4227
4228 * update copyright from NOTICE
4229 * Typos in exim(8)
4230
4231 -- Andreas Metzler <ametzler@downhill.at.eu.org> Wed, 4 Dec 2002 10:35:18 +0100
4232
4233 exim4 (4.10.13-0.0.2) unstable; urgency=low
4234
4235 * Fix path for eximon.bin in eximon script (Andreas Piesk)
4236 * Add comments at the head of exim4.conf.template, containing a short
4237 introduction to the configuration scheme.
4238
4239 -- Andreas Metzler <ametzler@downhill.at.eu.org> Tue, 3 Dec 2002 23:52:28 +0100
4240
4241 exim4 (4.10.13-0.0.1) unstable; urgency=low
4242
4243 * Snapshot 4.10.13
4244 * CONFIGURE_FILE=/etc/exim4/exim4.conf:/var/lib/exim4/config.autogenerated
4245 * update update-exim4.conf* and documentation accordingly.
4246 * Generate config.autogenerated with same permissions as
4247 /etc/exim4/exim4.conf.template (it might conatain passwords)
4248 * Add BIG FAT warning at head of autogenerated file.
4249 * don't ship /var/lib/exim4/config.autogenerated, simply remove it on
4250 purge if it exists.
4251
4252 -- Andreas Metzler <ametzler@logic.univie.ac.at> Mon, 2 Dec 2002 12:45:58 +0100
4253
4254 exim4 (4.10.12-0.0.1) unstable; urgency=low
4255
4256 * Upgrade to testing snapshot 4.10.12
4257 * patches accepted/superseded by upstream: exim4-MID-expanded.patch, hmac*,
4258 perl.c.patch
4259 * patches that do not apply cleanly anymore: bV_shows_openssl_version.txt,
4260 daemon_close_fds.txt, gcc_attributes-eximon.diff, gcc_attributes.txt,
4261 tls_common.txt, tls_misc.txt, tls_session_cache.txt.
4262 * minimize changes to scripts/exim_install - use INSTALL_ARG=-no_symlink instead.
4263 * no util/cramtest.pl util/logargs.sh util/unknownuser.sh in upstream
4264 tarball - perhaps only in testing version?
4265
4266 -- Andreas Metzler <ametzler@downhill.at.eu.org> Thu, 28 Nov 2002 16:11:52 +0100
4267
4268 exim4 (4.10-0.srh20.19) unstable; urgency=low
4269
4270 * ship convert4r4 as /usr/sbin/exim_convert4r4 (with manpage)
4271 * eximon does not provides/Conflicts: exim4-daemon
4272 * switch AGAIN *-daemon provides MTA:
4273 - *-daemon depends on -base instead of the other way round
4274 - explicit "conflicts/replaces: exim, exim-tls" for the base package -
4275 these need to add this the other way round, too (TODO).
4276 - move symlinks for sendmail, mailq, rmail, rsmtp and their manpages (+the one
4277 for newaliases) to the daemon-packages.
4278 - no more non-debhelper-generated exim4-base.prerm, simplified
4279 *daemon.postinst
4280 * try to start daemon in postinst no matter whether configtype=none, people
4281 might use it with a handcrafted exim4.conf.
4282 * register /var/lib/exim4/email_addresses for dpkg.
4283
4284 -- Andreas Metzler <ametzler@downhill.at.eu.org> Sun, 24 Nov 2002 15:04:32 +0100
4285
4286 exim4 (4.10-0.srh20.18) unstable; urgency=low
4287
4288 * add "Replaces: exim4-daemon" to all the daemon flavours, needed for
4289 switching.
4290 * Marc Haber:
4291 make exim4-daemon-custom actually work.
4292 building from CVS was broken
4293 clean target missed Local/eximon.conf
4294 * exim-daemon-perl recommends libexim-localscan-perl
4295
4296 -- Andreas Metzler <ametzler@downhill.at.eu.org> Thu, 21 Nov 2002 17:04:54 +0100
4297
4298 exim4 (4.10-0.srh20.17) unstable; urgency=low
4299
4300 * add support for building a customized daemon (exim4-daemon-custom)
4301 * tighten build-depends: official exim4-base linked against db3 won't
4302 work well together with exim4-daemon-custom linked against libdb2
4303 * ship compile time configuration (EDITME-files) in /usd/daemon-flavour.
4304 * use /var/mail instead of /var/spool/mail (#169747)
4305 * make uucp a trusted user. (#169545)
4306
4307 -- Andreas Metzler <ametzler@downhill.at.eu.org> Sun, 17 Nov 2002 23:06:29 +0100
4308
4309 exim4 (4.10-0.srh20.16) unstable; urgency=low
4310
4311 * fix Gecos pattern: 'From: "Andreas Metzler,,," <am...'#
4312 * _big_ update for README.Debian: Document which patches were applied. Short
4313 note about PAM.
4314 * document that the perl flavour won't deliver any mail without
4315 /etc/exim4/local_scan.pl in package description.
4316 * fix examples for server-side SMTP AUTH
4317
4318 -- Andreas Metzler <ametzler@downhill.at.eu.org> Sat, 9 Nov 2002 10:12:34 +0100
4319
4320 exim4 (4.10-0.srh20.15) unstable; urgency=low
4321
4322 * Fix crash with perl 5.8 (threads), thanks to Eckebrecht von Pappenheim
4323 <evp@heise.de>
4324 * perl-package: search local_scan.pl in /etc/exim4 instead of /etc/exim.
4325
4326 -- Andreas Metzler <ametzler@downhill.at.eu.org> Wed, 6 Nov 2002 22:46:12 +0100
4327
4328 exim4 (4.10-0.srh20.14) unstable; urgency=low
4329
4330 * add /etc/default/exim4 (#123184, #95325)
4331 * Don't start a queue runner with cron per default, exim runs as daemon.
4332 * polish config-script: more states, strip blanks.
4333 * Ask whether to bind to all local interfaces or only to localhost with sane
4334 default depending on configtype. (#108853)
4335
4336 -- Andreas Metzler <ametzler@downhill.at.eu.org> Thu, 31 Oct 2002 14:05:50 +0100
4337
4338 exim4 (4.10-0.srh20.13) unstable; urgency=low
4339
4340 * send stdout of logrotate postrotate-script to /dev/null
4341 * polish exim4-base.postinst and exim4-base.templates
4342 * use tcp-wrappers
4343 * simplify update-exim4.conf. There is no need to only add remote_smtp
4344 transport for special configurations. It does not hurt and should make it
4345 easy for users to activate smtp-auth.
4346 * install configration example to examples subdirectory
4347
4348 -- Andreas Metzler <ametzler@downhill.at.eu.org> Tue, 29 Oct 2002 08:42:42 +0100
4349
4350 exim4 (4.10-0.srh20.12) unstable; urgency=low
4351
4352 * linked against external pcre
4353 * clean up a little bit - move all manpages to debian/manpages/
4354 * ship template /etc/exim4/email-addresses
4355 * LFS support (-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE)
4356 * Don't force sender verification by default
4357 * I actually use this version.
4358
4359 -- Andreas Metzler <ametzler@downhill.at.eu.org> Sun, 27 Oct 2002 17:10:16 +0100
4360
4361 exim4 (4.10-0.srh20.11) unstable; urgency=low
4362
4363 * if HUPed exim will rexec itself as /usr/lib/exim4/exim, changing the name
4364 to exim - start-stop-daemon-daemon would not recognize it. Changed
4365 init.script to exec /usr/lib/exim4/exim to set the processname to "exim".
4366 This needs to be deuglified.
4367 * use black magic in daemon-$flavour postinst to only start it there if
4368 switching flavours.
4369 * support for inetd has to wait for sarge+1
4370 * fix description of 'exim4' daemon flavour.
4371
4372 -- Andreas Metzler <ametzler@downhill.at.eu.org> Sat, 26 Oct 2002 11:09:14 +0200
4373
4374 exim4 (4.10-0.srh20.10) unstable; urgency=low
4375
4376 * don't provide symlink /usr/sbin/exim anymore - this broke coinstallation
4377 with uninstalled exim 3 - the exim3-init script started the exim4-daemon.
4378 Ship symlink /usr/lib/exim4/exim -> /usr/sbin/exim4 and set BIN_DIRECTORY
4379 to /usr/lib/exim4. This is a little bit ugly but the alterative would be to
4380 patch 7 files in src.
4381 * the daemon packages conflict with each other by each having
4382 Conflicts/Provides: exim4-daemon
4383 * Add doc base support for spec and filter.txt (bug 165961)
4384 * Switching daemon flavours restarts them.
4385
4386 -- Andreas Metzler <ametzler@balrog.logic.univie.ac.at> Fri, 25 Oct 2002 16:14:44 +0200
4387
4388 exim4 (4.10-0.srh20.9) unstable; urgency=low
4389
4390 * apply exim4-MID-expanded.patch - make domain part of M-ID configurable.
4391 Shipped in debian-subdir so it can be easily patch -R'd before official
4392 debian release.
4393 * set spool to /var/spool/exim4 in EDITME
4394 * remove /var/run/exim4 on purge
4395 * remove /var/(spool|log)/exim4 on purge if empty
4396 * added manpages.
4397 * allow relay for 127.0.0.1 : ::::1
4398 * set host_find_failed = defer for smarthost router and mimick exim3. It
4399 really sucks to get a frozen message and error to the postmaster _every_
4400 time I try to send a message offline.
4401
4402 -- Andreas Metzler <ametzler@downhill.at.eu.org> Thu, 24 Oct 2002 14:00:05 +0200
4403
4404 exim4 (4.10-0.srh20.8) unstable; urgency=low
4405
4406 * info and html doc generated from separate source package - diff is
4407 small
4408 * remove m4 and texinfo from build-depends
4409
4410 -- Andreas Metzler <ametzler@downhill.at.eu.org> Thu, 24 Oct 2002 12:22:56 +0200
4411
4412 exim4 (4.10-0.srh20.7) unstable; urgency=low
4413
4414 * config script as state machine - allows going back!
4415 * hopefully last forgotten entry of /var/{spool,log,run}/exim in postinst
4416 and cron.* fixed.
4417
4418 -- Andreas Metzler <ametzler@downhill.at.eu.org> Thu, 24 Oct 2002 09:16:12 +0200
4419
4420 exim4 (4.10-0.srh20.6) unstable; urgency=low
4421
4422 * generate /etc/aliases with debconf
4423 * remove dpkg-statoverride managment with debconf, ship exim binary as 4755
4424 root:root.
4425 * update debian/copyright from NOTICE.
4426 * add (commented out) maildrop-transport to template
4427 * add (commented out) maildir-transport to template
4428 * Remove some backslashes in template
4429 * Fix *lots of* cut and paste errors, introduced by generating the
4430 configuration template from the debconf_eximconfig perl script.
4431 $local_delivery is wrong, define macro LOCAL_DELIVERY and use it instead.
4432 Remove erranous backslashes.
4433 * Add comments from the example configuration file to template.
4434 * host and domain lists are colon separated.
4435
4436 -- Andreas Metzler <ametzler@downhill.at.eu.org> Mon, 21 Oct 2002 22:37:45 +0200
4437
4438 exim4 (4.10-0.srh20.5) unstable; urgency=low
4439
4440 * new debconf-code:
4441 - shell scripts
4442 - debconf-results are saved (and read from) /etc/exim4/debconf.results
4443 - /etc/exim4/exim4.conf.template is a dpkg-conffile
4444 - update-exim4.conf(8) merges these two files and generates exim's main
4445 configuration file /var/lib/exim4/exim4.conf.
4446
4447 -- Andreas Metzler <ametzler@downhill.at.eu.org> Sat, 19 Oct 2002 19:23:35 +0200
4448
4449 exim4 (4.10-0.srh20.4) unstable; urgency=low
4450
4451 * symlink usr/sbin/exim4 <-> usr/sbin/exim in -base package was wrong.
4452 * move invoke-rc.d to -base package - _it_ contains the init-script
4453 * move stat-overide-stuff to -base package. - The values are filled in _its_
4454 config.
4455 * missing stuff from log/exim4 run/exim4 transition: exim-base
4456 maintainerscripts.
4457 * Daemon-packages have only debconf stuff left as maintainerscripts. How
4458 about letting dh_installinit manage the initscript?
4459 * exim4-base.postrm has no business removing /etc/exim/exim.conf
4460
4461 -- Andreas Metzler <ametzler@balrog.logic.univie.ac.at> Fri, 18 Oct 2002 14:40:46 +0200
4462
4463 exim4 (4.10-0.srh20.3) unstable; urgency=low
4464
4465 * /etc/exim4/...
4466 * fix cronjob: Test for existence of /etc/exim4/exim4.conf - it formerly
4467 tested for exim3's configuration file
4468 * /usr/lib/exim/ --> /usr/lib/exim4/ -- Put eximon.bin there, too.
4469
4470 -- Andreas Metzler <ametzler@logic.univie.ac.at> Fri, 18 Oct 2002 13:43:37 +0200
4471
4472 exim4 (4.10-0.srh20.2) unstable; urgency=low
4473
4474 * more changes:
4475 * /var/log/exim/ --> /var/log/exim4/
4476 * /var/run/exim/ --> /var/run/exim4/
4477 * /etc/init.d/exim --> /etc/init.d/exim4
4478 * Use files named after the real package (exim4-base instead of) exim for
4479 cron and logrotate. - use dh_installlogrotate and dh_installcron
4480 * Don't install exim.8 manpages in daemon packages - symlink is enough, ship
4481 real manpage in base-package. - use dh_installman.
4482 * Get rid of m4-magic - without the alternatives there is no need.
4483
4484 -- Andreas Metzler <ametzler@downhill.at.eu.org> Thu, 17 Oct 2002 23:52:31 +0200
4485
4486 exim4 (4.10-0.srh20.1) unstable; urgency=low
4487
4488 * rename package, replace dependencies.
4489 - src: exim4
4490 - binary exim(-something) --> exim4-something
4491 - Remove Provides: exim - does not make sense anymore, dselect/apt
4492 would take the real exim instead of the provided one.
4493 - Revamp Dependencies and contents
4494 * exim4-base provides/confl/repl: mta and depends on one of *our*
4495 flavours
4496 * each of the flavours only contains only /usr/sbin/exim4 and a manpagelink
4497 exim4--->exim - there is no need to provides/confl/repl: mta, because
4498 we ship no common file with the same name as in the original
4499 exim4-package
4500 - drop alternatives.
4501 - install configuration example to /usr/share/doc/exim4-doc/examples
4502
4503 -- Andreas Metzler <ametzler@downhill.at.eu.org> Thu, 17 Oct 2002 17:58:08 +0200
4504
4505 exim (4.10-0.srh20) unstable; urgency=low
4506
4507 * exim-base.config fixes during testing-- need to run debconf subs in a
4508 list context to get their numeric return code.
4509 * enqueue_question(): $code == 0 is ok too
4510 * main: call fetch_default() not find_default() [when did I last test this?]
4511 * install debconf_eximconfig (!!!!!!)
4512
4513 -- Steve Haslam <araqnid@debian.org> Wed, 16 Oct 2002 21:50:27 +0100
4514
4515 exim (4.10-0.srh19) unstable; urgency=low
4516
4517 * Move the eximon binary into the eximon package!
4518
4519 -- Steve Haslam <araqnid@debian.org> Wed, 16 Oct 2002 19:36:48 +0100
4520
4521 exim (4.10-0.srh18) unstable; urgency=low
4522
4523 * The clean: target now deletes doc/tmp
4524
4525 -- Steve Haslam <araqnid@debian.org> Wed, 16 Oct 2002 18:10:29 +0100
4526
4527 exim (4.10-0.srh17) unstable; urgency=low
4528
4529 * Slave alternatives for "rmail" too.
4530 * Changed libxaw-dev in build-depends to libxaw7-dev | libxaw-dev
4531 * Added libperl-dev and m4 to build-depends
4532
4533 -- Steve Haslam <araqnid@debian.org> Wed, 16 Oct 2002 17:19:40 +0100
4534
4535 exim (4.10-0.srh16) unstable; urgency=low
4536
4537 * Put --exec $DAEMON back on the start-stop-daemon --stop calls, since
4538 start-stop-daemon complains about the process not being found after it
4539 just killed it. (Due to Exim not removing its own pid file?)
4540 * Point slave alternatives at .gz versions of manpages
4541
4542 -- Steve Haslam <araqnid@debian.org> Wed, 16 Oct 2002 16:12:08 +0100
4543
4544 exim (4.10-0.srh15) unstable; urgency=low
4545
4546 * Fix "update-alternatives --remove" invocation.
4547 * Remove alternatives AFTER stopping daemon.
4548 * Use logrotate to cycle logs.
4549 * Manually install logrotate/cron stuff, to call it "exim" instead of "exim-base".
4550 * Install upstream exim.8 manpage, and slave alternatives.
4551
4552 -- Steve Haslam <araqnid@debian.org> Wed, 16 Oct 2002 15:44:56 +0100
4553
4554 exim (4.10-0.srh14) unstable; urgency=low
4555
4556 * dh_installinit: pass --noscripts, put the script invocation etc. in
4557 ourselves. This is still pretty nasty, but ensures that the deamons
4558 are stopped/started themselves, not by exim-base.
4559 * Also, pass --init-script=exim to use /etc/init.d/exim, not
4560 /etc/init.d/exim-base.
4561 * Fix some inconsistencies in the postsinst related to the above that
4562 made lintian scream
4563 * Remove the --exec option when stopping the daemon in the init script,
4564 so that we still stop the daemon if the symlink changed to point to a
4565 different version (hacky).
4566
4567 -- Steve Haslam <araqnid@debian.org> Wed, 16 Oct 2002 14:51:19 +0100
4568
4569 exim (4.10-0.srh13) unstable; urgency=low
4570
4571 * Bah, fix paths of mailq etc. to be in /usr/bin, not /usr/lib
4572
4573 -- Steve Haslam <araqnid@debian.org> Wed, 16 Oct 2002 14:08:45 +0100
4574
4575 exim (4.10-0.srh12) unstable; urgency=low
4576
4577 * The postinsts were totally broken, doing everything off the "install"
4578 target, and nothing off "configure". Since they're all pracitcally the
4579 same, they are now generated from daemon-postinst.m4.
4580 * Fix invocations of dpkg-statoverride (sysuser??)
4581 * Added slave alternatives for mailq, sendmail etc.
4582 * Removed daemon packages conflicting with mail-transport-agent,
4583 although this isn't good-- the deamon packages don't conflict with
4584 each other (they use alternatives to arrange themselves), but do
4585 conflict with other MTAs that install
4586 /usr/lib/sendmail|/usr/sbin/sendmail links. Urnf.
4587 * Similar generation system for prerms as postinsts
4588
4589 -- Steve Haslam <araqnid@debian.org> Wed, 16 Oct 2002 13:47:53 +0100
4590
4591 exim (4.10-0.srh11) unstable; urgency=low
4592
4593 * Urnf, nasty circular dependencies. Removed exim-base's dependency on exim-daemon.
4594 * Fix "use strict" errors in exim-base.config (oops)
4595
4596 -- Steve Haslam <araqnid@debian.org> Wed, 16 Oct 2002 13:10:25 +0100
4597
4598 exim (4.10-0.srh10) unstable; urgency=low
4599
4600 * Patch src/expand.c with HMAC support
4601 * Rename exim-daemon-default package to just "exim", so upgrading works
4602 better, and exim isn't made into a pure virtual package while other
4603 packages depend on it. Moreover, mail-transport-agent is provided by
4604 each of the daemon packages, not exim-base, since having exim-base
4605 alone is not sufficient to have an MTA.
4606 * Each exim daemon package depends on exim-base, not exim.
4607
4608 -- Steve Haslam <araqnid@debian.org> Wed, 16 Oct 2002 12:52:19 +0100
4609
4610 exim (4.10-0.1) unstable; urgency=low
4611
4612 * Heavy changes to build system.
4613 * Split package into:
4614 - exim-base: This package contains all utility programs and
4615 documentation in plain text format.
4616 - exim-daemon-$FOO: (Currently for FOO in light, default, heavy,
4617 perl): Conain only the exim daemon in different configurations
4618 - exim-doc-info: Contains exim documentation in Info format.
4619 - eximon: The X11 monitor for Exim
4620
4621 -- Hilko Bengen <bengen@toplink-plannet.de> Wed, 2 Oct 2002 17:23:04 +0200
4622
4623 exim (4.10-0.srh4) unstable; urgency=low
4624
4625 * exim.c: Show the OpenSSL version number if TLS compiled in and the tls
4626 debug selector enabled.
4627 * exim.postinst et al: Keep the alternatives configured between upgrades
4628 (naughty) since exim-light will fail to start if exim-heavy keywords
4629 are in the config file
4630
4631 -- Steve Haslam <araqnid@debian.org> Fri, 13 Sep 2002 16:08:47 +0100
4632
4633 exim (4.10-0.srh3) unstable; urgency=low
4634
4635 * tls.c: Some debug output changes to verify_callback()
4636 * debconf_eximconfig: add more escaping when writing acl_check_rcpt
4637 * tls.c and others: ${tls_peercn} now expands to the CN part of the
4638 peer's certificate subject when using TLS.
4639 * transports/smtp.c and others: Added tls_verify_hostname option to
4640 verify the hostname we connected to against the CN/subjectAltName
4641 of the peer certificate.
4642
4643 -- Steve Haslam <araqnid@debian.org> Fri, 13 Sep 2002 15:44:07 +0100
4644
4645 exim (4.10-0.srh2) unstable; urgency=low
4646
4647 * exim-heavy.postinst: had duplicate sendmail alternative, removed. Had
4648 a priority the same as exim-light too... increased.
4649 * Replace LOOKUP_CDB=yes in exim-light configuration, since it was in
4650 the Exim 3 package and doesn't bring in any dependencies.
4651 * exim.postinst: delete files from /var/spool/exim/db if they cannot be
4652 read by exim_dumpdb (some DB compatibility lossage)
4653
4654 -- Steve Haslam <araqnid@debian.org> Tue, 3 Sep 2002 13:28:44 +0100
4655
4656 exim (4.10-0.srh1) unstable; urgency=low
4657
4658 * My stab at an Exim 4 package. Features include:
4659 * An exim-heavy package that contains an Exim binary with LDAP,
4660 MySQL, PostgreSQL etc. in, so that the main Exim package's
4661 dependencies are kept thin but users can easily get hold of
4662 the extra lookup types.
4663 * Debconf-based configuration, although it has priority=high
4664 questions, so not completely noninteractive yet, and not
4665 all features of eximconfig have been ported/checked
4666 * Automated conversion of Exim 3 configuration files
4667 (using PH's convert4r4)
4668
4669 -- Steve Haslam <araqnid@debian.org> Tue, 3 Sep 2002 10:20:24 +0100
4670
4671 exim (3.35-1.srh1) unstable; urgency=low
4672
4673 * Reconfigured to include MySQL and PostgreSQL lookups
4674
4675 -- Steve Haslam <araqnid@debian.org> Fri, 9 Aug 2002 15:52:37 +0100
4676
4677 exim (3.35-1) unstable; urgency=low
4678
4679 * New upstream version, fixes buffer overflow (Closes: #135069)
4680 * debian/config: Added receiver_try_verify (Closes: #136276)
4681 * debian/init.d: Use --retry 30 option for start-stop-daemon when
4682 stopping exim (Closes: #136450)
4683 * debian/postinst: "noninteractive" in correct case (Closes: #134379)
4684 * debian/init.d: Use -n option for echo (from patch in #133288)
4685 * debian/exim_lock.8: Manpage for exim_lock - thanks Nick Philips
4686 (Closes: #131679)
4687 * debian/config: Fixed comment on smtp_accept_queue_per_connection
4688 (Closes: #136756)
4689 * debian/exim.8,debian/eximon.8: Fixed hyphenation (Closes: #132068)
4690 * debian/control: Short description improved (Closes: #130698)
4691
4692 -- Mark Baker <mark@mnb.org.uk> Mon, 4 Mar 2002 23:04:52 +0000
4693
4694