Merge ~utkarsh/ubuntu/+source/exim4:merge-exim4-impish into ubuntu/+source/exim4:debian/sid

Proposed by Utkarsh Gupta
Status: Merged
Merge reported by: Utkarsh Gupta
Merged at revision: ba8cb54879f6f9502daab895e6dc31d9aa05c488
Proposed branch: ~utkarsh/ubuntu/+source/exim4:merge-exim4-impish
Merge into: ubuntu/+source/exim4:debian/sid
Diff against target: 1320 lines (+893/-2)
4 files modified
debian/changelog (+835/-0)
debian/control (+4/-2)
debian/patches/fix_smtp_banner.patch (+53/-0)
debian/patches/series (+1/-0)
Reviewer Review Type Date Requested Status
Robie Basak Approve
Canonical Server packageset reviewers Pending
Canonical Server Pending
git-ubuntu developers Pending
Review via email: mp+402442@code.launchpad.net

Description of the change

Hello,

This MP does a merge of exim4 w/ Debian sid. The PPA can be found here:
https://launchpad.net/~utkarsh/+archive/ubuntu/experimental-dump/

The build and autopkgtest passes:
```
autopkgtest [15:57:24]: test basic: -----------------------]
autopkgtest [15:57:24]: test basic: - - - - - - - - - - results - - - - - - - - - -
basic PASS
autopkgtest [15:57:24]: @@@@@@@@@@@@@@@@@@@@ summary
basic PASS
```

Requesting you to please review and sponsor the upload. Let me know if there's anything missing. TIA! \o/

[Assigning MP review to Robie, based on previous discussions.]

To post a comment you must log in.
Revision history for this message
Robie Basak (racb) wrote :

lgtm. Checking the very large security patch being dropped seemed impractical, but I did check that it fully reverse-applies, so that gives confidence that the entire patch is indeed correctly carried on the new Debian base.

4.94.2-2 was uploaded to Debian yesterday. Would you prefer to rebase onto that, or have me sponsor this one?

review: Approve
97bde10... by Utkarsh Gupta

  * Show Ubuntu distribution in SMTP banner
    - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
    - Build-Depends on lsb-release to detect Distribution.

41ad245... by Utkarsh Gupta

merge-changelogs

d15226c... by Utkarsh Gupta

reconstruct-changelog

ba8cb54... by Utkarsh Gupta

update-maintainer

Revision history for this message
Utkarsh Gupta (utkarsh) wrote :

Hi Robie,

Thanks for the review (and approving). I've further rebased on top of Debian's new upload and we're good to go now. Could you please re-review and sponsor the upload? TIA!

Revision history for this message
Robie Basak (racb) wrote :

Sponsored and uploaded. Thanks!

