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