Merge ~mitchdz/ubuntu/+source/exim4:merge-lp2018070-mantic into ubuntu/+source/exim4:debian/sid

Proposed by Mitchell Dzurick
Status: Merged
Merge reported by: Robie Basak
Merged at revision: 3c5b120eb1fea93409bea1b6d1e7e9b114bc3ff3
Proposed branch: ~mitchdz/ubuntu/+source/exim4:merge-lp2018070-mantic
Merge into: ubuntu/+source/exim4:debian/sid
Diff against target: 1622 lines (+1087/-20)
6 files modified
debian/EDITME.exim4-heavy.diff (+0/-12)
debian/changelog (+1000/-0)
debian/control (+3/-2)
debian/debconf/conf.d/acl/30_exim4-config_check_rcpt (+28/-6)
debian/patches/fix_smtp_banner.patch (+55/-0)
debian/patches/series (+1/-0)
Reviewer Review Type Date Requested Status
Lena Voytek (community) Approve
Canonical Server Reporter Pending
Review via email: mp+443355@code.launchpad.net

This proposal supersedes a proposal from 2023-05-22.

Description of the change

PPA - https://launchpad.net/~mitchdz/+archive/ubuntu/exim4-merge-lp2018070

autopkgtest results using mantic
autopkgtest [06:49:43]: test basic: -----------------------]
autopkgtest [06:49:44]: test basic: - - - - - - - - - - results - - - - - - - - - -
basic PASS
autopkgtest [06:49:44]: @@@@@@@@@@@@@@@@@@@@ summary
basic PASS

To post a comment you must log in.
Revision history for this message
Lena Voytek (lvoytek) wrote :

Merge LGTM! Luckily there are no additional remaining changes this time. Maintained changes, changelog entry, and maintainer update all look good. I can sponsor the upload if you would like

review: Approve
Revision history for this message
Mitchell Dzurick (mitchdz) wrote :

Yes a sponsor would be great, thank you!

Revision history for this message
Lena Voytek (lvoytek) wrote :

Done

dput ubuntu ../exim4_4.96-15ubuntu1_source.changes
D: Setting host argument.
Checking signature on .changes
gpg: ../exim4_4.96-15ubuntu1_source.changes: Valid signature from 34B8AD7D9529E793
Checking signature on .dsc
gpg: ../exim4_4.96-15ubuntu1.dsc: Valid signature from 34B8AD7D9529E793
Uploading to ubuntu (via ftp to upload.ubuntu.com):
  Uploading exim4_4.96-15ubuntu1.dsc: done.
  Uploading exim4_4.96-15ubuntu1.debian.tar.xz: done.
  Uploading exim4_4.96-15ubuntu1_source.buildinfo: done.
  Uploading exim4_4.96-15ubuntu1_source.changes: done.
