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