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
diff --git a/debian/changelog b/debian/changelog
index e47cbf7..5d256e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
1exim4 (4.93-12ubuntu1) focal; urgency=medium
2
3 * Merge with Debian unstable. Remaining changes:
4 - Show Ubuntu distribution in SMTP banner
5 + Build-Depends on lsb-release to detect Distribution.
6 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
7
8 -- Bryce Harrington <bryce@canonical.com> Fri, 13 Mar 2020 14:25:38 -0700
9
1exim4 (4.93-12) unstable; urgency=low10exim4 (4.93-12) unstable; urgency=low
211
3 * Update from exim-4.93+fixes:12 * Update from exim-4.93+fixes:
@@ -13,6 +22,15 @@ exim4 (4.93-12) unstable; urgency=low
1322
14 -- Andreas Metzler <ametzler@debian.org> Sat, 29 Feb 2020 15:53:44 +010023 -- Andreas Metzler <ametzler@debian.org> Sat, 29 Feb 2020 15:53:44 +0100
1524
25exim4 (4.93-11ubuntu1) focal; urgency=medium
26
27 * Merge with Debian unstable. Remaining changes:
28 - Show Ubuntu distribution in SMTP banner
29 + Build-Depends on lsb-release to detect Distribution.
30 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
31
32 -- Bryce Harrington <bryce@canonical.com> Wed, 26 Feb 2020 02:34:11 +0000
33
16exim4 (4.93-11) unstable; urgency=medium34exim4 (4.93-11) unstable; urgency=medium
1735
18 * Update from exim-4.93+fixes:36 * Update from exim-4.93+fixes:
@@ -32,6 +50,15 @@ exim4 (4.93-10) unstable; urgency=medium
3250
33 -- Andreas Metzler <ametzler@debian.org> Sat, 01 Feb 2020 11:06:29 +010051 -- Andreas Metzler <ametzler@debian.org> Sat, 01 Feb 2020 11:06:29 +0100
3452
53exim4 (4.93-9ubuntu1) focal; urgency=medium
54
55 * Merge with Debian unstable (LP: #1860051). Remaining changes:
56 - Show Ubuntu distribution in SMTP banner
57 - Build-Depends on lsb-release to detect Distribution.
58 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
59
60 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Fri, 17 Jan 2020 09:39:13 +0100
61
35exim4 (4.93-9) unstable; urgency=medium62exim4 (4.93-9) unstable; urgency=medium
3663
37 * Add 74_22-Taint-hybrid-checking-mode.patch.64 * Add 74_22-Taint-hybrid-checking-mode.patch.
@@ -151,6 +178,25 @@ exim4 (4.93~RC3-1) unstable; urgency=low
151178
152 -- Andreas Metzler <ametzler@debian.org> Sun, 17 Nov 2019 11:37:15 +0100179 -- Andreas Metzler <ametzler@debian.org> Sun, 17 Nov 2019 11:37:15 +0100
153180
181exim4 (4.93~RC2-1ubuntu1) focal; urgency=medium
182
183 * Merge with Debian unstable. Remaining changes:
184 - Show Ubuntu distribution in SMTP banner
185 + Build-Depends on lsb-release to detect Distribution.
186 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
187 * Dropped:
188 - SECURITY UPDATE: remote command execution
189 + d/p/CVE-2019-15846.patch: ensure not to interpret '\\'
190 before '\0' in src/string.c
191 + CVE-2019-15846
192 [Now in upstream as of 4.92.2-1]
193 - SECURITY UPDATE: heap-based buffer overflow in string_vformat
194 + debian/patches/CVE-2019-16928.patch: fix overflow in src/string.c.
195 + CVE-2019-16928
196 [Now upstream as of 4.92.3-1]
197
198 -- Bryce Harrington <bryce@canonical.com> Wed, 13 Nov 2019 18:56:58 -0800
199
154exim4 (4.93~RC2-1) unstable; urgency=low200exim4 (4.93~RC2-1) unstable; urgency=low
155201
156 * New upstream beta version.202 * New upstream beta version.
@@ -307,6 +353,42 @@ exim4 (4.92.1-2) unstable; urgency=medium
307353
308 -- Andreas Metzler <ametzler@debian.org> Wed, 14 Aug 2019 09:25:28 +0200354 -- Andreas Metzler <ametzler@debian.org> Wed, 14 Aug 2019 09:25:28 +0200
309355
356exim4 (4.92.1-1ubuntu4) focal; urgency=medium
357
358 * No-change rebuild for the perl update.
359
360 -- Matthias Klose <doko@ubuntu.com> Fri, 18 Oct 2019 19:27:29 +0000
361
362exim4 (4.92.1-1ubuntu3) eoan; urgency=medium
363
364 * SECURITY UPDATE: heap-based buffer overflow in string_vformat
365 - debian/patches/CVE-2019-16928.patch: fix overflow in src/string.c.
366 - CVE-2019-16928
367
368 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Sat, 28 Sep 2019 11:05:50 -0400
369
370exim4 (4.92.1-1ubuntu2) eoan; urgency=medium
371
372 * SECURITY UPDATE: remote command execution
373 - debian/patches/CVE-2019-15846.patch: ensure not to interpret '\\'
374 before '\0' in src/string.c
375 - CVE-2019-15846
376
377 -- Alex Murray <alex.murray@canonical.com> Thu, 05 Sep 2019 11:29:48 +0930
378
379exim4 (4.92.1-1ubuntu1) eoan; urgency=medium
380
381 * Merge with Debian unstable. Remaining changes:
382 - Show Ubuntu distribution in SMTP banner
383 + Build-Depends on lsb-release to detect Distribution.
384 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
385 * Dropped:
386 - d/p/CVE-2019-13917.patch: avoid re-expansion in ${sort } in
387 src/expand.c.
388 [Fixed in 4.92.1]
389
390 -- Bryce Harrington <bryce@canonical.com> Mon, 12 Aug 2019 19:18:33 -0700
391
310exim4 (4.92.1-1) unstable; urgency=low392exim4 (4.92.1-1) unstable; urgency=low
311393
312 * New upstream bugfix release. (4.92.1 is 4.92 + the fix for CVE-2019-13917,394 * New upstream bugfix release. (4.92.1 is 4.92 + the fix for CVE-2019-13917,
@@ -377,6 +459,24 @@ exim4 (4.92-8) unstable; urgency=low
377459
378 -- Andreas Metzler <ametzler@debian.org> Sat, 08 Jun 2019 17:37:43 +0200460 -- Andreas Metzler <ametzler@debian.org> Sat, 08 Jun 2019 17:37:43 +0200
379461
462exim4 (4.92-7ubuntu2) eoan; urgency=medium
463
464 * SECURITY UPDATE: code execution via ${sort }
465 - debian/patches/CVE-2019-13917.patch: avoid re-expansion in ${sort }
466 in src/expand.c.
467 - CVE-2019-13917
468
469 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 25 Jul 2019 12:58:39 -0400
470
471exim4 (4.92-7ubuntu1) eoan; urgency=medium
472
473 * Merge with Debian unstable. Remaining changes:
474 - Show Ubuntu distribution in SMTP banner
475 + Build-Depends on lsb-release to detect Distribution.
476 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
477
478 -- Bryce Harrington <bryce@canonical.com> Mon, 13 May 2019 13:48:18 -0700
479
380exim4 (4.92-7) unstable; urgency=medium480exim4 (4.92-7) unstable; urgency=medium
381481
382 * Upload to unstable.482 * Upload to unstable.
@@ -404,6 +504,15 @@ exim4 (4.92-5) unstable; urgency=medium
404504
405 -- Andreas Metzler <ametzler@debian.org> Sun, 07 Apr 2019 13:39:31 +0200505 -- Andreas Metzler <ametzler@debian.org> Sun, 07 Apr 2019 13:39:31 +0200
406506
507exim4 (4.92-4ubuntu1) disco; urgency=medium
508
509 * Merge with Debian unstable (LP: #1821339). Remaining changes:
510 * Show Ubuntu distribution in SMTP banner
511 - Build-Depends on lsb-release to detect Distribution.
512 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
513
514 -- Karl Stenerud <karl.stenerud@canonical.com> Mon, 25 Mar 2019 12:02:33 +0100
515
407exim4 (4.92-4) unstable; urgency=medium516exim4 (4.92-4) unstable; urgency=medium
408517
409 * Another patch from exim-4.92+fixes branch:518 * Another patch from exim-4.92+fixes branch:
@@ -422,6 +531,15 @@ exim4 (4.92-3) unstable; urgency=medium
422531
423 -- Andreas Metzler <ametzler@debian.org> Wed, 20 Mar 2019 17:01:29 +0100532 -- Andreas Metzler <ametzler@debian.org> Wed, 20 Mar 2019 17:01:29 +0100
424533
534exim4 (4.92-2ubuntu1) disco; urgency=medium
535
536 * Merge with Debian unstable (LP: #1818444). Remaining changes:
537 - Show Ubuntu distribution in SMTP banner
538 + Build-Depends on lsb-release to detect Distribution.
539 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
540
541 -- Karl Stenerud <kstenerud@gmail.com> Tue, 05 Mar 2019 10:55:48 +0100
542
425exim4 (4.92-2) unstable; urgency=medium543exim4 (4.92-2) unstable; urgency=medium
426544
427 * Upload to unstable.545 * Upload to unstable.
@@ -478,6 +596,21 @@ exim4 (4.92~RC4-3) unstable; urgency=medium
478596
479 -- Andreas Metzler <ametzler@debian.org> Sun, 20 Jan 2019 17:52:39 +0100597 -- Andreas Metzler <ametzler@debian.org> Sun, 20 Jan 2019 17:52:39 +0100
480598
599exim4 (4.92~RC4-2ubuntu2) disco; urgency=medium
600
601 * No-change rebuild against libmysqlclient21
602
603 -- Steve Langasek <steve.langasek@ubuntu.com> Fri, 01 Feb 2019 16:57:54 +0000
604
605exim4 (4.92~RC4-2ubuntu1) disco; urgency=medium
606
607 * Merge with Debian unstable (LP: #1811095). Remaining changes:
608 - Show Ubuntu distribution in SMTP banner
609 + Build-Depends on lsb-release to detect Distribution.
610 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
611
612 -- Karl Stenerud <kstenerud@gmail.com> Thu, 10 Jan 2019 16:41:45 +0100
613
481exim4 (4.92~RC4-2) unstable; urgency=medium614exim4 (4.92~RC4-2) unstable; urgency=medium
482615
483 * Upload to unstable.616 * Upload to unstable.
@@ -571,6 +704,22 @@ exim4 (4.91-7) unstable; urgency=low
571704
572 -- Andreas Metzler <ametzler@debian.org> Sun, 26 Aug 2018 11:33:15 +0200705 -- Andreas Metzler <ametzler@debian.org> Sun, 26 Aug 2018 11:33:15 +0200
573706
707exim4 (4.91-6ubuntu2) disco; urgency=medium
708
709 * No-change rebuild for the perl 5.28 transition.
710
711 -- Adam Conrad <adconrad@ubuntu.com> Fri, 02 Nov 2018 18:08:13 -0600
712
713exim4 (4.91-6ubuntu1) cosmic; urgency=medium
714
715 * Merge with Debian unstable. Remaining changes:
716 - Show Ubuntu distribution in SMTP banner
717 + Build-Depends on lsb-release to detect Distribution.
718 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
719 [DEP3 header updated to indicate it has been forwarded to Debian]
720
721 -- Andreas Hasenack <andreas@canonical.com> Mon, 30 Jul 2018 15:35:06 -0300
722
574exim4 (4.91-6) unstable; urgency=low723exim4 (4.91-6) unstable; urgency=low
575724
576 * Update from exim-4_91+fixes branch:725 * Update from exim-4_91+fixes branch:
@@ -582,6 +731,16 @@ exim4 (4.91-6) unstable; urgency=low
582731
583 -- Andreas Metzler <ametzler@debian.org> Fri, 20 Jul 2018 11:21:24 +0200732 -- Andreas Metzler <ametzler@debian.org> Fri, 20 Jul 2018 11:21:24 +0200
584733
734exim4 (4.91-5ubuntu1) cosmic; urgency=medium
735
736 * Merge with Debian unstable. Remaining changes:
737 - Show Ubuntu distribution in SMTP banner
738 - Build-Depends on lsb-release to detect Distribution.
739 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
740 [DEP3 header updated to indicate it has been forwarded to Debian]
741
742 -- Andreas Hasenack <andreas@canonical.com> Tue, 03 Jul 2018 11:13:08 -0300
743
585exim4 (4.91-5) unstable; urgency=medium744exim4 (4.91-5) unstable; urgency=medium
586745
587 * Update from exim-4_91+fixes branch:746 * Update from exim-4_91+fixes branch:
@@ -591,6 +750,15 @@ exim4 (4.91-5) unstable; urgency=medium
591750
592 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Jun 2018 18:10:39 +0200751 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Jun 2018 18:10:39 +0200
593752
753exim4 (4.91-4ubuntu1) cosmic; urgency=medium
754
755 * Merge from Debian testing, Remaining changes:
756 - Show Ubuntu distribution in SMTP banner
757 - Build-Depends on lsb-release to detect Distribution.
758 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
759
760 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 30 May 2018 12:46:14 +0200
761
594exim4 (4.91-4) unstable; urgency=medium762exim4 (4.91-4) unstable; urgency=medium
595763
596 * Update from exim-4_91+fixes branch:764 * Update from exim-4_91+fixes branch:
@@ -709,6 +877,15 @@ exim4 (4.90.1-2) unstable; urgency=medium
709877
710 -- Andreas Metzler <ametzler@debian.org> Sat, 10 Mar 2018 14:25:51 +0100878 -- Andreas Metzler <ametzler@debian.org> Sat, 10 Mar 2018 14:25:51 +0100
711879
880exim4 (4.90.1-1ubuntu1) bionic; urgency=medium
881
882 * Merge from Debian testing, Remaining changes:
883 - Show Ubuntu distribution in SMTP banner
884 - Build-Depends on lsb-release to detect Distribution.
885 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
886
887 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 14 Feb 2018 17:01:14 +0100
888
712exim4 (4.90.1-1) unstable; urgency=high889exim4 (4.90.1-1) unstable; urgency=high
713890
714 * New upstream version, fixing CVE-2018-6789. Closes: #890000891 * New upstream version, fixing CVE-2018-6789. Closes: #890000
@@ -903,6 +1080,15 @@ exim4 (4.89-10) unstable; urgency=critical
9031080
904 -- Andreas Metzler <ametzler@debian.org> Sat, 25 Nov 2017 11:43:24 +01001081 -- Andreas Metzler <ametzler@debian.org> Sat, 25 Nov 2017 11:43:24 +0100
9051082
1083exim4 (4.89-9ubuntu1) bionic; urgency=medium
1084
1085 * Merge from Debian unstable, Remaining changes:
1086 - Show Ubuntu distribution in SMTP banner
1087 - Build-Depends on lsb-release to detect Distribution.
1088 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1089
1090 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 16 Nov 2017 10:02:23 +0100
1091
906exim4 (4.89-9) unstable; urgency=medium1092exim4 (4.89-9) unstable; urgency=medium
9071093
908 * Upload to unstable.1094 * Upload to unstable.
@@ -945,6 +1131,42 @@ exim4 (4.89-6) unstable; urgency=medium
9451131
946 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Sep 2017 15:29:39 +02001132 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Sep 2017 15:29:39 +0200
9471133
1134exim4 (4.89-5ubuntu1.3) artful-security; urgency=medium
1135
1136 * SECURITY UPDATE: Buffer overflow in base64d()
1137 - debian/patches/CVE-2018-6789.patch: fix overflow in src/base64.c.
1138 - CVE-2018-6789
1139
1140 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Sat, 10 Feb 2018 14:12:27 -0500
1141
1142exim4 (4.89-5ubuntu1.2) artful-security; urgency=medium
1143
1144 * SECURITY UPDATE: stack-exhaustion remote DoS
1145 - debian/patches/CVE-2017-16944.patch: do not treat the first lonely
1146 dot special in src/receive.c, src/smtp_in.c.
1147 - CVE-2017-16944
1148
1149 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Wed, 29 Nov 2017 08:59:31 -0500
1150
1151exim4 (4.89-5ubuntu1.1) artful-security; urgency=medium
1152
1153 * SECURITY UPDATE: remote code execution via use-after-free
1154 - debian/patches/CVE-2017-16943.patch: avoid release of store if there
1155 have been later allocations in src/receive.c.
1156 - CVE-2017-16943
1157
1158 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Mon, 27 Nov 2017 07:37:47 -0500
1159
1160exim4 (4.89-5ubuntu1) artful; urgency=medium
1161
1162 * Merge from Debian testing.
1163 Remaining changes:
1164 - Show Ubuntu distribution in SMTP banner
1165 - Build-Depends on lsb-release to detect Distribution.
1166 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1167
1168 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 16 Aug 2017 15:42:47 +0200
1169
948exim4 (4.89-5) unstable; urgency=medium1170exim4 (4.89-5) unstable; urgency=medium
9491171
950 * Update to exim-4_89+fixes branch:1172 * Update to exim-4_89+fixes branch:
@@ -989,6 +1211,20 @@ exim4 (4.89-4) unstable; urgency=low
9891211
990 -- Andreas Metzler <ametzler@debian.org> Sat, 15 Jul 2017 12:46:16 +02001212 -- Andreas Metzler <ametzler@debian.org> Sat, 15 Jul 2017 12:46:16 +0200
9911213
1214exim4 (4.89-3ubuntu2) artful; urgency=medium
1215
1216 * No-change rebuild for perl 5.26.0.
1217
1218 -- Matthias Klose <doko@ubuntu.com> Wed, 26 Jul 2017 20:02:24 +0000
1219
1220exim4 (4.89-3ubuntu1) artful; urgency=medium
1221
1222 * Merge from Debian. Remaining changes:
1223 - Show Ubuntu distribution in SMTP banner.
1224 - Build-Depends on lsb-release (needed for the Ubuntu SMTP banner patch)
1225
1226 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Tue, 27 Jun 2017 10:20:42 -0400
1227
992exim4 (4.89-3) unstable; urgency=high1228exim4 (4.89-3) unstable; urgency=high
9931229
994 * Re-upload to unstable.1230 * Re-upload to unstable.
@@ -1001,6 +1237,15 @@ exim4 (4.89-2+deb9u1) stretch-security; urgency=medium
10011237
1002 -- <jmm@debian.org> Wed, 14 Jun 2017 07:03:07 +02001238 -- <jmm@debian.org> Wed, 14 Jun 2017 07:03:07 +0200
10031239
1240exim4 (4.89-2ubuntu1) artful; urgency=medium
1241
1242 * Merge from Debian testing.
1243 Remaining changes:
1244 + Show Ubuntu distribution in SMTP banner.
1245 + Build-Depends on lsb-release (needed for the Ubuntu SMTP banner patch)
1246
1247 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 01 Jun 2017 11:58:00 +0200
1248
1004exim4 (4.89-2) unstable; urgency=medium1249exim4 (4.89-2) unstable; urgency=medium
10051250
1006 * Revert addition of header "# pidfile: /var/run/exim4/exim.pid" to1251 * Revert addition of header "# pidfile: /var/run/exim4/exim.pid" to
@@ -1092,6 +1337,17 @@ exim4 (4.89~RC1-1) unstable; urgency=low
10921337
1093 -- Andreas Metzler <ametzler@debian.org> Tue, 31 Jan 2017 19:52:50 +01001338 -- Andreas Metzler <ametzler@debian.org> Tue, 31 Jan 2017 19:52:50 +0100
10941339
1340exim4 (4.88-5ubuntu1) zesty; urgency=medium
1341
1342 * Merge from Debian unstable.
1343 Version 4.88 fixes CVE-2016-9963 (LP: #1654750) and symlink
1344 local root escalation (LP: #1580454)
1345 Remaining changes:
1346 + Show Ubuntu distribution in SMTP banner.
1347 + Build-Depends on lsb-release (needed for the Ubuntu SMTP banner patch)
1348
1349 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 24 Jan 2017 10:15:09 +0100
1350
1095exim4 (4.88-5) unstable; urgency=medium1351exim4 (4.88-5) unstable; urgency=medium
10961352
1097 * 78_Disable-chunking-BDAT-by-default.patch: Change default value of main1353 * 78_Disable-chunking-BDAT-by-default.patch: Change default value of main
@@ -1244,6 +1500,20 @@ exim4 (4.88~RC1-1) experimental; urgency=low
12441500
1245 -- Andreas Metzler <ametzler@debian.org> Sun, 25 Sep 2016 15:44:00 +02001501 -- Andreas Metzler <ametzler@debian.org> Sun, 25 Sep 2016 15:44:00 +0200
12461502
1503exim4 (4.87-3ubuntu2) zesty; urgency=medium
1504
1505 * No-change rebuild for perl 5.24 transition
1506
1507 -- Iain Lane <iain@orangesquash.org.uk> Mon, 24 Oct 2016 10:08:10 +0100
1508
1509exim4 (4.87-3ubuntu1) yakkety; urgency=medium
1510
1511 * Merge from Debian unstable. Remaining changes:
1512 + Show Ubuntu distribution in SMTP banner.
1513 + Build-Depends on lsb-release (needed for the Ubuntu SMTP banner patch)
1514
1515 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 26 Jul 2016 13:30:09 +0200
1516
1247exim4 (4.87-3) unstable; urgency=medium1517exim4 (4.87-3) unstable; urgency=medium
12481518
1249 * Pull multiple patches from upstream GIT:1519 * Pull multiple patches from upstream GIT:
@@ -1417,6 +1687,48 @@ exim4 (4.87~RC1-1) experimental; urgency=medium
14171687
1418 -- Andreas Metzler <ametzler@debian.org> Fri, 11 Dec 2015 20:15:30 +01001688 -- Andreas Metzler <ametzler@debian.org> Fri, 11 Dec 2015 20:15:30 +0100
14191689
1690exim4 (4.86.2-2ubuntu2.3) xenial-security; urgency=medium
1691
1692 * SECURITY UPDATE: Buffer overflow in base64d()
1693 - debian/patches/CVE-2018-6789.patch: fix overflow in
1694 src/auths/b64decode.c.
1695 - CVE-2018-6789
1696
1697 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Sat, 10 Feb 2018 14:18:40 -0500
1698
1699exim4 (4.86.2-2ubuntu2.2) xenial-security; urgency=medium
1700
1701 * SECURITY UPDATE: memory leak
1702 - debian/patches/93_CVE-2017-1000368.patch: free -p argument if
1703 allocation was required.
1704 - CVE-2017-1000368
1705
1706 -- Steve Beattie <sbeattie@ubuntu.com> Fri, 02 Jun 2017 22:07:28 -0700
1707
1708exim4 (4.86.2-2ubuntu2.1) xenial-security; urgency=medium
1709
1710 * SECURITY UPDATE: DKIM information leakage
1711 - debian/patches/CVE-2016-9963.patch: fix information leakage in
1712 src/dkim.c, src/transports/smtp.c.
1713 - CVE-2016-9963
1714
1715 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 05 Jan 2017 08:29:10 -0500
1716
1717exim4 (4.86.2-2ubuntu2) xenial; urgency=medium
1718
1719 * Rebuild against libmysqlclient20.
1720
1721 -- Robie Basak <robie.basak@ubuntu.com> Tue, 05 Apr 2016 12:21:41 +0000
1722
1723exim4 (4.86.2-2ubuntu1) xenial; urgency=medium
1724
1725 * Merge from Debian unstable. Remaining changes:
1726 - debian.control, debian/patches/fix_smtp_banner.patch
1727 + Show Ubuntu distribution in SMTP banner.
1728 + Build-Depends on lsb-release.
1729
1730 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Tue, 15 Mar 2016 11:56:18 -0400
1731
1420exim4 (4.86.2-2) unstable; urgency=high1732exim4 (4.86.2-2) unstable; urgency=high
14211733
1422 * Bump exim4-config Breaks to exim4-daemon-* (<< 4.86.2). Closes: #8167901734 * Bump exim4-config Breaks to exim4-daemon-* (<< 4.86.2). Closes: #816790
@@ -1438,6 +1750,27 @@ exim4 (4.86.2-1) unstable; urgency=high
14381750
1439 -- Andreas Metzler <ametzler@debian.org> Tue, 01 Mar 2016 19:34:39 +01001751 -- Andreas Metzler <ametzler@debian.org> Tue, 01 Mar 2016 19:34:39 +0100
14401752
1753exim4 (4.86-7ubuntu3) xenial; urgency=medium
1754
1755 * No-change rebuild for gnutls transition.
1756
1757 -- Matthias Klose <doko@ubuntu.com> Wed, 17 Feb 2016 22:40:56 +0000
1758
1759exim4 (4.86-7ubuntu2) xenial; urgency=medium
1760
1761 * Rebuild for Perl 5.22.1.
1762
1763 -- Colin Watson <cjwatson@ubuntu.com> Fri, 18 Dec 2015 10:30:54 +0000
1764
1765exim4 (4.86-7ubuntu1) xenial; urgency=medium
1766
1767 * Merge from Debian unstable. Remaining changes:
1768 - debian.control, debian/patches/fix_smtp_banner.patch
1769 + Show Ubuntu distribution in SMTP banner.
1770 + Build-Depends on lsb-release.
1771
1772 -- Pierre-André MOREY <pierre-andre.morey@canonical.com> Mon, 14 Dec 2015 14:23:51 +0100
1773
1441exim4 (4.86-7) unstable; urgency=medium1774exim4 (4.86-7) unstable; urgency=medium
14421775
1443 * Allow arch-indep build (dpkg-buildpackage -A). Closes: #8060231776 * Allow arch-indep build (dpkg-buildpackage -A). Closes: #806023
@@ -1488,6 +1821,15 @@ exim4 (4.86-4) unstable; urgency=medium
14881821
1489 -- Andreas Metzler <ametzler@debian.org> Sat, 17 Oct 2015 15:01:01 +02001822 -- Andreas Metzler <ametzler@debian.org> Sat, 17 Oct 2015 15:01:01 +0200
14901823
1824exim4 (4.86-3ubuntu1) wily; urgency=medium
1825
1826 * Merge from Debian unstable. (LP: #1485369) Remaining changes:
1827 - debian/control, debian/patches/fix_smtp_banner.patch:
1828 + Show Ubuntu distribution in SMTP banner.
1829 + Build-Depends on lsb-release.
1830
1831 -- Artur Rona <ari-tczew@ubuntu.com> Thu, 17 Sep 2015 13:18:20 +0100
1832
1491exim4 (4.86-3) unstable; urgency=medium1833exim4 (4.86-3) unstable; urgency=medium
14921834
1493 * Pull three patches from upstream git:1835 * Pull three patches from upstream git:
@@ -1528,6 +1870,15 @@ exim4 (4.86~RC5-1) unstable; urgency=medium
15281870
1529 -- Andreas Metzler <ametzler@debian.org> Sat, 18 Jul 2015 11:46:11 +02001871 -- Andreas Metzler <ametzler@debian.org> Sat, 18 Jul 2015 11:46:11 +0200
15301872
1873exim4 (4.86~RC4-2ubuntu1) wily; urgency=low
1874
1875 * Merge from Debian unstable. (LP: #1166671) Remaining changes:
1876 - debian/control, debian/patches/fix_smtp_banner.patch:
1877 + Show Ubuntu distribution in SMTP banner.
1878 + Build-Depends on lsb-release.
1879
1880 -- Artur Rona <ari-tczew@ubuntu.com> Mon, 06 Jul 2015 12:09:36 +0200
1881
1531exim4 (4.86~RC4-2) unstable; urgency=medium1882exim4 (4.86~RC4-2) unstable; urgency=medium
15321883
1533 * Drop libmysqlclient15-dev alternative build-dependency. Closes: #7904631884 * Drop libmysqlclient15-dev alternative build-dependency. Closes: #790463
@@ -1692,6 +2043,18 @@ exim4 (4.85~RC1+dfsg-1) experimental; urgency=medium
16922043
1693 -- Andreas Metzler <ametzler@debian.org> Tue, 18 Nov 2014 19:28:20 +01002044 -- Andreas Metzler <ametzler@debian.org> Tue, 18 Nov 2014 19:28:20 +0100
16942045
2046exim4 (4.84-8ubuntu1) vivid; urgency=low
2047
2048 * Merge from Debian unstable. (LP: #1434300) Remaining changes:
2049 - debian/control, debian/patches/fix_smtp_banner.patch:
2050 + Show Ubuntu distribution in SMTP banner.
2051 + Build-Depends on lsb-release.
2052 - debian/control:
2053 + Don't provide default-mta; in Ubuntu,
2054 we want postfix to be the default.
2055
2056 -- Artur Rona <ari-tczew@ubuntu.com> Thu, 19 Mar 2015 00:15:40 +0100
2057
1695exim4 (4.84-8) unstable; urgency=medium2058exim4 (4.84-8) unstable; urgency=medium
16962059
1697 * Pull 83_Remove-limit-on-remove_headers-item-size.-Bug-1533.patch and2060 * Pull 83_Remove-limit-on-remove_headers-item-size.-Bug-1533.patch and
@@ -1709,6 +2072,15 @@ exim4 (4.84-7) unstable; urgency=medium
17092072
1710 -- Andreas Metzler <ametzler@debian.org> Sat, 07 Feb 2015 15:12:33 +01002073 -- Andreas Metzler <ametzler@debian.org> Sat, 07 Feb 2015 15:12:33 +0100
17112074
2075exim4 (4.84-6ubuntu1) vivid; urgency=medium
2076
2077 * Resynchronise with Debian. Remaining changes:
2078 - Show Ubuntu distribution in SMTP banner.
2079 - Don't provide default-mta; in Ubuntu, we want postfix to be the
2080 default.
2081
2082 -- Colin Watson <cjwatson@ubuntu.com> Wed, 14 Jan 2015 11:26:29 +0000
2083
1712exim4 (4.84-6) unstable; urgency=medium2084exim4 (4.84-6) unstable; urgency=medium
17132085
1714 * Revert init script's restart order change in 4.84-4 for the time being.2086 * Revert init script's restart order change in 4.84-4 for the time being.
@@ -1717,6 +2089,15 @@ exim4 (4.84-6) unstable; urgency=medium
17172089
1718 -- Andreas Metzler <ametzler@debian.org> Sun, 21 Dec 2014 14:07:12 +01002090 -- Andreas Metzler <ametzler@debian.org> Sun, 21 Dec 2014 14:07:12 +0100
17192091
2092exim4 (4.84-5ubuntu1) vivid; urgency=medium
2093
2094 * Resynchronise with Debian. Remaining changes:
2095 - Show Ubuntu distribution in SMTP banner.
2096 - Don't provide default-mta; in Ubuntu, we want postfix to be the
2097 default.
2098
2099 -- Colin Watson <cjwatson@ubuntu.com> Thu, 18 Dec 2014 15:26:17 +0000
2100
1720exim4 (4.84-5) unstable; urgency=medium2101exim4 (4.84-5) unstable; urgency=medium
17212102
1722 * 82_quoted-or-r-2047-encoded.diff pulled from upstream git (sans2103 * 82_quoted-or-r-2047-encoded.diff pulled from upstream git (sans
@@ -1724,6 +2105,15 @@ exim4 (4.84-5) unstable; urgency=medium
17242105
1725 -- Andreas Metzler <ametzler@debian.org> Wed, 17 Dec 2014 19:03:39 +01002106 -- Andreas Metzler <ametzler@debian.org> Wed, 17 Dec 2014 19:03:39 +0100
17262107
2108exim4 (4.84-4ubuntu1) vivid; urgency=medium
2109
2110 * Resynchronise with Debian. Remaining changes:
2111 - Show Ubuntu distribution in SMTP banner.
2112 - Don't provide default-mta; in Ubuntu, we want postfix to be the
2113 default.
2114
2115 -- Colin Watson <cjwatson@ubuntu.com> Tue, 02 Dec 2014 15:28:46 +0000
2116
1727exim4 (4.84-4) unstable; urgency=medium2117exim4 (4.84-4) unstable; urgency=medium
17282118
1729 * Unset message_prefix/message_sufix in maildrop_pipe transport. Maildrop2119 * Unset message_prefix/message_sufix in maildrop_pipe transport. Maildrop
@@ -1738,6 +2128,15 @@ exim4 (4.84-4) unstable; urgency=medium
17382128
1739 -- Andreas Metzler <ametzler@debian.org> Sun, 30 Nov 2014 08:24:04 +01002129 -- Andreas Metzler <ametzler@debian.org> Sun, 30 Nov 2014 08:24:04 +0100
17402130
2131exim4 (4.84-3ubuntu1) vivid; urgency=medium
2132
2133 * Resynchronise with Debian. Remaining changes:
2134 - Show Ubuntu distribution in SMTP banner.
2135 - Don't provide default-mta; in Ubuntu, we want postfix to be the
2136 default.
2137
2138 -- Colin Watson <cjwatson@ubuntu.com> Tue, 11 Nov 2014 13:43:35 +0000
2139
1741exim4 (4.84-3) unstable; urgency=medium2140exim4 (4.84-3) unstable; urgency=medium
17422141
1743 * Apply patch to Italian (it) debconf template translation, thanks to2142 * Apply patch to Italian (it) debconf template translation, thanks to
@@ -1767,6 +2166,24 @@ exim4 (4.84~RC2-1) unstable; urgency=medium
17672166
1768 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Aug 2014 07:42:00 +02002167 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Aug 2014 07:42:00 +0200
17692168
2169exim4 (4.84~RC1-3ubuntu2) utopic; urgency=medium
2170
2171 * Rebuild for Perl 5.20.0.
2172
2173 -- Colin Watson <cjwatson@ubuntu.com> Thu, 21 Aug 2014 12:18:13 +0100
2174
2175exim4 (4.84~RC1-3ubuntu1) utopic; urgency=low
2176
2177 * Merge from Debian unstable (LP: #1351470). Remaining changes:
2178 - Show Ubuntu distribution on smtp:
2179 + debian/patches/fix_smtp_banner.patch: updated SMTP banner
2180 with Ubuntu distribution
2181 + debian/control: added lsb-release build dependency
2182 - Don't provide default-mta; in Ubuntu, we want postfix to be the
2183 default.
2184
2185 -- Corey Bryant <corey.bryant@canonical.com> Mon, 04 Aug 2014 11:48:39 -0400
2186
1770exim4 (4.84~RC1-3) unstable; urgency=medium2187exim4 (4.84~RC1-3) unstable; urgency=medium
17712188
1772 * Third try. Simply comment *custom* in debian/control.2189 * Third try. Simply comment *custom* in debian/control.
@@ -1835,6 +2252,18 @@ exim4 (4.83~RC1-1) experimental; urgency=medium
18352252
1836 -- Andreas Metzler <ametzler@debian.org> Thu, 29 May 2014 13:09:04 +02002253 -- Andreas Metzler <ametzler@debian.org> Thu, 29 May 2014 13:09:04 +0200
18372254
2255exim4 (4.82.1-2ubuntu1) utopic; urgency=low
2256
2257 * Merge from Debian unstable (LP: #1348074). Remaining changes:
2258 - Show Ubuntu distribution on smtp:
2259 + debian/patches/fix_smtp_banner.patch: updated SMTP banner
2260 with Ubuntu distribution
2261 + debian/control: added lsb-release build dependency
2262 - Don't provide default-mta; in Ubuntu, we want postfix to be the
2263 default.
2264
2265 -- Robie Basak <robie.basak@ubuntu.com> Fri, 25 Jul 2014 15:53:09 +0000
2266
1838exim4 (4.82.1-2) unstable; urgency=high2267exim4 (4.82.1-2) unstable; urgency=high
18392268
1840 * [87_double_expansion.diff] from upstream. Stop unwanted double expansion2269 * [87_double_expansion.diff] from upstream. Stop unwanted double expansion
@@ -1852,6 +2281,18 @@ exim4 (4.82.1-1) unstable; urgency=high
18522281
1853 -- Andreas Metzler <ametzler@debian.org> Wed, 28 May 2014 19:01:43 +02002282 -- Andreas Metzler <ametzler@debian.org> Wed, 28 May 2014 19:01:43 +0200
18542283
2284exim4 (4.82-8ubuntu1) utopic; urgency=medium
2285
2286 * Merge from Debian unstable. Remaining changes:
2287 - Show Ubuntu distribution on smtp:
2288 + debian/patches/fix_smtp_banner.patch: updated SMTP banner
2289 with Ubuntu distribution
2290 + debian/control: added lsb-release build dependency
2291 - Don't provide default-mta; in Ubuntu, we want postfix to be the
2292 default.
2293
2294 -- Dimitri John Ledkov <xnox@ubuntu.com> Sat, 17 May 2014 01:50:20 +0100
2295
1855exim4 (4.82-8) unstable; urgency=medium2296exim4 (4.82-8) unstable; urgency=medium
18562297
1857 * Now that GMP has been relicensed to LGPLv3+/GPLv2+ build exim against2298 * Now that GMP has been relicensed to LGPLv3+/GPLv2+ build exim against
@@ -1915,6 +2356,78 @@ exim4 (4.82-4) unstable; urgency=medium
19152356
1916 -- Andreas Metzler <ametzler@debian.org> Sun, 09 Feb 2014 19:41:34 +01002357 -- Andreas Metzler <ametzler@debian.org> Sun, 09 Feb 2014 19:41:34 +0100
19172358
2359exim4 (4.82-3ubuntu2.4) trusty-security; urgency=medium
2360
2361 * SECURITY UPDATE: Buffer overflow in base64d()
2362 - debian/patches/CVE-2018-6789.patch: fix overflow in
2363 src/auths/b64decode.c.
2364 - CVE-2018-6789
2365
2366 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Sat, 10 Feb 2018 14:19:43 -0500
2367
2368exim4 (4.82-3ubuntu2.3) trusty-security; urgency=medium
2369
2370 * SECURITY UPDATE: memory leak
2371 - debian/patches/CVE-2017-1000368.patch: free -p argument if
2372 allocation was required.
2373 - CVE-2017-1000368
2374
2375 -- Steve Beattie <sbeattie@ubuntu.com> Fri, 02 Jun 2017 22:44:35 -0700
2376
2377exim4 (4.82-3ubuntu2.2) trusty-security; urgency=medium
2378
2379 * SECURITY UPDATE: DKIM information leakage
2380 - debian/patches/CVE-2016-9963.patch: fix information leakage in
2381 src/dkim.c, src/transports/smtp.c.
2382 - CVE-2016-9963
2383
2384 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 05 Jan 2017 08:31:06 -0500
2385
2386exim4 (4.82-3ubuntu2.1) trusty-security; urgency=medium
2387
2388 * SECURITY UPDATE: privilege escalation via crafted lookup value
2389 - debian/patches/CVE-2014-2972.patch: only expand integers for integer
2390 math once.
2391 - CVE-2014-2972
2392 * SECURITY UPDATE: privilege escalation when used with perl_startup
2393 - debian/patches/CVE-2016-1531.patch: add new add_environment and
2394 keep_environment configuration options.
2395 - debian/patches/CVE-2016-1531-2.patch: don't issue env warning if env
2396 is empty.
2397 - debian/patches/CVE-2016-1531-3.patch: store the initial working
2398 directory, expand $initial_cwd.
2399 - debian/patches/CVE-2016-1531-4.patch: delay chdir(/) until we opened
2400 the main config.
2401 - Add macros MAIN_KEEP_ENVIRONMENT and MAIN_ADD_ENVIRONMENT to set the
2402 new options. Set "keep_environment =" by default to avoid a runtime
2403 warning.
2404 - Bump exim4-config Breaks to exim4-daemon-* (<< 4.82-3ubuntu2.1).
2405 - debian/exim4-config.NEWS: Add entry to warn of potential breakage.
2406 - CVE-2016-1531
2407 * WARNING: This update may break existing installations.
2408
2409 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Mon, 14 Mar 2016 12:57:00 -0400
2410
2411exim4 (4.82-3ubuntu2) trusty; urgency=medium
2412
2413 * debian/tests/control: Add missing python test dependency, as
2414 debian/tests/security calls python.
2415
2416 -- Martin Pitt <martin.pitt@ubuntu.com> Tue, 25 Feb 2014 17:33:13 +0100
2417
2418exim4 (4.82-3ubuntu1) trusty; urgency=low
2419
2420 * Merge from Debian unstable (LP: #1259620). Remaining changes:
2421 - Show Ubuntu distribution on smtp:
2422 + debian/patches/fix_smtp_banner.patch: updated SMTP banner
2423 with Ubuntu distribution
2424 + debian/control: added lsb-release build dependency
2425 - Don't provide default-mta; in Ubuntu, we want postfix to be the
2426 default.
2427 - Build-depend on db5.3.
2428
2429 -- Yolanda Robla <yolanda.robla@canonical.com> Tue, 10 Dec 2013 17:07:20 +0000
2430
1918exim4 (4.82-3) unstable; urgency=low2431exim4 (4.82-3) unstable; urgency=low
19192432
1920 * Upload to unstable.2433 * Upload to unstable.
@@ -1995,6 +2508,21 @@ exim4 (4.82~rc1-1) experimental; urgency=low
19952508
1996 -- Andreas Metzler <ametzler@debian.org> Sun, 29 Sep 2013 14:43:25 +02002509 -- Andreas Metzler <ametzler@debian.org> Sun, 29 Sep 2013 14:43:25 +0200
19972510
2511exim4 (4.80-9ubuntu2) trusty; urgency=low
2512
2513 * Build-depend on libdb5.3-dev, instead of libdb5.1-dev.
2514
2515 -- Dmitrijs Ledkovs <xnox@ubuntu.com> Mon, 04 Nov 2013 12:14:54 +0000
2516
2517exim4 (4.80-9ubuntu1) trusty; urgency=low
2518
2519 * Resynchronise with Debian. Remaining changes:
2520 - Don't provide default-mta; in Ubuntu, we want postfix to be the
2521 default.
2522 - Add "Ubuntu" to SMTP banner.
2523
2524 -- Colin Watson <cjwatson@ubuntu.com> Mon, 28 Oct 2013 11:55:21 -0700
2525
1998exim4 (4.80-9) unstable; urgency=low2526exim4 (4.80-9) unstable; urgency=low
19992527
2000 * Upload to unstable.2528 * Upload to unstable.
@@ -2041,6 +2569,34 @@ exim4 (4.80-8) experimental; urgency=low
20412569
2042 -- Andreas Metzler <ametzler@debian.org> Sun, 01 Sep 2013 15:58:49 +02002570 -- Andreas Metzler <ametzler@debian.org> Sun, 01 Sep 2013 15:58:49 +0200
20432571
2572exim4 (4.80-7ubuntu4) trusty; urgency=low
2573
2574 * Rebuild for Perl 5.18.
2575
2576 -- Colin Watson <cjwatson@ubuntu.com> Wed, 23 Oct 2013 10:24:08 +0100
2577
2578exim4 (4.80-7ubuntu3) saucy; urgency=low
2579
2580 * debian/patches/fix_smtp_banner.patch: updated SMTP banner
2581 with Ubuntu distribution
2582 * debian/control: added lsb-release build dependency
2583
2584 -- Yolanda Robla <yolanda.robla@canonical.com> Tue, 18 Jun 2013 19:17:43 +0200
2585
2586exim4 (4.80-7ubuntu2) saucy; urgency=low
2587
2588 * debian/tests: Add autopkgtest.
2589
2590 -- Yolanda <yolanda.robla@canonical.com> Mon, 27 May 2013 11:31:35 +0200
2591
2592exim4 (4.80-7ubuntu1) raring; urgency=low
2593
2594 * Merge from Debian unstable (LP: #1166383). Remaining changes:
2595 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
2596 we want postfix to be the default.
2597
2598 -- Robie Basak <robie.basak@canonical.com> Mon, 08 Apr 2013 18:13:15 +0100
2599
2044exim4 (4.80-7) unstable; urgency=low2600exim4 (4.80-7) unstable; urgency=low
20452601
2046 * Use exim's ${quote:xxx} operator when invoking spfquery to disallow2602 * Use exim's ${quote:xxx} operator when invoking spfquery to disallow
@@ -2060,6 +2616,14 @@ exim4 (4.80-6) unstable; urgency=low
20602616
2061 -- Andreas Metzler <ametzler@debian.org> Wed, 21 Nov 2012 19:08:53 +01002617 -- Andreas Metzler <ametzler@debian.org> Wed, 21 Nov 2012 19:08:53 +0100
20622618
2619exim4 (4.80-5.1ubuntu1) raring; urgency=low
2620
2621 * Merge from Debian. Remaining changes:
2622 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
2623 we want postfix to be the default.
2624
2625 -- Oussama Bounaim <o.bounaim@gmail.com> Sun, 11 Nov 2012 07:11:06 +0100
2626
2063exim4 (4.80-5.1) unstable; urgency=high2627exim4 (4.80-5.1) unstable; urgency=high
20642628
2065 * Non-maintainer upload by the Security Team.2629 * Non-maintainer upload by the Security Team.
@@ -2087,6 +2651,23 @@ exim4 (4.80-4) unstable; urgency=low
20872651
2088 -- Andreas Metzler <ametzler@debian.org> Sat, 23 Jun 2012 18:35:03 +02002652 -- Andreas Metzler <ametzler@debian.org> Sat, 23 Jun 2012 18:35:03 +0200
20892653
2654exim4 (4.80-3ubuntu1.1) quantal-security; urgency=low
2655
2656 * SECURITY UPDATE: arbitrary code execution via dns decode logic
2657 - debian/patches/CVE-2012-5671.patch: adjust max length and validate
2658 against it in src/pdkim/pdkim.h, src/dkim.c.
2659 - CVE-2012-5671
2660
2661 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 25 Oct 2012 08:22:46 -0400
2662
2663exim4 (4.80-3ubuntu1) quantal; urgency=low
2664
2665 * Merge from Debian unstable. Remaining changes:
2666 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
2667 we want postfix to be the default.
2668
2669 -- Clint Byrum <clint@ubuntu.com> Thu, 14 Jun 2012 15:28:08 -0700
2670
2090exim4 (4.80-3) unstable; urgency=low2671exim4 (4.80-3) unstable; urgency=low
20912672
2092 * Pull 75_openssl_sni.diff from upstream. - Segfault caused by NULL2673 * Pull 75_openssl_sni.diff from upstream. - Segfault caused by NULL
@@ -2234,6 +2815,26 @@ exim4 (4.76-4) experimental; urgency=low
22342815
2235 -- Andreas Metzler <ametzler@debian.org> Sat, 24 Sep 2011 18:36:08 +02002816 -- Andreas Metzler <ametzler@debian.org> Sat, 24 Sep 2011 18:36:08 +0200
22362817
2818exim4 (4.76-3ubuntu3) precise; urgency=low
2819
2820 * Rebuild for libmysqlclient transition
2821
2822 -- Clint Byrum <clint@ubuntu.com> Wed, 23 Nov 2011 23:29:35 -0800
2823
2824exim4 (4.76-3ubuntu2) precise; urgency=low
2825
2826 * Rebuild for Perl 5.14.
2827
2828 -- Colin Watson <cjwatson@ubuntu.com> Wed, 16 Nov 2011 01:22:39 +0000
2829
2830exim4 (4.76-3ubuntu1) precise; urgency=low
2831
2832 * Merge from debian unstable. Remaining changes:
2833 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
2834 we want postfix to be the default.
2835
2836 -- Stéphane Graber <stgraber@ubuntu.com> Thu, 20 Oct 2011 11:29:07 -0400
2837
2237exim4 (4.76-3) unstable; urgency=low2838exim4 (4.76-3) unstable; urgency=low
22382839
2239 * [exim4-base.cron.daily] Correct invocation of mail(1), options need to be2840 * [exim4-base.cron.daily] Correct invocation of mail(1), options need to be
@@ -2254,6 +2855,14 @@ exim4 (4.76-3) unstable; urgency=low
22542855
2255 -- Andreas Metzler <ametzler@debian.org> Sun, 18 Sep 2011 11:49:13 +02002856 -- Andreas Metzler <ametzler@debian.org> Sun, 18 Sep 2011 11:49:13 +0200
22562857
2858exim4 (4.76-2ubuntu1) oneiric; urgency=low
2859
2860 * Merge from debian unstable. Remaining changes:
2861 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
2862 we want postfix to be the default.
2863
2864 -- Stéphane Graber <stgraber@ubuntu.com> Mon, 30 May 2011 17:48:56 -0400
2865
2257exim4 (4.76-2) unstable; urgency=low2866exim4 (4.76-2) unstable; urgency=low
22582867
2259 * debian/rules: Remove test/ and test-stamp on clean.2868 * debian/rules: Remove test/ and test-stamp on clean.
@@ -2266,6 +2875,14 @@ exim4 (4.76-2) unstable; urgency=low
22662875
2267 -- Andreas Metzler <ametzler@debian.org> Sun, 29 May 2011 18:21:03 +02002876 -- Andreas Metzler <ametzler@debian.org> Sun, 29 May 2011 18:21:03 +0200
22682877
2878exim4 (4.76-1ubuntu1) oneiric; urgency=low
2879
2880 * Merge from debian unstable. Remaining changes (LP: #779391):
2881 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
2882 we want postfix to be the default.
2883
2884 -- Stéphane Graber <stgraber@ubuntu.com> Mon, 23 May 2011 12:37:30 -0400
2885
2269exim4 (4.76-1) unstable; urgency=low2886exim4 (4.76-1) unstable; urgency=low
22702887
2271 * New upstream version.2888 * New upstream version.
@@ -2312,6 +2929,14 @@ exim4 (4.75-3) unstable; urgency=high
23122929
2313 -- Andreas Metzler <ametzler@debian.org> Fri, 06 May 2011 20:08:51 +02002930 -- Andreas Metzler <ametzler@debian.org> Fri, 06 May 2011 20:08:51 +0200
23142931
2932exim4 (4.75-2ubuntu1) oneiric; urgency=low
2933
2934 * Merge from debian unstable. Remaining changes:
2935 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
2936 we want postfix to be the default.
2937
2938 -- Stéphane Graber <stgraber@ubuntu.com> Fri, 06 May 2011 14:51:28 -0400
2939
2315exim4 (4.75-2) unstable; urgency=low2940exim4 (4.75-2) unstable; urgency=low
23162941
2317 * clamav socket on Debian is clamd:/var/run/clamav/clamd.ctl, fix2942 * clamav socket on Debian is clamd:/var/run/clamav/clamd.ctl, fix
@@ -2354,6 +2979,24 @@ exim4 (4.74-2) unstable; urgency=low
23542979
2355 -- Andreas Metzler <ametzler@debian.org> Thu, 24 Feb 2011 19:02:07 +01002980 -- Andreas Metzler <ametzler@debian.org> Thu, 24 Feb 2011 19:02:07 +0100
23562981
2982exim4 (4.74-1ubuntu1) natty; urgency=low
2983
2984 * Merge from debian experimental. Remaining changes: (LP: #713855)
2985 - debian/patches/71_exiq_grep_error_on_messages_without_size.patch:
2986 + Improve handling of broken messages when "exim4 -bp" (mailq)
2987 reports lines without size info. (Closes: #528625)
2988 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
2989 we want postfix to be the default.
2990 - debian/{control,rules}: Add and enable hardened build for PIE.
2991 (Closes: #542726)
2992 * Update 71_exiq_grep_error_on_messages_without_size.patch to get way
2993 which upstream has fixed it. Probably it can be dropped with next
2994 upstream release.
2995 * This upload fixes CVE: (LP: #708023)
2996 - CVE-2011-0017
2997
2998 -- Artur Rona <ari-tczew@ubuntu.com> Wed, 09 Feb 2011 21:31:35 +0100
2999
2357exim4 (4.74-1) experimental; urgency=low3000exim4 (4.74-1) experimental; urgency=low
23583001
2359 * 4.74 release, should build on hurd again.3002 * 4.74 release, should build on hurd again.
@@ -2379,6 +3022,20 @@ exim4 (4.74~rc2-1) experimental; urgency=low
23793022
2380 -- Andreas Metzler <ametzler@debian.org> Sun, 23 Jan 2011 14:02:36 +01003023 -- Andreas Metzler <ametzler@debian.org> Sun, 23 Jan 2011 14:02:36 +0100
23813024
3025exim4 (4.73~rc1-1ubuntu1) natty; urgency=low
3026
3027 * Merge from debian unstable. Remaining changes: (LP: #697934)
3028 - debian/patches/71_exiq_grep_error_on_messages_without_size.patch:
3029 + Improve handling of broken messages when "exim4 -bp" (mailq)
3030 reports lines without size info.
3031 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
3032 we want postfix to be the default.
3033 - debian/{control,rules}: Add and enable hardened build for PIE.
3034 (Closes: #542726)
3035 * Drop B-D on libmysqlclient15-dev, resolved in Debian.
3036
3037 -- Artur Rona <ari-tczew@ubuntu.com> Tue, 28 Dec 2010 22:20:17 +0100
3038
2382exim4 (4.73~rc1-1) experimental; urgency=low3039exim4 (4.73~rc1-1) experimental; urgency=low
23833040
2384 * New upstream release candidate.3041 * New upstream release candidate.
@@ -2474,6 +3131,20 @@ exim4 (4.72-3) unstable; urgency=low
24743131
2475 -- Andreas Metzler <ametzler@debian.org> Sun, 26 Dec 2010 15:13:08 +01003132 -- Andreas Metzler <ametzler@debian.org> Sun, 26 Dec 2010 15:13:08 +0100
24763133
3134exim4 (4.72-2ubuntu1) natty; urgency=low
3135
3136 * Merge from debian unstable. Remaining changes: (LP: #671615)
3137 - debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
3138 Improve handling of broken messages when "exim4 -bp" (mailq) reports
3139 lines without size info.
3140 - Don't declare a Provides: default-mta; in Ubuntu, we want postfix to be
3141 the default.
3142 - debian/control: Change build dependencies to MySQL 5.1.
3143 - debian/{control,rules}: add and enable hardened build for PIE
3144 (Closes: #542726).
3145
3146 -- Artur Rona <ari-tczew@ubuntu.com> Fri, 05 Nov 2010 21:05:47 +0100
3147
2477exim4 (4.72-2) unstable; urgency=low3148exim4 (4.72-2) unstable; urgency=low
24783149
2479 [ Marc Haber ]3150 [ Marc Haber ]
@@ -2497,6 +3168,20 @@ exim4 (4.72-2) unstable; urgency=low
24973168
2498 -- Andreas Metzler <ametzler@debian.org> Sat, 30 Oct 2010 13:38:26 +02003169 -- Andreas Metzler <ametzler@debian.org> Sat, 30 Oct 2010 13:38:26 +0200
24993170
3171exim4 (4.72-1ubuntu1) maverick; urgency=low
3172
3173 * Merge with Debian unstable (LP: #609620). Remaining changes:
3174 + debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
3175 Improve handling of broken messages when "exim4 -bp" (mailq) reports
3176 lines without size info.
3177 + Don't declare a Provides: default-mta; in Ubuntu, we want postfix to be
3178 the default.
3179 + debian/control: Change build dependencies to MySQL 5.1.
3180 + debian/{control,rules}: add and enable hardened build for PIE
3181 (Closes: #542726).
3182
3183 -- Artur Rona <ari-tczew@tlen.pl> Sun, 25 Jul 2010 02:00:42 +0200
3184
2500exim4 (4.72-1) unstable; urgency=low3185exim4 (4.72-1) unstable; urgency=low
25013186
2502 * New upstream release. (Identical to the git snapshot previously3187 * New upstream release. (Identical to the git snapshot previously
@@ -2548,6 +3233,20 @@ exim4 (4.71-4) unstable; urgency=low
25483233
2549 -- Andreas Metzler <ametzler@debian.org> Thu, 25 Mar 2010 17:34:30 +01003234 -- Andreas Metzler <ametzler@debian.org> Thu, 25 Mar 2010 17:34:30 +0100
25503235
3236exim4 (4.71-3ubuntu1) lucid; urgency=low
3237
3238 * Merge with Debian unstable (lp: #501657). Remaining changes:
3239 + debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
3240 Improve handling of broken messages when "exim4 -bp" (mailq) reports
3241 lines without size info.
3242 + Don't declare a Provides: default-mta; in Ubuntu, we want postfix to be
3243 the default.
3244 + debian/control: Change build dependencies to MySQL 5.1.
3245 + debian/{control,rules}: add and enable hardened build for PIE
3246 (Debian bug 542726).
3247
3248 -- Michael Bienia <geser@ubuntu.com> Fri, 01 Jan 2010 16:28:19 +0100
3249
2551exim4 (4.71-3) unstable; urgency=low3250exim4 (4.71-3) unstable; urgency=low
25523251
2553 * exim4-base.cron.daily: Do not run exim_tidydb on Berkeley DB logfiles.3252 * exim4-base.cron.daily: Do not run exim_tidydb on Berkeley DB logfiles.
@@ -2662,6 +3361,35 @@ exim4 (4.70~cvs+20091017-1) experimental; urgency=low
26623361
2663 -- Andreas Metzler <ametzler@debian.org> Sat, 17 Oct 2009 14:26:54 +02003362 -- Andreas Metzler <ametzler@debian.org> Sat, 17 Oct 2009 14:26:54 +0200
26643363
3364exim4 (4.69-11ubuntu4) karmic; urgency=low
3365
3366 * debian/{control,rules}: add and enable hardened build for PIE
3367 (Debian bug 542726).
3368
3369 -- Kees Cook <kees@ubuntu.com> Thu, 20 Aug 2009 17:33:26 -0700
3370
3371exim4 (4.69-11ubuntu3) karmic; urgency=low
3372
3373 * debian/control: Change build dependencies to MySQL 5.1.
3374
3375 -- Mathias Gug <mathiaz@ubuntu.com> Mon, 17 Aug 2009 17:57:26 -0400
3376
3377exim4 (4.69-11ubuntu2) karmic; urgency=low
3378
3379 * Don't declare a Provides: default-mta; in Ubuntu, we want postfix to be
3380 the default.
3381
3382 -- Steve Langasek <steve.langasek@ubuntu.com> Wed, 03 Jun 2009 15:39:14 +0000
3383
3384exim4 (4.69-11ubuntu1) karmic; urgency=low
3385
3386 * Merge from debian unstable (LP: #375923), remaining changes:
3387 - debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
3388 Improve handling of broken messages when "exim4 -bp" (mailq) reports
3389 lines without size info
3390
3391 -- Thierry Carrez <thierry.carrez@ubuntu.com> Wed, 13 May 2009 12:15:29 +0200
3392
2665exim4 (4.69-11) unstable; urgency=medium3393exim4 (4.69-11) unstable; urgency=medium
26663394
2667 * Build-Depend on lynx-cur|lynx instead of lynx. (lynx is just a dummy3395 * Build-Depend on lynx-cur|lynx instead of lynx. (lynx is just a dummy
@@ -2719,6 +3447,15 @@ exim4 (4.69-10) unstable; urgency=low
27193447
2720 -- Andreas Metzler <ametzler@debian.org> Sat, 02 May 2009 09:05:56 +02003448 -- Andreas Metzler <ametzler@debian.org> Sat, 02 May 2009 09:05:56 +0200
27213449
3450exim4 (4.69-9ubuntu1) jaunty; urgency=low
3451
3452 [ Daniel van Eeden <launchpad@myname.nl> ]
3453 * debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
3454 Improve handling of broken messages when "exim4 -bp" (mailq) reports lines
3455 w/o size info, LP: #18194
3456
3457 -- Dustin Kirkland <kirkland@ubuntu.com> Wed, 11 Feb 2009 06:43:52 -0600
3458
2722exim4 (4.69-9) unstable; urgency=medium3459exim4 (4.69-9) unstable; urgency=medium
27233460
2724 * [update-exim4.conf]: Use POSIX character classes [:alnum:] or explicit3461 * [update-exim4.conf]: Use POSIX character classes [:alnum:] or explicit
diff --git a/debian/control b/debian/control
index 2613616..5cb9158 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,8 @@
1Source: exim41Source: exim4
2Section: mail2Section: mail
3Priority: standard3Priority: standard
4Maintainer: Exim4 Maintainers <pkg-exim4-maintainers@lists.alioth.debian.org>4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5XSBC-Original-Maintainer: Exim4 Maintainers <pkg-exim4-maintainers@lists.alioth.debian.org>
5Uploaders:6Uploaders:
6 Andreas Metzler <ametzler@debian.org>,7 Andreas Metzler <ametzler@debian.org>,
7 Marc Haber <mh+debian-packages@zugschlus.de>8 Marc Haber <mh+debian-packages@zugschlus.de>
@@ -34,7 +35,8 @@ Build-Depends:
34 libxt-dev,35 libxt-dev,
35 lynx,36 lynx,
36 po-debconf,37 po-debconf,
37 xsltproc38 xsltproc,
39 lsb-release
3840
39Package: exim4-base41Package: exim4-base
40Architecture: any42Architecture: any
diff --git a/debian/patches/fix_smtp_banner.patch b/debian/patches/fix_smtp_banner.patch
41new file mode 10064443new file mode 100644
index 0000000..615eb5a
--- /dev/null
+++ b/debian/patches/fix_smtp_banner.patch
@@ -0,0 +1,53 @@
1Description: Add EXIM_DISTRIBUTION var to display it on the SMTP banner
2Origin: https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-server-app-banner-updates
3Author: Yolanda Robla <yolanda.robla@canonical.com>
4Forwarded: https://salsa.debian.org/exim-team/exim4/merge_requests/2
5Last-Update: 2018-07-03
6
7--- a/src/globals.c
8+++ b/src/globals.c
9@@ -1443,7 +1443,7 @@ int smtp_accept_queue_per_connection = 10;
10 int smtp_accept_reserve = 0;
11 uschar *smtp_active_hostname = NULL;
12 uschar *smtp_banner = US"$smtp_active_hostname ESMTP "
13- "Exim $version_number $tod_full"
14+ "Exim $version_number " EXIM_DISTRIBUTION " $tod_full"
15 "\0<---------------Space to patch smtp_banner->";
16 int smtp_ch_index = 0;
17 uschar *smtp_cmd_argument = NULL;
18--- a/src/config.h.defaults
19+++ b/src/config.h.defaults
20@@ -224,4 +224,6 @@ for EXIM_ARITH_MAX and _MIN in OS/oh.h-FOO */
21 #define SC_EXIM_ARITH "%" SCNi64 /* scanf incl. 0x prefix */
22 #define SC_EXIM_DEC "%" SCNd64 /* scanf decimal */
23
24+#define EXIM_DISTRIBUTION
25+
26 /* End of config.h.defaults */
27--- a/scripts/Configure-config.h
28+++ b/scripts/Configure-config.h
29@@ -23,6 +23,12 @@
30 if [ "$1" != "" ] ; then MAKE=$1 ; fi
31 if [ "$MAKE" = "" ] ; then MAKE=make ; fi
32
33+# exporting distribution to use it in smtp banner
34+if test -x /usr/bin/lsb_release && lsb_release -si; then
35+ export EXIM_DISTRIBUTION=\"$(lsb_release -si)\"
36+else
37+ export EXIM_DISTRIBUTION=\"\"
38+fi
39 $MAKE buildconfig || exit 1
40
41 # BEWARE: tab characters needed in the following sed command. They have had
42--- a/src/exim.h
43+++ b/src/exim.h
44@@ -597,5 +597,9 @@ default to EDQUOT if it exists, otherwise ENOSPC. */
45 # define EXIM_GROUPLIST_SIZE NGROUPS_MAX
46 #endif
47
48+#ifndef EXIM_DISTRIBUTION
49+ #define EXIM_DISTRIBUTION ""
50+#endif
51+
52 #endif
53 /* End of exim.h */
diff --git a/debian/patches/series b/debian/patches/series
index d6cf896..4515b22 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -34,3 +34,4 @@
3474_28-Fix-tr-expansion-item.-Bug-2533.patch3474_28-Fix-tr-expansion-item.-Bug-2533.patch
3575_01-Build-Enable-GNU-Hurd-Bug-2476.patch3575_01-Build-Enable-GNU-Hurd-Bug-2476.patch
3690_localscan_dlopen.dpatch3690_localscan_dlopen.dpatch
37fix_smtp_banner.patch

Subscribers

People subscribed via source and target branches