Successfully uploaded packages.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/EDITME.exim4-heavy.diff b/debian/EDITME.exim4-heavy.diff
2index 0a63d8b..26faf78 100644
3--- a/debian/EDITME.exim4-heavy.diff
4+++ b/debian/EDITME.exim4-heavy.diff
5@@ -150,18 +150,6 @@
6
7
8 #------------------------------------------------------------------------------
9-@@ -1056,9 +1059,9 @@
10- # installed on your system (www.libspf2.org). Depending on where it is installed
11- # you may have to edit the CFLAGS and LDFLAGS lines.
12-
13--# SUPPORT_SPF=yes
14-+SUPPORT_SPF=yes
15- # CFLAGS += -I/usr/local/include
16--# LDFLAGS += -lspf2
17-+LDFLAGS += -lspf2
18-
19-
20- #------------------------------------------------------------------------------
21 @@ -1387,7 +1390,7 @@
22 # local part) can be increased by changing this value. It should be set to
23 # a multiple of 16.
24diff --git a/debian/changelog b/debian/changelog
25index fbbb8c2..42dd28c 100644
26--- a/debian/changelog
27+++ b/debian/changelog
28@@ -1,3 +1,21 @@
29+exim4 (4.96-15ubuntu1) mantic; urgency=medium
30+
31+ * Merge with Debian unstable (LP: #2018070). Remaining changes:
32+ - Show Ubuntu distribution in SMTP banner
33+ + d/p/fix_smtp_banner.patch: Show Ubuntu distribution
34+ in SMTP banner.
35+ + Build-Depends on lsb-release to detect Distribution.
36+ - Disable external SPF support to avoid Build-Depends on libspf2-dev
37+ (only available in universe). SPF can still be implemented via
38+ spf-tools-perl, as documented in exim4.conf.template. This reverts
39+ Vcs-Git commit 494f1fe, first released in 4.95~RC0-1.
40+ + d/control: drop Build-Depends on libspf2-dev.
41+ + d/d/c/a/30_exim4-config_check_rcpt: restore SPF logic based
42+ on spfquery.mail-spf-perl from spf-tools-perl.
43+ + d/EDITME.exim4-heavy.diff: disable support for libspf2.
44+
45+ -- Mitchell Dzurick <mitchell.dzurick@canonical.com> Fri, 19 May 2023 13:32:18 -0700
46+
47 exim4 (4.96-15) unstable; urgency=medium
48
49 * Pull from upstream GIT master:
50@@ -7,6 +25,24 @@ exim4 (4.96-15) unstable; urgency=medium
51
52 -- Andreas Metzler <ametzler@debian.org> Wed, 10 May 2023 18:30:35 +0200
53
54+exim4 (4.96-14ubuntu1) lunar; urgency=medium
55+
56+ * Merge with Debian unstable (LP: #2008016). Remaining changes:
57+ - Show Ubuntu distribution in SMTP banner
58+ + d/p/fix_smtp_banner.patch: Show Ubuntu distribution
59+ in SMTP banner.
60+ + Build-Depends on lsb-release to detect Distribution.
61+ - Disable external SPF support to avoid Build-Depends on libspf2-dev
62+ (only available in universe). SPF can still be implemented via
63+ spf-tools-perl, as documented in exim4.conf.template. This reverts
64+ Vcs-Git commit 494f1fe, first released in 4.95~RC0-1.
65+ + d/control: drop Build-Depends on libspf2-dev.
66+ + d/d/c/a/30_exim4-config_check_rcpt: restore SPF logic based
67+ on spfquery.mail-spf-perl from spf-tools-perl.
68+ + d/EDITME.exim4-heavy.diff: disable support for libspf2.
69+
70+ -- Bryce Harrington <bryce@canonical.com> Tue, 21 Feb 2023 19:52:34 +0000
71+
72 exim4 (4.96-14) unstable; urgency=medium
73
74 * Pull from upstream GIT master:
75@@ -51,6 +87,25 @@ exim4 (4.96-10) unstable; urgency=medium
76
77 -- Andreas Metzler <ametzler@debian.org> Mon, 19 Dec 2022 18:23:13 +0100
78
79+exim4 (4.96-9ubuntu1) lunar; urgency=medium
80+
81+ * Merge with Debian unstable. (LP: #1993399) Remaining changes:
82+ - Show Ubuntu distribution in SMTP banner
83+ + d/p/fix_smtp_banner.patch: Show Ubuntu distribution
84+ in SMTP banner.
85+ + Build-Depends on lsb-release to detect Distribution.
86+ - Disable external SPF support to avoid Build-Depends on libspf2-dev
87+ (only available in universe). SPF can still be implemented via
88+ spf-tools-perl, as documented in exim4.conf.template. (LP #1952738)
89+ This reverts Vcs-Git commit 494f1fe, first released in 4.95~RC0-1.
90+ Changes:
91+ + d/control: drop Build-Depends on libspf2-dev.
92+ + d/d/c/a/30_exim4-config_check_rcpt: restore SPF logic based
93+ on spfquery.mail-spf-perl from spf-tools-perl.
94+ + d/EDITME.exim4-heavy.diff: disable support for libspf2.
95+
96+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 08 Dec 2022 12:19:10 -0500
97+
98 exim4 (4.96-9) unstable; urgency=medium
99
100 * Cherrypick three fixes from upstream GIT master:
101@@ -113,6 +168,31 @@ exim4 (4.96-4) unstable; urgency=low
102
103 -- Andreas Metzler <ametzler@debian.org> Sun, 11 Sep 2022 13:38:26 +0200
104
105+exim4 (4.96-3ubuntu2) lunar; urgency=medium
106+
107+ * Rebuild against new perlapi-5.36.
108+
109+ -- Gianfranco Costamagna <locutusofborg@debian.org> Sat, 05 Nov 2022 09:11:59 +0100
110+
111+exim4 (4.96-3ubuntu1) kinetic; urgency=medium
112+
113+ * Merge with Debian unstable. (LP: #1971274) Remaining changes:
114+ - Show Ubuntu distribution in SMTP banner
115+ + d/p/fix_smtp_banner.patch: Show Ubuntu distribution
116+ in SMTP banner.
117+ + Build-Depends on lsb-release to detect Distribution.
118+ - Disable external SPF support to avoid Build-Depends on libspf2-dev
119+ (only available in universe). SPF can still be implemented via
120+ spf-tools-perl, as documented in exim4.conf.template. (LP #1952738)
121+ This reverts Vcs-Git commit 494f1fe, first released in 4.95~RC0-1.
122+ Changes:
123+ + d/control: drop Build-Depends on libspf2-dev.
124+ + d/d/c/a/30_exim4-config_check_rcpt: restore SPF logic based
125+ on spfquery.mail-spf-perl from spf-tools-perl.
126+ + d/EDITME.exim4-heavy.diff: disable support for libspf2.
127+
128+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 14 Jul 2022 10:33:39 +0200
129+
130 exim4 (4.96-3) unstable; urgency=medium
131
132 * Fix error messages of test-groff -b -mandoc -dAD=l -rF0 -rHY=0 -t -w w -z
133@@ -202,6 +282,40 @@ exim4 (4.95-5) unstable; urgency=medium
134
135 -- Andreas Metzler <ametzler@debian.org> Sun, 10 Apr 2022 13:57:43 +0200
136
137+exim4 (4.95-4ubuntu3) kinetic; urgency=medium
138+
139+ * d/p/lp1974214-segfault-smtp-delivery-0{1,2}.patch: Fix segfault when
140+ there's an SMTP delivery attempt following a deferral. (LP: #1974214)
141+
142+ -- Sergio Durigan Junior <sergio.durigan@canonical.com> Fri, 03 Jun 2022 17:37:10 -0400
143+
144+exim4 (4.95-4ubuntu2) jammy; urgency=medium
145+
146+ * d/p/lp1966923-exiqgrep-syntax-error.patch: Fix exiqgrep syntax error,
147+ improve the validation of command-line options and add a new -E option
148+ to allow specifying a binary to be used. (LP: #1966923)
149+
150+ -- Sergio Durigan Junior <sergio.durigan@canonical.com> Wed, 30 Mar 2022 16:45:24 -0400
151+
152+exim4 (4.95-4ubuntu1) jammy; urgency=medium
153+
154+ * Merge with Debian unstable. Remaining changes:
155+ - Show Ubuntu distribution in SMTP banner
156+ + d/p/fix_smtp_banner.patch: Show Ubuntu distribution
157+ in SMTP banner.
158+ + Build-Depends on lsb-release to detect Distribution.
159+ - Disable external SPF support to avoid Build-Depends on libspf2-dev
160+ (only available in universe). SPF can still be implemented via
161+ spf-tools-perl, as documented in exim4.conf.template. (LP #1952738)
162+ This reverts Vcs-Git commit 494f1fe, first released in 4.95~RC0-1.
163+ Changes:
164+ + d/control: drop Build-Depends on libspf2-dev.
165+ + d/d/c/a/30_exim4-config_check_rcpt: restore SPF logic based
166+ on spfquery.mail-spf-perl from spf-tools-perl.
167+ + d/EDITME.exim4-heavy.diff: disable support for libspf2.
168+
169+ -- Utkarsh Gupta <utkarsh@ubuntu.com> Fri, 25 Feb 2022 01:47:15 +0530
170+
171 exim4 (4.95-4) unstable; urgency=low
172
173 * Fix typo in exiqgrep.8.
174@@ -234,6 +348,36 @@ exim4 (4.95-3) unstable; urgency=low
175
176 -- Andreas Metzler <ametzler@debian.org> Thu, 16 Dec 2021 19:26:32 +0100
177
178+exim4 (4.95-2ubuntu3) jammy; urgency=medium
179+
180+ * No-change rebuild for the perl update.
181+
182+ -- Matthias Klose <doko@ubuntu.com> Sun, 06 Feb 2022 14:52:48 +0100
183+
184+exim4 (4.95-2ubuntu2) jammy; urgency=medium
185+
186+ * New delta:
187+ - Disable external SPF support to avoid Build-Depends on libspf2-dev
188+ (only available in universe). SPF can still be implemented via
189+ spf-tools-perl, as documented in exim4.conf.template. (LP: #1952738)
190+ This reverts Vcs-Git commit 494f1fe, first released in 4.95~RC0-1.
191+ Changes:
192+ + d/control: drop Build-Depends on libspf2-dev.
193+ + d/d/c/a/30_exim4-config_check_rcpt: restore SPF logic based
194+ on spfquery.mail-spf-perl from spf-tools-perl.
195+ + d/EDITME.exim4-heavy.diff: disable support for libspf2.
196+
197+ -- Paride Legovini <paride@ubuntu.com> Wed, 01 Dec 2021 11:48:10 +0100
198+
199+exim4 (4.95-2ubuntu1) jammy; urgency=medium
200+
201+ * Merge with Debian unstable (LP: #1946857). Remaining changes:
202+ - Show Ubuntu distribution in SMTP banner
203+ + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
204+ + Build-Depends on lsb-release to detect Distribution.
205+
206+ -- Lena Voytek <lena.voytek@canonical.com> Tue, 09 Nov 2021 10:10:14 -0700
207+
208 exim4 (4.95-2) unstable; urgency=medium
209
210 * 75_30-Avoid-calling-gettimeofday-select-per-char-for-cmdli.patch from
211@@ -308,6 +452,21 @@ exim4 (4.95~RC0-1) experimental; urgency=low
212
213 -- Andreas Metzler <ametzler@debian.org> Mon, 19 Jul 2021 13:10:00 +0200
214
215+exim4 (4.94.2-7ubuntu3) jammy; urgency=medium
216+
217+ * No-change rebuild against libidn12
218+
219+ -- Steve Langasek <steve.langasek@ubuntu.com> Sun, 07 Nov 2021 05:31:31 +0000
220+
221+exim4 (4.94.2-7ubuntu2) impish; urgency=medium
222+
223+ * Merge with Debian unstable. Remaining changes:
224+ - Show Ubuntu distribution in SMTP banner
225+ + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
226+ + Build-Depends on lsb-release to detect Distribution.
227+
228+ -- Miriam Espana Acebal <miriam.espana@canonical.com> Thu, 15 Jul 2021 13:23:50 +0200
229+
230 exim4 (4.94.2-7) unstable; urgency=medium
231
232 * 73_05-Fix-tainted-message-for-fakereject.patch from upstream +fixes
233@@ -354,6 +513,25 @@ exim4 (4.94.2-3) unstable; urgency=medium
234
235 -- Andreas Metzler <ametzler@debian.org> Thu, 13 May 2021 18:53:53 +0200
236
237+exim4 (4.94.2-2ubuntu2) impish; urgency=medium
238+
239+ * No-change rebuild due to OpenLDAP soname bump.
240+
241+ -- Sergio Durigan Junior <sergio.durigan@canonical.com> Mon, 21 Jun 2021 17:47:09 -0400
242+
243+exim4 (4.94.2-2ubuntu1) impish; urgency=medium
244+
245+ * Merge with Debian unstable. Remaining changes:
246+ - Show Ubuntu distribution in SMTP banner
247+ + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
248+ + Build-Depends on lsb-release to detect Distribution.
249+ * Dropped changes:
250+ - debian/patches/sec-202105/*.patch: backport patches from upstream to
251+ correct issues.
252+ [Included in 4.94.2-1]
253+
254+ -- Utkarsh Gupta <utkarsh.gupta@canonical.com> Tue, 11 May 2021 18:25:10 +0530
255+
256 exim4 (4.94.2-2) unstable; urgency=medium
257
258 * Updates from exim-4.94.2+fixes:
259@@ -466,6 +644,28 @@ exim4 (4.94-16) unstable; urgency=medium
260
261 -- Andreas Metzler <ametzler@debian.org> Wed, 17 Mar 2021 13:50:44 +0100
262
263+exim4 (4.94-15ubuntu1.2) hirsute-security; urgency=medium
264+
265+ * SECURITY UPDATE: Multiple security issues
266+ - debian/patches/sec-202105/*.patch: backport patches from upstream to
267+ correct issues.
268+ - CVE-2020-28007, CVE-2020-28008, CVE-2020-28009, CVE-2020-28010,
269+ CVE-2020-28011, CVE-2020-28012, CVE-2020-28013, CVE-2020-28014,
270+ CVE-2020-28015, CVE-2020-28016, CVE-2020-28017, CVE-2020-28018,
271+ CVE-2020-28019, CVE-2020-28021, CVE-2020-28022, CVE-2020-28023,
272+ CVE-2020-28024, CVE-2020-28025, CVE-2020-28026, CVE-2021-27216
273+
274+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Fri, 30 Apr 2021 08:46:21 -0400
275+
276+exim4 (4.94-15ubuntu1) hirsute; urgency=medium
277+
278+ * Merge with Debian unstable (LP: #1916744). Remaining changes:
279+ - Show Ubuntu distribution in SMTP banner
280+ + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
281+ + Build-Depends on lsb-release to detect Distribution.
282+
283+ -- Utkarsh Gupta <utkarsh.gupta@canonical.com> Wed, 24 Feb 2021 17:32:37 +0530
284+
285 exim4 (4.94-15) unstable; urgency=medium
286
287 * Update from exim-4.94+fixes:
288@@ -490,6 +690,15 @@ exim4 (4.94-13) unstable; urgency=medium
289
290 -- Andreas Metzler <ametzler@debian.org> Sat, 30 Jan 2021 14:50:50 +0100
291
292+exim4 (4.94-12ubuntu1) hirsute; urgency=medium
293+
294+ * Merge with Debian unstable. Remaining changes:
295+ - Show Ubuntu distribution in SMTP banner
296+ + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
297+ + Build-Depends on lsb-release to detect Distribution.
298+
299+ -- Bryce Harrington <bryce@canonical.com> Wed, 20 Jan 2021 19:35:04 -0800
300+
301 exim4 (4.94-12) unstable; urgency=medium
302
303 * Update from exim-4.94+fixes:
304@@ -524,6 +733,15 @@ exim4 (4.94-10) unstable; urgency=low
305
306 -- Andreas Metzler <ametzler@debian.org> Sat, 19 Dec 2020 12:03:56 +0100
307
308+exim4 (4.94-9ubuntu1) hirsute; urgency=medium
309+
310+ * Merge with Debian unstable. Remaining changes:
311+ - Show Ubuntu distribution in SMTP banner
312+ + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
313+ + Build-Depends on lsb-release to detect Distribution.
314+
315+ -- Bryce Harrington <bryce@canonical.com> Sat, 07 Nov 2020 01:01:32 +0000
316+
317 exim4 (4.94-9) unstable; urgency=low
318
319 * Update from exim-4.94+fixes:
320@@ -553,6 +771,15 @@ exim4 (4.94-8) unstable; urgency=low
321
322 -- Andreas Metzler <ametzler@debian.org> Thu, 17 Sep 2020 06:54:00 +0200
323
324+exim4 (4.94-7ubuntu1) groovy; urgency=medium
325+
326+ * Merge with Debian unstable. Remaining changes:
327+ - Show Ubuntu distribution in SMTP banner
328+ + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
329+ + Build-Depends on lsb-release to detect Distribution.
330+
331+ -- Sergio Durigan Junior <sergio.durigan@canonical.com> Mon, 24 Aug 2020 16:36:31 -0400
332+
333 exim4 (4.94-7) unstable; urgency=low
334
335 * Update from exim-4.94+fixes:
336@@ -563,6 +790,15 @@ exim4 (4.94-7) unstable; urgency=low
337
338 -- Andreas Metzler <ametzler@debian.org> Fri, 24 Jul 2020 13:31:47 +0200
339
340+exim4 (4.94-6ubuntu1) groovy; urgency=medium
341+
342+ * Merge with Debian unstable. Remaining changes:
343+ - Show Ubuntu distribution in SMTP banner
344+ + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
345+ + Build-Depends on lsb-release to detect Distribution.
346+
347+ -- Sergio Durigan Junior <sergio.durigan@canonical.com> Thu, 13 Aug 2020 13:49:10 -0400
348+
349 exim4 (4.94-6) unstable; urgency=medium
350
351 * Fix typo (missing "S") in REMOTE_SMTP_SMARTHOST_TLS_VERIFY_HOSTS macro.
352@@ -614,6 +850,15 @@ exim4 (4.94-3) unstable; urgency=medium
353
354 -- Andreas Metzler <ametzler@debian.org> Fri, 19 Jun 2020 10:31:26 +0200
355
356+exim4 (4.94-2ubuntu1) groovy; urgency=medium
357+
358+ * Merge with Debian unstable (LP: #1881723). Remaining changes:
359+ - Show Ubuntu distribution in SMTP banner
360+ + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
361+ + Build-Depends on lsb-release to detect Distribution.
362+
363+ -- Bryce Harrington <bryce@canonical.com> Fri, 12 Jun 2020 01:55:28 +0000
364+
365 exim4 (4.94-2) unstable; urgency=low
366
367 * Tighten package interdependencies. With 4.94's daemon avoiding of
368@@ -716,6 +961,15 @@ exim4 (4.93-16) unstable; urgency=medium
369
370 -- Andreas Metzler <ametzler@debian.org> Sat, 09 May 2020 19:10:34 +0200
371
372+exim4 (4.93-15ubuntu1) groovy; urgency=medium
373+
374+ * Merge with Debian unstable. Remaining changes:
375+ - Show Ubuntu distribution in SMTP banner
376+ + Build-Depends on lsb-release to detect Distribution.
377+ + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
378+
379+ -- Sergio Durigan Junior <sergio.durigan@canonical.com> Tue, 05 May 2020 15:37:59 -0400
380+
381 exim4 (4.93-15) unstable; urgency=low
382
383 * Update from exim-4.93+fixes:
384@@ -735,6 +989,15 @@ exim4 (4.93-14) unstable; urgency=low
385
386 -- Andreas Metzler <ametzler@debian.org> Fri, 10 Apr 2020 13:53:34 +0200
387
388+exim4 (4.93-13ubuntu1) focal; urgency=medium
389+
390+ * Merge with Debian unstable. Remaining changes:
391+ - Show Ubuntu distribution in SMTP banner
392+ + Build-Depends on lsb-release to detect Distribution.
393+ + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
394+
395+ -- Bryce Harrington <bryce@canonical.com> Fri, 27 Mar 2020 16:00:03 -0700
396+
397 exim4 (4.93-13) unstable; urgency=medium
398
399 * Update from exim-4.93+fixes:
400@@ -746,6 +1009,15 @@ exim4 (4.93-13) unstable; urgency=medium
401
402 -- Andreas Metzler <ametzler@debian.org> Sat, 21 Mar 2020 11:39:19 +0100
403
404+exim4 (4.93-12ubuntu1) focal; urgency=medium
405+
406+ * Merge with Debian unstable. Remaining changes:
407+ - Show Ubuntu distribution in SMTP banner
408+ + Build-Depends on lsb-release to detect Distribution.
409+ + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
410+
411+ -- Bryce Harrington <bryce@canonical.com> Fri, 13 Mar 2020 14:25:38 -0700
412+
413 exim4 (4.93-12) unstable; urgency=low
414
415 * Update from exim-4.93+fixes:
416@@ -761,6 +1033,15 @@ exim4 (4.93-12) unstable; urgency=low
417
418 -- Andreas Metzler <ametzler@debian.org> Sat, 29 Feb 2020 15:53:44 +0100
419
420+exim4 (4.93-11ubuntu1) focal; urgency=medium
421+
422+ * Merge with Debian unstable. Remaining changes:
423+ - Show Ubuntu distribution in SMTP banner
424+ + Build-Depends on lsb-release to detect Distribution.
425+ + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
426+
427+ -- Bryce Harrington <bryce@canonical.com> Wed, 26 Feb 2020 02:34:11 +0000
428+
429 exim4 (4.93-11) unstable; urgency=medium
430
431 * Update from exim-4.93+fixes:
432@@ -780,6 +1061,15 @@ exim4 (4.93-10) unstable; urgency=medium
433
434 -- Andreas Metzler <ametzler@debian.org> Sat, 01 Feb 2020 11:06:29 +0100
435
436+exim4 (4.93-9ubuntu1) focal; urgency=medium
437+
438+ * Merge with Debian unstable (LP: #1860051). Remaining changes:
439+ - Show Ubuntu distribution in SMTP banner
440+ - Build-Depends on lsb-release to detect Distribution.
441+ - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
442+
443+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Fri, 17 Jan 2020 09:39:13 +0100
444+
445 exim4 (4.93-9) unstable; urgency=medium
446
447 * Add 74_22-Taint-hybrid-checking-mode.patch.
448@@ -899,6 +1189,25 @@ exim4 (4.93~RC3-1) unstable; urgency=low
449
450 -- Andreas Metzler <ametzler@debian.org> Sun, 17 Nov 2019 11:37:15 +0100
451
452+exim4 (4.93~RC2-1ubuntu1) focal; urgency=medium
453+
454+ * Merge with Debian unstable. Remaining changes:
455+ - Show Ubuntu distribution in SMTP banner
456+ + Build-Depends on lsb-release to detect Distribution.
457+ + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
458+ * Dropped:
459+ - SECURITY UPDATE: remote command execution
460+ + d/p/CVE-2019-15846.patch: ensure not to interpret '\\'
461+ before '\0' in src/string.c
462+ + CVE-2019-15846
463+ [Now in upstream as of 4.92.2-1]
464+ - SECURITY UPDATE: heap-based buffer overflow in string_vformat
465+ + debian/patches/CVE-2019-16928.patch: fix overflow in src/string.c.
466+ + CVE-2019-16928
467+ [Now upstream as of 4.92.3-1]
468+
469+ -- Bryce Harrington <bryce@canonical.com> Wed, 13 Nov 2019 18:56:58 -0800
470+
471 exim4 (4.93~RC2-1) unstable; urgency=low
472
473 * New upstream beta version.
474@@ -1055,6 +1364,42 @@ exim4 (4.92.1-2) unstable; urgency=medium
475
476 -- Andreas Metzler <ametzler@debian.org> Wed, 14 Aug 2019 09:25:28 +0200
477
478+exim4 (4.92.1-1ubuntu4) focal; urgency=medium
479+
480+ * No-change rebuild for the perl update.
481+
482+ -- Matthias Klose <doko@ubuntu.com> Fri, 18 Oct 2019 19:27:29 +0000
483+
484+exim4 (4.92.1-1ubuntu3) eoan; urgency=medium
485+
486+ * SECURITY UPDATE: heap-based buffer overflow in string_vformat
487+ - debian/patches/CVE-2019-16928.patch: fix overflow in src/string.c.
488+ - CVE-2019-16928
489+
490+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Sat, 28 Sep 2019 11:05:50 -0400
491+
492+exim4 (4.92.1-1ubuntu2) eoan; urgency=medium
493+
494+ * SECURITY UPDATE: remote command execution
495+ - debian/patches/CVE-2019-15846.patch: ensure not to interpret '\\'
496+ before '\0' in src/string.c
497+ - CVE-2019-15846
498+
499+ -- Alex Murray <alex.murray@canonical.com> Thu, 05 Sep 2019 11:29:48 +0930
500+
501+exim4 (4.92.1-1ubuntu1) eoan; urgency=medium
502+
503+ * Merge with Debian unstable. Remaining changes:
504+ - Show Ubuntu distribution in SMTP banner
505+ + Build-Depends on lsb-release to detect Distribution.
506+ + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
507+ * Dropped:
508+ - d/p/CVE-2019-13917.patch: avoid re-expansion in ${sort } in
509+ src/expand.c.
510+ [Fixed in 4.92.1]
511+
512+ -- Bryce Harrington <bryce@canonical.com> Mon, 12 Aug 2019 19:18:33 -0700
513+
514 exim4 (4.92.1-1) unstable; urgency=low
515
516 * New upstream bugfix release. (4.92.1 is 4.92 + the fix for CVE-2019-13917,
517@@ -1125,6 +1470,24 @@ exim4 (4.92-8) unstable; urgency=low
518
519 -- Andreas Metzler <ametzler@debian.org> Sat, 08 Jun 2019 17:37:43 +0200
520
521+exim4 (4.92-7ubuntu2) eoan; urgency=medium
522+
523+ * SECURITY UPDATE: code execution via ${sort }
524+ - debian/patches/CVE-2019-13917.patch: avoid re-expansion in ${sort }
525+ in src/expand.c.
526+ - CVE-2019-13917
527+
528+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 25 Jul 2019 12:58:39 -0400
529+
530+exim4 (4.92-7ubuntu1) eoan; urgency=medium
531+
532+ * Merge with Debian unstable. Remaining changes:
533+ - Show Ubuntu distribution in SMTP banner
534+ + Build-Depends on lsb-release to detect Distribution.
535+ + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
536+
537+ -- Bryce Harrington <bryce@canonical.com> Mon, 13 May 2019 13:48:18 -0700
538+
539 exim4 (4.92-7) unstable; urgency=medium
540
541 * Upload to unstable.
542@@ -1152,6 +1515,15 @@ exim4 (4.92-5) unstable; urgency=medium
543
544 -- Andreas Metzler <ametzler@debian.org> Sun, 07 Apr 2019 13:39:31 +0200
545
546+exim4 (4.92-4ubuntu1) disco; urgency=medium
547+
548+ * Merge with Debian unstable (LP: #1821339). Remaining changes:
549+ * Show Ubuntu distribution in SMTP banner
550+ - Build-Depends on lsb-release to detect Distribution.
551+ - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
552+
553+ -- Karl Stenerud <karl.stenerud@canonical.com> Mon, 25 Mar 2019 12:02:33 +0100
554+
555 exim4 (4.92-4) unstable; urgency=medium
556
557 * Another patch from exim-4.92+fixes branch:
558@@ -1170,6 +1542,15 @@ exim4 (4.92-3) unstable; urgency=medium
559
560 -- Andreas Metzler <ametzler@debian.org> Wed, 20 Mar 2019 17:01:29 +0100
561
562+exim4 (4.92-2ubuntu1) disco; urgency=medium
563+
564+ * Merge with Debian unstable (LP: #1818444). Remaining changes:
565+ - Show Ubuntu distribution in SMTP banner
566+ + Build-Depends on lsb-release to detect Distribution.
567+ + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
568+
569+ -- Karl Stenerud <kstenerud@gmail.com> Tue, 05 Mar 2019 10:55:48 +0100
570+
571 exim4 (4.92-2) unstable; urgency=medium
572
573 * Upload to unstable.
574@@ -1226,6 +1607,21 @@ exim4 (4.92~RC4-3) unstable; urgency=medium
575
576 -- Andreas Metzler <ametzler@debian.org> Sun, 20 Jan 2019 17:52:39 +0100
577
578+exim4 (4.92~RC4-2ubuntu2) disco; urgency=medium
579+
580+ * No-change rebuild against libmysqlclient21
581+
582+ -- Steve Langasek <steve.langasek@ubuntu.com> Fri, 01 Feb 2019 16:57:54 +0000
583+
584+exim4 (4.92~RC4-2ubuntu1) disco; urgency=medium
585+
586+ * Merge with Debian unstable (LP: #1811095). Remaining changes:
587+ - Show Ubuntu distribution in SMTP banner
588+ + Build-Depends on lsb-release to detect Distribution.
589+ + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
590+
591+ -- Karl Stenerud <kstenerud@gmail.com> Thu, 10 Jan 2019 16:41:45 +0100
592+
593 exim4 (4.92~RC4-2) unstable; urgency=medium
594
595 * Upload to unstable.
596@@ -1319,6 +1715,22 @@ exim4 (4.91-7) unstable; urgency=low
597
598 -- Andreas Metzler <ametzler@debian.org> Sun, 26 Aug 2018 11:33:15 +0200
599
600+exim4 (4.91-6ubuntu2) disco; urgency=medium
601+
602+ * No-change rebuild for the perl 5.28 transition.
603+
604+ -- Adam Conrad <adconrad@ubuntu.com> Fri, 02 Nov 2018 18:08:13 -0600
605+
606+exim4 (4.91-6ubuntu1) cosmic; urgency=medium
607+
608+ * Merge with Debian unstable. Remaining changes:
609+ - Show Ubuntu distribution in SMTP banner
610+ + Build-Depends on lsb-release to detect Distribution.
611+ + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
612+ [DEP3 header updated to indicate it has been forwarded to Debian]
613+
614+ -- Andreas Hasenack <andreas@canonical.com> Mon, 30 Jul 2018 15:35:06 -0300
615+
616 exim4 (4.91-6) unstable; urgency=low
617
618 * Update from exim-4_91+fixes branch:
619@@ -1330,6 +1742,16 @@ exim4 (4.91-6) unstable; urgency=low
620
621 -- Andreas Metzler <ametzler@debian.org> Fri, 20 Jul 2018 11:21:24 +0200
622
623+exim4 (4.91-5ubuntu1) cosmic; urgency=medium
624+
625+ * Merge with Debian unstable. Remaining changes:
626+ - Show Ubuntu distribution in SMTP banner
627+ - Build-Depends on lsb-release to detect Distribution.
628+ - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
629+ [DEP3 header updated to indicate it has been forwarded to Debian]
630+
631+ -- Andreas Hasenack <andreas@canonical.com> Tue, 03 Jul 2018 11:13:08 -0300
632+
633 exim4 (4.91-5) unstable; urgency=medium
634
635 * Update from exim-4_91+fixes branch:
636@@ -1339,6 +1761,15 @@ exim4 (4.91-5) unstable; urgency=medium
637
638 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Jun 2018 18:10:39 +0200
639
640+exim4 (4.91-4ubuntu1) cosmic; urgency=medium
641+
642+ * Merge from Debian testing, Remaining changes:
643+ - Show Ubuntu distribution in SMTP banner
644+ - Build-Depends on lsb-release to detect Distribution.
645+ - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
646+
647+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 30 May 2018 12:46:14 +0200
648+
649 exim4 (4.91-4) unstable; urgency=medium
650
651 * Update from exim-4_91+fixes branch:
652@@ -1457,6 +1888,15 @@ exim4 (4.90.1-2) unstable; urgency=medium
653
654 -- Andreas Metzler <ametzler@debian.org> Sat, 10 Mar 2018 14:25:51 +0100
655
656+exim4 (4.90.1-1ubuntu1) bionic; urgency=medium
657+
658+ * Merge from Debian testing, Remaining changes:
659+ - Show Ubuntu distribution in SMTP banner
660+ - Build-Depends on lsb-release to detect Distribution.
661+ - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
662+
663+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 14 Feb 2018 17:01:14 +0100
664+
665 exim4 (4.90.1-1) unstable; urgency=high
666
667 * New upstream version, fixing CVE-2018-6789. Closes: #890000
668@@ -1651,6 +2091,15 @@ exim4 (4.89-10) unstable; urgency=critical
669
670 -- Andreas Metzler <ametzler@debian.org> Sat, 25 Nov 2017 11:43:24 +0100
671
672+exim4 (4.89-9ubuntu1) bionic; urgency=medium
673+
674+ * Merge from Debian unstable, Remaining changes:
675+ - Show Ubuntu distribution in SMTP banner
676+ - Build-Depends on lsb-release to detect Distribution.
677+ - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
678+
679+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 16 Nov 2017 10:02:23 +0100
680+
681 exim4 (4.89-9) unstable; urgency=medium
682
683 * Upload to unstable.
684@@ -1693,6 +2142,42 @@ exim4 (4.89-6) unstable; urgency=medium
685
686 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Sep 2017 15:29:39 +0200
687
688+exim4 (4.89-5ubuntu1.3) artful-security; urgency=medium
689+
690+ * SECURITY UPDATE: Buffer overflow in base64d()
691+ - debian/patches/CVE-2018-6789.patch: fix overflow in src/base64.c.
692+ - CVE-2018-6789
693+
694+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Sat, 10 Feb 2018 14:12:27 -0500
695+
696+exim4 (4.89-5ubuntu1.2) artful-security; urgency=medium
697+
698+ * SECURITY UPDATE: stack-exhaustion remote DoS
699+ - debian/patches/CVE-2017-16944.patch: do not treat the first lonely
700+ dot special in src/receive.c, src/smtp_in.c.
701+ - CVE-2017-16944
702+
703+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Wed, 29 Nov 2017 08:59:31 -0500
704+
705+exim4 (4.89-5ubuntu1.1) artful-security; urgency=medium
706+
707+ * SECURITY UPDATE: remote code execution via use-after-free
708+ - debian/patches/CVE-2017-16943.patch: avoid release of store if there
709+ have been later allocations in src/receive.c.
710+ - CVE-2017-16943
711+
712+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Mon, 27 Nov 2017 07:37:47 -0500
713+
714+exim4 (4.89-5ubuntu1) artful; urgency=medium
715+
716+ * Merge from Debian testing.
717+ Remaining changes:
718+ - Show Ubuntu distribution in SMTP banner
719+ - Build-Depends on lsb-release to detect Distribution.
720+ - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
721+
722+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 16 Aug 2017 15:42:47 +0200
723+
724 exim4 (4.89-5) unstable; urgency=medium
725
726 * Update to exim-4_89+fixes branch:
727@@ -1737,6 +2222,20 @@ exim4 (4.89-4) unstable; urgency=low
728
729 -- Andreas Metzler <ametzler@debian.org> Sat, 15 Jul 2017 12:46:16 +0200
730
731+exim4 (4.89-3ubuntu2) artful; urgency=medium
732+
733+ * No-change rebuild for perl 5.26.0.
734+
735+ -- Matthias Klose <doko@ubuntu.com> Wed, 26 Jul 2017 20:02:24 +0000
736+
737+exim4 (4.89-3ubuntu1) artful; urgency=medium
738+
739+ * Merge from Debian. Remaining changes:
740+ - Show Ubuntu distribution in SMTP banner.
741+ - Build-Depends on lsb-release (needed for the Ubuntu SMTP banner patch)
742+
743+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Tue, 27 Jun 2017 10:20:42 -0400
744+
745 exim4 (4.89-3) unstable; urgency=high
746
747 * Re-upload to unstable.
748@@ -1749,6 +2248,15 @@ exim4 (4.89-2+deb9u1) stretch-security; urgency=medium
749
750 -- <jmm@debian.org> Wed, 14 Jun 2017 07:03:07 +0200
751
752+exim4 (4.89-2ubuntu1) artful; urgency=medium
753+
754+ * Merge from Debian testing.
755+ Remaining changes:
756+ + Show Ubuntu distribution in SMTP banner.
757+ + Build-Depends on lsb-release (needed for the Ubuntu SMTP banner patch)
758+
759+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 01 Jun 2017 11:58:00 +0200
760+
761 exim4 (4.89-2) unstable; urgency=medium
762
763 * Revert addition of header "# pidfile: /var/run/exim4/exim.pid" to
764@@ -1840,6 +2348,17 @@ exim4 (4.89~RC1-1) unstable; urgency=low
765
766 -- Andreas Metzler <ametzler@debian.org> Tue, 31 Jan 2017 19:52:50 +0100
767
768+exim4 (4.88-5ubuntu1) zesty; urgency=medium
769+
770+ * Merge from Debian unstable.
771+ Version 4.88 fixes CVE-2016-9963 (LP: #1654750) and symlink
772+ local root escalation (LP: #1580454)
773+ Remaining changes:
774+ + Show Ubuntu distribution in SMTP banner.
775+ + Build-Depends on lsb-release (needed for the Ubuntu SMTP banner patch)
776+
777+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 24 Jan 2017 10:15:09 +0100
778+
779 exim4 (4.88-5) unstable; urgency=medium
780
781 * 78_Disable-chunking-BDAT-by-default.patch: Change default value of main
782@@ -1992,6 +2511,20 @@ exim4 (4.88~RC1-1) experimental; urgency=low
783
784 -- Andreas Metzler <ametzler@debian.org> Sun, 25 Sep 2016 15:44:00 +0200
785
786+exim4 (4.87-3ubuntu2) zesty; urgency=medium
787+
788+ * No-change rebuild for perl 5.24 transition
789+
790+ -- Iain Lane <iain@orangesquash.org.uk> Mon, 24 Oct 2016 10:08:10 +0100
791+
792+exim4 (4.87-3ubuntu1) yakkety; urgency=medium
793+
794+ * Merge from Debian unstable. Remaining changes:
795+ + Show Ubuntu distribution in SMTP banner.
796+ + Build-Depends on lsb-release (needed for the Ubuntu SMTP banner patch)
797+
798+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 26 Jul 2016 13:30:09 +0200
799+
800 exim4 (4.87-3) unstable; urgency=medium
801
802 * Pull multiple patches from upstream GIT:
803@@ -2165,6 +2698,48 @@ exim4 (4.87~RC1-1) experimental; urgency=medium
804
805 -- Andreas Metzler <ametzler@debian.org> Fri, 11 Dec 2015 20:15:30 +0100
806
807+exim4 (4.86.2-2ubuntu2.3) xenial-security; urgency=medium
808+
809+ * SECURITY UPDATE: Buffer overflow in base64d()
810+ - debian/patches/CVE-2018-6789.patch: fix overflow in
811+ src/auths/b64decode.c.
812+ - CVE-2018-6789
813+
814+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Sat, 10 Feb 2018 14:18:40 -0500
815+
816+exim4 (4.86.2-2ubuntu2.2) xenial-security; urgency=medium
817+
818+ * SECURITY UPDATE: memory leak
819+ - debian/patches/93_CVE-2017-1000368.patch: free -p argument if
820+ allocation was required.
821+ - CVE-2017-1000368
822+
823+ -- Steve Beattie <sbeattie@ubuntu.com> Fri, 02 Jun 2017 22:07:28 -0700
824+
825+exim4 (4.86.2-2ubuntu2.1) xenial-security; urgency=medium
826+
827+ * SECURITY UPDATE: DKIM information leakage
828+ - debian/patches/CVE-2016-9963.patch: fix information leakage in
829+ src/dkim.c, src/transports/smtp.c.
830+ - CVE-2016-9963
831+
832+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 05 Jan 2017 08:29:10 -0500
833+
834+exim4 (4.86.2-2ubuntu2) xenial; urgency=medium
835+
836+ * Rebuild against libmysqlclient20.
837+
838+ -- Robie Basak <robie.basak@ubuntu.com> Tue, 05 Apr 2016 12:21:41 +0000
839+
840+exim4 (4.86.2-2ubuntu1) xenial; urgency=medium
841+
842+ * Merge from Debian unstable. Remaining changes:
843+ - debian.control, debian/patches/fix_smtp_banner.patch
844+ + Show Ubuntu distribution in SMTP banner.
845+ + Build-Depends on lsb-release.
846+
847+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Tue, 15 Mar 2016 11:56:18 -0400
848+
849 exim4 (4.86.2-2) unstable; urgency=high
850
851 * Bump exim4-config Breaks to exim4-daemon-* (<< 4.86.2). Closes: #816790
852@@ -2186,6 +2761,27 @@ exim4 (4.86.2-1) unstable; urgency=high
853
854 -- Andreas Metzler <ametzler@debian.org> Tue, 01 Mar 2016 19:34:39 +0100
855
856+exim4 (4.86-7ubuntu3) xenial; urgency=medium
857+
858+ * No-change rebuild for gnutls transition.
859+
860+ -- Matthias Klose <doko@ubuntu.com> Wed, 17 Feb 2016 22:40:56 +0000
861+
862+exim4 (4.86-7ubuntu2) xenial; urgency=medium
863+
864+ * Rebuild for Perl 5.22.1.
865+
866+ -- Colin Watson <cjwatson@ubuntu.com> Fri, 18 Dec 2015 10:30:54 +0000
867+
868+exim4 (4.86-7ubuntu1) xenial; urgency=medium
869+
870+ * Merge from Debian unstable. Remaining changes:
871+ - debian.control, debian/patches/fix_smtp_banner.patch
872+ + Show Ubuntu distribution in SMTP banner.
873+ + Build-Depends on lsb-release.
874+
875+ -- Pierre-André MOREY <pierre-andre.morey@canonical.com> Mon, 14 Dec 2015 14:23:51 +0100
876+
877 exim4 (4.86-7) unstable; urgency=medium
878
879 * Allow arch-indep build (dpkg-buildpackage -A). Closes: #806023
880@@ -2236,6 +2832,15 @@ exim4 (4.86-4) unstable; urgency=medium
881
882 -- Andreas Metzler <ametzler@debian.org> Sat, 17 Oct 2015 15:01:01 +0200
883
884+exim4 (4.86-3ubuntu1) wily; urgency=medium
885+
886+ * Merge from Debian unstable. (LP: #1485369) Remaining changes:
887+ - debian/control, debian/patches/fix_smtp_banner.patch:
888+ + Show Ubuntu distribution in SMTP banner.
889+ + Build-Depends on lsb-release.
890+
891+ -- Artur Rona <ari-tczew@ubuntu.com> Thu, 17 Sep 2015 13:18:20 +0100
892+
893 exim4 (4.86-3) unstable; urgency=medium
894
895 * Pull three patches from upstream git:
896@@ -2276,6 +2881,15 @@ exim4 (4.86~RC5-1) unstable; urgency=medium
897
898 -- Andreas Metzler <ametzler@debian.org> Sat, 18 Jul 2015 11:46:11 +0200
899
900+exim4 (4.86~RC4-2ubuntu1) wily; urgency=low
901+
902+ * Merge from Debian unstable. (LP: #1166671) Remaining changes:
903+ - debian/control, debian/patches/fix_smtp_banner.patch:
904+ + Show Ubuntu distribution in SMTP banner.
905+ + Build-Depends on lsb-release.
906+
907+ -- Artur Rona <ari-tczew@ubuntu.com> Mon, 06 Jul 2015 12:09:36 +0200
908+
909 exim4 (4.86~RC4-2) unstable; urgency=medium
910
911 * Drop libmysqlclient15-dev alternative build-dependency. Closes: #790463
912@@ -2440,6 +3054,18 @@ exim4 (4.85~RC1+dfsg-1) experimental; urgency=medium
913
914 -- Andreas Metzler <ametzler@debian.org> Tue, 18 Nov 2014 19:28:20 +0100
915
916+exim4 (4.84-8ubuntu1) vivid; urgency=low
917+
918+ * Merge from Debian unstable. (LP: #1434300) Remaining changes:
919+ - debian/control, debian/patches/fix_smtp_banner.patch:
920+ + Show Ubuntu distribution in SMTP banner.
921+ + Build-Depends on lsb-release.
922+ - debian/control:
923+ + Don't provide default-mta; in Ubuntu,
924+ we want postfix to be the default.
925+
926+ -- Artur Rona <ari-tczew@ubuntu.com> Thu, 19 Mar 2015 00:15:40 +0100
927+
928 exim4 (4.84-8) unstable; urgency=medium
929
930 * Pull 83_Remove-limit-on-remove_headers-item-size.-Bug-1533.patch and
931@@ -2457,6 +3083,15 @@ exim4 (4.84-7) unstable; urgency=medium
932
933 -- Andreas Metzler <ametzler@debian.org> Sat, 07 Feb 2015 15:12:33 +0100
934
935+exim4 (4.84-6ubuntu1) vivid; urgency=medium
936+
937+ * Resynchronise with Debian. Remaining changes:
938+ - Show Ubuntu distribution in SMTP banner.
939+ - Don't provide default-mta; in Ubuntu, we want postfix to be the
940+ default.
941+
942+ -- Colin Watson <cjwatson@ubuntu.com> Wed, 14 Jan 2015 11:26:29 +0000
943+
944 exim4 (4.84-6) unstable; urgency=medium
945
946 * Revert init script's restart order change in 4.84-4 for the time being.
947@@ -2465,6 +3100,15 @@ exim4 (4.84-6) unstable; urgency=medium
948
949 -- Andreas Metzler <ametzler@debian.org> Sun, 21 Dec 2014 14:07:12 +0100
950
951+exim4 (4.84-5ubuntu1) vivid; urgency=medium
952+
953+ * Resynchronise with Debian. Remaining changes:
954+ - Show Ubuntu distribution in SMTP banner.
955+ - Don't provide default-mta; in Ubuntu, we want postfix to be the
956+ default.
957+
958+ -- Colin Watson <cjwatson@ubuntu.com> Thu, 18 Dec 2014 15:26:17 +0000
959+
960 exim4 (4.84-5) unstable; urgency=medium
961
962 * 82_quoted-or-r-2047-encoded.diff pulled from upstream git (sans
963@@ -2472,6 +3116,15 @@ exim4 (4.84-5) unstable; urgency=medium
964
965 -- Andreas Metzler <ametzler@debian.org> Wed, 17 Dec 2014 19:03:39 +0100
966
967+exim4 (4.84-4ubuntu1) vivid; urgency=medium
968+
969+ * Resynchronise with Debian. Remaining changes:
970+ - Show Ubuntu distribution in SMTP banner.
971+ - Don't provide default-mta; in Ubuntu, we want postfix to be the
972+ default.
973+
974+ -- Colin Watson <cjwatson@ubuntu.com> Tue, 02 Dec 2014 15:28:46 +0000
975+
976 exim4 (4.84-4) unstable; urgency=medium
977
978 * Unset message_prefix/message_sufix in maildrop_pipe transport. Maildrop
979@@ -2486,6 +3139,15 @@ exim4 (4.84-4) unstable; urgency=medium
980
981 -- Andreas Metzler <ametzler@debian.org> Sun, 30 Nov 2014 08:24:04 +0100
982
983+exim4 (4.84-3ubuntu1) vivid; urgency=medium
984+
985+ * Resynchronise with Debian. Remaining changes:
986+ - Show Ubuntu distribution in SMTP banner.
987+ - Don't provide default-mta; in Ubuntu, we want postfix to be the
988+ default.
989+
990+ -- Colin Watson <cjwatson@ubuntu.com> Tue, 11 Nov 2014 13:43:35 +0000
991+
992 exim4 (4.84-3) unstable; urgency=medium
993
994 * Apply patch to Italian (it) debconf template translation, thanks to
995@@ -2515,6 +3177,24 @@ exim4 (4.84~RC2-1) unstable; urgency=medium
996
997 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Aug 2014 07:42:00 +0200
998
999+exim4 (4.84~RC1-3ubuntu2) utopic; urgency=medium
1000+
1001+ * Rebuild for Perl 5.20.0.
1002+
1003+ -- Colin Watson <cjwatson@ubuntu.com> Thu, 21 Aug 2014 12:18:13 +0100
1004+
1005+exim4 (4.84~RC1-3ubuntu1) utopic; urgency=low
1006+
1007+ * Merge from Debian unstable (LP: #1351470). Remaining changes:
1008+ - Show Ubuntu distribution on smtp:
1009+ + debian/patches/fix_smtp_banner.patch: updated SMTP banner
1010+ with Ubuntu distribution
1011+ + debian/control: added lsb-release build dependency
1012+ - Don't provide default-mta; in Ubuntu, we want postfix to be the
1013+ default.
1014+
1015+ -- Corey Bryant <corey.bryant@canonical.com> Mon, 04 Aug 2014 11:48:39 -0400
1016+
1017 exim4 (4.84~RC1-3) unstable; urgency=medium
1018
1019 * Third try. Simply comment *custom* in debian/control.
1020@@ -2583,6 +3263,18 @@ exim4 (4.83~RC1-1) experimental; urgency=medium
1021
1022 -- Andreas Metzler <ametzler@debian.org> Thu, 29 May 2014 13:09:04 +0200
1023
1024+exim4 (4.82.1-2ubuntu1) utopic; urgency=low
1025+
1026+ * Merge from Debian unstable (LP: #1348074). Remaining changes:
1027+ - Show Ubuntu distribution on smtp:
1028+ + debian/patches/fix_smtp_banner.patch: updated SMTP banner
1029+ with Ubuntu distribution
1030+ + debian/control: added lsb-release build dependency
1031+ - Don't provide default-mta; in Ubuntu, we want postfix to be the
1032+ default.
1033+
1034+ -- Robie Basak <robie.basak@ubuntu.com> Fri, 25 Jul 2014 15:53:09 +0000
1035+
1036 exim4 (4.82.1-2) unstable; urgency=high
1037
1038 * [87_double_expansion.diff] from upstream. Stop unwanted double expansion
1039@@ -2600,6 +3292,18 @@ exim4 (4.82.1-1) unstable; urgency=high
1040
1041 -- Andreas Metzler <ametzler@debian.org> Wed, 28 May 2014 19:01:43 +0200
1042
1043+exim4 (4.82-8ubuntu1) utopic; urgency=medium
1044+
1045+ * Merge from Debian unstable. Remaining changes:
1046+ - Show Ubuntu distribution on smtp:
1047+ + debian/patches/fix_smtp_banner.patch: updated SMTP banner
1048+ with Ubuntu distribution
1049+ + debian/control: added lsb-release build dependency
1050+ - Don't provide default-mta; in Ubuntu, we want postfix to be the
1051+ default.
1052+
1053+ -- Dimitri John Ledkov <xnox@ubuntu.com> Sat, 17 May 2014 01:50:20 +0100
1054+
1055 exim4 (4.82-8) unstable; urgency=medium
1056
1057 * Now that GMP has been relicensed to LGPLv3+/GPLv2+ build exim against
1058@@ -2663,6 +3367,78 @@ exim4 (4.82-4) unstable; urgency=medium
1059
1060 -- Andreas Metzler <ametzler@debian.org> Sun, 09 Feb 2014 19:41:34 +0100
1061
1062+exim4 (4.82-3ubuntu2.4) trusty-security; urgency=medium
1063+
1064+ * SECURITY UPDATE: Buffer overflow in base64d()
1065+ - debian/patches/CVE-2018-6789.patch: fix overflow in
1066+ src/auths/b64decode.c.
1067+ - CVE-2018-6789
1068+
1069+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Sat, 10 Feb 2018 14:19:43 -0500
1070+
1071+exim4 (4.82-3ubuntu2.3) trusty-security; urgency=medium
1072+
1073+ * SECURITY UPDATE: memory leak
1074+ - debian/patches/CVE-2017-1000368.patch: free -p argument if
1075+ allocation was required.
1076+ - CVE-2017-1000368
1077+
1078+ -- Steve Beattie <sbeattie@ubuntu.com> Fri, 02 Jun 2017 22:44:35 -0700
1079+
1080+exim4 (4.82-3ubuntu2.2) trusty-security; urgency=medium
1081+
1082+ * SECURITY UPDATE: DKIM information leakage
1083+ - debian/patches/CVE-2016-9963.patch: fix information leakage in
1084+ src/dkim.c, src/transports/smtp.c.
1085+ - CVE-2016-9963
1086+
1087+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 05 Jan 2017 08:31:06 -0500
1088+
1089+exim4 (4.82-3ubuntu2.1) trusty-security; urgency=medium
1090+
1091+ * SECURITY UPDATE: privilege escalation via crafted lookup value
1092+ - debian/patches/CVE-2014-2972.patch: only expand integers for integer
1093+ math once.
1094+ - CVE-2014-2972
1095+ * SECURITY UPDATE: privilege escalation when used with perl_startup
1096+ - debian/patches/CVE-2016-1531.patch: add new add_environment and
1097+ keep_environment configuration options.
1098+ - debian/patches/CVE-2016-1531-2.patch: don't issue env warning if env
1099+ is empty.
1100+ - debian/patches/CVE-2016-1531-3.patch: store the initial working
1101+ directory, expand $initial_cwd.
1102+ - debian/patches/CVE-2016-1531-4.patch: delay chdir(/) until we opened
1103+ the main config.
1104+ - Add macros MAIN_KEEP_ENVIRONMENT and MAIN_ADD_ENVIRONMENT to set the
1105+ new options. Set "keep_environment =" by default to avoid a runtime
1106+ warning.
1107+ - Bump exim4-config Breaks to exim4-daemon-* (<< 4.82-3ubuntu2.1).
1108+ - debian/exim4-config.NEWS: Add entry to warn of potential breakage.
1109+ - CVE-2016-1531
1110+ * WARNING: This update may break existing installations.
1111+
1112+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Mon, 14 Mar 2016 12:57:00 -0400
1113+
1114+exim4 (4.82-3ubuntu2) trusty; urgency=medium
1115+
1116+ * debian/tests/control: Add missing python test dependency, as
1117+ debian/tests/security calls python.
1118+
1119+ -- Martin Pitt <martin.pitt@ubuntu.com> Tue, 25 Feb 2014 17:33:13 +0100
1120+
1121+exim4 (4.82-3ubuntu1) trusty; urgency=low
1122+
1123+ * Merge from Debian unstable (LP: #1259620). Remaining changes:
1124+ - Show Ubuntu distribution on smtp:
1125+ + debian/patches/fix_smtp_banner.patch: updated SMTP banner
1126+ with Ubuntu distribution
1127+ + debian/control: added lsb-release build dependency
1128+ - Don't provide default-mta; in Ubuntu, we want postfix to be the
1129+ default.
1130+ - Build-depend on db5.3.
1131+
1132+ -- Yolanda Robla <yolanda.robla@canonical.com> Tue, 10 Dec 2013 17:07:20 +0000
1133+
1134 exim4 (4.82-3) unstable; urgency=low
1135
1136 * Upload to unstable.
1137@@ -2743,6 +3519,21 @@ exim4 (4.82~rc1-1) experimental; urgency=low
1138
1139 -- Andreas Metzler <ametzler@debian.org> Sun, 29 Sep 2013 14:43:25 +0200
1140
1141+exim4 (4.80-9ubuntu2) trusty; urgency=low
1142+
1143+ * Build-depend on libdb5.3-dev, instead of libdb5.1-dev.
1144+
1145+ -- Dmitrijs Ledkovs <xnox@ubuntu.com> Mon, 04 Nov 2013 12:14:54 +0000
1146+
1147+exim4 (4.80-9ubuntu1) trusty; urgency=low
1148+
1149+ * Resynchronise with Debian. Remaining changes:
1150+ - Don't provide default-mta; in Ubuntu, we want postfix to be the
1151+ default.
1152+ - Add "Ubuntu" to SMTP banner.
1153+
1154+ -- Colin Watson <cjwatson@ubuntu.com> Mon, 28 Oct 2013 11:55:21 -0700
1155+
1156 exim4 (4.80-9) unstable; urgency=low
1157
1158 * Upload to unstable.
1159@@ -2789,6 +3580,34 @@ exim4 (4.80-8) experimental; urgency=low
1160
1161 -- Andreas Metzler <ametzler@debian.org> Sun, 01 Sep 2013 15:58:49 +0200
1162
1163+exim4 (4.80-7ubuntu4) trusty; urgency=low
1164+
1165+ * Rebuild for Perl 5.18.
1166+
1167+ -- Colin Watson <cjwatson@ubuntu.com> Wed, 23 Oct 2013 10:24:08 +0100
1168+
1169+exim4 (4.80-7ubuntu3) saucy; urgency=low
1170+
1171+ * debian/patches/fix_smtp_banner.patch: updated SMTP banner
1172+ with Ubuntu distribution
1173+ * debian/control: added lsb-release build dependency
1174+
1175+ -- Yolanda Robla <yolanda.robla@canonical.com> Tue, 18 Jun 2013 19:17:43 +0200
1176+
1177+exim4 (4.80-7ubuntu2) saucy; urgency=low
1178+
1179+ * debian/tests: Add autopkgtest.
1180+
1181+ -- Yolanda <yolanda.robla@canonical.com> Mon, 27 May 2013 11:31:35 +0200
1182+
1183+exim4 (4.80-7ubuntu1) raring; urgency=low
1184+
1185+ * Merge from Debian unstable (LP: #1166383). Remaining changes:
1186+ - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
1187+ we want postfix to be the default.
1188+
1189+ -- Robie Basak <robie.basak@canonical.com> Mon, 08 Apr 2013 18:13:15 +0100
1190+
1191 exim4 (4.80-7) unstable; urgency=low
1192
1193 * Use exim's ${quote:xxx} operator when invoking spfquery to disallow
1194@@ -2808,6 +3627,14 @@ exim4 (4.80-6) unstable; urgency=low
1195
1196 -- Andreas Metzler <ametzler@debian.org> Wed, 21 Nov 2012 19:08:53 +0100
1197
1198+exim4 (4.80-5.1ubuntu1) raring; urgency=low
1199+
1200+ * Merge from Debian. Remaining changes:
1201+ - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
1202+ we want postfix to be the default.
1203+
1204+ -- Oussama Bounaim <o.bounaim@gmail.com> Sun, 11 Nov 2012 07:11:06 +0100
1205+
1206 exim4 (4.80-5.1) unstable; urgency=high
1207
1208 * Non-maintainer upload by the Security Team.
1209@@ -2835,6 +3662,23 @@ exim4 (4.80-4) unstable; urgency=low
1210
1211 -- Andreas Metzler <ametzler@debian.org> Sat, 23 Jun 2012 18:35:03 +0200
1212
1213+exim4 (4.80-3ubuntu1.1) quantal-security; urgency=low
1214+
1215+ * SECURITY UPDATE: arbitrary code execution via dns decode logic
1216+ - debian/patches/CVE-2012-5671.patch: adjust max length and validate
1217+ against it in src/pdkim/pdkim.h, src/dkim.c.
1218+ - CVE-2012-5671
1219+
1220+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 25 Oct 2012 08:22:46 -0400
1221+
1222+exim4 (4.80-3ubuntu1) quantal; urgency=low
1223+
1224+ * Merge from Debian unstable. Remaining changes:
1225+ - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
1226+ we want postfix to be the default.
1227+
1228+ -- Clint Byrum <clint@ubuntu.com> Thu, 14 Jun 2012 15:28:08 -0700
1229+
1230 exim4 (4.80-3) unstable; urgency=low
1231
1232 * Pull 75_openssl_sni.diff from upstream. - Segfault caused by NULL
1233@@ -2982,6 +3826,26 @@ exim4 (4.76-4) experimental; urgency=low
1234
1235 -- Andreas Metzler <ametzler@debian.org> Sat, 24 Sep 2011 18:36:08 +0200
1236
1237+exim4 (4.76-3ubuntu3) precise; urgency=low
1238+
1239+ * Rebuild for libmysqlclient transition
1240+
1241+ -- Clint Byrum <clint@ubuntu.com> Wed, 23 Nov 2011 23:29:35 -0800
1242+
1243+exim4 (4.76-3ubuntu2) precise; urgency=low
1244+
1245+ * Rebuild for Perl 5.14.
1246+
1247+ -- Colin Watson <cjwatson@ubuntu.com> Wed, 16 Nov 2011 01:22:39 +0000
1248+
1249+exim4 (4.76-3ubuntu1) precise; urgency=low
1250+
1251+ * Merge from debian unstable. Remaining changes:
1252+ - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
1253+ we want postfix to be the default.
1254+
1255+ -- Stéphane Graber <stgraber@ubuntu.com> Thu, 20 Oct 2011 11:29:07 -0400
1256+
1257 exim4 (4.76-3) unstable; urgency=low
1258
1259 * [exim4-base.cron.daily] Correct invocation of mail(1), options need to be
1260@@ -3002,6 +3866,14 @@ exim4 (4.76-3) unstable; urgency=low
1261
1262 -- Andreas Metzler <ametzler@debian.org> Sun, 18 Sep 2011 11:49:13 +0200
1263
1264+exim4 (4.76-2ubuntu1) oneiric; urgency=low
1265+
1266+ * Merge from debian unstable. Remaining changes:
1267+ - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
1268+ we want postfix to be the default.
1269+
1270+ -- Stéphane Graber <stgraber@ubuntu.com> Mon, 30 May 2011 17:48:56 -0400
1271+
1272 exim4 (4.76-2) unstable; urgency=low
1273
1274 * debian/rules: Remove test/ and test-stamp on clean.
1275@@ -3014,6 +3886,14 @@ exim4 (4.76-2) unstable; urgency=low
1276
1277 -- Andreas Metzler <ametzler@debian.org> Sun, 29 May 2011 18:21:03 +0200
1278
1279+exim4 (4.76-1ubuntu1) oneiric; urgency=low
1280+
1281+ * Merge from debian unstable. Remaining changes (LP: #779391):
1282+ - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
1283+ we want postfix to be the default.
1284+
1285+ -- Stéphane Graber <stgraber@ubuntu.com> Mon, 23 May 2011 12:37:30 -0400
1286+
1287 exim4 (4.76-1) unstable; urgency=low
1288
1289 * New upstream version.
1290@@ -3060,6 +3940,14 @@ exim4 (4.75-3) unstable; urgency=high
1291
1292 -- Andreas Metzler <ametzler@debian.org> Fri, 06 May 2011 20:08:51 +0200
1293
1294+exim4 (4.75-2ubuntu1) oneiric; urgency=low
1295+
1296+ * Merge from debian unstable. Remaining changes:
1297+ - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
1298+ we want postfix to be the default.
1299+
1300+ -- Stéphane Graber <stgraber@ubuntu.com> Fri, 06 May 2011 14:51:28 -0400
1301+
1302 exim4 (4.75-2) unstable; urgency=low
1303
1304 * clamav socket on Debian is clamd:/var/run/clamav/clamd.ctl, fix
1305@@ -3102,6 +3990,24 @@ exim4 (4.74-2) unstable; urgency=low
1306
1307 -- Andreas Metzler <ametzler@debian.org> Thu, 24 Feb 2011 19:02:07 +0100
1308
1309+exim4 (4.74-1ubuntu1) natty; urgency=low
1310+
1311+ * Merge from debian experimental. Remaining changes: (LP: #713855)
1312+ - debian/patches/71_exiq_grep_error_on_messages_without_size.patch:
1313+ + Improve handling of broken messages when "exim4 -bp" (mailq)
1314+ reports lines without size info. (Closes: #528625)
1315+ - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
1316+ we want postfix to be the default.
1317+ - debian/{control,rules}: Add and enable hardened build for PIE.
1318+ (Closes: #542726)
1319+ * Update 71_exiq_grep_error_on_messages_without_size.patch to get way
1320+ which upstream has fixed it. Probably it can be dropped with next
1321+ upstream release.
1322+ * This upload fixes CVE: (LP: #708023)
1323+ - CVE-2011-0017
1324+
1325+ -- Artur Rona <ari-tczew@ubuntu.com> Wed, 09 Feb 2011 21:31:35 +0100
1326+
1327 exim4 (4.74-1) experimental; urgency=low
1328
1329 * 4.74 release, should build on hurd again.
1330@@ -3127,6 +4033,20 @@ exim4 (4.74~rc2-1) experimental; urgency=low
1331
1332 -- Andreas Metzler <ametzler@debian.org> Sun, 23 Jan 2011 14:02:36 +0100
1333
1334+exim4 (4.73~rc1-1ubuntu1) natty; urgency=low
1335+
1336+ * Merge from debian unstable. Remaining changes: (LP: #697934)
1337+ - debian/patches/71_exiq_grep_error_on_messages_without_size.patch:
1338+ + Improve handling of broken messages when "exim4 -bp" (mailq)
1339+ reports lines without size info.
1340+ - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
1341+ we want postfix to be the default.
1342+ - debian/{control,rules}: Add and enable hardened build for PIE.
1343+ (Closes: #542726)
1344+ * Drop B-D on libmysqlclient15-dev, resolved in Debian.
1345+
1346+ -- Artur Rona <ari-tczew@ubuntu.com> Tue, 28 Dec 2010 22:20:17 +0100
1347+
1348 exim4 (4.73~rc1-1) experimental; urgency=low
1349
1350 * New upstream release candidate.
1351@@ -3222,6 +4142,20 @@ exim4 (4.72-3) unstable; urgency=low
1352
1353 -- Andreas Metzler <ametzler@debian.org> Sun, 26 Dec 2010 15:13:08 +0100
1354
1355+exim4 (4.72-2ubuntu1) natty; urgency=low
1356+
1357+ * Merge from debian unstable. Remaining changes: (LP: #671615)
1358+ - debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
1359+ Improve handling of broken messages when "exim4 -bp" (mailq) reports
1360+ lines without size info.
1361+ - Don't declare a Provides: default-mta; in Ubuntu, we want postfix to be
1362+ the default.
1363+ - debian/control: Change build dependencies to MySQL 5.1.
1364+ - debian/{control,rules}: add and enable hardened build for PIE
1365+ (Closes: #542726).
1366+
1367+ -- Artur Rona <ari-tczew@ubuntu.com> Fri, 05 Nov 2010 21:05:47 +0100
1368+
1369 exim4 (4.72-2) unstable; urgency=low
1370
1371 [ Marc Haber ]
1372@@ -3245,6 +4179,20 @@ exim4 (4.72-2) unstable; urgency=low
1373
1374 -- Andreas Metzler <ametzler@debian.org> Sat, 30 Oct 2010 13:38:26 +0200
1375
1376+exim4 (4.72-1ubuntu1) maverick; urgency=low
1377+
1378+ * Merge with Debian unstable (LP: #609620). Remaining changes:
1379+ + debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
1380+ Improve handling of broken messages when "exim4 -bp" (mailq) reports
1381+ lines without size info.
1382+ + Don't declare a Provides: default-mta; in Ubuntu, we want postfix to be
1383+ the default.
1384+ + debian/control: Change build dependencies to MySQL 5.1.
1385+ + debian/{control,rules}: add and enable hardened build for PIE
1386+ (Closes: #542726).
1387+
1388+ -- Artur Rona <ari-tczew@tlen.pl> Sun, 25 Jul 2010 02:00:42 +0200
1389+
1390 exim4 (4.72-1) unstable; urgency=low
1391
1392 * New upstream release. (Identical to the git snapshot previously
1393@@ -3296,6 +4244,20 @@ exim4 (4.71-4) unstable; urgency=low
1394
1395 -- Andreas Metzler <ametzler@debian.org> Thu, 25 Mar 2010 17:34:30 +0100
1396
1397+exim4 (4.71-3ubuntu1) lucid; urgency=low
1398+
1399+ * Merge with Debian unstable (lp: #501657). Remaining changes:
1400+ + debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
1401+ Improve handling of broken messages when "exim4 -bp" (mailq) reports
1402+ lines without size info.
1403+ + Don't declare a Provides: default-mta; in Ubuntu, we want postfix to be
1404+ the default.
1405+ + debian/control: Change build dependencies to MySQL 5.1.
1406+ + debian/{control,rules}: add and enable hardened build for PIE
1407+ (Debian bug 542726).
1408+
1409+ -- Michael Bienia <geser@ubuntu.com> Fri, 01 Jan 2010 16:28:19 +0100
1410+
1411 exim4 (4.71-3) unstable; urgency=low
1412
1413 * exim4-base.cron.daily: Do not run exim_tidydb on Berkeley DB logfiles.
1414@@ -3410,6 +4372,35 @@ exim4 (4.70~cvs+20091017-1) experimental; urgency=low
1415
1416 -- Andreas Metzler <ametzler@debian.org> Sat, 17 Oct 2009 14:26:54 +0200
1417
1418+exim4 (4.69-11ubuntu4) karmic; urgency=low
1419+
1420+ * debian/{control,rules}: add and enable hardened build for PIE
1421+ (Debian bug 542726).
1422+
1423+ -- Kees Cook <kees@ubuntu.com> Thu, 20 Aug 2009 17:33:26 -0700
1424+
1425+exim4 (4.69-11ubuntu3) karmic; urgency=low
1426+
1427+ * debian/control: Change build dependencies to MySQL 5.1.
1428+
1429+ -- Mathias Gug <mathiaz@ubuntu.com> Mon, 17 Aug 2009 17:57:26 -0400
1430+
1431+exim4 (4.69-11ubuntu2) karmic; urgency=low
1432+
1433+ * Don't declare a Provides: default-mta; in Ubuntu, we want postfix to be
1434+ the default.
1435+
1436+ -- Steve Langasek <steve.langasek@ubuntu.com> Wed, 03 Jun 2009 15:39:14 +0000
1437+
1438+exim4 (4.69-11ubuntu1) karmic; urgency=low
1439+
1440+ * Merge from debian unstable (LP: #375923), remaining changes:
1441+ - debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
1442+ Improve handling of broken messages when "exim4 -bp" (mailq) reports
1443+ lines without size info
1444+
1445+ -- Thierry Carrez <thierry.carrez@ubuntu.com> Wed, 13 May 2009 12:15:29 +0200
1446+
1447 exim4 (4.69-11) unstable; urgency=medium
1448
1449 * Build-Depend on lynx-cur|lynx instead of lynx. (lynx is just a dummy
1450@@ -3467,6 +4458,15 @@ exim4 (4.69-10) unstable; urgency=low
1451
1452 -- Andreas Metzler <ametzler@debian.org> Sat, 02 May 2009 09:05:56 +0200
1453
1454+exim4 (4.69-9ubuntu1) jaunty; urgency=low
1455+
1456+ [ Daniel van Eeden <launchpad@myname.nl> ]
1457+ * debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
1458+ Improve handling of broken messages when "exim4 -bp" (mailq) reports lines
1459+ w/o size info, LP: #18194
1460+
1461+ -- Dustin Kirkland <kirkland@ubuntu.com> Wed, 11 Feb 2009 06:43:52 -0600
1462+
1463 exim4 (4.69-9) unstable; urgency=medium
1464
1465 * [update-exim4.conf]: Use POSIX character classes [:alnum:] or explicit
1466diff --git a/debian/control b/debian/control
1467index 383145d..2210560 100644
1468--- a/debian/control
1469+++ b/debian/control
1470@@ -4,7 +4,8 @@
1471 Source: exim4
1472 Section: mail
1473 Priority: standard
1474-Maintainer: Exim4 Maintainers <pkg-exim4-maintainers@lists.alioth.debian.org>
1475+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
1476+XSBC-Original-Maintainer: Exim4 Maintainers <pkg-exim4-maintainers@lists.alioth.debian.org>
1477 Uploaders:
1478 Andreas Metzler <ametzler@debian.org>,
1479 Marc Haber <mh+debian-packages@zugschlus.de>,
1480@@ -29,7 +30,6 @@ Build-Depends:
1481 libperl-dev,
1482 libpq-dev,
1483 libsasl2-dev,
1484- libspf2-dev,
1485 libsqlite3-dev,
1486 libx11-dev,
1487 libxaw7-dev,
1488@@ -39,6 +39,7 @@ Build-Depends:
1489 lynx,
1490 po-debconf,
1491 xsltproc,
1492+ lsb-release
1493
1494 Package: exim4-base
1495 Architecture: any
1496diff --git a/debian/debconf/conf.d/acl/30_exim4-config_check_rcpt b/debian/debconf/conf.d/acl/30_exim4-config_check_rcpt
1497index 0403165..a6b8305 100644
1498--- a/debian/debconf/conf.d/acl/30_exim4-config_check_rcpt
1499+++ b/debian/debconf/conf.d/acl/30_exim4-config_check_rcpt
1500@@ -273,24 +273,46 @@ acl_check_rcpt:
1501 .endif
1502
1503
1504+ # Use spfquery to perform a pair of SPF checks.
1505+ #
1506+ # This is quite costly in terms of DNS lookups (~6 lookups per mail). Do not
1507+ # enable if that's an issue. Also note that if you enable this, you must
1508+ # install "spf-tools-perl" which provides the spfquery command.
1509+ # Missing spf-tools-perl will trigger the "Unexpected error in
1510+ # SPF check" warning.
1511 .ifdef CHECK_RCPT_SPF
1512- .ifdef _HAVE_SPF
1513 deny
1514 !acl = acl_local_deny_exceptions
1515- spf = fail
1516+ condition = ${run{/usr/bin/spfquery.mail-spf-perl --ip \
1517+ ${quote:$sender_host_address} --identity \
1518+ ${if def:sender_address_domain \
1519+ {--scope mfrom --identity ${quote:$sender_address}}\
1520+ {--scope helo --identity ${quote:$sender_helo_name}}}}\
1521+ {no}{${if eq {$runrc}{1}{yes}{no}}}}
1522 message = [SPF] $sender_host_address is not allowed to send mail from \
1523 ${if def:sender_address_domain {$sender_address_domain}{$sender_helo_name}}.
1524 log_message = SPF check failed.
1525
1526 defer
1527 !acl = acl_local_deny_exceptions
1528- spf = temperror
1529+ condition = ${if eq {$runrc}{5}{yes}{no}}
1530 message = Temporary DNS error while checking SPF record. Try again later.
1531
1532 warn
1533- spf = pass:softfail:neutral:permerror
1534- add_header = :at_start:$spf_received
1535- .endif
1536+ condition = ${if <={$runrc}{6}{yes}{no}}
1537+ add_header = Received-SPF: ${if eq {$runrc}{0}{pass}\
1538+ {${if eq {$runrc}{2}{softfail}\
1539+ {${if eq {$runrc}{3}{neutral}\
1540+ {${if eq {$runrc}{4}{permerror}\
1541+ {${if eq {$runrc}{6}{none}{error}}}}}}}}}\
1542+ } client-ip=$sender_host_address; \
1543+ ${if def:sender_address_domain \
1544+ {envelope-from=${sender_address}; }{}}\
1545+ helo=$sender_helo_name
1546+
1547+ warn
1548+ condition = ${if >{$runrc}{6}{yes}{no}}
1549+ log_message = Unexpected error in SPF check.
1550 .endif
1551
1552
1553diff --git a/debian/patches/fix_smtp_banner.patch b/debian/patches/fix_smtp_banner.patch
1554new file mode 100644
1555index 0000000..7009a95
1556--- /dev/null
1557+++ b/debian/patches/fix_smtp_banner.patch
1558@@ -0,0 +1,55 @@
1559+Description: Add EXIM_DISTRIBUTION var to display it on the SMTP banner
1560+Origin: https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-server-app-banner-updates
1561+Author: Yolanda Robla <yolanda.robla@canonical.com>
1562+Forwarded: https://salsa.debian.org/exim-team/exim4/merge_requests/2
1563+Last-Update: 2021-11-08
1564+
1565+--- a/src/globals.c
1566++++ b/src/globals.c
1567+@@ -1489,7 +1489,7 @@
1568+ uschar *smtp_active_hostname = NULL;
1569+ int smtp_backlog_monitor = 0;
1570+ uschar *smtp_banner = US"$smtp_active_hostname ESMTP "
1571+- "Exim $version_number $tod_full"
1572++ "Exim $version_number " EXIM_DISTRIBUTION " $tod_full"
1573+ "\0<---------------Space to patch smtp_banner->";
1574+ int smtp_ch_index = 0;
1575+ uschar *smtp_cmd_argument = NULL;
1576+--- a/src/config.h.defaults
1577++++ b/src/config.h.defaults
1578+@@ -234,4 +234,6 @@
1579+ #define SC_EXIM_ARITH "%" SCNi64 /* scanf incl. 0x prefix */
1580+ #define SC_EXIM_DEC "%" SCNd64 /* scanf decimal */
1581+
1582++#define EXIM_DISTRIBUTION
1583++
1584+ /* End of config.h.defaults */
1585+--- a/scripts/Configure-config.h
1586++++ b/scripts/Configure-config.h
1587+@@ -23,6 +23,13 @@
1588+ if [ "$1" != "" ] ; then MAKE=$1 ; fi
1589+ if [ "$MAKE" = "" ] ; then MAKE=make ; fi
1590+
1591++# exporting distribution to use it in smtp banner
1592++if test -x /usr/bin/lsb_release && lsb_release -si; then
1593++ export EXIM_DISTRIBUTION=\"$(lsb_release -si)\"
1594++else
1595++ export EXIM_DISTRIBUTION=\"\"
1596++fi
1597++
1598+ $MAKE buildconfig || exit 1
1599+
1600+ # BEWARE: tab characters needed in the following sed command. They have had
1601+--- a/src/exim.h
1602++++ b/src/exim.h
1603+@@ -651,6 +651,10 @@
1604+ # define EXIM_GROUPLIST_SIZE NGROUPS_MAX
1605+ #endif
1606+
1607++#ifndef EXIM_DISTRIBUTION
1608++ #define EXIM_DISTRIBUTION ""
1609++#endif
1610++
1611+ /* Linux has TCP_CORK, FreeBSD has TCP_NOPUSH; they do pretty much the same */
1612+
1613+ #ifdef TCP_CORK
1614diff --git a/debian/patches/series b/debian/patches/series
1615index 62ab922..1c681dd 100644
1616--- a/debian/patches/series
1617+++ b/debian/patches/series
1618@@ -32,3 +32,4 @@
1619 75_66-Fix-crash-in-expansions.patch
1620 75_70-Fix-variable-initialisation-in-smtp-transport.-Bug-2.patch
1621 90_localscan_dlopen.dpatch
1622+fix_smtp_banner.patch

Subscribers

People subscribed via source and target branches