Merge ~bryce/ubuntu/+source/exim4:exim4-merge-v4.92.1-1-eoan into ubuntu/+source/exim4:debian/sid

Proposed by Bryce Harrington
Status: Merged
Approved by: Bryce Harrington
Approved revision: 83631708615e032234db3b063c4d300fbeee71e9
Merge reported by: Andreas Hasenack
Merged at revision: 83631708615e032234db3b063c4d300fbeee71e9
Proposed branch: ~bryce/ubuntu/+source/exim4:exim4-merge-v4.92.1-1-eoan
Merge into: ubuntu/+source/exim4:debian/sid
Diff against target: 1062 lines (+726/-2)
4 files modified
debian/changelog (+668/-0)
debian/control (+4/-2)
debian/patches/fix_smtp_banner.patch (+53/-0)
debian/patches/series (+1/-0)
Reviewer Review Type Date Requested Status
Andreas Hasenack Approve
Canonical Server Pending
git-ubuntu developers Pending
Review via email: mp+371265@code.launchpad.net

Description of the change

[This supersedes my recent merge proposal for 4.92-10.]

We've already merged exim4 once this cycle (v4.92-7), however this (v4.92.1-1) includes numerous fixes from the exim-4.92+fixes branch.

The most notable change is the replacement of our CVE patch with upstream's. Note that the two patches aren't equivalent; the original Ubuntu version was taken from an early proposed patch on upstream's mailing list, while the newer patch is a what actually landed upstream after review. Debian had been carrying a cherrypick of that page in 4.92-10, which I did a code review on comparing both patches.

A PPA with the new package is available here:

    https://launchpad.net/~bryce/+archive/ubuntu/exim4-merge-v4.92.1-1

I've installed this in an LXC container, ran the autopkgtest, and verified removal/purge of the package.

System appears safe
autopkgtest [15:46:36]: test security: -----------------------]
autopkgtest [15:46:36]: test security: - - - - - - - - - - results - - - - - - - - - -
security PASS
autopkgtest [15:46:36]: @@@@@@@@@@@@@@@@@@@@ summary
daemon PASS
security PASS

To post a comment you must log in.
Revision history for this message
Andreas Hasenack (ahasenack) wrote :

- reconstruct, split, logical ok
- cve drop ok
- d/changelog ok
- git range-diff on the delta ok
- other debian changes since old/debian ok for us
- ppa build ok, upgrade ok

lgtm, +1

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

Thanks for the review! Uploading:

upload_tag_sha=83631708615e032234db3b063c4d300fbeee71e9
head_sha=83631708615e032234db3b063c4d300fbeee71e9

$ git push pkg ${upload_tag}
Counting objects: 21, done.
Delta compression using up to 6 threads.
Compressing objects: 100% (21/21), done.
Writing objects: 100% (21/21), 8.10 KiB | 1.16 MiB/s, done.
Total 21 (delta 14), reused 0 (delta 0)
To ssh://git.launchpad.net/~usd-import-team/ubuntu/+source/exim4
 * [new tag] upload/4.92.1-1ubuntu1 -> upload/4.92.1-1ubuntu1

$ dput ubuntu ../exim4_4.92.1-1ubuntu1_source.changes
Checking signature on .changes
gpg: ../exim4_4.92.1-1ubuntu1_source.changes: Valid signature from E603B2578FB8F0FB
Checking signature on .dsc
gpg: ../exim4_4.92.1-1ubuntu1.dsc: Valid signature from E603B2578FB8F0FB
Uploading to ubuntu (via ftp to upload.ubuntu.com):
  Uploading exim4_4.92.1-1ubuntu1.dsc: done.
  Uploading exim4_4.92.1.orig.tar.xz: done.
  Uploading exim4_4.92.1-1ubuntu1.debian.tar.xz: done.
  Uploading exim4_4.92.1-1ubuntu1_source.buildinfo: done.
  Uploading exim4_4.92.1-1ubuntu1_source.changes: done.
Successfully uploaded packages.

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

