Merge ~bryce/ubuntu/+source/exim4:merge-v4.93-12-focal into ubuntu/+source/exim4:debian/sid

Proposed by Bryce Harrington
Status: Merged
Approved by: Bryce Harrington
Approved revision: fcf00d2e89234e3dc09b7223c756882c1bf12a9b
Merge reported by: Bryce Harrington
Merged at revision: fcf00d2e89234e3dc09b7223c756882c1bf12a9b
Proposed branch: ~bryce/ubuntu/+source/exim4:merge-v4.93-12-focal
Merge into: ubuntu/+source/exim4:debian/sid
Diff against target: 1159 lines (+795/-2)
4 files modified
debian/changelog (+737/-0)
debian/control (+4/-2)
debian/patches/fix_smtp_banner.patch (+53/-0)
debian/patches/series (+1/-0)
Reviewer Review Type Date Requested Status
Lucas Kanashiro (community) Approve
Canonical Server packageset reviewers Pending
Review via email: mp+380693@code.launchpad.net

Description of the change

Merge with Debian's package. Just the usual delta on our end, nothing to add or drop.

This version includes one cherrypicked patch from upstream, and three packaging bugfixes from Debian. All look safe and worth inclusion for focal.

PPA with test packages: https://launchpad.net/~bryce/+archive/ubuntu/exim4-merge-v4.93-12
  $ sudo add-apt-repository -yus ppa:bryce/exim4-merge-v4.93-12

Usual tags pushed.

To post a comment you must log in.
Revision history for this message
Lucas Kanashiro (lucaskanashiro) wrote :

+1, LGTM.

review: Approve
Revision history for this message
Bryce Harrington (bryce) wrote :