4.94.2-4 is in Debian now, but as discussed we'll leave it for now, and catch up nearer feature freeze, to save doing this over and over 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 6fce4de..f079512 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
1exim4 (4.94.2-2ubuntu1) impish; urgency=medium
2
3 * Merge with Debian unstable. Remaining changes:
4 - Show Ubuntu distribution in SMTP banner
5 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
6 + Build-Depends on lsb-release to detect Distribution.
7 * Dropped changes:
8 - debian/patches/sec-202105/*.patch: backport patches from upstream to
9 correct issues.
10 [Included in 4.94.2-1]
11
12 -- Utkarsh Gupta <utkarsh.gupta@canonical.com> Tue, 11 May 2021 18:25:10 +0530
13
1exim4 (4.94.2-2) unstable; urgency=medium14exim4 (4.94.2-2) unstable; urgency=medium
215
3 * Updates from exim-4.94.2+fixes:16 * Updates from exim-4.94.2+fixes:
@@ -110,6 +123,28 @@ exim4 (4.94-16) unstable; urgency=medium
110123
111 -- Andreas Metzler <ametzler@debian.org> Wed, 17 Mar 2021 13:50:44 +0100124 -- Andreas Metzler <ametzler@debian.org> Wed, 17 Mar 2021 13:50:44 +0100
112125
126exim4 (4.94-15ubuntu1.2) hirsute-security; urgency=medium
127
128 * SECURITY UPDATE: Multiple security issues
129 - debian/patches/sec-202105/*.patch: backport patches from upstream to
130 correct issues.
131 - CVE-2020-28007, CVE-2020-28008, CVE-2020-28009, CVE-2020-28010,
132 CVE-2020-28011, CVE-2020-28012, CVE-2020-28013, CVE-2020-28014,
133 CVE-2020-28015, CVE-2020-28016, CVE-2020-28017, CVE-2020-28018,
134 CVE-2020-28019, CVE-2020-28021, CVE-2020-28022, CVE-2020-28023,
135 CVE-2020-28024, CVE-2020-28025, CVE-2020-28026, CVE-2021-27216
136
137 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Fri, 30 Apr 2021 08:46:21 -0400
138
139exim4 (4.94-15ubuntu1) hirsute; urgency=medium
140
141 * Merge with Debian unstable (LP: #1916744). Remaining changes:
142 - Show Ubuntu distribution in SMTP banner
143 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
144 + Build-Depends on lsb-release to detect Distribution.
145
146 -- Utkarsh Gupta <utkarsh.gupta@canonical.com> Wed, 24 Feb 2021 17:32:37 +0530
147
113exim4 (4.94-15) unstable; urgency=medium148exim4 (4.94-15) unstable; urgency=medium
114149
115 * Update from exim-4.94+fixes:150 * Update from exim-4.94+fixes:
@@ -134,6 +169,15 @@ exim4 (4.94-13) unstable; urgency=medium
134169
135 -- Andreas Metzler <ametzler@debian.org> Sat, 30 Jan 2021 14:50:50 +0100170 -- Andreas Metzler <ametzler@debian.org> Sat, 30 Jan 2021 14:50:50 +0100
136171
172exim4 (4.94-12ubuntu1) hirsute; urgency=medium
173
174 * Merge with Debian unstable. Remaining changes:
175 - Show Ubuntu distribution in SMTP banner
176 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
177 + Build-Depends on lsb-release to detect Distribution.
178
179 -- Bryce Harrington <bryce@canonical.com> Wed, 20 Jan 2021 19:35:04 -0800
180
137exim4 (4.94-12) unstable; urgency=medium181exim4 (4.94-12) unstable; urgency=medium
138182
139 * Update from exim-4.94+fixes:183 * Update from exim-4.94+fixes:
@@ -168,6 +212,15 @@ exim4 (4.94-10) unstable; urgency=low
168212
169 -- Andreas Metzler <ametzler@debian.org> Sat, 19 Dec 2020 12:03:56 +0100213 -- Andreas Metzler <ametzler@debian.org> Sat, 19 Dec 2020 12:03:56 +0100
170214
215exim4 (4.94-9ubuntu1) hirsute; urgency=medium
216
217 * Merge with Debian unstable. Remaining changes:
218 - Show Ubuntu distribution in SMTP banner
219 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
220 + Build-Depends on lsb-release to detect Distribution.
221
222 -- Bryce Harrington <bryce@canonical.com> Sat, 07 Nov 2020 01:01:32 +0000
223
171exim4 (4.94-9) unstable; urgency=low224exim4 (4.94-9) unstable; urgency=low
172225
173 * Update from exim-4.94+fixes:226 * Update from exim-4.94+fixes:
@@ -197,6 +250,15 @@ exim4 (4.94-8) unstable; urgency=low
197250
198 -- Andreas Metzler <ametzler@debian.org> Thu, 17 Sep 2020 06:54:00 +0200251 -- Andreas Metzler <ametzler@debian.org> Thu, 17 Sep 2020 06:54:00 +0200
199252
253exim4 (4.94-7ubuntu1) groovy; urgency=medium
254
255 * Merge with Debian unstable. Remaining changes:
256 - Show Ubuntu distribution in SMTP banner
257 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
258 + Build-Depends on lsb-release to detect Distribution.
259
260 -- Sergio Durigan Junior <sergio.durigan@canonical.com> Mon, 24 Aug 2020 16:36:31 -0400
261
200exim4 (4.94-7) unstable; urgency=low262exim4 (4.94-7) unstable; urgency=low
201263
202 * Update from exim-4.94+fixes:264 * Update from exim-4.94+fixes:
@@ -207,6 +269,15 @@ exim4 (4.94-7) unstable; urgency=low
207269
208 -- Andreas Metzler <ametzler@debian.org> Fri, 24 Jul 2020 13:31:47 +0200270 -- Andreas Metzler <ametzler@debian.org> Fri, 24 Jul 2020 13:31:47 +0200
209271
272exim4 (4.94-6ubuntu1) groovy; urgency=medium
273
274 * Merge with Debian unstable. Remaining changes:
275 - Show Ubuntu distribution in SMTP banner
276 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
277 + Build-Depends on lsb-release to detect Distribution.
278
279 -- Sergio Durigan Junior <sergio.durigan@canonical.com> Thu, 13 Aug 2020 13:49:10 -0400
280
210exim4 (4.94-6) unstable; urgency=medium281exim4 (4.94-6) unstable; urgency=medium
211282
212 * Fix typo (missing "S") in REMOTE_SMTP_SMARTHOST_TLS_VERIFY_HOSTS macro.283 * Fix typo (missing "S") in REMOTE_SMTP_SMARTHOST_TLS_VERIFY_HOSTS macro.
@@ -258,6 +329,15 @@ exim4 (4.94-3) unstable; urgency=medium
258329
259 -- Andreas Metzler <ametzler@debian.org> Fri, 19 Jun 2020 10:31:26 +0200330 -- Andreas Metzler <ametzler@debian.org> Fri, 19 Jun 2020 10:31:26 +0200
260331
332exim4 (4.94-2ubuntu1) groovy; urgency=medium
333
334 * Merge with Debian unstable (LP: #1881723). Remaining changes:
335 - Show Ubuntu distribution in SMTP banner
336 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
337 + Build-Depends on lsb-release to detect Distribution.
338
339 -- Bryce Harrington <bryce@canonical.com> Fri, 12 Jun 2020 01:55:28 +0000
340
261exim4 (4.94-2) unstable; urgency=low341exim4 (4.94-2) unstable; urgency=low
262342
263 * Tighten package interdependencies. With 4.94's daemon avoiding of343 * Tighten package interdependencies. With 4.94's daemon avoiding of
@@ -360,6 +440,15 @@ exim4 (4.93-16) unstable; urgency=medium
360440
361 -- Andreas Metzler <ametzler@debian.org> Sat, 09 May 2020 19:10:34 +0200441 -- Andreas Metzler <ametzler@debian.org> Sat, 09 May 2020 19:10:34 +0200
362442
443exim4 (4.93-15ubuntu1) groovy; urgency=medium
444
445 * Merge with Debian unstable. Remaining changes:
446 - Show Ubuntu distribution in SMTP banner
447 + Build-Depends on lsb-release to detect Distribution.
448 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
449
450 -- Sergio Durigan Junior <sergio.durigan@canonical.com> Tue, 05 May 2020 15:37:59 -0400
451
363exim4 (4.93-15) unstable; urgency=low452exim4 (4.93-15) unstable; urgency=low
364453
365 * Update from exim-4.93+fixes:454 * Update from exim-4.93+fixes:
@@ -379,6 +468,15 @@ exim4 (4.93-14) unstable; urgency=low
379468
380 -- Andreas Metzler <ametzler@debian.org> Fri, 10 Apr 2020 13:53:34 +0200469 -- Andreas Metzler <ametzler@debian.org> Fri, 10 Apr 2020 13:53:34 +0200
381470
471exim4 (4.93-13ubuntu1) focal; 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> Fri, 27 Mar 2020 16:00:03 -0700
479
382exim4 (4.93-13) unstable; urgency=medium480exim4 (4.93-13) unstable; urgency=medium
383481
384 * Update from exim-4.93+fixes:482 * Update from exim-4.93+fixes:
@@ -390,6 +488,15 @@ exim4 (4.93-13) unstable; urgency=medium
390488
391 -- Andreas Metzler <ametzler@debian.org> Sat, 21 Mar 2020 11:39:19 +0100489 -- Andreas Metzler <ametzler@debian.org> Sat, 21 Mar 2020 11:39:19 +0100
392490
491exim4 (4.93-12ubuntu1) focal; urgency=medium
492
493 * Merge with Debian unstable. Remaining changes:
494 - Show Ubuntu distribution in SMTP banner
495 + Build-Depends on lsb-release to detect Distribution.
496 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
497
498 -- Bryce Harrington <bryce@canonical.com> Fri, 13 Mar 2020 14:25:38 -0700
499
393exim4 (4.93-12) unstable; urgency=low500exim4 (4.93-12) unstable; urgency=low
394501
395 * Update from exim-4.93+fixes:502 * Update from exim-4.93+fixes:
@@ -405,6 +512,15 @@ exim4 (4.93-12) unstable; urgency=low
405512
406 -- Andreas Metzler <ametzler@debian.org> Sat, 29 Feb 2020 15:53:44 +0100513 -- Andreas Metzler <ametzler@debian.org> Sat, 29 Feb 2020 15:53:44 +0100
407514
515exim4 (4.93-11ubuntu1) focal; urgency=medium
516
517 * Merge with Debian unstable. Remaining changes:
518 - Show Ubuntu distribution in SMTP banner
519 + Build-Depends on lsb-release to detect Distribution.
520 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
521
522 -- Bryce Harrington <bryce@canonical.com> Wed, 26 Feb 2020 02:34:11 +0000
523
408exim4 (4.93-11) unstable; urgency=medium524exim4 (4.93-11) unstable; urgency=medium
409525
410 * Update from exim-4.93+fixes:526 * Update from exim-4.93+fixes:
@@ -424,6 +540,15 @@ exim4 (4.93-10) unstable; urgency=medium
424540
425 -- Andreas Metzler <ametzler@debian.org> Sat, 01 Feb 2020 11:06:29 +0100541 -- Andreas Metzler <ametzler@debian.org> Sat, 01 Feb 2020 11:06:29 +0100
426542
543exim4 (4.93-9ubuntu1) focal; urgency=medium
544
545 * Merge with Debian unstable (LP: #1860051). Remaining changes:
546 - Show Ubuntu distribution in SMTP banner
547 - Build-Depends on lsb-release to detect Distribution.
548 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
549
550 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Fri, 17 Jan 2020 09:39:13 +0100
551
427exim4 (4.93-9) unstable; urgency=medium552exim4 (4.93-9) unstable; urgency=medium
428553
429 * Add 74_22-Taint-hybrid-checking-mode.patch.554 * Add 74_22-Taint-hybrid-checking-mode.patch.
@@ -543,6 +668,25 @@ exim4 (4.93~RC3-1) unstable; urgency=low
543668
544 -- Andreas Metzler <ametzler@debian.org> Sun, 17 Nov 2019 11:37:15 +0100669 -- Andreas Metzler <ametzler@debian.org> Sun, 17 Nov 2019 11:37:15 +0100
545670
671exim4 (4.93~RC2-1ubuntu1) focal; urgency=medium
672
673 * Merge with Debian unstable. Remaining changes:
674 - Show Ubuntu distribution in SMTP banner
675 + Build-Depends on lsb-release to detect Distribution.
676 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
677 * Dropped:
678 - SECURITY UPDATE: remote command execution
679 + d/p/CVE-2019-15846.patch: ensure not to interpret '\\'
680 before '\0' in src/string.c
681 + CVE-2019-15846
682 [Now in upstream as of 4.92.2-1]
683 - SECURITY UPDATE: heap-based buffer overflow in string_vformat
684 + debian/patches/CVE-2019-16928.patch: fix overflow in src/string.c.
685 + CVE-2019-16928
686 [Now upstream as of 4.92.3-1]
687
688 -- Bryce Harrington <bryce@canonical.com> Wed, 13 Nov 2019 18:56:58 -0800
689
546exim4 (4.93~RC2-1) unstable; urgency=low690exim4 (4.93~RC2-1) unstable; urgency=low
547691
548 * New upstream beta version.692 * New upstream beta version.
@@ -699,6 +843,42 @@ exim4 (4.92.1-2) unstable; urgency=medium
699843
700 -- Andreas Metzler <ametzler@debian.org> Wed, 14 Aug 2019 09:25:28 +0200844 -- Andreas Metzler <ametzler@debian.org> Wed, 14 Aug 2019 09:25:28 +0200
701845
846exim4 (4.92.1-1ubuntu4) focal; urgency=medium
847
848 * No-change rebuild for the perl update.
849
850 -- Matthias Klose <doko@ubuntu.com> Fri, 18 Oct 2019 19:27:29 +0000
851
852exim4 (4.92.1-1ubuntu3) eoan; urgency=medium
853
854 * SECURITY UPDATE: heap-based buffer overflow in string_vformat
855 - debian/patches/CVE-2019-16928.patch: fix overflow in src/string.c.
856 - CVE-2019-16928
857
858 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Sat, 28 Sep 2019 11:05:50 -0400
859
860exim4 (4.92.1-1ubuntu2) eoan; urgency=medium
861
862 * SECURITY UPDATE: remote command execution
863 - debian/patches/CVE-2019-15846.patch: ensure not to interpret '\\'
864 before '\0' in src/string.c
865 - CVE-2019-15846
866
867 -- Alex Murray <alex.murray@canonical.com> Thu, 05 Sep 2019 11:29:48 +0930
868
869exim4 (4.92.1-1ubuntu1) eoan; urgency=medium
870
871 * Merge with Debian unstable. Remaining changes:
872 - Show Ubuntu distribution in SMTP banner
873 + Build-Depends on lsb-release to detect Distribution.
874 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
875 * Dropped:
876 - d/p/CVE-2019-13917.patch: avoid re-expansion in ${sort } in
877 src/expand.c.
878 [Fixed in 4.92.1]
879
880 -- Bryce Harrington <bryce@canonical.com> Mon, 12 Aug 2019 19:18:33 -0700
881
702exim4 (4.92.1-1) unstable; urgency=low882exim4 (4.92.1-1) unstable; urgency=low
703883
704 * New upstream bugfix release. (4.92.1 is 4.92 + the fix for CVE-2019-13917,884 * New upstream bugfix release. (4.92.1 is 4.92 + the fix for CVE-2019-13917,
@@ -769,6 +949,24 @@ exim4 (4.92-8) unstable; urgency=low
769949
770 -- Andreas Metzler <ametzler@debian.org> Sat, 08 Jun 2019 17:37:43 +0200950 -- Andreas Metzler <ametzler@debian.org> Sat, 08 Jun 2019 17:37:43 +0200
771951
952exim4 (4.92-7ubuntu2) eoan; urgency=medium
953
954 * SECURITY UPDATE: code execution via ${sort }
955 - debian/patches/CVE-2019-13917.patch: avoid re-expansion in ${sort }
956 in src/expand.c.
957 - CVE-2019-13917
958
959 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 25 Jul 2019 12:58:39 -0400
960
961exim4 (4.92-7ubuntu1) eoan; urgency=medium
962
963 * Merge with Debian unstable. Remaining changes:
964 - Show Ubuntu distribution in SMTP banner
965 + Build-Depends on lsb-release to detect Distribution.
966 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
967
968 -- Bryce Harrington <bryce@canonical.com> Mon, 13 May 2019 13:48:18 -0700
969
772exim4 (4.92-7) unstable; urgency=medium970exim4 (4.92-7) unstable; urgency=medium
773971
774 * Upload to unstable.972 * Upload to unstable.
@@ -796,6 +994,15 @@ exim4 (4.92-5) unstable; urgency=medium
796994
797 -- Andreas Metzler <ametzler@debian.org> Sun, 07 Apr 2019 13:39:31 +0200995 -- Andreas Metzler <ametzler@debian.org> Sun, 07 Apr 2019 13:39:31 +0200
798996
997exim4 (4.92-4ubuntu1) disco; urgency=medium
998
999 * Merge with Debian unstable (LP: #1821339). Remaining changes:
1000 * Show Ubuntu distribution in SMTP banner
1001 - Build-Depends on lsb-release to detect Distribution.
1002 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1003
1004 -- Karl Stenerud <karl.stenerud@canonical.com> Mon, 25 Mar 2019 12:02:33 +0100
1005
799exim4 (4.92-4) unstable; urgency=medium1006exim4 (4.92-4) unstable; urgency=medium
8001007
801 * Another patch from exim-4.92+fixes branch:1008 * Another patch from exim-4.92+fixes branch:
@@ -814,6 +1021,15 @@ exim4 (4.92-3) unstable; urgency=medium
8141021
815 -- Andreas Metzler <ametzler@debian.org> Wed, 20 Mar 2019 17:01:29 +01001022 -- Andreas Metzler <ametzler@debian.org> Wed, 20 Mar 2019 17:01:29 +0100
8161023
1024exim4 (4.92-2ubuntu1) disco; urgency=medium
1025
1026 * Merge with Debian unstable (LP: #1818444). Remaining changes:
1027 - Show Ubuntu distribution in SMTP banner
1028 + Build-Depends on lsb-release to detect Distribution.
1029 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1030
1031 -- Karl Stenerud <kstenerud@gmail.com> Tue, 05 Mar 2019 10:55:48 +0100
1032
817exim4 (4.92-2) unstable; urgency=medium1033exim4 (4.92-2) unstable; urgency=medium
8181034
819 * Upload to unstable.1035 * Upload to unstable.
@@ -870,6 +1086,21 @@ exim4 (4.92~RC4-3) unstable; urgency=medium
8701086
871 -- Andreas Metzler <ametzler@debian.org> Sun, 20 Jan 2019 17:52:39 +01001087 -- Andreas Metzler <ametzler@debian.org> Sun, 20 Jan 2019 17:52:39 +0100
8721088
1089exim4 (4.92~RC4-2ubuntu2) disco; urgency=medium
1090
1091 * No-change rebuild against libmysqlclient21
1092
1093 -- Steve Langasek <steve.langasek@ubuntu.com> Fri, 01 Feb 2019 16:57:54 +0000
1094
1095exim4 (4.92~RC4-2ubuntu1) disco; urgency=medium
1096
1097 * Merge with Debian unstable (LP: #1811095). Remaining changes:
1098 - Show Ubuntu distribution in SMTP banner
1099 + Build-Depends on lsb-release to detect Distribution.
1100 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1101
1102 -- Karl Stenerud <kstenerud@gmail.com> Thu, 10 Jan 2019 16:41:45 +0100
1103
873exim4 (4.92~RC4-2) unstable; urgency=medium1104exim4 (4.92~RC4-2) unstable; urgency=medium
8741105
875 * Upload to unstable.1106 * Upload to unstable.
@@ -963,6 +1194,22 @@ exim4 (4.91-7) unstable; urgency=low
9631194
964 -- Andreas Metzler <ametzler@debian.org> Sun, 26 Aug 2018 11:33:15 +02001195 -- Andreas Metzler <ametzler@debian.org> Sun, 26 Aug 2018 11:33:15 +0200
9651196
1197exim4 (4.91-6ubuntu2) disco; urgency=medium
1198
1199 * No-change rebuild for the perl 5.28 transition.
1200
1201 -- Adam Conrad <adconrad@ubuntu.com> Fri, 02 Nov 2018 18:08:13 -0600
1202
1203exim4 (4.91-6ubuntu1) cosmic; urgency=medium
1204
1205 * Merge with Debian unstable. Remaining changes:
1206 - Show Ubuntu distribution in SMTP banner
1207 + Build-Depends on lsb-release to detect Distribution.
1208 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1209 [DEP3 header updated to indicate it has been forwarded to Debian]
1210
1211 -- Andreas Hasenack <andreas@canonical.com> Mon, 30 Jul 2018 15:35:06 -0300
1212
966exim4 (4.91-6) unstable; urgency=low1213exim4 (4.91-6) unstable; urgency=low
9671214
968 * Update from exim-4_91+fixes branch:1215 * Update from exim-4_91+fixes branch:
@@ -974,6 +1221,16 @@ exim4 (4.91-6) unstable; urgency=low
9741221
975 -- Andreas Metzler <ametzler@debian.org> Fri, 20 Jul 2018 11:21:24 +02001222 -- Andreas Metzler <ametzler@debian.org> Fri, 20 Jul 2018 11:21:24 +0200
9761223
1224exim4 (4.91-5ubuntu1) cosmic; urgency=medium
1225
1226 * Merge with Debian unstable. Remaining changes:
1227 - Show Ubuntu distribution in SMTP banner
1228 - Build-Depends on lsb-release to detect Distribution.
1229 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1230 [DEP3 header updated to indicate it has been forwarded to Debian]
1231
1232 -- Andreas Hasenack <andreas@canonical.com> Tue, 03 Jul 2018 11:13:08 -0300
1233
977exim4 (4.91-5) unstable; urgency=medium1234exim4 (4.91-5) unstable; urgency=medium
9781235
979 * Update from exim-4_91+fixes branch:1236 * Update from exim-4_91+fixes branch:
@@ -983,6 +1240,15 @@ exim4 (4.91-5) unstable; urgency=medium
9831240
984 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Jun 2018 18:10:39 +02001241 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Jun 2018 18:10:39 +0200
9851242
1243exim4 (4.91-4ubuntu1) cosmic; urgency=medium
1244
1245 * Merge from Debian testing, Remaining changes:
1246 - Show Ubuntu distribution in SMTP banner
1247 - Build-Depends on lsb-release to detect Distribution.
1248 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1249
1250 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 30 May 2018 12:46:14 +0200
1251
986exim4 (4.91-4) unstable; urgency=medium1252exim4 (4.91-4) unstable; urgency=medium
9871253
988 * Update from exim-4_91+fixes branch:1254 * Update from exim-4_91+fixes branch:
@@ -1101,6 +1367,15 @@ exim4 (4.90.1-2) unstable; urgency=medium
11011367
1102 -- Andreas Metzler <ametzler@debian.org> Sat, 10 Mar 2018 14:25:51 +01001368 -- Andreas Metzler <ametzler@debian.org> Sat, 10 Mar 2018 14:25:51 +0100
11031369
1370exim4 (4.90.1-1ubuntu1) bionic; urgency=medium
1371
1372 * Merge from Debian testing, Remaining changes:
1373 - Show Ubuntu distribution in SMTP banner
1374 - Build-Depends on lsb-release to detect Distribution.
1375 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1376
1377 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 14 Feb 2018 17:01:14 +0100
1378
1104exim4 (4.90.1-1) unstable; urgency=high1379exim4 (4.90.1-1) unstable; urgency=high
11051380
1106 * New upstream version, fixing CVE-2018-6789. Closes: #8900001381 * New upstream version, fixing CVE-2018-6789. Closes: #890000
@@ -1295,6 +1570,15 @@ exim4 (4.89-10) unstable; urgency=critical
12951570
1296 -- Andreas Metzler <ametzler@debian.org> Sat, 25 Nov 2017 11:43:24 +01001571 -- Andreas Metzler <ametzler@debian.org> Sat, 25 Nov 2017 11:43:24 +0100
12971572
1573exim4 (4.89-9ubuntu1) bionic; urgency=medium
1574
1575 * Merge from Debian unstable, Remaining changes:
1576 - Show Ubuntu distribution in SMTP banner
1577 - Build-Depends on lsb-release to detect Distribution.
1578 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1579
1580 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 16 Nov 2017 10:02:23 +0100
1581
1298exim4 (4.89-9) unstable; urgency=medium1582exim4 (4.89-9) unstable; urgency=medium
12991583
1300 * Upload to unstable.1584 * Upload to unstable.
@@ -1337,6 +1621,42 @@ exim4 (4.89-6) unstable; urgency=medium
13371621
1338 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Sep 2017 15:29:39 +02001622 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Sep 2017 15:29:39 +0200
13391623
1624exim4 (4.89-5ubuntu1.3) artful-security; urgency=medium
1625
1626 * SECURITY UPDATE: Buffer overflow in base64d()
1627 - debian/patches/CVE-2018-6789.patch: fix overflow in src/base64.c.
1628 - CVE-2018-6789
1629
1630 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Sat, 10 Feb 2018 14:12:27 -0500
1631
1632exim4 (4.89-5ubuntu1.2) artful-security; urgency=medium
1633
1634 * SECURITY UPDATE: stack-exhaustion remote DoS
1635 - debian/patches/CVE-2017-16944.patch: do not treat the first lonely
1636 dot special in src/receive.c, src/smtp_in.c.
1637 - CVE-2017-16944
1638
1639 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Wed, 29 Nov 2017 08:59:31 -0500
1640
1641exim4 (4.89-5ubuntu1.1) artful-security; urgency=medium
1642
1643 * SECURITY UPDATE: remote code execution via use-after-free
1644 - debian/patches/CVE-2017-16943.patch: avoid release of store if there
1645 have been later allocations in src/receive.c.
1646 - CVE-2017-16943
1647
1648 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Mon, 27 Nov 2017 07:37:47 -0500
1649
1650exim4 (4.89-5ubuntu1) artful; urgency=medium
1651
1652 * Merge from Debian testing.
1653 Remaining changes:
1654 - Show Ubuntu distribution in SMTP banner
1655 - Build-Depends on lsb-release to detect Distribution.
1656 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1657
1658 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 16 Aug 2017 15:42:47 +0200
1659
1340exim4 (4.89-5) unstable; urgency=medium1660exim4 (4.89-5) unstable; urgency=medium
13411661
1342 * Update to exim-4_89+fixes branch:1662 * Update to exim-4_89+fixes branch:
@@ -1381,6 +1701,20 @@ exim4 (4.89-4) unstable; urgency=low
13811701
1382 -- Andreas Metzler <ametzler@debian.org> Sat, 15 Jul 2017 12:46:16 +02001702 -- Andreas Metzler <ametzler@debian.org> Sat, 15 Jul 2017 12:46:16 +0200
13831703
1704exim4 (4.89-3ubuntu2) artful; urgency=medium
1705
1706 * No-change rebuild for perl 5.26.0.
1707
1708 -- Matthias Klose <doko@ubuntu.com> Wed, 26 Jul 2017 20:02:24 +0000
1709
1710exim4 (4.89-3ubuntu1) artful; urgency=medium
1711
1712 * Merge from Debian. Remaining changes:
1713 - Show Ubuntu distribution in SMTP banner.
1714 - Build-Depends on lsb-release (needed for the Ubuntu SMTP banner patch)
1715
1716 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Tue, 27 Jun 2017 10:20:42 -0400
1717
1384exim4 (4.89-3) unstable; urgency=high1718exim4 (4.89-3) unstable; urgency=high
13851719
1386 * Re-upload to unstable.1720 * Re-upload to unstable.
@@ -1393,6 +1727,15 @@ exim4 (4.89-2+deb9u1) stretch-security; urgency=medium
13931727
1394 -- <jmm@debian.org> Wed, 14 Jun 2017 07:03:07 +02001728 -- <jmm@debian.org> Wed, 14 Jun 2017 07:03:07 +0200
13951729
1730exim4 (4.89-2ubuntu1) artful; urgency=medium
1731
1732 * Merge from Debian testing.
1733 Remaining changes:
1734 + Show Ubuntu distribution in SMTP banner.
1735 + Build-Depends on lsb-release (needed for the Ubuntu SMTP banner patch)
1736
1737 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 01 Jun 2017 11:58:00 +0200
1738
1396exim4 (4.89-2) unstable; urgency=medium1739exim4 (4.89-2) unstable; urgency=medium
13971740
1398 * Revert addition of header "# pidfile: /var/run/exim4/exim.pid" to1741 * Revert addition of header "# pidfile: /var/run/exim4/exim.pid" to
@@ -1484,6 +1827,17 @@ exim4 (4.89~RC1-1) unstable; urgency=low
14841827
1485 -- Andreas Metzler <ametzler@debian.org> Tue, 31 Jan 2017 19:52:50 +01001828 -- Andreas Metzler <ametzler@debian.org> Tue, 31 Jan 2017 19:52:50 +0100
14861829
1830exim4 (4.88-5ubuntu1) zesty; urgency=medium
1831
1832 * Merge from Debian unstable.
1833 Version 4.88 fixes CVE-2016-9963 (LP: #1654750) and symlink
1834 local root escalation (LP: #1580454)
1835 Remaining changes:
1836 + Show Ubuntu distribution in SMTP banner.
1837 + Build-Depends on lsb-release (needed for the Ubuntu SMTP banner patch)
1838
1839 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 24 Jan 2017 10:15:09 +0100
1840
1487exim4 (4.88-5) unstable; urgency=medium1841exim4 (4.88-5) unstable; urgency=medium
14881842
1489 * 78_Disable-chunking-BDAT-by-default.patch: Change default value of main1843 * 78_Disable-chunking-BDAT-by-default.patch: Change default value of main
@@ -1636,6 +1990,20 @@ exim4 (4.88~RC1-1) experimental; urgency=low
16361990
1637 -- Andreas Metzler <ametzler@debian.org> Sun, 25 Sep 2016 15:44:00 +02001991 -- Andreas Metzler <ametzler@debian.org> Sun, 25 Sep 2016 15:44:00 +0200
16381992
1993exim4 (4.87-3ubuntu2) zesty; urgency=medium
1994
1995 * No-change rebuild for perl 5.24 transition
1996
1997 -- Iain Lane <iain@orangesquash.org.uk> Mon, 24 Oct 2016 10:08:10 +0100
1998
1999exim4 (4.87-3ubuntu1) yakkety; urgency=medium
2000
2001 * Merge from Debian unstable. Remaining changes:
2002 + Show Ubuntu distribution in SMTP banner.
2003 + Build-Depends on lsb-release (needed for the Ubuntu SMTP banner patch)
2004
2005 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 26 Jul 2016 13:30:09 +0200
2006
1639exim4 (4.87-3) unstable; urgency=medium2007exim4 (4.87-3) unstable; urgency=medium
16402008
1641 * Pull multiple patches from upstream GIT:2009 * Pull multiple patches from upstream GIT:
@@ -1809,6 +2177,48 @@ exim4 (4.87~RC1-1) experimental; urgency=medium
18092177
1810 -- Andreas Metzler <ametzler@debian.org> Fri, 11 Dec 2015 20:15:30 +01002178 -- Andreas Metzler <ametzler@debian.org> Fri, 11 Dec 2015 20:15:30 +0100
18112179
2180exim4 (4.86.2-2ubuntu2.3) xenial-security; urgency=medium
2181
2182 * SECURITY UPDATE: Buffer overflow in base64d()
2183 - debian/patches/CVE-2018-6789.patch: fix overflow in
2184 src/auths/b64decode.c.
2185 - CVE-2018-6789
2186
2187 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Sat, 10 Feb 2018 14:18:40 -0500
2188
2189exim4 (4.86.2-2ubuntu2.2) xenial-security; urgency=medium
2190
2191 * SECURITY UPDATE: memory leak
2192 - debian/patches/93_CVE-2017-1000368.patch: free -p argument if
2193 allocation was required.
2194 - CVE-2017-1000368
2195
2196 -- Steve Beattie <sbeattie@ubuntu.com> Fri, 02 Jun 2017 22:07:28 -0700
2197
2198exim4 (4.86.2-2ubuntu2.1) xenial-security; urgency=medium
2199
2200 * SECURITY UPDATE: DKIM information leakage
2201 - debian/patches/CVE-2016-9963.patch: fix information leakage in
2202 src/dkim.c, src/transports/smtp.c.
2203 - CVE-2016-9963
2204
2205 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 05 Jan 2017 08:29:10 -0500
2206
2207exim4 (4.86.2-2ubuntu2) xenial; urgency=medium
2208
2209 * Rebuild against libmysqlclient20.
2210
2211 -- Robie Basak <robie.basak@ubuntu.com> Tue, 05 Apr 2016 12:21:41 +0000
2212
2213exim4 (4.86.2-2ubuntu1) xenial; urgency=medium
2214
2215 * Merge from Debian unstable. Remaining changes:
2216 - debian.control, debian/patches/fix_smtp_banner.patch
2217 + Show Ubuntu distribution in SMTP banner.
2218 + Build-Depends on lsb-release.
2219
2220 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Tue, 15 Mar 2016 11:56:18 -0400
2221
1812exim4 (4.86.2-2) unstable; urgency=high2222exim4 (4.86.2-2) unstable; urgency=high
18132223
1814 * Bump exim4-config Breaks to exim4-daemon-* (<< 4.86.2). Closes: #8167902224 * Bump exim4-config Breaks to exim4-daemon-* (<< 4.86.2). Closes: #816790
@@ -1830,6 +2240,27 @@ exim4 (4.86.2-1) unstable; urgency=high
18302240
1831 -- Andreas Metzler <ametzler@debian.org> Tue, 01 Mar 2016 19:34:39 +01002241 -- Andreas Metzler <ametzler@debian.org> Tue, 01 Mar 2016 19:34:39 +0100
18322242
2243exim4 (4.86-7ubuntu3) xenial; urgency=medium
2244
2245 * No-change rebuild for gnutls transition.
2246
2247 -- Matthias Klose <doko@ubuntu.com> Wed, 17 Feb 2016 22:40:56 +0000
2248
2249exim4 (4.86-7ubuntu2) xenial; urgency=medium
2250
2251 * Rebuild for Perl 5.22.1.
2252
2253 -- Colin Watson <cjwatson@ubuntu.com> Fri, 18 Dec 2015 10:30:54 +0000
2254
2255exim4 (4.86-7ubuntu1) xenial; urgency=medium
2256
2257 * Merge from Debian unstable. Remaining changes:
2258 - debian.control, debian/patches/fix_smtp_banner.patch
2259 + Show Ubuntu distribution in SMTP banner.
2260 + Build-Depends on lsb-release.
2261
2262 -- Pierre-André MOREY <pierre-andre.morey@canonical.com> Mon, 14 Dec 2015 14:23:51 +0100
2263
1833exim4 (4.86-7) unstable; urgency=medium2264exim4 (4.86-7) unstable; urgency=medium
18342265
1835 * Allow arch-indep build (dpkg-buildpackage -A). Closes: #8060232266 * Allow arch-indep build (dpkg-buildpackage -A). Closes: #806023
@@ -1880,6 +2311,15 @@ exim4 (4.86-4) unstable; urgency=medium
18802311
1881 -- Andreas Metzler <ametzler@debian.org> Sat, 17 Oct 2015 15:01:01 +02002312 -- Andreas Metzler <ametzler@debian.org> Sat, 17 Oct 2015 15:01:01 +0200
18822313
2314exim4 (4.86-3ubuntu1) wily; urgency=medium
2315
2316 * Merge from Debian unstable. (LP: #1485369) Remaining changes:
2317 - debian/control, debian/patches/fix_smtp_banner.patch:
2318 + Show Ubuntu distribution in SMTP banner.
2319 + Build-Depends on lsb-release.
2320
2321 -- Artur Rona <ari-tczew@ubuntu.com> Thu, 17 Sep 2015 13:18:20 +0100
2322
1883exim4 (4.86-3) unstable; urgency=medium2323exim4 (4.86-3) unstable; urgency=medium
18842324
1885 * Pull three patches from upstream git:2325 * Pull three patches from upstream git:
@@ -1920,6 +2360,15 @@ exim4 (4.86~RC5-1) unstable; urgency=medium
19202360
1921 -- Andreas Metzler <ametzler@debian.org> Sat, 18 Jul 2015 11:46:11 +02002361 -- Andreas Metzler <ametzler@debian.org> Sat, 18 Jul 2015 11:46:11 +0200
19222362
2363exim4 (4.86~RC4-2ubuntu1) wily; urgency=low
2364
2365 * Merge from Debian unstable. (LP: #1166671) Remaining changes:
2366 - debian/control, debian/patches/fix_smtp_banner.patch:
2367 + Show Ubuntu distribution in SMTP banner.
2368 + Build-Depends on lsb-release.
2369
2370 -- Artur Rona <ari-tczew@ubuntu.com> Mon, 06 Jul 2015 12:09:36 +0200
2371
1923exim4 (4.86~RC4-2) unstable; urgency=medium2372exim4 (4.86~RC4-2) unstable; urgency=medium
19242373
1925 * Drop libmysqlclient15-dev alternative build-dependency. Closes: #7904632374 * Drop libmysqlclient15-dev alternative build-dependency. Closes: #790463
@@ -2084,6 +2533,18 @@ exim4 (4.85~RC1+dfsg-1) experimental; urgency=medium
20842533
2085 -- Andreas Metzler <ametzler@debian.org> Tue, 18 Nov 2014 19:28:20 +01002534 -- Andreas Metzler <ametzler@debian.org> Tue, 18 Nov 2014 19:28:20 +0100
20862535
2536exim4 (4.84-8ubuntu1) vivid; urgency=low
2537
2538 * Merge from Debian unstable. (LP: #1434300) Remaining changes:
2539 - debian/control, debian/patches/fix_smtp_banner.patch:
2540 + Show Ubuntu distribution in SMTP banner.
2541 + Build-Depends on lsb-release.
2542 - debian/control:
2543 + Don't provide default-mta; in Ubuntu,
2544 we want postfix to be the default.
2545
2546 -- Artur Rona <ari-tczew@ubuntu.com> Thu, 19 Mar 2015 00:15:40 +0100
2547
2087exim4 (4.84-8) unstable; urgency=medium2548exim4 (4.84-8) unstable; urgency=medium
20882549
2089 * Pull 83_Remove-limit-on-remove_headers-item-size.-Bug-1533.patch and2550 * Pull 83_Remove-limit-on-remove_headers-item-size.-Bug-1533.patch and
@@ -2101,6 +2562,15 @@ exim4 (4.84-7) unstable; urgency=medium
21012562
2102 -- Andreas Metzler <ametzler@debian.org> Sat, 07 Feb 2015 15:12:33 +01002563 -- Andreas Metzler <ametzler@debian.org> Sat, 07 Feb 2015 15:12:33 +0100
21032564
2565exim4 (4.84-6ubuntu1) vivid; urgency=medium
2566
2567 * Resynchronise with Debian. Remaining changes:
2568 - Show Ubuntu distribution in SMTP banner.
2569 - Don't provide default-mta; in Ubuntu, we want postfix to be the
2570 default.
2571
2572 -- Colin Watson <cjwatson@ubuntu.com> Wed, 14 Jan 2015 11:26:29 +0000
2573
2104exim4 (4.84-6) unstable; urgency=medium2574exim4 (4.84-6) unstable; urgency=medium
21052575
2106 * Revert init script's restart order change in 4.84-4 for the time being.2576 * Revert init script's restart order change in 4.84-4 for the time being.
@@ -2109,6 +2579,15 @@ exim4 (4.84-6) unstable; urgency=medium
21092579
2110 -- Andreas Metzler <ametzler@debian.org> Sun, 21 Dec 2014 14:07:12 +01002580 -- Andreas Metzler <ametzler@debian.org> Sun, 21 Dec 2014 14:07:12 +0100
21112581
2582exim4 (4.84-5ubuntu1) vivid; urgency=medium
2583
2584 * Resynchronise with Debian. Remaining changes:
2585 - Show Ubuntu distribution in SMTP banner.
2586 - Don't provide default-mta; in Ubuntu, we want postfix to be the
2587 default.
2588
2589 -- Colin Watson <cjwatson@ubuntu.com> Thu, 18 Dec 2014 15:26:17 +0000
2590
2112exim4 (4.84-5) unstable; urgency=medium2591exim4 (4.84-5) unstable; urgency=medium
21132592
2114 * 82_quoted-or-r-2047-encoded.diff pulled from upstream git (sans2593 * 82_quoted-or-r-2047-encoded.diff pulled from upstream git (sans
@@ -2116,6 +2595,15 @@ exim4 (4.84-5) unstable; urgency=medium
21162595
2117 -- Andreas Metzler <ametzler@debian.org> Wed, 17 Dec 2014 19:03:39 +01002596 -- Andreas Metzler <ametzler@debian.org> Wed, 17 Dec 2014 19:03:39 +0100
21182597
2598exim4 (4.84-4ubuntu1) vivid; urgency=medium
2599
2600 * Resynchronise with Debian. Remaining changes:
2601 - Show Ubuntu distribution in SMTP banner.
2602 - Don't provide default-mta; in Ubuntu, we want postfix to be the
2603 default.
2604
2605 -- Colin Watson <cjwatson@ubuntu.com> Tue, 02 Dec 2014 15:28:46 +0000
2606
2119exim4 (4.84-4) unstable; urgency=medium2607exim4 (4.84-4) unstable; urgency=medium
21202608
2121 * Unset message_prefix/message_sufix in maildrop_pipe transport. Maildrop2609 * Unset message_prefix/message_sufix in maildrop_pipe transport. Maildrop
@@ -2130,6 +2618,15 @@ exim4 (4.84-4) unstable; urgency=medium
21302618
2131 -- Andreas Metzler <ametzler@debian.org> Sun, 30 Nov 2014 08:24:04 +01002619 -- Andreas Metzler <ametzler@debian.org> Sun, 30 Nov 2014 08:24:04 +0100
21322620
2621exim4 (4.84-3ubuntu1) vivid; urgency=medium
2622
2623 * Resynchronise with Debian. Remaining changes:
2624 - Show Ubuntu distribution in SMTP banner.
2625 - Don't provide default-mta; in Ubuntu, we want postfix to be the
2626 default.
2627
2628 -- Colin Watson <cjwatson@ubuntu.com> Tue, 11 Nov 2014 13:43:35 +0000
2629
2133exim4 (4.84-3) unstable; urgency=medium2630exim4 (4.84-3) unstable; urgency=medium
21342631
2135 * Apply patch to Italian (it) debconf template translation, thanks to2632 * Apply patch to Italian (it) debconf template translation, thanks to
@@ -2159,6 +2656,24 @@ exim4 (4.84~RC2-1) unstable; urgency=medium
21592656
2160 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Aug 2014 07:42:00 +02002657 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Aug 2014 07:42:00 +0200
21612658
2659exim4 (4.84~RC1-3ubuntu2) utopic; urgency=medium
2660
2661 * Rebuild for Perl 5.20.0.
2662
2663 -- Colin Watson <cjwatson@ubuntu.com> Thu, 21 Aug 2014 12:18:13 +0100
2664
2665exim4 (4.84~RC1-3ubuntu1) utopic; urgency=low
2666
2667 * Merge from Debian unstable (LP: #1351470). Remaining changes:
2668 - Show Ubuntu distribution on smtp:
2669 + debian/patches/fix_smtp_banner.patch: updated SMTP banner
2670 with Ubuntu distribution
2671 + debian/control: added lsb-release build dependency
2672 - Don't provide default-mta; in Ubuntu, we want postfix to be the
2673 default.
2674
2675 -- Corey Bryant <corey.bryant@canonical.com> Mon, 04 Aug 2014 11:48:39 -0400
2676
2162exim4 (4.84~RC1-3) unstable; urgency=medium2677exim4 (4.84~RC1-3) unstable; urgency=medium
21632678
2164 * Third try. Simply comment *custom* in debian/control.2679 * Third try. Simply comment *custom* in debian/control.
@@ -2227,6 +2742,18 @@ exim4 (4.83~RC1-1) experimental; urgency=medium
22272742
2228 -- Andreas Metzler <ametzler@debian.org> Thu, 29 May 2014 13:09:04 +02002743 -- Andreas Metzler <ametzler@debian.org> Thu, 29 May 2014 13:09:04 +0200
22292744
2745exim4 (4.82.1-2ubuntu1) utopic; urgency=low
2746
2747 * Merge from Debian unstable (LP: #1348074). Remaining changes:
2748 - Show Ubuntu distribution on smtp:
2749 + debian/patches/fix_smtp_banner.patch: updated SMTP banner
2750 with Ubuntu distribution
2751 + debian/control: added lsb-release build dependency
2752 - Don't provide default-mta; in Ubuntu, we want postfix to be the
2753 default.
2754
2755 -- Robie Basak <robie.basak@ubuntu.com> Fri, 25 Jul 2014 15:53:09 +0000
2756
2230exim4 (4.82.1-2) unstable; urgency=high2757exim4 (4.82.1-2) unstable; urgency=high
22312758
2232 * [87_double_expansion.diff] from upstream. Stop unwanted double expansion2759 * [87_double_expansion.diff] from upstream. Stop unwanted double expansion
@@ -2244,6 +2771,18 @@ exim4 (4.82.1-1) unstable; urgency=high
22442771
2245 -- Andreas Metzler <ametzler@debian.org> Wed, 28 May 2014 19:01:43 +02002772 -- Andreas Metzler <ametzler@debian.org> Wed, 28 May 2014 19:01:43 +0200
22462773
2774exim4 (4.82-8ubuntu1) utopic; urgency=medium
2775
2776 * Merge from Debian unstable. Remaining changes:
2777 - Show Ubuntu distribution on smtp:
2778 + debian/patches/fix_smtp_banner.patch: updated SMTP banner
2779 with Ubuntu distribution
2780 + debian/control: added lsb-release build dependency
2781 - Don't provide default-mta; in Ubuntu, we want postfix to be the
2782 default.
2783
2784 -- Dimitri John Ledkov <xnox@ubuntu.com> Sat, 17 May 2014 01:50:20 +0100
2785
2247exim4 (4.82-8) unstable; urgency=medium2786exim4 (4.82-8) unstable; urgency=medium
22482787
2249 * Now that GMP has been relicensed to LGPLv3+/GPLv2+ build exim against2788 * Now that GMP has been relicensed to LGPLv3+/GPLv2+ build exim against
@@ -2307,6 +2846,78 @@ exim4 (4.82-4) unstable; urgency=medium
23072846
2308 -- Andreas Metzler <ametzler@debian.org> Sun, 09 Feb 2014 19:41:34 +01002847 -- Andreas Metzler <ametzler@debian.org> Sun, 09 Feb 2014 19:41:34 +0100
23092848
2849exim4 (4.82-3ubuntu2.4) trusty-security; urgency=medium
2850
2851 * SECURITY UPDATE: Buffer overflow in base64d()
2852 - debian/patches/CVE-2018-6789.patch: fix overflow in
2853 src/auths/b64decode.c.
2854 - CVE-2018-6789
2855
2856 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Sat, 10 Feb 2018 14:19:43 -0500
2857
2858exim4 (4.82-3ubuntu2.3) trusty-security; urgency=medium
2859
2860 * SECURITY UPDATE: memory leak
2861 - debian/patches/CVE-2017-1000368.patch: free -p argument if
2862 allocation was required.
2863 - CVE-2017-1000368
2864
2865 -- Steve Beattie <sbeattie@ubuntu.com> Fri, 02 Jun 2017 22:44:35 -0700
2866
2867exim4 (4.82-3ubuntu2.2) trusty-security; urgency=medium
2868
2869 * SECURITY UPDATE: DKIM information leakage
2870 - debian/patches/CVE-2016-9963.patch: fix information leakage in
2871 src/dkim.c, src/transports/smtp.c.
2872 - CVE-2016-9963
2873
2874 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 05 Jan 2017 08:31:06 -0500
2875
2876exim4 (4.82-3ubuntu2.1) trusty-security; urgency=medium
2877
2878 * SECURITY UPDATE: privilege escalation via crafted lookup value
2879 - debian/patches/CVE-2014-2972.patch: only expand integers for integer
2880 math once.
2881 - CVE-2014-2972
2882 * SECURITY UPDATE: privilege escalation when used with perl_startup
2883 - debian/patches/CVE-2016-1531.patch: add new add_environment and
2884 keep_environment configuration options.
2885 - debian/patches/CVE-2016-1531-2.patch: don't issue env warning if env
2886 is empty.
2887 - debian/patches/CVE-2016-1531-3.patch: store the initial working
2888 directory, expand $initial_cwd.
2889 - debian/patches/CVE-2016-1531-4.patch: delay chdir(/) until we opened
2890 the main config.
2891 - Add macros MAIN_KEEP_ENVIRONMENT and MAIN_ADD_ENVIRONMENT to set the
2892 new options. Set "keep_environment =" by default to avoid a runtime
2893 warning.
2894 - Bump exim4-config Breaks to exim4-daemon-* (<< 4.82-3ubuntu2.1).
2895 - debian/exim4-config.NEWS: Add entry to warn of potential breakage.
2896 - CVE-2016-1531
2897 * WARNING: This update may break existing installations.
2898
2899 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Mon, 14 Mar 2016 12:57:00 -0400
2900
2901exim4 (4.82-3ubuntu2) trusty; urgency=medium
2902
2903 * debian/tests/control: Add missing python test dependency, as
2904 debian/tests/security calls python.
2905
2906 -- Martin Pitt <martin.pitt@ubuntu.com> Tue, 25 Feb 2014 17:33:13 +0100
2907
2908exim4 (4.82-3ubuntu1) trusty; urgency=low
2909
2910 * Merge from Debian unstable (LP: #1259620). Remaining changes:
2911 - Show Ubuntu distribution on smtp:
2912 + debian/patches/fix_smtp_banner.patch: updated SMTP banner
2913 with Ubuntu distribution
2914 + debian/control: added lsb-release build dependency
2915 - Don't provide default-mta; in Ubuntu, we want postfix to be the
2916 default.
2917 - Build-depend on db5.3.
2918
2919 -- Yolanda Robla <yolanda.robla@canonical.com> Tue, 10 Dec 2013 17:07:20 +0000
2920
2310exim4 (4.82-3) unstable; urgency=low2921exim4 (4.82-3) unstable; urgency=low
23112922
2312 * Upload to unstable.2923 * Upload to unstable.
@@ -2387,6 +2998,21 @@ exim4 (4.82~rc1-1) experimental; urgency=low
23872998
2388 -- Andreas Metzler <ametzler@debian.org> Sun, 29 Sep 2013 14:43:25 +02002999 -- Andreas Metzler <ametzler@debian.org> Sun, 29 Sep 2013 14:43:25 +0200
23893000
3001exim4 (4.80-9ubuntu2) trusty; urgency=low
3002
3003 * Build-depend on libdb5.3-dev, instead of libdb5.1-dev.
3004
3005 -- Dmitrijs Ledkovs <xnox@ubuntu.com> Mon, 04 Nov 2013 12:14:54 +0000
3006
3007exim4 (4.80-9ubuntu1) trusty; urgency=low
3008
3009 * Resynchronise with Debian. Remaining changes:
3010 - Don't provide default-mta; in Ubuntu, we want postfix to be the
3011 default.
3012 - Add "Ubuntu" to SMTP banner.
3013
3014 -- Colin Watson <cjwatson@ubuntu.com> Mon, 28 Oct 2013 11:55:21 -0700
3015
2390exim4 (4.80-9) unstable; urgency=low3016exim4 (4.80-9) unstable; urgency=low
23913017
2392 * Upload to unstable.3018 * Upload to unstable.
@@ -2433,6 +3059,34 @@ exim4 (4.80-8) experimental; urgency=low
24333059
2434 -- Andreas Metzler <ametzler@debian.org> Sun, 01 Sep 2013 15:58:49 +02003060 -- Andreas Metzler <ametzler@debian.org> Sun, 01 Sep 2013 15:58:49 +0200
24353061
3062exim4 (4.80-7ubuntu4) trusty; urgency=low
3063
3064 * Rebuild for Perl 5.18.
3065
3066 -- Colin Watson <cjwatson@ubuntu.com> Wed, 23 Oct 2013 10:24:08 +0100
3067
3068exim4 (4.80-7ubuntu3) saucy; urgency=low
3069
3070 * debian/patches/fix_smtp_banner.patch: updated SMTP banner
3071 with Ubuntu distribution
3072 * debian/control: added lsb-release build dependency
3073
3074 -- Yolanda Robla <yolanda.robla@canonical.com> Tue, 18 Jun 2013 19:17:43 +0200
3075
3076exim4 (4.80-7ubuntu2) saucy; urgency=low
3077
3078 * debian/tests: Add autopkgtest.
3079
3080 -- Yolanda <yolanda.robla@canonical.com> Mon, 27 May 2013 11:31:35 +0200
3081
3082exim4 (4.80-7ubuntu1) raring; urgency=low
3083
3084 * Merge from Debian unstable (LP: #1166383). Remaining changes:
3085 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
3086 we want postfix to be the default.
3087
3088 -- Robie Basak <robie.basak@canonical.com> Mon, 08 Apr 2013 18:13:15 +0100
3089
2436exim4 (4.80-7) unstable; urgency=low3090exim4 (4.80-7) unstable; urgency=low
24373091
2438 * Use exim's ${quote:xxx} operator when invoking spfquery to disallow3092 * Use exim's ${quote:xxx} operator when invoking spfquery to disallow
@@ -2452,6 +3106,14 @@ exim4 (4.80-6) unstable; urgency=low
24523106
2453 -- Andreas Metzler <ametzler@debian.org> Wed, 21 Nov 2012 19:08:53 +01003107 -- Andreas Metzler <ametzler@debian.org> Wed, 21 Nov 2012 19:08:53 +0100
24543108
3109exim4 (4.80-5.1ubuntu1) raring; urgency=low
3110
3111 * Merge from Debian. Remaining changes:
3112 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
3113 we want postfix to be the default.
3114
3115 -- Oussama Bounaim <o.bounaim@gmail.com> Sun, 11 Nov 2012 07:11:06 +0100
3116
2455exim4 (4.80-5.1) unstable; urgency=high3117exim4 (4.80-5.1) unstable; urgency=high
24563118
2457 * Non-maintainer upload by the Security Team.3119 * Non-maintainer upload by the Security Team.
@@ -2479,6 +3141,23 @@ exim4 (4.80-4) unstable; urgency=low
24793141
2480 -- Andreas Metzler <ametzler@debian.org> Sat, 23 Jun 2012 18:35:03 +02003142 -- Andreas Metzler <ametzler@debian.org> Sat, 23 Jun 2012 18:35:03 +0200
24813143
3144exim4 (4.80-3ubuntu1.1) quantal-security; urgency=low
3145
3146 * SECURITY UPDATE: arbitrary code execution via dns decode logic
3147 - debian/patches/CVE-2012-5671.patch: adjust max length and validate
3148 against it in src/pdkim/pdkim.h, src/dkim.c.
3149 - CVE-2012-5671
3150
3151 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 25 Oct 2012 08:22:46 -0400
3152
3153exim4 (4.80-3ubuntu1) quantal; urgency=low
3154
3155 * Merge from Debian unstable. Remaining changes:
3156 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
3157 we want postfix to be the default.
3158
3159 -- Clint Byrum <clint@ubuntu.com> Thu, 14 Jun 2012 15:28:08 -0700
3160
2482exim4 (4.80-3) unstable; urgency=low3161exim4 (4.80-3) unstable; urgency=low
24833162
2484 * Pull 75_openssl_sni.diff from upstream. - Segfault caused by NULL3163 * Pull 75_openssl_sni.diff from upstream. - Segfault caused by NULL
@@ -2626,6 +3305,26 @@ exim4 (4.76-4) experimental; urgency=low
26263305
2627 -- Andreas Metzler <ametzler@debian.org> Sat, 24 Sep 2011 18:36:08 +02003306 -- Andreas Metzler <ametzler@debian.org> Sat, 24 Sep 2011 18:36:08 +0200
26283307
3308exim4 (4.76-3ubuntu3) precise; urgency=low
3309
3310 * Rebuild for libmysqlclient transition
3311
3312 -- Clint Byrum <clint@ubuntu.com> Wed, 23 Nov 2011 23:29:35 -0800
3313
3314exim4 (4.76-3ubuntu2) precise; urgency=low
3315
3316 * Rebuild for Perl 5.14.
3317
3318 -- Colin Watson <cjwatson@ubuntu.com> Wed, 16 Nov 2011 01:22:39 +0000
3319
3320exim4 (4.76-3ubuntu1) precise; urgency=low
3321
3322 * Merge from debian unstable. Remaining changes:
3323 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
3324 we want postfix to be the default.
3325
3326 -- Stéphane Graber <stgraber@ubuntu.com> Thu, 20 Oct 2011 11:29:07 -0400
3327
2629exim4 (4.76-3) unstable; urgency=low3328exim4 (4.76-3) unstable; urgency=low
26303329
2631 * [exim4-base.cron.daily] Correct invocation of mail(1), options need to be3330 * [exim4-base.cron.daily] Correct invocation of mail(1), options need to be
@@ -2646,6 +3345,14 @@ exim4 (4.76-3) unstable; urgency=low
26463345
2647 -- Andreas Metzler <ametzler@debian.org> Sun, 18 Sep 2011 11:49:13 +02003346 -- Andreas Metzler <ametzler@debian.org> Sun, 18 Sep 2011 11:49:13 +0200
26483347
3348exim4 (4.76-2ubuntu1) oneiric; urgency=low
3349
3350 * Merge from debian unstable. Remaining changes:
3351 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
3352 we want postfix to be the default.
3353
3354 -- Stéphane Graber <stgraber@ubuntu.com> Mon, 30 May 2011 17:48:56 -0400
3355
2649exim4 (4.76-2) unstable; urgency=low3356exim4 (4.76-2) unstable; urgency=low
26503357
2651 * debian/rules: Remove test/ and test-stamp on clean.3358 * debian/rules: Remove test/ and test-stamp on clean.
@@ -2658,6 +3365,14 @@ exim4 (4.76-2) unstable; urgency=low
26583365
2659 -- Andreas Metzler <ametzler@debian.org> Sun, 29 May 2011 18:21:03 +02003366 -- Andreas Metzler <ametzler@debian.org> Sun, 29 May 2011 18:21:03 +0200
26603367
3368exim4 (4.76-1ubuntu1) oneiric; urgency=low
3369
3370 * Merge from debian unstable. Remaining changes (LP: #779391):
3371 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
3372 we want postfix to be the default.
3373
3374 -- Stéphane Graber <stgraber@ubuntu.com> Mon, 23 May 2011 12:37:30 -0400
3375
2661exim4 (4.76-1) unstable; urgency=low3376exim4 (4.76-1) unstable; urgency=low
26623377
2663 * New upstream version.3378 * New upstream version.
@@ -2704,6 +3419,14 @@ exim4 (4.75-3) unstable; urgency=high
27043419
2705 -- Andreas Metzler <ametzler@debian.org> Fri, 06 May 2011 20:08:51 +02003420 -- Andreas Metzler <ametzler@debian.org> Fri, 06 May 2011 20:08:51 +0200
27063421
3422exim4 (4.75-2ubuntu1) oneiric; urgency=low
3423
3424 * Merge from debian unstable. Remaining changes:
3425 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
3426 we want postfix to be the default.
3427
3428 -- Stéphane Graber <stgraber@ubuntu.com> Fri, 06 May 2011 14:51:28 -0400
3429
2707exim4 (4.75-2) unstable; urgency=low3430exim4 (4.75-2) unstable; urgency=low
27083431
2709 * clamav socket on Debian is clamd:/var/run/clamav/clamd.ctl, fix3432 * clamav socket on Debian is clamd:/var/run/clamav/clamd.ctl, fix
@@ -2746,6 +3469,24 @@ exim4 (4.74-2) unstable; urgency=low
27463469
2747 -- Andreas Metzler <ametzler@debian.org> Thu, 24 Feb 2011 19:02:07 +01003470 -- Andreas Metzler <ametzler@debian.org> Thu, 24 Feb 2011 19:02:07 +0100
27483471
3472exim4 (4.74-1ubuntu1) natty; urgency=low
3473
3474 * Merge from debian experimental. Remaining changes: (LP: #713855)
3475 - debian/patches/71_exiq_grep_error_on_messages_without_size.patch:
3476 + Improve handling of broken messages when "exim4 -bp" (mailq)
3477 reports lines without size info. (Closes: #528625)
3478 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
3479 we want postfix to be the default.
3480 - debian/{control,rules}: Add and enable hardened build for PIE.
3481 (Closes: #542726)
3482 * Update 71_exiq_grep_error_on_messages_without_size.patch to get way
3483 which upstream has fixed it. Probably it can be dropped with next
3484 upstream release.
3485 * This upload fixes CVE: (LP: #708023)
3486 - CVE-2011-0017
3487
3488 -- Artur Rona <ari-tczew@ubuntu.com> Wed, 09 Feb 2011 21:31:35 +0100
3489
2749exim4 (4.74-1) experimental; urgency=low3490exim4 (4.74-1) experimental; urgency=low
27503491
2751 * 4.74 release, should build on hurd again.3492 * 4.74 release, should build on hurd again.
@@ -2771,6 +3512,20 @@ exim4 (4.74~rc2-1) experimental; urgency=low
27713512
2772 -- Andreas Metzler <ametzler@debian.org> Sun, 23 Jan 2011 14:02:36 +01003513 -- Andreas Metzler <ametzler@debian.org> Sun, 23 Jan 2011 14:02:36 +0100
27733514
3515exim4 (4.73~rc1-1ubuntu1) natty; urgency=low
3516
3517 * Merge from debian unstable. Remaining changes: (LP: #697934)
3518 - debian/patches/71_exiq_grep_error_on_messages_without_size.patch:
3519 + Improve handling of broken messages when "exim4 -bp" (mailq)
3520 reports lines without size info.
3521 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
3522 we want postfix to be the default.
3523 - debian/{control,rules}: Add and enable hardened build for PIE.
3524 (Closes: #542726)
3525 * Drop B-D on libmysqlclient15-dev, resolved in Debian.
3526
3527 -- Artur Rona <ari-tczew@ubuntu.com> Tue, 28 Dec 2010 22:20:17 +0100
3528
2774exim4 (4.73~rc1-1) experimental; urgency=low3529exim4 (4.73~rc1-1) experimental; urgency=low
27753530
2776 * New upstream release candidate.3531 * New upstream release candidate.
@@ -2866,6 +3621,20 @@ exim4 (4.72-3) unstable; urgency=low
28663621
2867 -- Andreas Metzler <ametzler@debian.org> Sun, 26 Dec 2010 15:13:08 +01003622 -- Andreas Metzler <ametzler@debian.org> Sun, 26 Dec 2010 15:13:08 +0100
28683623
3624exim4 (4.72-2ubuntu1) natty; urgency=low
3625
3626 * Merge from debian unstable. Remaining changes: (LP: #671615)
3627 - debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
3628 Improve handling of broken messages when "exim4 -bp" (mailq) reports
3629 lines without size info.
3630 - Don't declare a Provides: default-mta; in Ubuntu, we want postfix to be
3631 the default.
3632 - debian/control: Change build dependencies to MySQL 5.1.
3633 - debian/{control,rules}: add and enable hardened build for PIE
3634 (Closes: #542726).
3635
3636 -- Artur Rona <ari-tczew@ubuntu.com> Fri, 05 Nov 2010 21:05:47 +0100
3637
2869exim4 (4.72-2) unstable; urgency=low3638exim4 (4.72-2) unstable; urgency=low
28703639
2871 [ Marc Haber ]3640 [ Marc Haber ]
@@ -2889,6 +3658,20 @@ exim4 (4.72-2) unstable; urgency=low
28893658
2890 -- Andreas Metzler <ametzler@debian.org> Sat, 30 Oct 2010 13:38:26 +02003659 -- Andreas Metzler <ametzler@debian.org> Sat, 30 Oct 2010 13:38:26 +0200
28913660
3661exim4 (4.72-1ubuntu1) maverick; urgency=low
3662
3663 * Merge with Debian unstable (LP: #609620). Remaining changes:
3664 + debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
3665 Improve handling of broken messages when "exim4 -bp" (mailq) reports
3666 lines without size info.
3667 + Don't declare a Provides: default-mta; in Ubuntu, we want postfix to be
3668 the default.
3669 + debian/control: Change build dependencies to MySQL 5.1.
3670 + debian/{control,rules}: add and enable hardened build for PIE
3671 (Closes: #542726).
3672
3673 -- Artur Rona <ari-tczew@tlen.pl> Sun, 25 Jul 2010 02:00:42 +0200
3674
2892exim4 (4.72-1) unstable; urgency=low3675exim4 (4.72-1) unstable; urgency=low
28933676
2894 * New upstream release. (Identical to the git snapshot previously3677 * New upstream release. (Identical to the git snapshot previously
@@ -2940,6 +3723,20 @@ exim4 (4.71-4) unstable; urgency=low
29403723
2941 -- Andreas Metzler <ametzler@debian.org> Thu, 25 Mar 2010 17:34:30 +01003724 -- Andreas Metzler <ametzler@debian.org> Thu, 25 Mar 2010 17:34:30 +0100
29423725
3726exim4 (4.71-3ubuntu1) lucid; urgency=low
3727
3728 * Merge with Debian unstable (lp: #501657). Remaining changes:
3729 + debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
3730 Improve handling of broken messages when "exim4 -bp" (mailq) reports
3731 lines without size info.
3732 + Don't declare a Provides: default-mta; in Ubuntu, we want postfix to be
3733 the default.
3734 + debian/control: Change build dependencies to MySQL 5.1.
3735 + debian/{control,rules}: add and enable hardened build for PIE
3736 (Debian bug 542726).
3737
3738 -- Michael Bienia <geser@ubuntu.com> Fri, 01 Jan 2010 16:28:19 +0100
3739
2943exim4 (4.71-3) unstable; urgency=low3740exim4 (4.71-3) unstable; urgency=low
29443741
2945 * exim4-base.cron.daily: Do not run exim_tidydb on Berkeley DB logfiles.3742 * exim4-base.cron.daily: Do not run exim_tidydb on Berkeley DB logfiles.
@@ -3054,6 +3851,35 @@ exim4 (4.70~cvs+20091017-1) experimental; urgency=low
30543851
3055 -- Andreas Metzler <ametzler@debian.org> Sat, 17 Oct 2009 14:26:54 +02003852 -- Andreas Metzler <ametzler@debian.org> Sat, 17 Oct 2009 14:26:54 +0200
30563853
3854exim4 (4.69-11ubuntu4) karmic; urgency=low
3855
3856 * debian/{control,rules}: add and enable hardened build for PIE
3857 (Debian bug 542726).
3858
3859 -- Kees Cook <kees@ubuntu.com> Thu, 20 Aug 2009 17:33:26 -0700
3860
3861exim4 (4.69-11ubuntu3) karmic; urgency=low
3862
3863 * debian/control: Change build dependencies to MySQL 5.1.
3864
3865 -- Mathias Gug <mathiaz@ubuntu.com> Mon, 17 Aug 2009 17:57:26 -0400
3866
3867exim4 (4.69-11ubuntu2) karmic; urgency=low
3868
3869 * Don't declare a Provides: default-mta; in Ubuntu, we want postfix to be
3870 the default.
3871
3872 -- Steve Langasek <steve.langasek@ubuntu.com> Wed, 03 Jun 2009 15:39:14 +0000
3873
3874exim4 (4.69-11ubuntu1) karmic; urgency=low
3875
3876 * Merge from debian unstable (LP: #375923), remaining changes:
3877 - debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
3878 Improve handling of broken messages when "exim4 -bp" (mailq) reports
3879 lines without size info
3880
3881 -- Thierry Carrez <thierry.carrez@ubuntu.com> Wed, 13 May 2009 12:15:29 +0200
3882
3057exim4 (4.69-11) unstable; urgency=medium3883exim4 (4.69-11) unstable; urgency=medium
30583884
3059 * Build-Depend on lynx-cur|lynx instead of lynx. (lynx is just a dummy3885 * Build-Depend on lynx-cur|lynx instead of lynx. (lynx is just a dummy
@@ -3111,6 +3937,15 @@ exim4 (4.69-10) unstable; urgency=low
31113937
3112 -- Andreas Metzler <ametzler@debian.org> Sat, 02 May 2009 09:05:56 +02003938 -- Andreas Metzler <ametzler@debian.org> Sat, 02 May 2009 09:05:56 +0200
31133939
3940exim4 (4.69-9ubuntu1) jaunty; urgency=low
3941
3942 [ Daniel van Eeden <launchpad@myname.nl> ]
3943 * debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
3944 Improve handling of broken messages when "exim4 -bp" (mailq) reports lines
3945 w/o size info, LP: #18194
3946
3947 -- Dustin Kirkland <kirkland@ubuntu.com> Wed, 11 Feb 2009 06:43:52 -0600
3948
3114exim4 (4.69-9) unstable; urgency=medium3949exim4 (4.69-9) unstable; urgency=medium
31153950
3116 * [update-exim4.conf]: Use POSIX character classes [:alnum:] or explicit3951 * [update-exim4.conf]: Use POSIX character classes [:alnum:] or explicit
diff --git a/debian/control b/debian/control
index 78fce4d..68b24c0 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 9a0d151..71e1a66 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -34,3 +34,4 @@
3475_26-Disable-taintchecks-for-mkdir-this-isn-t-part-of-4.9.patch3475_26-Disable-taintchecks-for-mkdir-this-isn-t-part-of-4.9.patch
3575_27_open_logs_2744.patch3575_27_open_logs_2744.patch
3690_localscan_dlopen.dpatch3690_localscan_dlopen.dpatch
37fix_smtp_banner.patch

Subscribers

People subscribed via source and target branches