This migrated into eoan.

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 0f2520c..7e474d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
1exim4 (4.92.1-1ubuntu1) eoan; 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 * Dropped:
8 - d/p/CVE-2019-13917.patch: avoid re-expansion in ${sort } in
9 src/expand.c.
10 [Fixed in 4.92.1]
11
12 -- Bryce Harrington <bryce@canonical.com> Mon, 12 Aug 2019 19:18:33 -0700
13
1exim4 (4.92.1-1) unstable; urgency=low14exim4 (4.92.1-1) unstable; urgency=low
215
3 * New upstream bugfix release. (4.92.1 is 4.92 + the fix for CVE-2019-13917,16 * New upstream bugfix release. (4.92.1 is 4.92 + the fix for CVE-2019-13917,
@@ -68,6 +81,24 @@ exim4 (4.92-8) unstable; urgency=low
6881
69 -- Andreas Metzler <ametzler@debian.org> Sat, 08 Jun 2019 17:37:43 +020082 -- Andreas Metzler <ametzler@debian.org> Sat, 08 Jun 2019 17:37:43 +0200
7083
84exim4 (4.92-7ubuntu2) eoan; urgency=medium
85
86 * SECURITY UPDATE: code execution via ${sort }
87 - debian/patches/CVE-2019-13917.patch: avoid re-expansion in ${sort }
88 in src/expand.c.
89 - CVE-2019-13917
90
91 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 25 Jul 2019 12:58:39 -0400
92
93exim4 (4.92-7ubuntu1) eoan; urgency=medium
94
95 * Merge with Debian unstable. Remaining changes:
96 - Show Ubuntu distribution in SMTP banner
97 + Build-Depends on lsb-release to detect Distribution.
98 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
99
100 -- Bryce Harrington <bryce@canonical.com> Mon, 13 May 2019 13:48:18 -0700
101
71exim4 (4.92-7) unstable; urgency=medium102exim4 (4.92-7) unstable; urgency=medium
72103
73 * Upload to unstable.104 * Upload to unstable.
@@ -95,6 +126,15 @@ exim4 (4.92-5) unstable; urgency=medium
95126
96 -- Andreas Metzler <ametzler@debian.org> Sun, 07 Apr 2019 13:39:31 +0200127 -- Andreas Metzler <ametzler@debian.org> Sun, 07 Apr 2019 13:39:31 +0200
97128
129exim4 (4.92-4ubuntu1) disco; urgency=medium
130
131 * Merge with Debian unstable (LP: #1821339). Remaining changes:
132 * Show Ubuntu distribution in SMTP banner
133 - Build-Depends on lsb-release to detect Distribution.
134 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
135
136 -- Karl Stenerud <karl.stenerud@canonical.com> Mon, 25 Mar 2019 12:02:33 +0100
137
98exim4 (4.92-4) unstable; urgency=medium138exim4 (4.92-4) unstable; urgency=medium
99139
100 * Another patch from exim-4.92+fixes branch:140 * Another patch from exim-4.92+fixes branch:
@@ -113,6 +153,15 @@ exim4 (4.92-3) unstable; urgency=medium
113153
114 -- Andreas Metzler <ametzler@debian.org> Wed, 20 Mar 2019 17:01:29 +0100154 -- Andreas Metzler <ametzler@debian.org> Wed, 20 Mar 2019 17:01:29 +0100
115155
156exim4 (4.92-2ubuntu1) disco; urgency=medium
157
158 * Merge with Debian unstable (LP: #1818444). Remaining changes:
159 - Show Ubuntu distribution in SMTP banner
160 + Build-Depends on lsb-release to detect Distribution.
161 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
162
163 -- Karl Stenerud <kstenerud@gmail.com> Tue, 05 Mar 2019 10:55:48 +0100
164
116exim4 (4.92-2) unstable; urgency=medium165exim4 (4.92-2) unstable; urgency=medium
117166
118 * Upload to unstable.167 * Upload to unstable.
@@ -169,6 +218,21 @@ exim4 (4.92~RC4-3) unstable; urgency=medium
169218
170 -- Andreas Metzler <ametzler@debian.org> Sun, 20 Jan 2019 17:52:39 +0100219 -- Andreas Metzler <ametzler@debian.org> Sun, 20 Jan 2019 17:52:39 +0100
171220
221exim4 (4.92~RC4-2ubuntu2) disco; urgency=medium
222
223 * No-change rebuild against libmysqlclient21
224
225 -- Steve Langasek <steve.langasek@ubuntu.com> Fri, 01 Feb 2019 16:57:54 +0000
226
227exim4 (4.92~RC4-2ubuntu1) disco; urgency=medium
228
229 * Merge with Debian unstable (LP: #1811095). Remaining changes:
230 - Show Ubuntu distribution in SMTP banner
231 + Build-Depends on lsb-release to detect Distribution.
232 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
233
234 -- Karl Stenerud <kstenerud@gmail.com> Thu, 10 Jan 2019 16:41:45 +0100
235
172exim4 (4.92~RC4-2) unstable; urgency=medium236exim4 (4.92~RC4-2) unstable; urgency=medium
173237
174 * Upload to unstable.238 * Upload to unstable.
@@ -262,6 +326,22 @@ exim4 (4.91-7) unstable; urgency=low
262326
263 -- Andreas Metzler <ametzler@debian.org> Sun, 26 Aug 2018 11:33:15 +0200327 -- Andreas Metzler <ametzler@debian.org> Sun, 26 Aug 2018 11:33:15 +0200
264328
329exim4 (4.91-6ubuntu2) disco; urgency=medium
330
331 * No-change rebuild for the perl 5.28 transition.
332
333 -- Adam Conrad <adconrad@ubuntu.com> Fri, 02 Nov 2018 18:08:13 -0600
334
335exim4 (4.91-6ubuntu1) cosmic; urgency=medium
336
337 * Merge with Debian unstable. Remaining changes:
338 - Show Ubuntu distribution in SMTP banner
339 + Build-Depends on lsb-release to detect Distribution.
340 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
341 [DEP3 header updated to indicate it has been forwarded to Debian]
342
343 -- Andreas Hasenack <andreas@canonical.com> Mon, 30 Jul 2018 15:35:06 -0300
344
265exim4 (4.91-6) unstable; urgency=low345exim4 (4.91-6) unstable; urgency=low
266346
267 * Update from exim-4_91+fixes branch:347 * Update from exim-4_91+fixes branch:
@@ -273,6 +353,16 @@ exim4 (4.91-6) unstable; urgency=low
273353
274 -- Andreas Metzler <ametzler@debian.org> Fri, 20 Jul 2018 11:21:24 +0200354 -- Andreas Metzler <ametzler@debian.org> Fri, 20 Jul 2018 11:21:24 +0200
275355
356exim4 (4.91-5ubuntu1) cosmic; urgency=medium
357
358 * Merge with Debian unstable. Remaining changes:
359 - Show Ubuntu distribution in SMTP banner
360 - Build-Depends on lsb-release to detect Distribution.
361 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
362 [DEP3 header updated to indicate it has been forwarded to Debian]
363
364 -- Andreas Hasenack <andreas@canonical.com> Tue, 03 Jul 2018 11:13:08 -0300
365
276exim4 (4.91-5) unstable; urgency=medium366exim4 (4.91-5) unstable; urgency=medium
277367
278 * Update from exim-4_91+fixes branch:368 * Update from exim-4_91+fixes branch:
@@ -282,6 +372,15 @@ exim4 (4.91-5) unstable; urgency=medium
282372
283 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Jun 2018 18:10:39 +0200373 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Jun 2018 18:10:39 +0200
284374
375exim4 (4.91-4ubuntu1) cosmic; urgency=medium
376
377 * Merge from Debian testing, Remaining changes:
378 - Show Ubuntu distribution in SMTP banner
379 - Build-Depends on lsb-release to detect Distribution.
380 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
381
382 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 30 May 2018 12:46:14 +0200
383
285exim4 (4.91-4) unstable; urgency=medium384exim4 (4.91-4) unstable; urgency=medium
286385
287 * Update from exim-4_91+fixes branch:386 * Update from exim-4_91+fixes branch:
@@ -400,6 +499,15 @@ exim4 (4.90.1-2) unstable; urgency=medium
400499
401 -- Andreas Metzler <ametzler@debian.org> Sat, 10 Mar 2018 14:25:51 +0100500 -- Andreas Metzler <ametzler@debian.org> Sat, 10 Mar 2018 14:25:51 +0100
402501
502exim4 (4.90.1-1ubuntu1) bionic; urgency=medium
503
504 * Merge from Debian testing, Remaining changes:
505 - Show Ubuntu distribution in SMTP banner
506 - Build-Depends on lsb-release to detect Distribution.
507 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
508
509 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 14 Feb 2018 17:01:14 +0100
510
403exim4 (4.90.1-1) unstable; urgency=high511exim4 (4.90.1-1) unstable; urgency=high
404512
405 * New upstream version, fixing CVE-2018-6789. Closes: #890000513 * New upstream version, fixing CVE-2018-6789. Closes: #890000
@@ -594,6 +702,15 @@ exim4 (4.89-10) unstable; urgency=critical
594702
595 -- Andreas Metzler <ametzler@debian.org> Sat, 25 Nov 2017 11:43:24 +0100703 -- Andreas Metzler <ametzler@debian.org> Sat, 25 Nov 2017 11:43:24 +0100
596704
705exim4 (4.89-9ubuntu1) bionic; urgency=medium
706
707 * Merge from Debian unstable, Remaining changes:
708 - Show Ubuntu distribution in SMTP banner
709 - Build-Depends on lsb-release to detect Distribution.
710 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
711
712 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 16 Nov 2017 10:02:23 +0100
713
597exim4 (4.89-9) unstable; urgency=medium714exim4 (4.89-9) unstable; urgency=medium
598715
599 * Upload to unstable.716 * Upload to unstable.
@@ -636,6 +753,42 @@ exim4 (4.89-6) unstable; urgency=medium
636753
637 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Sep 2017 15:29:39 +0200754 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Sep 2017 15:29:39 +0200
638755
756exim4 (4.89-5ubuntu1.3) artful-security; urgency=medium
757
758 * SECURITY UPDATE: Buffer overflow in base64d()
759 - debian/patches/CVE-2018-6789.patch: fix overflow in src/base64.c.
760 - CVE-2018-6789
761
762 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Sat, 10 Feb 2018 14:12:27 -0500
763
764exim4 (4.89-5ubuntu1.2) artful-security; urgency=medium
765
766 * SECURITY UPDATE: stack-exhaustion remote DoS
767 - debian/patches/CVE-2017-16944.patch: do not treat the first lonely
768 dot special in src/receive.c, src/smtp_in.c.
769 - CVE-2017-16944
770
771 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Wed, 29 Nov 2017 08:59:31 -0500
772
773exim4 (4.89-5ubuntu1.1) artful-security; urgency=medium
774
775 * SECURITY UPDATE: remote code execution via use-after-free
776 - debian/patches/CVE-2017-16943.patch: avoid release of store if there
777 have been later allocations in src/receive.c.
778 - CVE-2017-16943
779
780 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Mon, 27 Nov 2017 07:37:47 -0500
781
782exim4 (4.89-5ubuntu1) artful; urgency=medium
783
784 * Merge from Debian testing.
785 Remaining changes:
786 - Show Ubuntu distribution in SMTP banner
787 - Build-Depends on lsb-release to detect Distribution.
788 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
789
790 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 16 Aug 2017 15:42:47 +0200
791
639exim4 (4.89-5) unstable; urgency=medium792exim4 (4.89-5) unstable; urgency=medium
640793
641 * Update to exim-4_89+fixes branch:794 * Update to exim-4_89+fixes branch:
@@ -680,6 +833,20 @@ exim4 (4.89-4) unstable; urgency=low
680833
681 -- Andreas Metzler <ametzler@debian.org> Sat, 15 Jul 2017 12:46:16 +0200834 -- Andreas Metzler <ametzler@debian.org> Sat, 15 Jul 2017 12:46:16 +0200
682835
836exim4 (4.89-3ubuntu2) artful; urgency=medium
837
838 * No-change rebuild for perl 5.26.0.
839
840 -- Matthias Klose <doko@ubuntu.com> Wed, 26 Jul 2017 20:02:24 +0000
841
842exim4 (4.89-3ubuntu1) artful; urgency=medium
843
844 * Merge from Debian. Remaining changes:
845 - Show Ubuntu distribution in SMTP banner.
846 - Build-Depends on lsb-release (needed for the Ubuntu SMTP banner patch)
847
848 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Tue, 27 Jun 2017 10:20:42 -0400
849
683exim4 (4.89-3) unstable; urgency=high850exim4 (4.89-3) unstable; urgency=high
684851
685 * Re-upload to unstable.852 * Re-upload to unstable.
@@ -692,6 +859,15 @@ exim4 (4.89-2+deb9u1) stretch-security; urgency=medium
692859
693 -- <jmm@debian.org> Wed, 14 Jun 2017 07:03:07 +0200860 -- <jmm@debian.org> Wed, 14 Jun 2017 07:03:07 +0200
694861
862exim4 (4.89-2ubuntu1) artful; urgency=medium
863
864 * Merge from Debian testing.
865 Remaining changes:
866 + Show Ubuntu distribution in SMTP banner.
867 + Build-Depends on lsb-release (needed for the Ubuntu SMTP banner patch)
868
869 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 01 Jun 2017 11:58:00 +0200
870
695exim4 (4.89-2) unstable; urgency=medium871exim4 (4.89-2) unstable; urgency=medium
696872
697 * Revert addition of header "# pidfile: /var/run/exim4/exim.pid" to873 * Revert addition of header "# pidfile: /var/run/exim4/exim.pid" to
@@ -783,6 +959,17 @@ exim4 (4.89~RC1-1) unstable; urgency=low
783959
784 -- Andreas Metzler <ametzler@debian.org> Tue, 31 Jan 2017 19:52:50 +0100960 -- Andreas Metzler <ametzler@debian.org> Tue, 31 Jan 2017 19:52:50 +0100
785961
962exim4 (4.88-5ubuntu1) zesty; urgency=medium
963
964 * Merge from Debian unstable.
965 Version 4.88 fixes CVE-2016-9963 (LP: #1654750) and symlink
966 local root escalation (LP: #1580454)
967 Remaining changes:
968 + Show Ubuntu distribution in SMTP banner.
969 + Build-Depends on lsb-release (needed for the Ubuntu SMTP banner patch)
970
971 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 24 Jan 2017 10:15:09 +0100
972
786exim4 (4.88-5) unstable; urgency=medium973exim4 (4.88-5) unstable; urgency=medium
787974
788 * 78_Disable-chunking-BDAT-by-default.patch: Change default value of main975 * 78_Disable-chunking-BDAT-by-default.patch: Change default value of main
@@ -935,6 +1122,20 @@ exim4 (4.88~RC1-1) experimental; urgency=low
9351122
936 -- Andreas Metzler <ametzler@debian.org> Sun, 25 Sep 2016 15:44:00 +02001123 -- Andreas Metzler <ametzler@debian.org> Sun, 25 Sep 2016 15:44:00 +0200
9371124
1125exim4 (4.87-3ubuntu2) zesty; urgency=medium
1126
1127 * No-change rebuild for perl 5.24 transition
1128
1129 -- Iain Lane <iain@orangesquash.org.uk> Mon, 24 Oct 2016 10:08:10 +0100
1130
1131exim4 (4.87-3ubuntu1) yakkety; urgency=medium
1132
1133 * Merge from Debian unstable. Remaining changes:
1134 + Show Ubuntu distribution in SMTP banner.
1135 + Build-Depends on lsb-release (needed for the Ubuntu SMTP banner patch)
1136
1137 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 26 Jul 2016 13:30:09 +0200
1138
938exim4 (4.87-3) unstable; urgency=medium1139exim4 (4.87-3) unstable; urgency=medium
9391140
940 * Pull multiple patches from upstream GIT:1141 * Pull multiple patches from upstream GIT:
@@ -1108,6 +1309,48 @@ exim4 (4.87~RC1-1) experimental; urgency=medium
11081309
1109 -- Andreas Metzler <ametzler@debian.org> Fri, 11 Dec 2015 20:15:30 +01001310 -- Andreas Metzler <ametzler@debian.org> Fri, 11 Dec 2015 20:15:30 +0100
11101311
1312exim4 (4.86.2-2ubuntu2.3) xenial-security; urgency=medium
1313
1314 * SECURITY UPDATE: Buffer overflow in base64d()
1315 - debian/patches/CVE-2018-6789.patch: fix overflow in
1316 src/auths/b64decode.c.
1317 - CVE-2018-6789
1318
1319 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Sat, 10 Feb 2018 14:18:40 -0500
1320
1321exim4 (4.86.2-2ubuntu2.2) xenial-security; urgency=medium
1322
1323 * SECURITY UPDATE: memory leak
1324 - debian/patches/93_CVE-2017-1000368.patch: free -p argument if
1325 allocation was required.
1326 - CVE-2017-1000368
1327
1328 -- Steve Beattie <sbeattie@ubuntu.com> Fri, 02 Jun 2017 22:07:28 -0700
1329
1330exim4 (4.86.2-2ubuntu2.1) xenial-security; urgency=medium
1331
1332 * SECURITY UPDATE: DKIM information leakage
1333 - debian/patches/CVE-2016-9963.patch: fix information leakage in
1334 src/dkim.c, src/transports/smtp.c.
1335 - CVE-2016-9963
1336
1337 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 05 Jan 2017 08:29:10 -0500
1338
1339exim4 (4.86.2-2ubuntu2) xenial; urgency=medium
1340
1341 * Rebuild against libmysqlclient20.
1342
1343 -- Robie Basak <robie.basak@ubuntu.com> Tue, 05 Apr 2016 12:21:41 +0000
1344
1345exim4 (4.86.2-2ubuntu1) xenial; urgency=medium
1346
1347 * Merge from Debian unstable. Remaining changes:
1348 - debian.control, debian/patches/fix_smtp_banner.patch
1349 + Show Ubuntu distribution in SMTP banner.
1350 + Build-Depends on lsb-release.
1351
1352 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Tue, 15 Mar 2016 11:56:18 -0400
1353
1111exim4 (4.86.2-2) unstable; urgency=high1354exim4 (4.86.2-2) unstable; urgency=high
11121355
1113 * Bump exim4-config Breaks to exim4-daemon-* (<< 4.86.2). Closes: #8167901356 * Bump exim4-config Breaks to exim4-daemon-* (<< 4.86.2). Closes: #816790
@@ -1129,6 +1372,27 @@ exim4 (4.86.2-1) unstable; urgency=high
11291372
1130 -- Andreas Metzler <ametzler@debian.org> Tue, 01 Mar 2016 19:34:39 +01001373 -- Andreas Metzler <ametzler@debian.org> Tue, 01 Mar 2016 19:34:39 +0100
11311374
1375exim4 (4.86-7ubuntu3) xenial; urgency=medium
1376
1377 * No-change rebuild for gnutls transition.
1378
1379 -- Matthias Klose <doko@ubuntu.com> Wed, 17 Feb 2016 22:40:56 +0000
1380
1381exim4 (4.86-7ubuntu2) xenial; urgency=medium
1382
1383 * Rebuild for Perl 5.22.1.
1384
1385 -- Colin Watson <cjwatson@ubuntu.com> Fri, 18 Dec 2015 10:30:54 +0000
1386
1387exim4 (4.86-7ubuntu1) xenial; urgency=medium
1388
1389 * Merge from Debian unstable. Remaining changes:
1390 - debian.control, debian/patches/fix_smtp_banner.patch
1391 + Show Ubuntu distribution in SMTP banner.
1392 + Build-Depends on lsb-release.
1393
1394 -- Pierre-André MOREY <pierre-andre.morey@canonical.com> Mon, 14 Dec 2015 14:23:51 +0100
1395
1132exim4 (4.86-7) unstable; urgency=medium1396exim4 (4.86-7) unstable; urgency=medium
11331397
1134 * Allow arch-indep build (dpkg-buildpackage -A). Closes: #8060231398 * Allow arch-indep build (dpkg-buildpackage -A). Closes: #806023
@@ -1179,6 +1443,15 @@ exim4 (4.86-4) unstable; urgency=medium
11791443
1180 -- Andreas Metzler <ametzler@debian.org> Sat, 17 Oct 2015 15:01:01 +02001444 -- Andreas Metzler <ametzler@debian.org> Sat, 17 Oct 2015 15:01:01 +0200
11811445
1446exim4 (4.86-3ubuntu1) wily; urgency=medium
1447
1448 * Merge from Debian unstable. (LP: #1485369) Remaining changes:
1449 - debian/control, debian/patches/fix_smtp_banner.patch:
1450 + Show Ubuntu distribution in SMTP banner.
1451 + Build-Depends on lsb-release.
1452
1453 -- Artur Rona <ari-tczew@ubuntu.com> Thu, 17 Sep 2015 13:18:20 +0100
1454
1182exim4 (4.86-3) unstable; urgency=medium1455exim4 (4.86-3) unstable; urgency=medium
11831456
1184 * Pull three patches from upstream git:1457 * Pull three patches from upstream git:
@@ -1219,6 +1492,15 @@ exim4 (4.86~RC5-1) unstable; urgency=medium
12191492
1220 -- Andreas Metzler <ametzler@debian.org> Sat, 18 Jul 2015 11:46:11 +02001493 -- Andreas Metzler <ametzler@debian.org> Sat, 18 Jul 2015 11:46:11 +0200
12211494
1495exim4 (4.86~RC4-2ubuntu1) wily; urgency=low
1496
1497 * Merge from Debian unstable. (LP: #1166671) Remaining changes:
1498 - debian/control, debian/patches/fix_smtp_banner.patch:
1499 + Show Ubuntu distribution in SMTP banner.
1500 + Build-Depends on lsb-release.
1501
1502 -- Artur Rona <ari-tczew@ubuntu.com> Mon, 06 Jul 2015 12:09:36 +0200
1503
1222exim4 (4.86~RC4-2) unstable; urgency=medium1504exim4 (4.86~RC4-2) unstable; urgency=medium
12231505
1224 * Drop libmysqlclient15-dev alternative build-dependency. Closes: #7904631506 * Drop libmysqlclient15-dev alternative build-dependency. Closes: #790463
@@ -1383,6 +1665,18 @@ exim4 (4.85~RC1+dfsg-1) experimental; urgency=medium
13831665
1384 -- Andreas Metzler <ametzler@debian.org> Tue, 18 Nov 2014 19:28:20 +01001666 -- Andreas Metzler <ametzler@debian.org> Tue, 18 Nov 2014 19:28:20 +0100
13851667
1668exim4 (4.84-8ubuntu1) vivid; urgency=low
1669
1670 * Merge from Debian unstable. (LP: #1434300) Remaining changes:
1671 - debian/control, debian/patches/fix_smtp_banner.patch:
1672 + Show Ubuntu distribution in SMTP banner.
1673 + Build-Depends on lsb-release.
1674 - debian/control:
1675 + Don't provide default-mta; in Ubuntu,
1676 we want postfix to be the default.
1677
1678 -- Artur Rona <ari-tczew@ubuntu.com> Thu, 19 Mar 2015 00:15:40 +0100
1679
1386exim4 (4.84-8) unstable; urgency=medium1680exim4 (4.84-8) unstable; urgency=medium
13871681
1388 * Pull 83_Remove-limit-on-remove_headers-item-size.-Bug-1533.patch and1682 * Pull 83_Remove-limit-on-remove_headers-item-size.-Bug-1533.patch and
@@ -1400,6 +1694,15 @@ exim4 (4.84-7) unstable; urgency=medium
14001694
1401 -- Andreas Metzler <ametzler@debian.org> Sat, 07 Feb 2015 15:12:33 +01001695 -- Andreas Metzler <ametzler@debian.org> Sat, 07 Feb 2015 15:12:33 +0100
14021696
1697exim4 (4.84-6ubuntu1) vivid; urgency=medium
1698
1699 * Resynchronise with Debian. Remaining changes:
1700 - Show Ubuntu distribution in SMTP banner.
1701 - Don't provide default-mta; in Ubuntu, we want postfix to be the
1702 default.
1703
1704 -- Colin Watson <cjwatson@ubuntu.com> Wed, 14 Jan 2015 11:26:29 +0000
1705
1403exim4 (4.84-6) unstable; urgency=medium1706exim4 (4.84-6) unstable; urgency=medium
14041707
1405 * Revert init script's restart order change in 4.84-4 for the time being.1708 * Revert init script's restart order change in 4.84-4 for the time being.
@@ -1408,6 +1711,15 @@ exim4 (4.84-6) unstable; urgency=medium
14081711
1409 -- Andreas Metzler <ametzler@debian.org> Sun, 21 Dec 2014 14:07:12 +01001712 -- Andreas Metzler <ametzler@debian.org> Sun, 21 Dec 2014 14:07:12 +0100
14101713
1714exim4 (4.84-5ubuntu1) vivid; urgency=medium
1715
1716 * Resynchronise with Debian. Remaining changes:
1717 - Show Ubuntu distribution in SMTP banner.
1718 - Don't provide default-mta; in Ubuntu, we want postfix to be the
1719 default.
1720
1721 -- Colin Watson <cjwatson@ubuntu.com> Thu, 18 Dec 2014 15:26:17 +0000
1722
1411exim4 (4.84-5) unstable; urgency=medium1723exim4 (4.84-5) unstable; urgency=medium
14121724
1413 * 82_quoted-or-r-2047-encoded.diff pulled from upstream git (sans1725 * 82_quoted-or-r-2047-encoded.diff pulled from upstream git (sans
@@ -1415,6 +1727,15 @@ exim4 (4.84-5) unstable; urgency=medium
14151727
1416 -- Andreas Metzler <ametzler@debian.org> Wed, 17 Dec 2014 19:03:39 +01001728 -- Andreas Metzler <ametzler@debian.org> Wed, 17 Dec 2014 19:03:39 +0100
14171729
1730exim4 (4.84-4ubuntu1) vivid; urgency=medium
1731
1732 * Resynchronise with Debian. Remaining changes:
1733 - Show Ubuntu distribution in SMTP banner.
1734 - Don't provide default-mta; in Ubuntu, we want postfix to be the
1735 default.
1736
1737 -- Colin Watson <cjwatson@ubuntu.com> Tue, 02 Dec 2014 15:28:46 +0000
1738
1418exim4 (4.84-4) unstable; urgency=medium1739exim4 (4.84-4) unstable; urgency=medium
14191740
1420 * Unset message_prefix/message_sufix in maildrop_pipe transport. Maildrop1741 * Unset message_prefix/message_sufix in maildrop_pipe transport. Maildrop
@@ -1429,6 +1750,15 @@ exim4 (4.84-4) unstable; urgency=medium
14291750
1430 -- Andreas Metzler <ametzler@debian.org> Sun, 30 Nov 2014 08:24:04 +01001751 -- Andreas Metzler <ametzler@debian.org> Sun, 30 Nov 2014 08:24:04 +0100
14311752
1753exim4 (4.84-3ubuntu1) vivid; urgency=medium
1754
1755 * Resynchronise with Debian. Remaining changes:
1756 - Show Ubuntu distribution in SMTP banner.
1757 - Don't provide default-mta; in Ubuntu, we want postfix to be the
1758 default.
1759
1760 -- Colin Watson <cjwatson@ubuntu.com> Tue, 11 Nov 2014 13:43:35 +0000
1761
1432exim4 (4.84-3) unstable; urgency=medium1762exim4 (4.84-3) unstable; urgency=medium
14331763
1434 * Apply patch to Italian (it) debconf template translation, thanks to1764 * Apply patch to Italian (it) debconf template translation, thanks to
@@ -1458,6 +1788,24 @@ exim4 (4.84~RC2-1) unstable; urgency=medium
14581788
1459 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Aug 2014 07:42:00 +02001789 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Aug 2014 07:42:00 +0200
14601790
1791exim4 (4.84~RC1-3ubuntu2) utopic; urgency=medium
1792
1793 * Rebuild for Perl 5.20.0.
1794
1795 -- Colin Watson <cjwatson@ubuntu.com> Thu, 21 Aug 2014 12:18:13 +0100
1796
1797exim4 (4.84~RC1-3ubuntu1) utopic; urgency=low
1798
1799 * Merge from Debian unstable (LP: #1351470). Remaining changes:
1800 - Show Ubuntu distribution on smtp:
1801 + debian/patches/fix_smtp_banner.patch: updated SMTP banner
1802 with Ubuntu distribution
1803 + debian/control: added lsb-release build dependency
1804 - Don't provide default-mta; in Ubuntu, we want postfix to be the
1805 default.
1806
1807 -- Corey Bryant <corey.bryant@canonical.com> Mon, 04 Aug 2014 11:48:39 -0400
1808
1461exim4 (4.84~RC1-3) unstable; urgency=medium1809exim4 (4.84~RC1-3) unstable; urgency=medium
14621810
1463 * Third try. Simply comment *custom* in debian/control.1811 * Third try. Simply comment *custom* in debian/control.
@@ -1526,6 +1874,18 @@ exim4 (4.83~RC1-1) experimental; urgency=medium
15261874
1527 -- Andreas Metzler <ametzler@debian.org> Thu, 29 May 2014 13:09:04 +02001875 -- Andreas Metzler <ametzler@debian.org> Thu, 29 May 2014 13:09:04 +0200
15281876
1877exim4 (4.82.1-2ubuntu1) utopic; urgency=low
1878
1879 * Merge from Debian unstable (LP: #1348074). Remaining changes:
1880 - Show Ubuntu distribution on smtp:
1881 + debian/patches/fix_smtp_banner.patch: updated SMTP banner
1882 with Ubuntu distribution
1883 + debian/control: added lsb-release build dependency
1884 - Don't provide default-mta; in Ubuntu, we want postfix to be the
1885 default.
1886
1887 -- Robie Basak <robie.basak@ubuntu.com> Fri, 25 Jul 2014 15:53:09 +0000
1888
1529exim4 (4.82.1-2) unstable; urgency=high1889exim4 (4.82.1-2) unstable; urgency=high
15301890
1531 * [87_double_expansion.diff] from upstream. Stop unwanted double expansion1891 * [87_double_expansion.diff] from upstream. Stop unwanted double expansion
@@ -1543,6 +1903,18 @@ exim4 (4.82.1-1) unstable; urgency=high
15431903
1544 -- Andreas Metzler <ametzler@debian.org> Wed, 28 May 2014 19:01:43 +02001904 -- Andreas Metzler <ametzler@debian.org> Wed, 28 May 2014 19:01:43 +0200
15451905
1906exim4 (4.82-8ubuntu1) utopic; urgency=medium
1907
1908 * Merge from Debian unstable. Remaining changes:
1909 - Show Ubuntu distribution on smtp:
1910 + debian/patches/fix_smtp_banner.patch: updated SMTP banner
1911 with Ubuntu distribution
1912 + debian/control: added lsb-release build dependency
1913 - Don't provide default-mta; in Ubuntu, we want postfix to be the
1914 default.
1915
1916 -- Dimitri John Ledkov <xnox@ubuntu.com> Sat, 17 May 2014 01:50:20 +0100
1917
1546exim4 (4.82-8) unstable; urgency=medium1918exim4 (4.82-8) unstable; urgency=medium
15471919
1548 * Now that GMP has been relicensed to LGPLv3+/GPLv2+ build exim against1920 * Now that GMP has been relicensed to LGPLv3+/GPLv2+ build exim against
@@ -1606,6 +1978,78 @@ exim4 (4.82-4) unstable; urgency=medium
16061978
1607 -- Andreas Metzler <ametzler@debian.org> Sun, 09 Feb 2014 19:41:34 +01001979 -- Andreas Metzler <ametzler@debian.org> Sun, 09 Feb 2014 19:41:34 +0100
16081980
1981exim4 (4.82-3ubuntu2.4) trusty-security; urgency=medium
1982
1983 * SECURITY UPDATE: Buffer overflow in base64d()
1984 - debian/patches/CVE-2018-6789.patch: fix overflow in
1985 src/auths/b64decode.c.
1986 - CVE-2018-6789
1987
1988 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Sat, 10 Feb 2018 14:19:43 -0500
1989
1990exim4 (4.82-3ubuntu2.3) trusty-security; urgency=medium
1991
1992 * SECURITY UPDATE: memory leak
1993 - debian/patches/CVE-2017-1000368.patch: free -p argument if
1994 allocation was required.
1995 - CVE-2017-1000368
1996
1997 -- Steve Beattie <sbeattie@ubuntu.com> Fri, 02 Jun 2017 22:44:35 -0700
1998
1999exim4 (4.82-3ubuntu2.2) trusty-security; urgency=medium
2000
2001 * SECURITY UPDATE: DKIM information leakage
2002 - debian/patches/CVE-2016-9963.patch: fix information leakage in
2003 src/dkim.c, src/transports/smtp.c.
2004 - CVE-2016-9963
2005
2006 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 05 Jan 2017 08:31:06 -0500
2007
2008exim4 (4.82-3ubuntu2.1) trusty-security; urgency=medium
2009
2010 * SECURITY UPDATE: privilege escalation via crafted lookup value
2011 - debian/patches/CVE-2014-2972.patch: only expand integers for integer
2012 math once.
2013 - CVE-2014-2972
2014 * SECURITY UPDATE: privilege escalation when used with perl_startup
2015 - debian/patches/CVE-2016-1531.patch: add new add_environment and
2016 keep_environment configuration options.
2017 - debian/patches/CVE-2016-1531-2.patch: don't issue env warning if env
2018 is empty.
2019 - debian/patches/CVE-2016-1531-3.patch: store the initial working
2020 directory, expand $initial_cwd.
2021 - debian/patches/CVE-2016-1531-4.patch: delay chdir(/) until we opened
2022 the main config.
2023 - Add macros MAIN_KEEP_ENVIRONMENT and MAIN_ADD_ENVIRONMENT to set the
2024 new options. Set "keep_environment =" by default to avoid a runtime
2025 warning.
2026 - Bump exim4-config Breaks to exim4-daemon-* (<< 4.82-3ubuntu2.1).
2027 - debian/exim4-config.NEWS: Add entry to warn of potential breakage.
2028 - CVE-2016-1531
2029 * WARNING: This update may break existing installations.
2030
2031 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Mon, 14 Mar 2016 12:57:00 -0400
2032
2033exim4 (4.82-3ubuntu2) trusty; urgency=medium
2034
2035 * debian/tests/control: Add missing python test dependency, as
2036 debian/tests/security calls python.
2037
2038 -- Martin Pitt <martin.pitt@ubuntu.com> Tue, 25 Feb 2014 17:33:13 +0100
2039
2040exim4 (4.82-3ubuntu1) trusty; urgency=low
2041
2042 * Merge from Debian unstable (LP: #1259620). Remaining changes:
2043 - Show Ubuntu distribution on smtp:
2044 + debian/patches/fix_smtp_banner.patch: updated SMTP banner
2045 with Ubuntu distribution
2046 + debian/control: added lsb-release build dependency
2047 - Don't provide default-mta; in Ubuntu, we want postfix to be the
2048 default.
2049 - Build-depend on db5.3.
2050
2051 -- Yolanda Robla <yolanda.robla@canonical.com> Tue, 10 Dec 2013 17:07:20 +0000
2052
1609exim4 (4.82-3) unstable; urgency=low2053exim4 (4.82-3) unstable; urgency=low
16102054
1611 * Upload to unstable.2055 * Upload to unstable.
@@ -1686,6 +2130,21 @@ exim4 (4.82~rc1-1) experimental; urgency=low
16862130
1687 -- Andreas Metzler <ametzler@debian.org> Sun, 29 Sep 2013 14:43:25 +02002131 -- Andreas Metzler <ametzler@debian.org> Sun, 29 Sep 2013 14:43:25 +0200
16882132
2133exim4 (4.80-9ubuntu2) trusty; urgency=low
2134
2135 * Build-depend on libdb5.3-dev, instead of libdb5.1-dev.
2136
2137 -- Dmitrijs Ledkovs <xnox@ubuntu.com> Mon, 04 Nov 2013 12:14:54 +0000
2138
2139exim4 (4.80-9ubuntu1) trusty; urgency=low
2140
2141 * Resynchronise with Debian. Remaining changes:
2142 - Don't provide default-mta; in Ubuntu, we want postfix to be the
2143 default.
2144 - Add "Ubuntu" to SMTP banner.
2145
2146 -- Colin Watson <cjwatson@ubuntu.com> Mon, 28 Oct 2013 11:55:21 -0700
2147
1689exim4 (4.80-9) unstable; urgency=low2148exim4 (4.80-9) unstable; urgency=low
16902149
1691 * Upload to unstable.2150 * Upload to unstable.
@@ -1732,6 +2191,34 @@ exim4 (4.80-8) experimental; urgency=low
17322191
1733 -- Andreas Metzler <ametzler@debian.org> Sun, 01 Sep 2013 15:58:49 +02002192 -- Andreas Metzler <ametzler@debian.org> Sun, 01 Sep 2013 15:58:49 +0200
17342193
2194exim4 (4.80-7ubuntu4) trusty; urgency=low
2195
2196 * Rebuild for Perl 5.18.
2197
2198 -- Colin Watson <cjwatson@ubuntu.com> Wed, 23 Oct 2013 10:24:08 +0100
2199
2200exim4 (4.80-7ubuntu3) saucy; urgency=low
2201
2202 * debian/patches/fix_smtp_banner.patch: updated SMTP banner
2203 with Ubuntu distribution
2204 * debian/control: added lsb-release build dependency
2205
2206 -- Yolanda Robla <yolanda.robla@canonical.com> Tue, 18 Jun 2013 19:17:43 +0200
2207
2208exim4 (4.80-7ubuntu2) saucy; urgency=low
2209
2210 * debian/tests: Add autopkgtest.
2211
2212 -- Yolanda <yolanda.robla@canonical.com> Mon, 27 May 2013 11:31:35 +0200
2213
2214exim4 (4.80-7ubuntu1) raring; urgency=low
2215
2216 * Merge from Debian unstable (LP: #1166383). Remaining changes:
2217 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
2218 we want postfix to be the default.
2219
2220 -- Robie Basak <robie.basak@canonical.com> Mon, 08 Apr 2013 18:13:15 +0100
2221
1735exim4 (4.80-7) unstable; urgency=low2222exim4 (4.80-7) unstable; urgency=low
17362223
1737 * Use exim's ${quote:xxx} operator when invoking spfquery to disallow2224 * Use exim's ${quote:xxx} operator when invoking spfquery to disallow
@@ -1751,6 +2238,14 @@ exim4 (4.80-6) unstable; urgency=low
17512238
1752 -- Andreas Metzler <ametzler@debian.org> Wed, 21 Nov 2012 19:08:53 +01002239 -- Andreas Metzler <ametzler@debian.org> Wed, 21 Nov 2012 19:08:53 +0100
17532240
2241exim4 (4.80-5.1ubuntu1) raring; urgency=low
2242
2243 * Merge from Debian. Remaining changes:
2244 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
2245 we want postfix to be the default.
2246
2247 -- Oussama Bounaim <o.bounaim@gmail.com> Sun, 11 Nov 2012 07:11:06 +0100
2248
1754exim4 (4.80-5.1) unstable; urgency=high2249exim4 (4.80-5.1) unstable; urgency=high
17552250
1756 * Non-maintainer upload by the Security Team.2251 * Non-maintainer upload by the Security Team.
@@ -1778,6 +2273,23 @@ exim4 (4.80-4) unstable; urgency=low
17782273
1779 -- Andreas Metzler <ametzler@debian.org> Sat, 23 Jun 2012 18:35:03 +02002274 -- Andreas Metzler <ametzler@debian.org> Sat, 23 Jun 2012 18:35:03 +0200
17802275
2276exim4 (4.80-3ubuntu1.1) quantal-security; urgency=low
2277
2278 * SECURITY UPDATE: arbitrary code execution via dns decode logic
2279 - debian/patches/CVE-2012-5671.patch: adjust max length and validate
2280 against it in src/pdkim/pdkim.h, src/dkim.c.
2281 - CVE-2012-5671
2282
2283 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 25 Oct 2012 08:22:46 -0400
2284
2285exim4 (4.80-3ubuntu1) quantal; urgency=low
2286
2287 * Merge from Debian unstable. Remaining changes:
2288 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
2289 we want postfix to be the default.
2290
2291 -- Clint Byrum <clint@ubuntu.com> Thu, 14 Jun 2012 15:28:08 -0700
2292
1781exim4 (4.80-3) unstable; urgency=low2293exim4 (4.80-3) unstable; urgency=low
17822294
1783 * Pull 75_openssl_sni.diff from upstream. - Segfault caused by NULL2295 * Pull 75_openssl_sni.diff from upstream. - Segfault caused by NULL
@@ -1925,6 +2437,26 @@ exim4 (4.76-4) experimental; urgency=low
19252437
1926 -- Andreas Metzler <ametzler@debian.org> Sat, 24 Sep 2011 18:36:08 +02002438 -- Andreas Metzler <ametzler@debian.org> Sat, 24 Sep 2011 18:36:08 +0200
19272439
2440exim4 (4.76-3ubuntu3) precise; urgency=low
2441
2442 * Rebuild for libmysqlclient transition
2443
2444 -- Clint Byrum <clint@ubuntu.com> Wed, 23 Nov 2011 23:29:35 -0800
2445
2446exim4 (4.76-3ubuntu2) precise; urgency=low
2447
2448 * Rebuild for Perl 5.14.
2449
2450 -- Colin Watson <cjwatson@ubuntu.com> Wed, 16 Nov 2011 01:22:39 +0000
2451
2452exim4 (4.76-3ubuntu1) precise; urgency=low
2453
2454 * Merge from debian unstable. Remaining changes:
2455 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
2456 we want postfix to be the default.
2457
2458 -- Stéphane Graber <stgraber@ubuntu.com> Thu, 20 Oct 2011 11:29:07 -0400
2459
1928exim4 (4.76-3) unstable; urgency=low2460exim4 (4.76-3) unstable; urgency=low
19292461
1930 * [exim4-base.cron.daily] Correct invocation of mail(1), options need to be2462 * [exim4-base.cron.daily] Correct invocation of mail(1), options need to be
@@ -1945,6 +2477,14 @@ exim4 (4.76-3) unstable; urgency=low
19452477
1946 -- Andreas Metzler <ametzler@debian.org> Sun, 18 Sep 2011 11:49:13 +02002478 -- Andreas Metzler <ametzler@debian.org> Sun, 18 Sep 2011 11:49:13 +0200
19472479
2480exim4 (4.76-2ubuntu1) oneiric; urgency=low
2481
2482 * Merge from debian unstable. Remaining changes:
2483 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
2484 we want postfix to be the default.
2485
2486 -- Stéphane Graber <stgraber@ubuntu.com> Mon, 30 May 2011 17:48:56 -0400
2487
1948exim4 (4.76-2) unstable; urgency=low2488exim4 (4.76-2) unstable; urgency=low
19492489
1950 * debian/rules: Remove test/ and test-stamp on clean.2490 * debian/rules: Remove test/ and test-stamp on clean.
@@ -1957,6 +2497,14 @@ exim4 (4.76-2) unstable; urgency=low
19572497
1958 -- Andreas Metzler <ametzler@debian.org> Sun, 29 May 2011 18:21:03 +02002498 -- Andreas Metzler <ametzler@debian.org> Sun, 29 May 2011 18:21:03 +0200
19592499
2500exim4 (4.76-1ubuntu1) oneiric; urgency=low
2501
2502 * Merge from debian unstable. Remaining changes (LP: #779391):
2503 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
2504 we want postfix to be the default.
2505
2506 -- Stéphane Graber <stgraber@ubuntu.com> Mon, 23 May 2011 12:37:30 -0400
2507
1960exim4 (4.76-1) unstable; urgency=low2508exim4 (4.76-1) unstable; urgency=low
19612509
1962 * New upstream version.2510 * New upstream version.
@@ -2003,6 +2551,14 @@ exim4 (4.75-3) unstable; urgency=high
20032551
2004 -- Andreas Metzler <ametzler@debian.org> Fri, 06 May 2011 20:08:51 +02002552 -- Andreas Metzler <ametzler@debian.org> Fri, 06 May 2011 20:08:51 +0200
20052553
2554exim4 (4.75-2ubuntu1) oneiric; urgency=low
2555
2556 * Merge from debian unstable. Remaining changes:
2557 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
2558 we want postfix to be the default.
2559
2560 -- Stéphane Graber <stgraber@ubuntu.com> Fri, 06 May 2011 14:51:28 -0400
2561
2006exim4 (4.75-2) unstable; urgency=low2562exim4 (4.75-2) unstable; urgency=low
20072563
2008 * clamav socket on Debian is clamd:/var/run/clamav/clamd.ctl, fix2564 * clamav socket on Debian is clamd:/var/run/clamav/clamd.ctl, fix
@@ -2045,6 +2601,24 @@ exim4 (4.74-2) unstable; urgency=low
20452601
2046 -- Andreas Metzler <ametzler@debian.org> Thu, 24 Feb 2011 19:02:07 +01002602 -- Andreas Metzler <ametzler@debian.org> Thu, 24 Feb 2011 19:02:07 +0100
20472603
2604exim4 (4.74-1ubuntu1) natty; urgency=low
2605
2606 * Merge from debian experimental. Remaining changes: (LP: #713855)
2607 - debian/patches/71_exiq_grep_error_on_messages_without_size.patch:
2608 + Improve handling of broken messages when "exim4 -bp" (mailq)
2609 reports lines without size info. (Closes: #528625)
2610 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
2611 we want postfix to be the default.
2612 - debian/{control,rules}: Add and enable hardened build for PIE.
2613 (Closes: #542726)
2614 * Update 71_exiq_grep_error_on_messages_without_size.patch to get way
2615 which upstream has fixed it. Probably it can be dropped with next
2616 upstream release.
2617 * This upload fixes CVE: (LP: #708023)
2618 - CVE-2011-0017
2619
2620 -- Artur Rona <ari-tczew@ubuntu.com> Wed, 09 Feb 2011 21:31:35 +0100
2621
2048exim4 (4.74-1) experimental; urgency=low2622exim4 (4.74-1) experimental; urgency=low
20492623
2050 * 4.74 release, should build on hurd again.2624 * 4.74 release, should build on hurd again.
@@ -2070,6 +2644,20 @@ exim4 (4.74~rc2-1) experimental; urgency=low
20702644
2071 -- Andreas Metzler <ametzler@debian.org> Sun, 23 Jan 2011 14:02:36 +01002645 -- Andreas Metzler <ametzler@debian.org> Sun, 23 Jan 2011 14:02:36 +0100
20722646
2647exim4 (4.73~rc1-1ubuntu1) natty; urgency=low
2648
2649 * Merge from debian unstable. Remaining changes: (LP: #697934)
2650 - debian/patches/71_exiq_grep_error_on_messages_without_size.patch:
2651 + Improve handling of broken messages when "exim4 -bp" (mailq)
2652 reports lines without size info.
2653 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
2654 we want postfix to be the default.
2655 - debian/{control,rules}: Add and enable hardened build for PIE.
2656 (Closes: #542726)
2657 * Drop B-D on libmysqlclient15-dev, resolved in Debian.
2658
2659 -- Artur Rona <ari-tczew@ubuntu.com> Tue, 28 Dec 2010 22:20:17 +0100
2660
2073exim4 (4.73~rc1-1) experimental; urgency=low2661exim4 (4.73~rc1-1) experimental; urgency=low
20742662
2075 * New upstream release candidate.2663 * New upstream release candidate.
@@ -2165,6 +2753,20 @@ exim4 (4.72-3) unstable; urgency=low
21652753
2166 -- Andreas Metzler <ametzler@debian.org> Sun, 26 Dec 2010 15:13:08 +01002754 -- Andreas Metzler <ametzler@debian.org> Sun, 26 Dec 2010 15:13:08 +0100
21672755
2756exim4 (4.72-2ubuntu1) natty; urgency=low
2757
2758 * Merge from debian unstable. Remaining changes: (LP: #671615)
2759 - debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
2760 Improve handling of broken messages when "exim4 -bp" (mailq) reports
2761 lines without size info.
2762 - Don't declare a Provides: default-mta; in Ubuntu, we want postfix to be
2763 the default.
2764 - debian/control: Change build dependencies to MySQL 5.1.
2765 - debian/{control,rules}: add and enable hardened build for PIE
2766 (Closes: #542726).
2767
2768 -- Artur Rona <ari-tczew@ubuntu.com> Fri, 05 Nov 2010 21:05:47 +0100
2769
2168exim4 (4.72-2) unstable; urgency=low2770exim4 (4.72-2) unstable; urgency=low
21692771
2170 [ Marc Haber ]2772 [ Marc Haber ]
@@ -2188,6 +2790,20 @@ exim4 (4.72-2) unstable; urgency=low
21882790
2189 -- Andreas Metzler <ametzler@debian.org> Sat, 30 Oct 2010 13:38:26 +02002791 -- Andreas Metzler <ametzler@debian.org> Sat, 30 Oct 2010 13:38:26 +0200
21902792
2793exim4 (4.72-1ubuntu1) maverick; urgency=low
2794
2795 * Merge with Debian unstable (LP: #609620). Remaining changes:
2796 + debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
2797 Improve handling of broken messages when "exim4 -bp" (mailq) reports
2798 lines without size info.
2799 + Don't declare a Provides: default-mta; in Ubuntu, we want postfix to be
2800 the default.
2801 + debian/control: Change build dependencies to MySQL 5.1.
2802 + debian/{control,rules}: add and enable hardened build for PIE
2803 (Closes: #542726).
2804
2805 -- Artur Rona <ari-tczew@tlen.pl> Sun, 25 Jul 2010 02:00:42 +0200
2806
2191exim4 (4.72-1) unstable; urgency=low2807exim4 (4.72-1) unstable; urgency=low
21922808
2193 * New upstream release. (Identical to the git snapshot previously2809 * New upstream release. (Identical to the git snapshot previously
@@ -2239,6 +2855,20 @@ exim4 (4.71-4) unstable; urgency=low
22392855
2240 -- Andreas Metzler <ametzler@debian.org> Thu, 25 Mar 2010 17:34:30 +01002856 -- Andreas Metzler <ametzler@debian.org> Thu, 25 Mar 2010 17:34:30 +0100
22412857
2858exim4 (4.71-3ubuntu1) lucid; urgency=low
2859
2860 * Merge with Debian unstable (lp: #501657). Remaining changes:
2861 + debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
2862 Improve handling of broken messages when "exim4 -bp" (mailq) reports
2863 lines without size info.
2864 + Don't declare a Provides: default-mta; in Ubuntu, we want postfix to be
2865 the default.
2866 + debian/control: Change build dependencies to MySQL 5.1.
2867 + debian/{control,rules}: add and enable hardened build for PIE
2868 (Debian bug 542726).
2869
2870 -- Michael Bienia <geser@ubuntu.com> Fri, 01 Jan 2010 16:28:19 +0100
2871
2242exim4 (4.71-3) unstable; urgency=low2872exim4 (4.71-3) unstable; urgency=low
22432873
2244 * exim4-base.cron.daily: Do not run exim_tidydb on Berkeley DB logfiles.2874 * exim4-base.cron.daily: Do not run exim_tidydb on Berkeley DB logfiles.
@@ -2353,6 +2983,35 @@ exim4 (4.70~cvs+20091017-1) experimental; urgency=low
23532983
2354 -- Andreas Metzler <ametzler@debian.org> Sat, 17 Oct 2009 14:26:54 +02002984 -- Andreas Metzler <ametzler@debian.org> Sat, 17 Oct 2009 14:26:54 +0200
23552985
2986exim4 (4.69-11ubuntu4) karmic; urgency=low
2987
2988 * debian/{control,rules}: add and enable hardened build for PIE
2989 (Debian bug 542726).
2990
2991 -- Kees Cook <kees@ubuntu.com> Thu, 20 Aug 2009 17:33:26 -0700
2992
2993exim4 (4.69-11ubuntu3) karmic; urgency=low
2994
2995 * debian/control: Change build dependencies to MySQL 5.1.
2996
2997 -- Mathias Gug <mathiaz@ubuntu.com> Mon, 17 Aug 2009 17:57:26 -0400
2998
2999exim4 (4.69-11ubuntu2) karmic; urgency=low
3000
3001 * Don't declare a Provides: default-mta; in Ubuntu, we want postfix to be
3002 the default.
3003
3004 -- Steve Langasek <steve.langasek@ubuntu.com> Wed, 03 Jun 2009 15:39:14 +0000
3005
3006exim4 (4.69-11ubuntu1) karmic; urgency=low
3007
3008 * Merge from debian unstable (LP: #375923), remaining changes:
3009 - debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
3010 Improve handling of broken messages when "exim4 -bp" (mailq) reports
3011 lines without size info
3012
3013 -- Thierry Carrez <thierry.carrez@ubuntu.com> Wed, 13 May 2009 12:15:29 +0200
3014
2356exim4 (4.69-11) unstable; urgency=medium3015exim4 (4.69-11) unstable; urgency=medium
23573016
2358 * Build-Depend on lynx-cur|lynx instead of lynx. (lynx is just a dummy3017 * Build-Depend on lynx-cur|lynx instead of lynx. (lynx is just a dummy
@@ -2410,6 +3069,15 @@ exim4 (4.69-10) unstable; urgency=low
24103069
2411 -- Andreas Metzler <ametzler@debian.org> Sat, 02 May 2009 09:05:56 +02003070 -- Andreas Metzler <ametzler@debian.org> Sat, 02 May 2009 09:05:56 +0200
24123071
3072exim4 (4.69-9ubuntu1) jaunty; urgency=low
3073
3074 [ Daniel van Eeden <launchpad@myname.nl> ]
3075 * debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
3076 Improve handling of broken messages when "exim4 -bp" (mailq) reports lines
3077 w/o size info, LP: #18194
3078
3079 -- Dustin Kirkland <kirkland@ubuntu.com> Wed, 11 Feb 2009 06:43:52 -0600
3080
2413exim4 (4.69-9) unstable; urgency=medium3081exim4 (4.69-9) unstable; urgency=medium
24143082
2415 * [update-exim4.conf]: Use POSIX character classes [:alnum:] or explicit3083 * [update-exim4.conf]: Use POSIX character classes [:alnum:] or explicit
diff --git a/debian/control b/debian/control
index 3c90662..e971c73 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>
@@ -31,7 +32,8 @@ Build-Depends:
31 libxt-dev,32 libxt-dev,
32 lynx,33 lynx,
33 po-debconf,34 po-debconf,
34 xsltproc35 xsltproc,
36 lsb-release
3537
36Package: exim4-base38Package: exim4-base
37Architecture: any39Architecture: any
diff --git a/debian/patches/fix_smtp_banner.patch b/debian/patches/fix_smtp_banner.patch
38new file mode 10064440new 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 e456ebf..39981c8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -30,3 +30,4 @@
3075_29-Fix-bounce-generation-under-RFC-3461-request.-Bug-24.patch3075_29-Fix-bounce-generation-under-RFC-3461-request.-Bug-24.patch
3176_01-Fix-smtp-response-timeout.patch3176_01-Fix-smtp-response-timeout.patch
3290_localscan_dlopen.dpatch3290_localscan_dlopen.dpatch
33fix_smtp_banner.patch

Subscribers

People subscribed via source and target branches