Merged and pushed. Thanks again.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index e47cbf7..5d256e4 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,12 @@
6+exim4 (4.93-12ubuntu1) focal; urgency=medium
7+
8+ * Merge with Debian unstable. Remaining changes:
9+ - Show Ubuntu distribution in SMTP banner
10+ + Build-Depends on lsb-release to detect Distribution.
11+ + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
12+
13+ -- Bryce Harrington <bryce@canonical.com> Fri, 13 Mar 2020 14:25:38 -0700
14+
15 exim4 (4.93-12) unstable; urgency=low
16
17 * Update from exim-4.93+fixes:
18@@ -13,6 +22,15 @@ exim4 (4.93-12) unstable; urgency=low
19
20 -- Andreas Metzler <ametzler@debian.org> Sat, 29 Feb 2020 15:53:44 +0100
21
22+exim4 (4.93-11ubuntu1) focal; urgency=medium
23+
24+ * Merge with Debian unstable. Remaining changes:
25+ - Show Ubuntu distribution in SMTP banner
26+ + Build-Depends on lsb-release to detect Distribution.
27+ + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
28+
29+ -- Bryce Harrington <bryce@canonical.com> Wed, 26 Feb 2020 02:34:11 +0000
30+
31 exim4 (4.93-11) unstable; urgency=medium
32
33 * Update from exim-4.93+fixes:
34@@ -32,6 +50,15 @@ exim4 (4.93-10) unstable; urgency=medium
35
36 -- Andreas Metzler <ametzler@debian.org> Sat, 01 Feb 2020 11:06:29 +0100
37
38+exim4 (4.93-9ubuntu1) focal; urgency=medium
39+
40+ * Merge with Debian unstable (LP: #1860051). Remaining changes:
41+ - Show Ubuntu distribution in SMTP banner
42+ - Build-Depends on lsb-release to detect Distribution.
43+ - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
44+
45+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Fri, 17 Jan 2020 09:39:13 +0100
46+
47 exim4 (4.93-9) unstable; urgency=medium
48
49 * Add 74_22-Taint-hybrid-checking-mode.patch.
50@@ -151,6 +178,25 @@ exim4 (4.93~RC3-1) unstable; urgency=low
51
52 -- Andreas Metzler <ametzler@debian.org> Sun, 17 Nov 2019 11:37:15 +0100
53
54+exim4 (4.93~RC2-1ubuntu1) focal; urgency=medium
55+
56+ * Merge with Debian unstable. Remaining changes:
57+ - Show Ubuntu distribution in SMTP banner
58+ + Build-Depends on lsb-release to detect Distribution.
59+ + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
60+ * Dropped:
61+ - SECURITY UPDATE: remote command execution
62+ + d/p/CVE-2019-15846.patch: ensure not to interpret '\\'
63+ before '\0' in src/string.c
64+ + CVE-2019-15846
65+ [Now in upstream as of 4.92.2-1]
66+ - SECURITY UPDATE: heap-based buffer overflow in string_vformat
67+ + debian/patches/CVE-2019-16928.patch: fix overflow in src/string.c.
68+ + CVE-2019-16928
69+ [Now upstream as of 4.92.3-1]
70+
71+ -- Bryce Harrington <bryce@canonical.com> Wed, 13 Nov 2019 18:56:58 -0800
72+
73 exim4 (4.93~RC2-1) unstable; urgency=low
74
75 * New upstream beta version.
76@@ -307,6 +353,42 @@ exim4 (4.92.1-2) unstable; urgency=medium
77
78 -- Andreas Metzler <ametzler@debian.org> Wed, 14 Aug 2019 09:25:28 +0200
79
80+exim4 (4.92.1-1ubuntu4) focal; urgency=medium
81+
82+ * No-change rebuild for the perl update.
83+
84+ -- Matthias Klose <doko@ubuntu.com> Fri, 18 Oct 2019 19:27:29 +0000
85+
86+exim4 (4.92.1-1ubuntu3) eoan; urgency=medium
87+
88+ * SECURITY UPDATE: heap-based buffer overflow in string_vformat
89+ - debian/patches/CVE-2019-16928.patch: fix overflow in src/string.c.
90+ - CVE-2019-16928
91+
92+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Sat, 28 Sep 2019 11:05:50 -0400
93+
94+exim4 (4.92.1-1ubuntu2) eoan; urgency=medium
95+
96+ * SECURITY UPDATE: remote command execution
97+ - debian/patches/CVE-2019-15846.patch: ensure not to interpret '\\'
98+ before '\0' in src/string.c
99+ - CVE-2019-15846
100+
101+ -- Alex Murray <alex.murray@canonical.com> Thu, 05 Sep 2019 11:29:48 +0930
102+
103+exim4 (4.92.1-1ubuntu1) eoan; urgency=medium
104+
105+ * Merge with Debian unstable. Remaining changes:
106+ - Show Ubuntu distribution in SMTP banner
107+ + Build-Depends on lsb-release to detect Distribution.
108+ + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
109+ * Dropped:
110+ - d/p/CVE-2019-13917.patch: avoid re-expansion in ${sort } in
111+ src/expand.c.
112+ [Fixed in 4.92.1]
113+
114+ -- Bryce Harrington <bryce@canonical.com> Mon, 12 Aug 2019 19:18:33 -0700
115+
116 exim4 (4.92.1-1) unstable; urgency=low
117
118 * New upstream bugfix release. (4.92.1 is 4.92 + the fix for CVE-2019-13917,
119@@ -377,6 +459,24 @@ exim4 (4.92-8) unstable; urgency=low
120
121 -- Andreas Metzler <ametzler@debian.org> Sat, 08 Jun 2019 17:37:43 +0200
122
123+exim4 (4.92-7ubuntu2) eoan; urgency=medium
124+
125+ * SECURITY UPDATE: code execution via ${sort }
126+ - debian/patches/CVE-2019-13917.patch: avoid re-expansion in ${sort }
127+ in src/expand.c.
128+ - CVE-2019-13917
129+
130+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 25 Jul 2019 12:58:39 -0400
131+
132+exim4 (4.92-7ubuntu1) eoan; urgency=medium
133+
134+ * Merge with Debian unstable. Remaining changes:
135+ - Show Ubuntu distribution in SMTP banner
136+ + Build-Depends on lsb-release to detect Distribution.
137+ + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
138+
139+ -- Bryce Harrington <bryce@canonical.com> Mon, 13 May 2019 13:48:18 -0700
140+
141 exim4 (4.92-7) unstable; urgency=medium
142
143 * Upload to unstable.
144@@ -404,6 +504,15 @@ exim4 (4.92-5) unstable; urgency=medium
145
146 -- Andreas Metzler <ametzler@debian.org> Sun, 07 Apr 2019 13:39:31 +0200
147
148+exim4 (4.92-4ubuntu1) disco; urgency=medium
149+
150+ * Merge with Debian unstable (LP: #1821339). Remaining changes:
151+ * Show Ubuntu distribution in SMTP banner
152+ - Build-Depends on lsb-release to detect Distribution.
153+ - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
154+
155+ -- Karl Stenerud <karl.stenerud@canonical.com> Mon, 25 Mar 2019 12:02:33 +0100
156+
157 exim4 (4.92-4) unstable; urgency=medium
158
159 * Another patch from exim-4.92+fixes branch:
160@@ -422,6 +531,15 @@ exim4 (4.92-3) unstable; urgency=medium
161
162 -- Andreas Metzler <ametzler@debian.org> Wed, 20 Mar 2019 17:01:29 +0100
163
164+exim4 (4.92-2ubuntu1) disco; urgency=medium
165+
166+ * Merge with Debian unstable (LP: #1818444). Remaining changes:
167+ - Show Ubuntu distribution in SMTP banner
168+ + Build-Depends on lsb-release to detect Distribution.
169+ + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
170+
171+ -- Karl Stenerud <kstenerud@gmail.com> Tue, 05 Mar 2019 10:55:48 +0100
172+
173 exim4 (4.92-2) unstable; urgency=medium
174
175 * Upload to unstable.
176@@ -478,6 +596,21 @@ exim4 (4.92~RC4-3) unstable; urgency=medium
177
178 -- Andreas Metzler <ametzler@debian.org> Sun, 20 Jan 2019 17:52:39 +0100
179
180+exim4 (4.92~RC4-2ubuntu2) disco; urgency=medium
181+
182+ * No-change rebuild against libmysqlclient21
183+
184+ -- Steve Langasek <steve.langasek@ubuntu.com> Fri, 01 Feb 2019 16:57:54 +0000
185+
186+exim4 (4.92~RC4-2ubuntu1) disco; urgency=medium
187+
188+ * Merge with Debian unstable (LP: #1811095). Remaining changes:
189+ - Show Ubuntu distribution in SMTP banner
190+ + Build-Depends on lsb-release to detect Distribution.
191+ + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
192+
193+ -- Karl Stenerud <kstenerud@gmail.com> Thu, 10 Jan 2019 16:41:45 +0100
194+
195 exim4 (4.92~RC4-2) unstable; urgency=medium
196
197 * Upload to unstable.
198@@ -571,6 +704,22 @@ exim4 (4.91-7) unstable; urgency=low
199
200 -- Andreas Metzler <ametzler@debian.org> Sun, 26 Aug 2018 11:33:15 +0200
201
202+exim4 (4.91-6ubuntu2) disco; urgency=medium
203+
204+ * No-change rebuild for the perl 5.28 transition.
205+
206+ -- Adam Conrad <adconrad@ubuntu.com> Fri, 02 Nov 2018 18:08:13 -0600
207+
208+exim4 (4.91-6ubuntu1) cosmic; urgency=medium
209+
210+ * Merge with Debian unstable. Remaining changes:
211+ - Show Ubuntu distribution in SMTP banner
212+ + Build-Depends on lsb-release to detect Distribution.
213+ + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
214+ [DEP3 header updated to indicate it has been forwarded to Debian]
215+
216+ -- Andreas Hasenack <andreas@canonical.com> Mon, 30 Jul 2018 15:35:06 -0300
217+
218 exim4 (4.91-6) unstable; urgency=low
219
220 * Update from exim-4_91+fixes branch:
221@@ -582,6 +731,16 @@ exim4 (4.91-6) unstable; urgency=low
222
223 -- Andreas Metzler <ametzler@debian.org> Fri, 20 Jul 2018 11:21:24 +0200
224
225+exim4 (4.91-5ubuntu1) cosmic; urgency=medium
226+
227+ * Merge with Debian unstable. Remaining changes:
228+ - Show Ubuntu distribution in SMTP banner
229+ - Build-Depends on lsb-release to detect Distribution.
230+ - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
231+ [DEP3 header updated to indicate it has been forwarded to Debian]
232+
233+ -- Andreas Hasenack <andreas@canonical.com> Tue, 03 Jul 2018 11:13:08 -0300
234+
235 exim4 (4.91-5) unstable; urgency=medium
236
237 * Update from exim-4_91+fixes branch:
238@@ -591,6 +750,15 @@ exim4 (4.91-5) unstable; urgency=medium
239
240 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Jun 2018 18:10:39 +0200
241
242+exim4 (4.91-4ubuntu1) cosmic; urgency=medium
243+
244+ * Merge from Debian testing, Remaining changes:
245+ - Show Ubuntu distribution in SMTP banner
246+ - Build-Depends on lsb-release to detect Distribution.
247+ - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
248+
249+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 30 May 2018 12:46:14 +0200
250+
251 exim4 (4.91-4) unstable; urgency=medium
252
253 * Update from exim-4_91+fixes branch:
254@@ -709,6 +877,15 @@ exim4 (4.90.1-2) unstable; urgency=medium
255
256 -- Andreas Metzler <ametzler@debian.org> Sat, 10 Mar 2018 14:25:51 +0100
257
258+exim4 (4.90.1-1ubuntu1) bionic; urgency=medium
259+
260+ * Merge from Debian testing, Remaining changes:
261+ - Show Ubuntu distribution in SMTP banner
262+ - Build-Depends on lsb-release to detect Distribution.
263+ - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
264+
265+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 14 Feb 2018 17:01:14 +0100
266+
267 exim4 (4.90.1-1) unstable; urgency=high
268
269 * New upstream version, fixing CVE-2018-6789. Closes: #890000
270@@ -903,6 +1080,15 @@ exim4 (4.89-10) unstable; urgency=critical
271
272 -- Andreas Metzler <ametzler@debian.org> Sat, 25 Nov 2017 11:43:24 +0100
273
274+exim4 (4.89-9ubuntu1) bionic; urgency=medium
275+
276+ * Merge from Debian unstable, Remaining changes:
277+ - Show Ubuntu distribution in SMTP banner
278+ - Build-Depends on lsb-release to detect Distribution.
279+ - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
280+
281+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 16 Nov 2017 10:02:23 +0100
282+
283 exim4 (4.89-9) unstable; urgency=medium
284
285 * Upload to unstable.
286@@ -945,6 +1131,42 @@ exim4 (4.89-6) unstable; urgency=medium
287
288 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Sep 2017 15:29:39 +0200
289
290+exim4 (4.89-5ubuntu1.3) artful-security; urgency=medium
291+
292+ * SECURITY UPDATE: Buffer overflow in base64d()
293+ - debian/patches/CVE-2018-6789.patch: fix overflow in src/base64.c.
294+ - CVE-2018-6789
295+
296+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Sat, 10 Feb 2018 14:12:27 -0500
297+
298+exim4 (4.89-5ubuntu1.2) artful-security; urgency=medium
299+
300+ * SECURITY UPDATE: stack-exhaustion remote DoS
301+ - debian/patches/CVE-2017-16944.patch: do not treat the first lonely
302+ dot special in src/receive.c, src/smtp_in.c.
303+ - CVE-2017-16944
304+
305+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Wed, 29 Nov 2017 08:59:31 -0500
306+
307+exim4 (4.89-5ubuntu1.1) artful-security; urgency=medium
308+
309+ * SECURITY UPDATE: remote code execution via use-after-free
310+ - debian/patches/CVE-2017-16943.patch: avoid release of store if there
311+ have been later allocations in src/receive.c.
312+ - CVE-2017-16943
313+
314+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Mon, 27 Nov 2017 07:37:47 -0500
315+
316+exim4 (4.89-5ubuntu1) artful; urgency=medium
317+
318+ * Merge from Debian testing.
319+ Remaining changes:
320+ - Show Ubuntu distribution in SMTP banner
321+ - Build-Depends on lsb-release to detect Distribution.
322+ - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
323+
324+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 16 Aug 2017 15:42:47 +0200
325+
326 exim4 (4.89-5) unstable; urgency=medium
327
328 * Update to exim-4_89+fixes branch:
329@@ -989,6 +1211,20 @@ exim4 (4.89-4) unstable; urgency=low
330
331 -- Andreas Metzler <ametzler@debian.org> Sat, 15 Jul 2017 12:46:16 +0200
332
333+exim4 (4.89-3ubuntu2) artful; urgency=medium
334+
335+ * No-change rebuild for perl 5.26.0.
336+
337+ -- Matthias Klose <doko@ubuntu.com> Wed, 26 Jul 2017 20:02:24 +0000
338+
339+exim4 (4.89-3ubuntu1) artful; urgency=medium
340+
341+ * Merge from Debian. Remaining changes:
342+ - Show Ubuntu distribution in SMTP banner.
343+ - Build-Depends on lsb-release (needed for the Ubuntu SMTP banner patch)
344+
345+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Tue, 27 Jun 2017 10:20:42 -0400
346+
347 exim4 (4.89-3) unstable; urgency=high
348
349 * Re-upload to unstable.
350@@ -1001,6 +1237,15 @@ exim4 (4.89-2+deb9u1) stretch-security; urgency=medium
351
352 -- <jmm@debian.org> Wed, 14 Jun 2017 07:03:07 +0200
353
354+exim4 (4.89-2ubuntu1) artful; urgency=medium
355+
356+ * Merge from Debian testing.
357+ Remaining changes:
358+ + Show Ubuntu distribution in SMTP banner.
359+ + Build-Depends on lsb-release (needed for the Ubuntu SMTP banner patch)
360+
361+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 01 Jun 2017 11:58:00 +0200
362+
363 exim4 (4.89-2) unstable; urgency=medium
364
365 * Revert addition of header "# pidfile: /var/run/exim4/exim.pid" to
366@@ -1092,6 +1337,17 @@ exim4 (4.89~RC1-1) unstable; urgency=low
367
368 -- Andreas Metzler <ametzler@debian.org> Tue, 31 Jan 2017 19:52:50 +0100
369
370+exim4 (4.88-5ubuntu1) zesty; urgency=medium
371+
372+ * Merge from Debian unstable.
373+ Version 4.88 fixes CVE-2016-9963 (LP: #1654750) and symlink
374+ local root escalation (LP: #1580454)
375+ Remaining changes:
376+ + Show Ubuntu distribution in SMTP banner.
377+ + Build-Depends on lsb-release (needed for the Ubuntu SMTP banner patch)
378+
379+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 24 Jan 2017 10:15:09 +0100
380+
381 exim4 (4.88-5) unstable; urgency=medium
382
383 * 78_Disable-chunking-BDAT-by-default.patch: Change default value of main
384@@ -1244,6 +1500,20 @@ exim4 (4.88~RC1-1) experimental; urgency=low
385
386 -- Andreas Metzler <ametzler@debian.org> Sun, 25 Sep 2016 15:44:00 +0200
387
388+exim4 (4.87-3ubuntu2) zesty; urgency=medium
389+
390+ * No-change rebuild for perl 5.24 transition
391+
392+ -- Iain Lane <iain@orangesquash.org.uk> Mon, 24 Oct 2016 10:08:10 +0100
393+
394+exim4 (4.87-3ubuntu1) yakkety; urgency=medium
395+
396+ * Merge from Debian unstable. Remaining changes:
397+ + Show Ubuntu distribution in SMTP banner.
398+ + Build-Depends on lsb-release (needed for the Ubuntu SMTP banner patch)
399+
400+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 26 Jul 2016 13:30:09 +0200
401+
402 exim4 (4.87-3) unstable; urgency=medium
403
404 * Pull multiple patches from upstream GIT:
405@@ -1417,6 +1687,48 @@ exim4 (4.87~RC1-1) experimental; urgency=medium
406
407 -- Andreas Metzler <ametzler@debian.org> Fri, 11 Dec 2015 20:15:30 +0100
408
409+exim4 (4.86.2-2ubuntu2.3) xenial-security; urgency=medium
410+
411+ * SECURITY UPDATE: Buffer overflow in base64d()
412+ - debian/patches/CVE-2018-6789.patch: fix overflow in
413+ src/auths/b64decode.c.
414+ - CVE-2018-6789
415+
416+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Sat, 10 Feb 2018 14:18:40 -0500
417+
418+exim4 (4.86.2-2ubuntu2.2) xenial-security; urgency=medium
419+
420+ * SECURITY UPDATE: memory leak
421+ - debian/patches/93_CVE-2017-1000368.patch: free -p argument if
422+ allocation was required.
423+ - CVE-2017-1000368
424+
425+ -- Steve Beattie <sbeattie@ubuntu.com> Fri, 02 Jun 2017 22:07:28 -0700
426+
427+exim4 (4.86.2-2ubuntu2.1) xenial-security; urgency=medium
428+
429+ * SECURITY UPDATE: DKIM information leakage
430+ - debian/patches/CVE-2016-9963.patch: fix information leakage in
431+ src/dkim.c, src/transports/smtp.c.
432+ - CVE-2016-9963
433+
434+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 05 Jan 2017 08:29:10 -0500
435+
436+exim4 (4.86.2-2ubuntu2) xenial; urgency=medium
437+
438+ * Rebuild against libmysqlclient20.
439+
440+ -- Robie Basak <robie.basak@ubuntu.com> Tue, 05 Apr 2016 12:21:41 +0000
441+
442+exim4 (4.86.2-2ubuntu1) xenial; urgency=medium
443+
444+ * Merge from Debian unstable. Remaining changes:
445+ - debian.control, debian/patches/fix_smtp_banner.patch
446+ + Show Ubuntu distribution in SMTP banner.
447+ + Build-Depends on lsb-release.
448+
449+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Tue, 15 Mar 2016 11:56:18 -0400
450+
451 exim4 (4.86.2-2) unstable; urgency=high
452
453 * Bump exim4-config Breaks to exim4-daemon-* (<< 4.86.2). Closes: #816790
454@@ -1438,6 +1750,27 @@ exim4 (4.86.2-1) unstable; urgency=high
455
456 -- Andreas Metzler <ametzler@debian.org> Tue, 01 Mar 2016 19:34:39 +0100
457
458+exim4 (4.86-7ubuntu3) xenial; urgency=medium
459+
460+ * No-change rebuild for gnutls transition.
461+
462+ -- Matthias Klose <doko@ubuntu.com> Wed, 17 Feb 2016 22:40:56 +0000
463+
464+exim4 (4.86-7ubuntu2) xenial; urgency=medium
465+
466+ * Rebuild for Perl 5.22.1.
467+
468+ -- Colin Watson <cjwatson@ubuntu.com> Fri, 18 Dec 2015 10:30:54 +0000
469+
470+exim4 (4.86-7ubuntu1) xenial; urgency=medium
471+
472+ * Merge from Debian unstable. Remaining changes:
473+ - debian.control, debian/patches/fix_smtp_banner.patch
474+ + Show Ubuntu distribution in SMTP banner.
475+ + Build-Depends on lsb-release.
476+
477+ -- Pierre-André MOREY <pierre-andre.morey@canonical.com> Mon, 14 Dec 2015 14:23:51 +0100
478+
479 exim4 (4.86-7) unstable; urgency=medium
480
481 * Allow arch-indep build (dpkg-buildpackage -A). Closes: #806023
482@@ -1488,6 +1821,15 @@ exim4 (4.86-4) unstable; urgency=medium
483
484 -- Andreas Metzler <ametzler@debian.org> Sat, 17 Oct 2015 15:01:01 +0200
485
486+exim4 (4.86-3ubuntu1) wily; urgency=medium
487+
488+ * Merge from Debian unstable. (LP: #1485369) Remaining changes:
489+ - debian/control, debian/patches/fix_smtp_banner.patch:
490+ + Show Ubuntu distribution in SMTP banner.
491+ + Build-Depends on lsb-release.
492+
493+ -- Artur Rona <ari-tczew@ubuntu.com> Thu, 17 Sep 2015 13:18:20 +0100
494+
495 exim4 (4.86-3) unstable; urgency=medium
496
497 * Pull three patches from upstream git:
498@@ -1528,6 +1870,15 @@ exim4 (4.86~RC5-1) unstable; urgency=medium
499
500 -- Andreas Metzler <ametzler@debian.org> Sat, 18 Jul 2015 11:46:11 +0200
501
502+exim4 (4.86~RC4-2ubuntu1) wily; urgency=low
503+
504+ * Merge from Debian unstable. (LP: #1166671) Remaining changes:
505+ - debian/control, debian/patches/fix_smtp_banner.patch:
506+ + Show Ubuntu distribution in SMTP banner.
507+ + Build-Depends on lsb-release.
508+
509+ -- Artur Rona <ari-tczew@ubuntu.com> Mon, 06 Jul 2015 12:09:36 +0200
510+
511 exim4 (4.86~RC4-2) unstable; urgency=medium
512
513 * Drop libmysqlclient15-dev alternative build-dependency. Closes: #790463
514@@ -1692,6 +2043,18 @@ exim4 (4.85~RC1+dfsg-1) experimental; urgency=medium
515
516 -- Andreas Metzler <ametzler@debian.org> Tue, 18 Nov 2014 19:28:20 +0100
517
518+exim4 (4.84-8ubuntu1) vivid; urgency=low
519+
520+ * Merge from Debian unstable. (LP: #1434300) Remaining changes:
521+ - debian/control, debian/patches/fix_smtp_banner.patch:
522+ + Show Ubuntu distribution in SMTP banner.
523+ + Build-Depends on lsb-release.
524+ - debian/control:
525+ + Don't provide default-mta; in Ubuntu,
526+ we want postfix to be the default.
527+
528+ -- Artur Rona <ari-tczew@ubuntu.com> Thu, 19 Mar 2015 00:15:40 +0100
529+
530 exim4 (4.84-8) unstable; urgency=medium
531
532 * Pull 83_Remove-limit-on-remove_headers-item-size.-Bug-1533.patch and
533@@ -1709,6 +2072,15 @@ exim4 (4.84-7) unstable; urgency=medium
534
535 -- Andreas Metzler <ametzler@debian.org> Sat, 07 Feb 2015 15:12:33 +0100
536
537+exim4 (4.84-6ubuntu1) vivid; urgency=medium
538+
539+ * Resynchronise with Debian. Remaining changes:
540+ - Show Ubuntu distribution in SMTP banner.
541+ - Don't provide default-mta; in Ubuntu, we want postfix to be the
542+ default.
543+
544+ -- Colin Watson <cjwatson@ubuntu.com> Wed, 14 Jan 2015 11:26:29 +0000
545+
546 exim4 (4.84-6) unstable; urgency=medium
547
548 * Revert init script's restart order change in 4.84-4 for the time being.
549@@ -1717,6 +2089,15 @@ exim4 (4.84-6) unstable; urgency=medium
550
551 -- Andreas Metzler <ametzler@debian.org> Sun, 21 Dec 2014 14:07:12 +0100
552
553+exim4 (4.84-5ubuntu1) vivid; urgency=medium
554+
555+ * Resynchronise with Debian. Remaining changes:
556+ - Show Ubuntu distribution in SMTP banner.
557+ - Don't provide default-mta; in Ubuntu, we want postfix to be the
558+ default.
559+
560+ -- Colin Watson <cjwatson@ubuntu.com> Thu, 18 Dec 2014 15:26:17 +0000
561+
562 exim4 (4.84-5) unstable; urgency=medium
563
564 * 82_quoted-or-r-2047-encoded.diff pulled from upstream git (sans
565@@ -1724,6 +2105,15 @@ exim4 (4.84-5) unstable; urgency=medium
566
567 -- Andreas Metzler <ametzler@debian.org> Wed, 17 Dec 2014 19:03:39 +0100
568
569+exim4 (4.84-4ubuntu1) vivid; urgency=medium
570+
571+ * Resynchronise with Debian. Remaining changes:
572+ - Show Ubuntu distribution in SMTP banner.
573+ - Don't provide default-mta; in Ubuntu, we want postfix to be the
574+ default.
575+
576+ -- Colin Watson <cjwatson@ubuntu.com> Tue, 02 Dec 2014 15:28:46 +0000
577+
578 exim4 (4.84-4) unstable; urgency=medium
579
580 * Unset message_prefix/message_sufix in maildrop_pipe transport. Maildrop
581@@ -1738,6 +2128,15 @@ exim4 (4.84-4) unstable; urgency=medium
582
583 -- Andreas Metzler <ametzler@debian.org> Sun, 30 Nov 2014 08:24:04 +0100
584
585+exim4 (4.84-3ubuntu1) vivid; urgency=medium
586+
587+ * Resynchronise with Debian. Remaining changes:
588+ - Show Ubuntu distribution in SMTP banner.
589+ - Don't provide default-mta; in Ubuntu, we want postfix to be the
590+ default.
591+
592+ -- Colin Watson <cjwatson@ubuntu.com> Tue, 11 Nov 2014 13:43:35 +0000
593+
594 exim4 (4.84-3) unstable; urgency=medium
595
596 * Apply patch to Italian (it) debconf template translation, thanks to
597@@ -1767,6 +2166,24 @@ exim4 (4.84~RC2-1) unstable; urgency=medium
598
599 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Aug 2014 07:42:00 +0200
600
601+exim4 (4.84~RC1-3ubuntu2) utopic; urgency=medium
602+
603+ * Rebuild for Perl 5.20.0.
604+
605+ -- Colin Watson <cjwatson@ubuntu.com> Thu, 21 Aug 2014 12:18:13 +0100
606+
607+exim4 (4.84~RC1-3ubuntu1) utopic; urgency=low
608+
609+ * Merge from Debian unstable (LP: #1351470). Remaining changes:
610+ - Show Ubuntu distribution on smtp:
611+ + debian/patches/fix_smtp_banner.patch: updated SMTP banner
612+ with Ubuntu distribution
613+ + debian/control: added lsb-release build dependency
614+ - Don't provide default-mta; in Ubuntu, we want postfix to be the
615+ default.
616+
617+ -- Corey Bryant <corey.bryant@canonical.com> Mon, 04 Aug 2014 11:48:39 -0400
618+
619 exim4 (4.84~RC1-3) unstable; urgency=medium
620
621 * Third try. Simply comment *custom* in debian/control.
622@@ -1835,6 +2252,18 @@ exim4 (4.83~RC1-1) experimental; urgency=medium
623
624 -- Andreas Metzler <ametzler@debian.org> Thu, 29 May 2014 13:09:04 +0200
625
626+exim4 (4.82.1-2ubuntu1) utopic; urgency=low
627+
628+ * Merge from Debian unstable (LP: #1348074). Remaining changes:
629+ - Show Ubuntu distribution on smtp:
630+ + debian/patches/fix_smtp_banner.patch: updated SMTP banner
631+ with Ubuntu distribution
632+ + debian/control: added lsb-release build dependency
633+ - Don't provide default-mta; in Ubuntu, we want postfix to be the
634+ default.
635+
636+ -- Robie Basak <robie.basak@ubuntu.com> Fri, 25 Jul 2014 15:53:09 +0000
637+
638 exim4 (4.82.1-2) unstable; urgency=high
639
640 * [87_double_expansion.diff] from upstream. Stop unwanted double expansion
641@@ -1852,6 +2281,18 @@ exim4 (4.82.1-1) unstable; urgency=high
642
643 -- Andreas Metzler <ametzler@debian.org> Wed, 28 May 2014 19:01:43 +0200
644
645+exim4 (4.82-8ubuntu1) utopic; urgency=medium
646+
647+ * Merge from Debian unstable. Remaining changes:
648+ - Show Ubuntu distribution on smtp:
649+ + debian/patches/fix_smtp_banner.patch: updated SMTP banner
650+ with Ubuntu distribution
651+ + debian/control: added lsb-release build dependency
652+ - Don't provide default-mta; in Ubuntu, we want postfix to be the
653+ default.
654+
655+ -- Dimitri John Ledkov <xnox@ubuntu.com> Sat, 17 May 2014 01:50:20 +0100
656+
657 exim4 (4.82-8) unstable; urgency=medium
658
659 * Now that GMP has been relicensed to LGPLv3+/GPLv2+ build exim against
660@@ -1915,6 +2356,78 @@ exim4 (4.82-4) unstable; urgency=medium
661
662 -- Andreas Metzler <ametzler@debian.org> Sun, 09 Feb 2014 19:41:34 +0100
663
664+exim4 (4.82-3ubuntu2.4) trusty-security; urgency=medium
665+
666+ * SECURITY UPDATE: Buffer overflow in base64d()
667+ - debian/patches/CVE-2018-6789.patch: fix overflow in
668+ src/auths/b64decode.c.
669+ - CVE-2018-6789
670+
671+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Sat, 10 Feb 2018 14:19:43 -0500
672+
673+exim4 (4.82-3ubuntu2.3) trusty-security; urgency=medium
674+
675+ * SECURITY UPDATE: memory leak
676+ - debian/patches/CVE-2017-1000368.patch: free -p argument if
677+ allocation was required.
678+ - CVE-2017-1000368
679+
680+ -- Steve Beattie <sbeattie@ubuntu.com> Fri, 02 Jun 2017 22:44:35 -0700
681+
682+exim4 (4.82-3ubuntu2.2) trusty-security; urgency=medium
683+
684+ * SECURITY UPDATE: DKIM information leakage
685+ - debian/patches/CVE-2016-9963.patch: fix information leakage in
686+ src/dkim.c, src/transports/smtp.c.
687+ - CVE-2016-9963
688+
689+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 05 Jan 2017 08:31:06 -0500
690+
691+exim4 (4.82-3ubuntu2.1) trusty-security; urgency=medium
692+
693+ * SECURITY UPDATE: privilege escalation via crafted lookup value
694+ - debian/patches/CVE-2014-2972.patch: only expand integers for integer
695+ math once.
696+ - CVE-2014-2972
697+ * SECURITY UPDATE: privilege escalation when used with perl_startup
698+ - debian/patches/CVE-2016-1531.patch: add new add_environment and
699+ keep_environment configuration options.
700+ - debian/patches/CVE-2016-1531-2.patch: don't issue env warning if env
701+ is empty.
702+ - debian/patches/CVE-2016-1531-3.patch: store the initial working
703+ directory, expand $initial_cwd.
704+ - debian/patches/CVE-2016-1531-4.patch: delay chdir(/) until we opened
705+ the main config.
706+ - Add macros MAIN_KEEP_ENVIRONMENT and MAIN_ADD_ENVIRONMENT to set the
707+ new options. Set "keep_environment =" by default to avoid a runtime
708+ warning.
709+ - Bump exim4-config Breaks to exim4-daemon-* (<< 4.82-3ubuntu2.1).
710+ - debian/exim4-config.NEWS: Add entry to warn of potential breakage.
711+ - CVE-2016-1531
712+ * WARNING: This update may break existing installations.
713+
714+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Mon, 14 Mar 2016 12:57:00 -0400
715+
716+exim4 (4.82-3ubuntu2) trusty; urgency=medium
717+
718+ * debian/tests/control: Add missing python test dependency, as
719+ debian/tests/security calls python.
720+
721+ -- Martin Pitt <martin.pitt@ubuntu.com> Tue, 25 Feb 2014 17:33:13 +0100
722+
723+exim4 (4.82-3ubuntu1) trusty; urgency=low
724+
725+ * Merge from Debian unstable (LP: #1259620). Remaining changes:
726+ - Show Ubuntu distribution on smtp:
727+ + debian/patches/fix_smtp_banner.patch: updated SMTP banner
728+ with Ubuntu distribution
729+ + debian/control: added lsb-release build dependency
730+ - Don't provide default-mta; in Ubuntu, we want postfix to be the
731+ default.
732+ - Build-depend on db5.3.
733+
734+ -- Yolanda Robla <yolanda.robla@canonical.com> Tue, 10 Dec 2013 17:07:20 +0000
735+
736 exim4 (4.82-3) unstable; urgency=low
737
738 * Upload to unstable.
739@@ -1995,6 +2508,21 @@ exim4 (4.82~rc1-1) experimental; urgency=low
740
741 -- Andreas Metzler <ametzler@debian.org> Sun, 29 Sep 2013 14:43:25 +0200
742
743+exim4 (4.80-9ubuntu2) trusty; urgency=low
744+
745+ * Build-depend on libdb5.3-dev, instead of libdb5.1-dev.
746+
747+ -- Dmitrijs Ledkovs <xnox@ubuntu.com> Mon, 04 Nov 2013 12:14:54 +0000
748+
749+exim4 (4.80-9ubuntu1) trusty; urgency=low
750+
751+ * Resynchronise with Debian. Remaining changes:
752+ - Don't provide default-mta; in Ubuntu, we want postfix to be the
753+ default.
754+ - Add "Ubuntu" to SMTP banner.
755+
756+ -- Colin Watson <cjwatson@ubuntu.com> Mon, 28 Oct 2013 11:55:21 -0700
757+
758 exim4 (4.80-9) unstable; urgency=low
759
760 * Upload to unstable.
761@@ -2041,6 +2569,34 @@ exim4 (4.80-8) experimental; urgency=low
762
763 -- Andreas Metzler <ametzler@debian.org> Sun, 01 Sep 2013 15:58:49 +0200
764
765+exim4 (4.80-7ubuntu4) trusty; urgency=low
766+
767+ * Rebuild for Perl 5.18.
768+
769+ -- Colin Watson <cjwatson@ubuntu.com> Wed, 23 Oct 2013 10:24:08 +0100
770+
771+exim4 (4.80-7ubuntu3) saucy; urgency=low
772+
773+ * debian/patches/fix_smtp_banner.patch: updated SMTP banner
774+ with Ubuntu distribution
775+ * debian/control: added lsb-release build dependency
776+
777+ -- Yolanda Robla <yolanda.robla@canonical.com> Tue, 18 Jun 2013 19:17:43 +0200
778+
779+exim4 (4.80-7ubuntu2) saucy; urgency=low
780+
781+ * debian/tests: Add autopkgtest.
782+
783+ -- Yolanda <yolanda.robla@canonical.com> Mon, 27 May 2013 11:31:35 +0200
784+
785+exim4 (4.80-7ubuntu1) raring; urgency=low
786+
787+ * Merge from Debian unstable (LP: #1166383). Remaining changes:
788+ - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
789+ we want postfix to be the default.
790+
791+ -- Robie Basak <robie.basak@canonical.com> Mon, 08 Apr 2013 18:13:15 +0100
792+
793 exim4 (4.80-7) unstable; urgency=low
794
795 * Use exim's ${quote:xxx} operator when invoking spfquery to disallow
796@@ -2060,6 +2616,14 @@ exim4 (4.80-6) unstable; urgency=low
797
798 -- Andreas Metzler <ametzler@debian.org> Wed, 21 Nov 2012 19:08:53 +0100
799
800+exim4 (4.80-5.1ubuntu1) raring; urgency=low
801+
802+ * Merge from Debian. Remaining changes:
803+ - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
804+ we want postfix to be the default.
805+
806+ -- Oussama Bounaim <o.bounaim@gmail.com> Sun, 11 Nov 2012 07:11:06 +0100
807+
808 exim4 (4.80-5.1) unstable; urgency=high
809
810 * Non-maintainer upload by the Security Team.
811@@ -2087,6 +2651,23 @@ exim4 (4.80-4) unstable; urgency=low
812
813 -- Andreas Metzler <ametzler@debian.org> Sat, 23 Jun 2012 18:35:03 +0200
814
815+exim4 (4.80-3ubuntu1.1) quantal-security; urgency=low
816+
817+ * SECURITY UPDATE: arbitrary code execution via dns decode logic
818+ - debian/patches/CVE-2012-5671.patch: adjust max length and validate
819+ against it in src/pdkim/pdkim.h, src/dkim.c.
820+ - CVE-2012-5671
821+
822+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 25 Oct 2012 08:22:46 -0400
823+
824+exim4 (4.80-3ubuntu1) quantal; urgency=low
825+
826+ * Merge from Debian unstable. Remaining changes:
827+ - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
828+ we want postfix to be the default.
829+
830+ -- Clint Byrum <clint@ubuntu.com> Thu, 14 Jun 2012 15:28:08 -0700
831+
832 exim4 (4.80-3) unstable; urgency=low
833
834 * Pull 75_openssl_sni.diff from upstream. - Segfault caused by NULL
835@@ -2234,6 +2815,26 @@ exim4 (4.76-4) experimental; urgency=low
836
837 -- Andreas Metzler <ametzler@debian.org> Sat, 24 Sep 2011 18:36:08 +0200
838
839+exim4 (4.76-3ubuntu3) precise; urgency=low
840+
841+ * Rebuild for libmysqlclient transition
842+
843+ -- Clint Byrum <clint@ubuntu.com> Wed, 23 Nov 2011 23:29:35 -0800
844+
845+exim4 (4.76-3ubuntu2) precise; urgency=low
846+
847+ * Rebuild for Perl 5.14.
848+
849+ -- Colin Watson <cjwatson@ubuntu.com> Wed, 16 Nov 2011 01:22:39 +0000
850+
851+exim4 (4.76-3ubuntu1) precise; urgency=low
852+
853+ * Merge from debian unstable. Remaining changes:
854+ - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
855+ we want postfix to be the default.
856+
857+ -- Stéphane Graber <stgraber@ubuntu.com> Thu, 20 Oct 2011 11:29:07 -0400
858+
859 exim4 (4.76-3) unstable; urgency=low
860
861 * [exim4-base.cron.daily] Correct invocation of mail(1), options need to be
862@@ -2254,6 +2855,14 @@ exim4 (4.76-3) unstable; urgency=low
863
864 -- Andreas Metzler <ametzler@debian.org> Sun, 18 Sep 2011 11:49:13 +0200
865
866+exim4 (4.76-2ubuntu1) oneiric; urgency=low
867+
868+ * Merge from debian unstable. Remaining changes:
869+ - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
870+ we want postfix to be the default.
871+
872+ -- Stéphane Graber <stgraber@ubuntu.com> Mon, 30 May 2011 17:48:56 -0400
873+
874 exim4 (4.76-2) unstable; urgency=low
875
876 * debian/rules: Remove test/ and test-stamp on clean.
877@@ -2266,6 +2875,14 @@ exim4 (4.76-2) unstable; urgency=low
878
879 -- Andreas Metzler <ametzler@debian.org> Sun, 29 May 2011 18:21:03 +0200
880
881+exim4 (4.76-1ubuntu1) oneiric; urgency=low
882+
883+ * Merge from debian unstable. Remaining changes (LP: #779391):
884+ - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
885+ we want postfix to be the default.
886+
887+ -- Stéphane Graber <stgraber@ubuntu.com> Mon, 23 May 2011 12:37:30 -0400
888+
889 exim4 (4.76-1) unstable; urgency=low
890
891 * New upstream version.
892@@ -2312,6 +2929,14 @@ exim4 (4.75-3) unstable; urgency=high
893
894 -- Andreas Metzler <ametzler@debian.org> Fri, 06 May 2011 20:08:51 +0200
895
896+exim4 (4.75-2ubuntu1) oneiric; urgency=low
897+
898+ * Merge from debian unstable. Remaining changes:
899+ - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
900+ we want postfix to be the default.
901+
902+ -- Stéphane Graber <stgraber@ubuntu.com> Fri, 06 May 2011 14:51:28 -0400
903+
904 exim4 (4.75-2) unstable; urgency=low
905
906 * clamav socket on Debian is clamd:/var/run/clamav/clamd.ctl, fix
907@@ -2354,6 +2979,24 @@ exim4 (4.74-2) unstable; urgency=low
908
909 -- Andreas Metzler <ametzler@debian.org> Thu, 24 Feb 2011 19:02:07 +0100
910
911+exim4 (4.74-1ubuntu1) natty; urgency=low
912+
913+ * Merge from debian experimental. Remaining changes: (LP: #713855)
914+ - debian/patches/71_exiq_grep_error_on_messages_without_size.patch:
915+ + Improve handling of broken messages when "exim4 -bp" (mailq)
916+ reports lines without size info. (Closes: #528625)
917+ - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
918+ we want postfix to be the default.
919+ - debian/{control,rules}: Add and enable hardened build for PIE.
920+ (Closes: #542726)
921+ * Update 71_exiq_grep_error_on_messages_without_size.patch to get way
922+ which upstream has fixed it. Probably it can be dropped with next
923+ upstream release.
924+ * This upload fixes CVE: (LP: #708023)
925+ - CVE-2011-0017
926+
927+ -- Artur Rona <ari-tczew@ubuntu.com> Wed, 09 Feb 2011 21:31:35 +0100
928+
929 exim4 (4.74-1) experimental; urgency=low
930
931 * 4.74 release, should build on hurd again.
932@@ -2379,6 +3022,20 @@ exim4 (4.74~rc2-1) experimental; urgency=low
933
934 -- Andreas Metzler <ametzler@debian.org> Sun, 23 Jan 2011 14:02:36 +0100
935
936+exim4 (4.73~rc1-1ubuntu1) natty; urgency=low
937+
938+ * Merge from debian unstable. Remaining changes: (LP: #697934)
939+ - debian/patches/71_exiq_grep_error_on_messages_without_size.patch:
940+ + Improve handling of broken messages when "exim4 -bp" (mailq)
941+ reports lines without size info.
942+ - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
943+ we want postfix to be the default.
944+ - debian/{control,rules}: Add and enable hardened build for PIE.
945+ (Closes: #542726)
946+ * Drop B-D on libmysqlclient15-dev, resolved in Debian.
947+
948+ -- Artur Rona <ari-tczew@ubuntu.com> Tue, 28 Dec 2010 22:20:17 +0100
949+
950 exim4 (4.73~rc1-1) experimental; urgency=low
951
952 * New upstream release candidate.
953@@ -2474,6 +3131,20 @@ exim4 (4.72-3) unstable; urgency=low
954
955 -- Andreas Metzler <ametzler@debian.org> Sun, 26 Dec 2010 15:13:08 +0100
956
957+exim4 (4.72-2ubuntu1) natty; urgency=low
958+
959+ * Merge from debian unstable. Remaining changes: (LP: #671615)
960+ - debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
961+ Improve handling of broken messages when "exim4 -bp" (mailq) reports
962+ lines without size info.
963+ - Don't declare a Provides: default-mta; in Ubuntu, we want postfix to be
964+ the default.
965+ - debian/control: Change build dependencies to MySQL 5.1.
966+ - debian/{control,rules}: add and enable hardened build for PIE
967+ (Closes: #542726).
968+
969+ -- Artur Rona <ari-tczew@ubuntu.com> Fri, 05 Nov 2010 21:05:47 +0100
970+
971 exim4 (4.72-2) unstable; urgency=low
972
973 [ Marc Haber ]
974@@ -2497,6 +3168,20 @@ exim4 (4.72-2) unstable; urgency=low
975
976 -- Andreas Metzler <ametzler@debian.org> Sat, 30 Oct 2010 13:38:26 +0200
977
978+exim4 (4.72-1ubuntu1) maverick; urgency=low
979+
980+ * Merge with Debian unstable (LP: #609620). Remaining changes:
981+ + debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
982+ Improve handling of broken messages when "exim4 -bp" (mailq) reports
983+ lines without size info.
984+ + Don't declare a Provides: default-mta; in Ubuntu, we want postfix to be
985+ the default.
986+ + debian/control: Change build dependencies to MySQL 5.1.
987+ + debian/{control,rules}: add and enable hardened build for PIE
988+ (Closes: #542726).
989+
990+ -- Artur Rona <ari-tczew@tlen.pl> Sun, 25 Jul 2010 02:00:42 +0200
991+
992 exim4 (4.72-1) unstable; urgency=low
993
994 * New upstream release. (Identical to the git snapshot previously
995@@ -2548,6 +3233,20 @@ exim4 (4.71-4) unstable; urgency=low
996
997 -- Andreas Metzler <ametzler@debian.org> Thu, 25 Mar 2010 17:34:30 +0100
998
999+exim4 (4.71-3ubuntu1) lucid; urgency=low
1000+
1001+ * Merge with Debian unstable (lp: #501657). Remaining changes:
1002+ + debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
1003+ Improve handling of broken messages when "exim4 -bp" (mailq) reports
1004+ lines without size info.
1005+ + Don't declare a Provides: default-mta; in Ubuntu, we want postfix to be
1006+ the default.
1007+ + debian/control: Change build dependencies to MySQL 5.1.
1008+ + debian/{control,rules}: add and enable hardened build for PIE
1009+ (Debian bug 542726).
1010+
1011+ -- Michael Bienia <geser@ubuntu.com> Fri, 01 Jan 2010 16:28:19 +0100
1012+
1013 exim4 (4.71-3) unstable; urgency=low
1014
1015 * exim4-base.cron.daily: Do not run exim_tidydb on Berkeley DB logfiles.
1016@@ -2662,6 +3361,35 @@ exim4 (4.70~cvs+20091017-1) experimental; urgency=low
1017
1018 -- Andreas Metzler <ametzler@debian.org> Sat, 17 Oct 2009 14:26:54 +0200
1019
1020+exim4 (4.69-11ubuntu4) karmic; urgency=low
1021+
1022+ * debian/{control,rules}: add and enable hardened build for PIE
1023+ (Debian bug 542726).
1024+
1025+ -- Kees Cook <kees@ubuntu.com> Thu, 20 Aug 2009 17:33:26 -0700
1026+
1027+exim4 (4.69-11ubuntu3) karmic; urgency=low
1028+
1029+ * debian/control: Change build dependencies to MySQL 5.1.
1030+
1031+ -- Mathias Gug <mathiaz@ubuntu.com> Mon, 17 Aug 2009 17:57:26 -0400
1032+
1033+exim4 (4.69-11ubuntu2) karmic; urgency=low
1034+
1035+ * Don't declare a Provides: default-mta; in Ubuntu, we want postfix to be
1036+ the default.
1037+
1038+ -- Steve Langasek <steve.langasek@ubuntu.com> Wed, 03 Jun 2009 15:39:14 +0000
1039+
1040+exim4 (4.69-11ubuntu1) karmic; urgency=low
1041+
1042+ * Merge from debian unstable (LP: #375923), remaining changes:
1043+ - debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
1044+ Improve handling of broken messages when "exim4 -bp" (mailq) reports
1045+ lines without size info
1046+
1047+ -- Thierry Carrez <thierry.carrez@ubuntu.com> Wed, 13 May 2009 12:15:29 +0200
1048+
1049 exim4 (4.69-11) unstable; urgency=medium
1050
1051 * Build-Depend on lynx-cur|lynx instead of lynx. (lynx is just a dummy
1052@@ -2719,6 +3447,15 @@ exim4 (4.69-10) unstable; urgency=low
1053
1054 -- Andreas Metzler <ametzler@debian.org> Sat, 02 May 2009 09:05:56 +0200
1055
1056+exim4 (4.69-9ubuntu1) jaunty; urgency=low
1057+
1058+ [ Daniel van Eeden <launchpad@myname.nl> ]
1059+ * debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
1060+ Improve handling of broken messages when "exim4 -bp" (mailq) reports lines
1061+ w/o size info, LP: #18194
1062+
1063+ -- Dustin Kirkland <kirkland@ubuntu.com> Wed, 11 Feb 2009 06:43:52 -0600
1064+
1065 exim4 (4.69-9) unstable; urgency=medium
1066
1067 * [update-exim4.conf]: Use POSIX character classes [:alnum:] or explicit
1068diff --git a/debian/control b/debian/control
1069index 2613616..5cb9158 100644
1070--- a/debian/control
1071+++ b/debian/control
1072@@ -1,7 +1,8 @@
1073 Source: exim4
1074 Section: mail
1075 Priority: standard
1076-Maintainer: Exim4 Maintainers <pkg-exim4-maintainers@lists.alioth.debian.org>
1077+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
1078+XSBC-Original-Maintainer: Exim4 Maintainers <pkg-exim4-maintainers@lists.alioth.debian.org>
1079 Uploaders:
1080 Andreas Metzler <ametzler@debian.org>,
1081 Marc Haber <mh+debian-packages@zugschlus.de>
1082@@ -34,7 +35,8 @@ Build-Depends:
1083 libxt-dev,
1084 lynx,
1085 po-debconf,
1086- xsltproc
1087+ xsltproc,
1088+ lsb-release
1089
1090 Package: exim4-base
1091 Architecture: any
1092diff --git a/debian/patches/fix_smtp_banner.patch b/debian/patches/fix_smtp_banner.patch
1093new file mode 100644
1094index 0000000..615eb5a
1095--- /dev/null
1096+++ b/debian/patches/fix_smtp_banner.patch
1097@@ -0,0 +1,53 @@
1098+Description: Add EXIM_DISTRIBUTION var to display it on the SMTP banner
1099+Origin: https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-server-app-banner-updates
1100+Author: Yolanda Robla <yolanda.robla@canonical.com>
1101+Forwarded: https://salsa.debian.org/exim-team/exim4/merge_requests/2
1102+Last-Update: 2018-07-03
1103+
1104+--- a/src/globals.c
1105++++ b/src/globals.c
1106+@@ -1443,7 +1443,7 @@ int smtp_accept_queue_per_connection = 10;
1107+ int smtp_accept_reserve = 0;
1108+ uschar *smtp_active_hostname = NULL;
1109+ uschar *smtp_banner = US"$smtp_active_hostname ESMTP "
1110+- "Exim $version_number $tod_full"
1111++ "Exim $version_number " EXIM_DISTRIBUTION " $tod_full"
1112+ "\0<---------------Space to patch smtp_banner->";
1113+ int smtp_ch_index = 0;
1114+ uschar *smtp_cmd_argument = NULL;
1115+--- a/src/config.h.defaults
1116++++ b/src/config.h.defaults
1117+@@ -224,4 +224,6 @@ for EXIM_ARITH_MAX and _MIN in OS/oh.h-FOO */
1118+ #define SC_EXIM_ARITH "%" SCNi64 /* scanf incl. 0x prefix */
1119+ #define SC_EXIM_DEC "%" SCNd64 /* scanf decimal */
1120+
1121++#define EXIM_DISTRIBUTION
1122++
1123+ /* End of config.h.defaults */
1124+--- a/scripts/Configure-config.h
1125++++ b/scripts/Configure-config.h
1126+@@ -23,6 +23,12 @@
1127+ if [ "$1" != "" ] ; then MAKE=$1 ; fi
1128+ if [ "$MAKE" = "" ] ; then MAKE=make ; fi
1129+
1130++# exporting distribution to use it in smtp banner
1131++if test -x /usr/bin/lsb_release && lsb_release -si; then
1132++ export EXIM_DISTRIBUTION=\"$(lsb_release -si)\"
1133++else
1134++ export EXIM_DISTRIBUTION=\"\"
1135++fi
1136+ $MAKE buildconfig || exit 1
1137+
1138+ # BEWARE: tab characters needed in the following sed command. They have had
1139+--- a/src/exim.h
1140++++ b/src/exim.h
1141+@@ -597,5 +597,9 @@ default to EDQUOT if it exists, otherwise ENOSPC. */
1142+ # define EXIM_GROUPLIST_SIZE NGROUPS_MAX
1143+ #endif
1144+
1145++#ifndef EXIM_DISTRIBUTION
1146++ #define EXIM_DISTRIBUTION ""
1147++#endif
1148++
1149+ #endif
1150+ /* End of exim.h */
1151diff --git a/debian/patches/series b/debian/patches/series
1152index d6cf896..4515b22 100644
1153--- a/debian/patches/series
1154+++ b/debian/patches/series
1155@@ -34,3 +34,4 @@
1156 74_28-Fix-tr-expansion-item.-Bug-2533.patch
1157 75_01-Build-Enable-GNU-Hurd-Bug-2476.patch
1158 90_localscan_dlopen.dpatch
1159+fix_smtp_banner.patch

Subscribers

People subscribed via source and target branches