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

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

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

Description of the change

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

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

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

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

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

Yes a sponsor would be great, thank you!

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

Done

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

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/debian/EDITME.exim4-heavy.diff b/debian/EDITME.exim4-heavy.diff
index 0a63d8b..26faf78 100644
--- a/debian/EDITME.exim4-heavy.diff
+++ b/debian/EDITME.exim4-heavy.diff
@@ -150,18 +150,6 @@
150 150
151 151
152 #------------------------------------------------------------------------------152 #------------------------------------------------------------------------------
153@@ -1056,9 +1059,9 @@
154 # installed on your system (www.libspf2.org). Depending on where it is installed
155 # you may have to edit the CFLAGS and LDFLAGS lines.
156
157-# SUPPORT_SPF=yes
158+SUPPORT_SPF=yes
159 # CFLAGS += -I/usr/local/include
160-# LDFLAGS += -lspf2
161+LDFLAGS += -lspf2
162
163
164 #------------------------------------------------------------------------------
165@@ -1387,7 +1390,7 @@153@@ -1387,7 +1390,7 @@
166 # local part) can be increased by changing this value. It should be set to154 # local part) can be increased by changing this value. It should be set to
167 # a multiple of 16.155 # a multiple of 16.
diff --git a/debian/changelog b/debian/changelog
index fbbb8c2..42dd28c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,21 @@
1exim4 (4.96-15ubuntu1) mantic; urgency=medium
2
3 * Merge with Debian unstable (LP: #2018070). Remaining changes:
4 - Show Ubuntu distribution in SMTP banner
5 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution
6 in SMTP banner.
7 + Build-Depends on lsb-release to detect Distribution.
8 - Disable external SPF support to avoid Build-Depends on libspf2-dev
9 (only available in universe). SPF can still be implemented via
10 spf-tools-perl, as documented in exim4.conf.template. This reverts
11 Vcs-Git commit 494f1fe, first released in 4.95~RC0-1.
12 + d/control: drop Build-Depends on libspf2-dev.
13 + d/d/c/a/30_exim4-config_check_rcpt: restore SPF logic based
14 on spfquery.mail-spf-perl from spf-tools-perl.
15 + d/EDITME.exim4-heavy.diff: disable support for libspf2.
16
17 -- Mitchell Dzurick <mitchell.dzurick@canonical.com> Fri, 19 May 2023 13:32:18 -0700
18
1exim4 (4.96-15) unstable; urgency=medium19exim4 (4.96-15) unstable; urgency=medium
220
3 * Pull from upstream GIT master:21 * Pull from upstream GIT master:
@@ -7,6 +25,24 @@ exim4 (4.96-15) unstable; urgency=medium
725
8 -- Andreas Metzler <ametzler@debian.org> Wed, 10 May 2023 18:30:35 +020026 -- Andreas Metzler <ametzler@debian.org> Wed, 10 May 2023 18:30:35 +0200
927
28exim4 (4.96-14ubuntu1) lunar; urgency=medium
29
30 * Merge with Debian unstable (LP: #2008016). Remaining changes:
31 - Show Ubuntu distribution in SMTP banner
32 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution
33 in SMTP banner.
34 + Build-Depends on lsb-release to detect Distribution.
35 - Disable external SPF support to avoid Build-Depends on libspf2-dev
36 (only available in universe). SPF can still be implemented via
37 spf-tools-perl, as documented in exim4.conf.template. This reverts
38 Vcs-Git commit 494f1fe, first released in 4.95~RC0-1.
39 + d/control: drop Build-Depends on libspf2-dev.
40 + d/d/c/a/30_exim4-config_check_rcpt: restore SPF logic based
41 on spfquery.mail-spf-perl from spf-tools-perl.
42 + d/EDITME.exim4-heavy.diff: disable support for libspf2.
43
44 -- Bryce Harrington <bryce@canonical.com> Tue, 21 Feb 2023 19:52:34 +0000
45
10exim4 (4.96-14) unstable; urgency=medium46exim4 (4.96-14) unstable; urgency=medium
1147
12 * Pull from upstream GIT master:48 * Pull from upstream GIT master:
@@ -51,6 +87,25 @@ exim4 (4.96-10) unstable; urgency=medium
5187
52 -- Andreas Metzler <ametzler@debian.org> Mon, 19 Dec 2022 18:23:13 +010088 -- Andreas Metzler <ametzler@debian.org> Mon, 19 Dec 2022 18:23:13 +0100
5389
90exim4 (4.96-9ubuntu1) lunar; urgency=medium
91
92 * Merge with Debian unstable. (LP: #1993399) Remaining changes:
93 - Show Ubuntu distribution in SMTP banner
94 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution
95 in SMTP banner.
96 + Build-Depends on lsb-release to detect Distribution.
97 - Disable external SPF support to avoid Build-Depends on libspf2-dev
98 (only available in universe). SPF can still be implemented via
99 spf-tools-perl, as documented in exim4.conf.template. (LP #1952738)
100 This reverts Vcs-Git commit 494f1fe, first released in 4.95~RC0-1.
101 Changes:
102 + d/control: drop Build-Depends on libspf2-dev.
103 + d/d/c/a/30_exim4-config_check_rcpt: restore SPF logic based
104 on spfquery.mail-spf-perl from spf-tools-perl.
105 + d/EDITME.exim4-heavy.diff: disable support for libspf2.
106
107 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 08 Dec 2022 12:19:10 -0500
108
54exim4 (4.96-9) unstable; urgency=medium109exim4 (4.96-9) unstable; urgency=medium
55110
56 * Cherrypick three fixes from upstream GIT master:111 * Cherrypick three fixes from upstream GIT master:
@@ -113,6 +168,31 @@ exim4 (4.96-4) unstable; urgency=low
113168
114 -- Andreas Metzler <ametzler@debian.org> Sun, 11 Sep 2022 13:38:26 +0200169 -- Andreas Metzler <ametzler@debian.org> Sun, 11 Sep 2022 13:38:26 +0200
115170
171exim4 (4.96-3ubuntu2) lunar; urgency=medium
172
173 * Rebuild against new perlapi-5.36.
174
175 -- Gianfranco Costamagna <locutusofborg@debian.org> Sat, 05 Nov 2022 09:11:59 +0100
176
177exim4 (4.96-3ubuntu1) kinetic; urgency=medium
178
179 * Merge with Debian unstable. (LP: #1971274) Remaining changes:
180 - Show Ubuntu distribution in SMTP banner
181 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution
182 in SMTP banner.
183 + Build-Depends on lsb-release to detect Distribution.
184 - Disable external SPF support to avoid Build-Depends on libspf2-dev
185 (only available in universe). SPF can still be implemented via
186 spf-tools-perl, as documented in exim4.conf.template. (LP #1952738)
187 This reverts Vcs-Git commit 494f1fe, first released in 4.95~RC0-1.
188 Changes:
189 + d/control: drop Build-Depends on libspf2-dev.
190 + d/d/c/a/30_exim4-config_check_rcpt: restore SPF logic based
191 on spfquery.mail-spf-perl from spf-tools-perl.
192 + d/EDITME.exim4-heavy.diff: disable support for libspf2.
193
194 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 14 Jul 2022 10:33:39 +0200
195
116exim4 (4.96-3) unstable; urgency=medium196exim4 (4.96-3) unstable; urgency=medium
117197
118 * Fix error messages of test-groff -b -mandoc -dAD=l -rF0 -rHY=0 -t -w w -z198 * Fix error messages of test-groff -b -mandoc -dAD=l -rF0 -rHY=0 -t -w w -z
@@ -202,6 +282,40 @@ exim4 (4.95-5) unstable; urgency=medium
202282
203 -- Andreas Metzler <ametzler@debian.org> Sun, 10 Apr 2022 13:57:43 +0200283 -- Andreas Metzler <ametzler@debian.org> Sun, 10 Apr 2022 13:57:43 +0200
204284
285exim4 (4.95-4ubuntu3) kinetic; urgency=medium
286
287 * d/p/lp1974214-segfault-smtp-delivery-0{1,2}.patch: Fix segfault when
288 there's an SMTP delivery attempt following a deferral. (LP: #1974214)
289
290 -- Sergio Durigan Junior <sergio.durigan@canonical.com> Fri, 03 Jun 2022 17:37:10 -0400
291
292exim4 (4.95-4ubuntu2) jammy; urgency=medium
293
294 * d/p/lp1966923-exiqgrep-syntax-error.patch: Fix exiqgrep syntax error,
295 improve the validation of command-line options and add a new -E option
296 to allow specifying a binary to be used. (LP: #1966923)
297
298 -- Sergio Durigan Junior <sergio.durigan@canonical.com> Wed, 30 Mar 2022 16:45:24 -0400
299
300exim4 (4.95-4ubuntu1) jammy; urgency=medium
301
302 * Merge with Debian unstable. Remaining changes:
303 - Show Ubuntu distribution in SMTP banner
304 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution
305 in SMTP banner.
306 + Build-Depends on lsb-release to detect Distribution.
307 - Disable external SPF support to avoid Build-Depends on libspf2-dev
308 (only available in universe). SPF can still be implemented via
309 spf-tools-perl, as documented in exim4.conf.template. (LP #1952738)
310 This reverts Vcs-Git commit 494f1fe, first released in 4.95~RC0-1.
311 Changes:
312 + d/control: drop Build-Depends on libspf2-dev.
313 + d/d/c/a/30_exim4-config_check_rcpt: restore SPF logic based
314 on spfquery.mail-spf-perl from spf-tools-perl.
315 + d/EDITME.exim4-heavy.diff: disable support for libspf2.
316
317 -- Utkarsh Gupta <utkarsh@ubuntu.com> Fri, 25 Feb 2022 01:47:15 +0530
318
205exim4 (4.95-4) unstable; urgency=low319exim4 (4.95-4) unstable; urgency=low
206320
207 * Fix typo in exiqgrep.8.321 * Fix typo in exiqgrep.8.
@@ -234,6 +348,36 @@ exim4 (4.95-3) unstable; urgency=low
234348
235 -- Andreas Metzler <ametzler@debian.org> Thu, 16 Dec 2021 19:26:32 +0100349 -- Andreas Metzler <ametzler@debian.org> Thu, 16 Dec 2021 19:26:32 +0100
236350
351exim4 (4.95-2ubuntu3) jammy; urgency=medium
352
353 * No-change rebuild for the perl update.
354
355 -- Matthias Klose <doko@ubuntu.com> Sun, 06 Feb 2022 14:52:48 +0100
356
357exim4 (4.95-2ubuntu2) jammy; urgency=medium
358
359 * New delta:
360 - Disable external SPF support to avoid Build-Depends on libspf2-dev
361 (only available in universe). SPF can still be implemented via
362 spf-tools-perl, as documented in exim4.conf.template. (LP: #1952738)
363 This reverts Vcs-Git commit 494f1fe, first released in 4.95~RC0-1.
364 Changes:
365 + d/control: drop Build-Depends on libspf2-dev.
366 + d/d/c/a/30_exim4-config_check_rcpt: restore SPF logic based
367 on spfquery.mail-spf-perl from spf-tools-perl.
368 + d/EDITME.exim4-heavy.diff: disable support for libspf2.
369
370 -- Paride Legovini <paride@ubuntu.com> Wed, 01 Dec 2021 11:48:10 +0100
371
372exim4 (4.95-2ubuntu1) jammy; urgency=medium
373
374 * Merge with Debian unstable (LP: #1946857). Remaining changes:
375 - Show Ubuntu distribution in SMTP banner
376 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
377 + Build-Depends on lsb-release to detect Distribution.
378
379 -- Lena Voytek <lena.voytek@canonical.com> Tue, 09 Nov 2021 10:10:14 -0700
380
237exim4 (4.95-2) unstable; urgency=medium381exim4 (4.95-2) unstable; urgency=medium
238382
239 * 75_30-Avoid-calling-gettimeofday-select-per-char-for-cmdli.patch from383 * 75_30-Avoid-calling-gettimeofday-select-per-char-for-cmdli.patch from
@@ -308,6 +452,21 @@ exim4 (4.95~RC0-1) experimental; urgency=low
308452
309 -- Andreas Metzler <ametzler@debian.org> Mon, 19 Jul 2021 13:10:00 +0200453 -- Andreas Metzler <ametzler@debian.org> Mon, 19 Jul 2021 13:10:00 +0200
310454
455exim4 (4.94.2-7ubuntu3) jammy; urgency=medium
456
457 * No-change rebuild against libidn12
458
459 -- Steve Langasek <steve.langasek@ubuntu.com> Sun, 07 Nov 2021 05:31:31 +0000
460
461exim4 (4.94.2-7ubuntu2) impish; urgency=medium
462
463 * Merge with Debian unstable. Remaining changes:
464 - Show Ubuntu distribution in SMTP banner
465 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
466 + Build-Depends on lsb-release to detect Distribution.
467
468 -- Miriam Espana Acebal <miriam.espana@canonical.com> Thu, 15 Jul 2021 13:23:50 +0200
469
311exim4 (4.94.2-7) unstable; urgency=medium470exim4 (4.94.2-7) unstable; urgency=medium
312471
313 * 73_05-Fix-tainted-message-for-fakereject.patch from upstream +fixes472 * 73_05-Fix-tainted-message-for-fakereject.patch from upstream +fixes
@@ -354,6 +513,25 @@ exim4 (4.94.2-3) unstable; urgency=medium
354513
355 -- Andreas Metzler <ametzler@debian.org> Thu, 13 May 2021 18:53:53 +0200514 -- Andreas Metzler <ametzler@debian.org> Thu, 13 May 2021 18:53:53 +0200
356515
516exim4 (4.94.2-2ubuntu2) impish; urgency=medium
517
518 * No-change rebuild due to OpenLDAP soname bump.
519
520 -- Sergio Durigan Junior <sergio.durigan@canonical.com> Mon, 21 Jun 2021 17:47:09 -0400
521
522exim4 (4.94.2-2ubuntu1) impish; urgency=medium
523
524 * Merge with Debian unstable. Remaining changes:
525 - Show Ubuntu distribution in SMTP banner
526 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
527 + Build-Depends on lsb-release to detect Distribution.
528 * Dropped changes:
529 - debian/patches/sec-202105/*.patch: backport patches from upstream to
530 correct issues.
531 [Included in 4.94.2-1]
532
533 -- Utkarsh Gupta <utkarsh.gupta@canonical.com> Tue, 11 May 2021 18:25:10 +0530
534
357exim4 (4.94.2-2) unstable; urgency=medium535exim4 (4.94.2-2) unstable; urgency=medium
358536
359 * Updates from exim-4.94.2+fixes:537 * Updates from exim-4.94.2+fixes:
@@ -466,6 +644,28 @@ exim4 (4.94-16) unstable; urgency=medium
466644
467 -- Andreas Metzler <ametzler@debian.org> Wed, 17 Mar 2021 13:50:44 +0100645 -- Andreas Metzler <ametzler@debian.org> Wed, 17 Mar 2021 13:50:44 +0100
468646
647exim4 (4.94-15ubuntu1.2) hirsute-security; urgency=medium
648
649 * SECURITY UPDATE: Multiple security issues
650 - debian/patches/sec-202105/*.patch: backport patches from upstream to
651 correct issues.
652 - CVE-2020-28007, CVE-2020-28008, CVE-2020-28009, CVE-2020-28010,
653 CVE-2020-28011, CVE-2020-28012, CVE-2020-28013, CVE-2020-28014,
654 CVE-2020-28015, CVE-2020-28016, CVE-2020-28017, CVE-2020-28018,
655 CVE-2020-28019, CVE-2020-28021, CVE-2020-28022, CVE-2020-28023,
656 CVE-2020-28024, CVE-2020-28025, CVE-2020-28026, CVE-2021-27216
657
658 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Fri, 30 Apr 2021 08:46:21 -0400
659
660exim4 (4.94-15ubuntu1) hirsute; urgency=medium
661
662 * Merge with Debian unstable (LP: #1916744). Remaining changes:
663 - Show Ubuntu distribution in SMTP banner
664 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
665 + Build-Depends on lsb-release to detect Distribution.
666
667 -- Utkarsh Gupta <utkarsh.gupta@canonical.com> Wed, 24 Feb 2021 17:32:37 +0530
668
469exim4 (4.94-15) unstable; urgency=medium669exim4 (4.94-15) unstable; urgency=medium
470670
471 * Update from exim-4.94+fixes:671 * Update from exim-4.94+fixes:
@@ -490,6 +690,15 @@ exim4 (4.94-13) unstable; urgency=medium
490690
491 -- Andreas Metzler <ametzler@debian.org> Sat, 30 Jan 2021 14:50:50 +0100691 -- Andreas Metzler <ametzler@debian.org> Sat, 30 Jan 2021 14:50:50 +0100
492692
693exim4 (4.94-12ubuntu1) hirsute; urgency=medium
694
695 * Merge with Debian unstable. Remaining changes:
696 - Show Ubuntu distribution in SMTP banner
697 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
698 + Build-Depends on lsb-release to detect Distribution.
699
700 -- Bryce Harrington <bryce@canonical.com> Wed, 20 Jan 2021 19:35:04 -0800
701
493exim4 (4.94-12) unstable; urgency=medium702exim4 (4.94-12) unstable; urgency=medium
494703
495 * Update from exim-4.94+fixes:704 * Update from exim-4.94+fixes:
@@ -524,6 +733,15 @@ exim4 (4.94-10) unstable; urgency=low
524733
525 -- Andreas Metzler <ametzler@debian.org> Sat, 19 Dec 2020 12:03:56 +0100734 -- Andreas Metzler <ametzler@debian.org> Sat, 19 Dec 2020 12:03:56 +0100
526735
736exim4 (4.94-9ubuntu1) hirsute; urgency=medium
737
738 * Merge with Debian unstable. Remaining changes:
739 - Show Ubuntu distribution in SMTP banner
740 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
741 + Build-Depends on lsb-release to detect Distribution.
742
743 -- Bryce Harrington <bryce@canonical.com> Sat, 07 Nov 2020 01:01:32 +0000
744
527exim4 (4.94-9) unstable; urgency=low745exim4 (4.94-9) unstable; urgency=low
528746
529 * Update from exim-4.94+fixes:747 * Update from exim-4.94+fixes:
@@ -553,6 +771,15 @@ exim4 (4.94-8) unstable; urgency=low
553771
554 -- Andreas Metzler <ametzler@debian.org> Thu, 17 Sep 2020 06:54:00 +0200772 -- Andreas Metzler <ametzler@debian.org> Thu, 17 Sep 2020 06:54:00 +0200
555773
774exim4 (4.94-7ubuntu1) groovy; urgency=medium
775
776 * Merge with Debian unstable. Remaining changes:
777 - Show Ubuntu distribution in SMTP banner
778 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
779 + Build-Depends on lsb-release to detect Distribution.
780
781 -- Sergio Durigan Junior <sergio.durigan@canonical.com> Mon, 24 Aug 2020 16:36:31 -0400
782
556exim4 (4.94-7) unstable; urgency=low783exim4 (4.94-7) unstable; urgency=low
557784
558 * Update from exim-4.94+fixes:785 * Update from exim-4.94+fixes:
@@ -563,6 +790,15 @@ exim4 (4.94-7) unstable; urgency=low
563790
564 -- Andreas Metzler <ametzler@debian.org> Fri, 24 Jul 2020 13:31:47 +0200791 -- Andreas Metzler <ametzler@debian.org> Fri, 24 Jul 2020 13:31:47 +0200
565792
793exim4 (4.94-6ubuntu1) groovy; urgency=medium
794
795 * Merge with Debian unstable. Remaining changes:
796 - Show Ubuntu distribution in SMTP banner
797 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
798 + Build-Depends on lsb-release to detect Distribution.
799
800 -- Sergio Durigan Junior <sergio.durigan@canonical.com> Thu, 13 Aug 2020 13:49:10 -0400
801
566exim4 (4.94-6) unstable; urgency=medium802exim4 (4.94-6) unstable; urgency=medium
567803
568 * Fix typo (missing "S") in REMOTE_SMTP_SMARTHOST_TLS_VERIFY_HOSTS macro.804 * Fix typo (missing "S") in REMOTE_SMTP_SMARTHOST_TLS_VERIFY_HOSTS macro.
@@ -614,6 +850,15 @@ exim4 (4.94-3) unstable; urgency=medium
614850
615 -- Andreas Metzler <ametzler@debian.org> Fri, 19 Jun 2020 10:31:26 +0200851 -- Andreas Metzler <ametzler@debian.org> Fri, 19 Jun 2020 10:31:26 +0200
616852
853exim4 (4.94-2ubuntu1) groovy; urgency=medium
854
855 * Merge with Debian unstable (LP: #1881723). Remaining changes:
856 - Show Ubuntu distribution in SMTP banner
857 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
858 + Build-Depends on lsb-release to detect Distribution.
859
860 -- Bryce Harrington <bryce@canonical.com> Fri, 12 Jun 2020 01:55:28 +0000
861
617exim4 (4.94-2) unstable; urgency=low862exim4 (4.94-2) unstable; urgency=low
618863
619 * Tighten package interdependencies. With 4.94's daemon avoiding of864 * Tighten package interdependencies. With 4.94's daemon avoiding of
@@ -716,6 +961,15 @@ exim4 (4.93-16) unstable; urgency=medium
716961
717 -- Andreas Metzler <ametzler@debian.org> Sat, 09 May 2020 19:10:34 +0200962 -- Andreas Metzler <ametzler@debian.org> Sat, 09 May 2020 19:10:34 +0200
718963
964exim4 (4.93-15ubuntu1) groovy; urgency=medium
965
966 * Merge with Debian unstable. Remaining changes:
967 - Show Ubuntu distribution in SMTP banner
968 + Build-Depends on lsb-release to detect Distribution.
969 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
970
971 -- Sergio Durigan Junior <sergio.durigan@canonical.com> Tue, 05 May 2020 15:37:59 -0400
972
719exim4 (4.93-15) unstable; urgency=low973exim4 (4.93-15) unstable; urgency=low
720974
721 * Update from exim-4.93+fixes:975 * Update from exim-4.93+fixes:
@@ -735,6 +989,15 @@ exim4 (4.93-14) unstable; urgency=low
735989
736 -- Andreas Metzler <ametzler@debian.org> Fri, 10 Apr 2020 13:53:34 +0200990 -- Andreas Metzler <ametzler@debian.org> Fri, 10 Apr 2020 13:53:34 +0200
737991
992exim4 (4.93-13ubuntu1) focal; urgency=medium
993
994 * Merge with Debian unstable. Remaining changes:
995 - Show Ubuntu distribution in SMTP banner
996 + Build-Depends on lsb-release to detect Distribution.
997 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
998
999 -- Bryce Harrington <bryce@canonical.com> Fri, 27 Mar 2020 16:00:03 -0700
1000
738exim4 (4.93-13) unstable; urgency=medium1001exim4 (4.93-13) unstable; urgency=medium
7391002
740 * Update from exim-4.93+fixes:1003 * Update from exim-4.93+fixes:
@@ -746,6 +1009,15 @@ exim4 (4.93-13) unstable; urgency=medium
7461009
747 -- Andreas Metzler <ametzler@debian.org> Sat, 21 Mar 2020 11:39:19 +01001010 -- Andreas Metzler <ametzler@debian.org> Sat, 21 Mar 2020 11:39:19 +0100
7481011
1012exim4 (4.93-12ubuntu1) focal; urgency=medium
1013
1014 * Merge with Debian unstable. Remaining changes:
1015 - Show Ubuntu distribution in SMTP banner
1016 + Build-Depends on lsb-release to detect Distribution.
1017 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1018
1019 -- Bryce Harrington <bryce@canonical.com> Fri, 13 Mar 2020 14:25:38 -0700
1020
749exim4 (4.93-12) unstable; urgency=low1021exim4 (4.93-12) unstable; urgency=low
7501022
751 * Update from exim-4.93+fixes:1023 * Update from exim-4.93+fixes:
@@ -761,6 +1033,15 @@ exim4 (4.93-12) unstable; urgency=low
7611033
762 -- Andreas Metzler <ametzler@debian.org> Sat, 29 Feb 2020 15:53:44 +01001034 -- Andreas Metzler <ametzler@debian.org> Sat, 29 Feb 2020 15:53:44 +0100
7631035
1036exim4 (4.93-11ubuntu1) focal; urgency=medium
1037
1038 * Merge with Debian unstable. Remaining changes:
1039 - Show Ubuntu distribution in SMTP banner
1040 + Build-Depends on lsb-release to detect Distribution.
1041 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1042
1043 -- Bryce Harrington <bryce@canonical.com> Wed, 26 Feb 2020 02:34:11 +0000
1044
764exim4 (4.93-11) unstable; urgency=medium1045exim4 (4.93-11) unstable; urgency=medium
7651046
766 * Update from exim-4.93+fixes:1047 * Update from exim-4.93+fixes:
@@ -780,6 +1061,15 @@ exim4 (4.93-10) unstable; urgency=medium
7801061
781 -- Andreas Metzler <ametzler@debian.org> Sat, 01 Feb 2020 11:06:29 +01001062 -- Andreas Metzler <ametzler@debian.org> Sat, 01 Feb 2020 11:06:29 +0100
7821063
1064exim4 (4.93-9ubuntu1) focal; urgency=medium
1065
1066 * Merge with Debian unstable (LP: #1860051). Remaining changes:
1067 - Show Ubuntu distribution in SMTP banner
1068 - Build-Depends on lsb-release to detect Distribution.
1069 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1070
1071 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Fri, 17 Jan 2020 09:39:13 +0100
1072
783exim4 (4.93-9) unstable; urgency=medium1073exim4 (4.93-9) unstable; urgency=medium
7841074
785 * Add 74_22-Taint-hybrid-checking-mode.patch.1075 * Add 74_22-Taint-hybrid-checking-mode.patch.
@@ -899,6 +1189,25 @@ exim4 (4.93~RC3-1) unstable; urgency=low
8991189
900 -- Andreas Metzler <ametzler@debian.org> Sun, 17 Nov 2019 11:37:15 +01001190 -- Andreas Metzler <ametzler@debian.org> Sun, 17 Nov 2019 11:37:15 +0100
9011191
1192exim4 (4.93~RC2-1ubuntu1) focal; urgency=medium
1193
1194 * Merge with Debian unstable. Remaining changes:
1195 - Show Ubuntu distribution in SMTP banner
1196 + Build-Depends on lsb-release to detect Distribution.
1197 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1198 * Dropped:
1199 - SECURITY UPDATE: remote command execution
1200 + d/p/CVE-2019-15846.patch: ensure not to interpret '\\'
1201 before '\0' in src/string.c
1202 + CVE-2019-15846
1203 [Now in upstream as of 4.92.2-1]
1204 - SECURITY UPDATE: heap-based buffer overflow in string_vformat
1205 + debian/patches/CVE-2019-16928.patch: fix overflow in src/string.c.
1206 + CVE-2019-16928
1207 [Now upstream as of 4.92.3-1]
1208
1209 -- Bryce Harrington <bryce@canonical.com> Wed, 13 Nov 2019 18:56:58 -0800
1210
902exim4 (4.93~RC2-1) unstable; urgency=low1211exim4 (4.93~RC2-1) unstable; urgency=low
9031212
904 * New upstream beta version.1213 * New upstream beta version.
@@ -1055,6 +1364,42 @@ exim4 (4.92.1-2) unstable; urgency=medium
10551364
1056 -- Andreas Metzler <ametzler@debian.org> Wed, 14 Aug 2019 09:25:28 +02001365 -- Andreas Metzler <ametzler@debian.org> Wed, 14 Aug 2019 09:25:28 +0200
10571366
1367exim4 (4.92.1-1ubuntu4) focal; urgency=medium
1368
1369 * No-change rebuild for the perl update.
1370
1371 -- Matthias Klose <doko@ubuntu.com> Fri, 18 Oct 2019 19:27:29 +0000
1372
1373exim4 (4.92.1-1ubuntu3) eoan; urgency=medium
1374
1375 * SECURITY UPDATE: heap-based buffer overflow in string_vformat
1376 - debian/patches/CVE-2019-16928.patch: fix overflow in src/string.c.
1377 - CVE-2019-16928
1378
1379 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Sat, 28 Sep 2019 11:05:50 -0400
1380
1381exim4 (4.92.1-1ubuntu2) eoan; urgency=medium
1382
1383 * SECURITY UPDATE: remote command execution
1384 - debian/patches/CVE-2019-15846.patch: ensure not to interpret '\\'
1385 before '\0' in src/string.c
1386 - CVE-2019-15846
1387
1388 -- Alex Murray <alex.murray@canonical.com> Thu, 05 Sep 2019 11:29:48 +0930
1389
1390exim4 (4.92.1-1ubuntu1) eoan; urgency=medium
1391
1392 * Merge with Debian unstable. Remaining changes:
1393 - Show Ubuntu distribution in SMTP banner
1394 + Build-Depends on lsb-release to detect Distribution.
1395 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1396 * Dropped:
1397 - d/p/CVE-2019-13917.patch: avoid re-expansion in ${sort } in
1398 src/expand.c.
1399 [Fixed in 4.92.1]
1400
1401 -- Bryce Harrington <bryce@canonical.com> Mon, 12 Aug 2019 19:18:33 -0700
1402
1058exim4 (4.92.1-1) unstable; urgency=low1403exim4 (4.92.1-1) unstable; urgency=low
10591404
1060 * New upstream bugfix release. (4.92.1 is 4.92 + the fix for CVE-2019-13917,1405 * New upstream bugfix release. (4.92.1 is 4.92 + the fix for CVE-2019-13917,
@@ -1125,6 +1470,24 @@ exim4 (4.92-8) unstable; urgency=low
11251470
1126 -- Andreas Metzler <ametzler@debian.org> Sat, 08 Jun 2019 17:37:43 +02001471 -- Andreas Metzler <ametzler@debian.org> Sat, 08 Jun 2019 17:37:43 +0200
11271472
1473exim4 (4.92-7ubuntu2) eoan; urgency=medium
1474
1475 * SECURITY UPDATE: code execution via ${sort }
1476 - debian/patches/CVE-2019-13917.patch: avoid re-expansion in ${sort }
1477 in src/expand.c.
1478 - CVE-2019-13917
1479
1480 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 25 Jul 2019 12:58:39 -0400
1481
1482exim4 (4.92-7ubuntu1) eoan; urgency=medium
1483
1484 * Merge with Debian unstable. Remaining changes:
1485 - Show Ubuntu distribution in SMTP banner
1486 + Build-Depends on lsb-release to detect Distribution.
1487 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1488
1489 -- Bryce Harrington <bryce@canonical.com> Mon, 13 May 2019 13:48:18 -0700
1490
1128exim4 (4.92-7) unstable; urgency=medium1491exim4 (4.92-7) unstable; urgency=medium
11291492
1130 * Upload to unstable.1493 * Upload to unstable.
@@ -1152,6 +1515,15 @@ exim4 (4.92-5) unstable; urgency=medium
11521515
1153 -- Andreas Metzler <ametzler@debian.org> Sun, 07 Apr 2019 13:39:31 +02001516 -- Andreas Metzler <ametzler@debian.org> Sun, 07 Apr 2019 13:39:31 +0200
11541517
1518exim4 (4.92-4ubuntu1) disco; urgency=medium
1519
1520 * Merge with Debian unstable (LP: #1821339). Remaining changes:
1521 * Show Ubuntu distribution in SMTP banner
1522 - Build-Depends on lsb-release to detect Distribution.
1523 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1524
1525 -- Karl Stenerud <karl.stenerud@canonical.com> Mon, 25 Mar 2019 12:02:33 +0100
1526
1155exim4 (4.92-4) unstable; urgency=medium1527exim4 (4.92-4) unstable; urgency=medium
11561528
1157 * Another patch from exim-4.92+fixes branch:1529 * Another patch from exim-4.92+fixes branch:
@@ -1170,6 +1542,15 @@ exim4 (4.92-3) unstable; urgency=medium
11701542
1171 -- Andreas Metzler <ametzler@debian.org> Wed, 20 Mar 2019 17:01:29 +01001543 -- Andreas Metzler <ametzler@debian.org> Wed, 20 Mar 2019 17:01:29 +0100
11721544
1545exim4 (4.92-2ubuntu1) disco; urgency=medium
1546
1547 * Merge with Debian unstable (LP: #1818444). Remaining changes:
1548 - Show Ubuntu distribution in SMTP banner
1549 + Build-Depends on lsb-release to detect Distribution.
1550 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1551
1552 -- Karl Stenerud <kstenerud@gmail.com> Tue, 05 Mar 2019 10:55:48 +0100
1553
1173exim4 (4.92-2) unstable; urgency=medium1554exim4 (4.92-2) unstable; urgency=medium
11741555
1175 * Upload to unstable.1556 * Upload to unstable.
@@ -1226,6 +1607,21 @@ exim4 (4.92~RC4-3) unstable; urgency=medium
12261607
1227 -- Andreas Metzler <ametzler@debian.org> Sun, 20 Jan 2019 17:52:39 +01001608 -- Andreas Metzler <ametzler@debian.org> Sun, 20 Jan 2019 17:52:39 +0100
12281609
1610exim4 (4.92~RC4-2ubuntu2) disco; urgency=medium
1611
1612 * No-change rebuild against libmysqlclient21
1613
1614 -- Steve Langasek <steve.langasek@ubuntu.com> Fri, 01 Feb 2019 16:57:54 +0000
1615
1616exim4 (4.92~RC4-2ubuntu1) disco; urgency=medium
1617
1618 * Merge with Debian unstable (LP: #1811095). Remaining changes:
1619 - Show Ubuntu distribution in SMTP banner
1620 + Build-Depends on lsb-release to detect Distribution.
1621 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1622
1623 -- Karl Stenerud <kstenerud@gmail.com> Thu, 10 Jan 2019 16:41:45 +0100
1624
1229exim4 (4.92~RC4-2) unstable; urgency=medium1625exim4 (4.92~RC4-2) unstable; urgency=medium
12301626
1231 * Upload to unstable.1627 * Upload to unstable.
@@ -1319,6 +1715,22 @@ exim4 (4.91-7) unstable; urgency=low
13191715
1320 -- Andreas Metzler <ametzler@debian.org> Sun, 26 Aug 2018 11:33:15 +02001716 -- Andreas Metzler <ametzler@debian.org> Sun, 26 Aug 2018 11:33:15 +0200
13211717
1718exim4 (4.91-6ubuntu2) disco; urgency=medium
1719
1720 * No-change rebuild for the perl 5.28 transition.
1721
1722 -- Adam Conrad <adconrad@ubuntu.com> Fri, 02 Nov 2018 18:08:13 -0600
1723
1724exim4 (4.91-6ubuntu1) cosmic; urgency=medium
1725
1726 * Merge with Debian unstable. Remaining changes:
1727 - Show Ubuntu distribution in SMTP banner
1728 + Build-Depends on lsb-release to detect Distribution.
1729 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1730 [DEP3 header updated to indicate it has been forwarded to Debian]
1731
1732 -- Andreas Hasenack <andreas@canonical.com> Mon, 30 Jul 2018 15:35:06 -0300
1733
1322exim4 (4.91-6) unstable; urgency=low1734exim4 (4.91-6) unstable; urgency=low
13231735
1324 * Update from exim-4_91+fixes branch:1736 * Update from exim-4_91+fixes branch:
@@ -1330,6 +1742,16 @@ exim4 (4.91-6) unstable; urgency=low
13301742
1331 -- Andreas Metzler <ametzler@debian.org> Fri, 20 Jul 2018 11:21:24 +02001743 -- Andreas Metzler <ametzler@debian.org> Fri, 20 Jul 2018 11:21:24 +0200
13321744
1745exim4 (4.91-5ubuntu1) cosmic; urgency=medium
1746
1747 * Merge with Debian unstable. Remaining changes:
1748 - Show Ubuntu distribution in SMTP banner
1749 - Build-Depends on lsb-release to detect Distribution.
1750 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1751 [DEP3 header updated to indicate it has been forwarded to Debian]
1752
1753 -- Andreas Hasenack <andreas@canonical.com> Tue, 03 Jul 2018 11:13:08 -0300
1754
1333exim4 (4.91-5) unstable; urgency=medium1755exim4 (4.91-5) unstable; urgency=medium
13341756
1335 * Update from exim-4_91+fixes branch:1757 * Update from exim-4_91+fixes branch:
@@ -1339,6 +1761,15 @@ exim4 (4.91-5) unstable; urgency=medium
13391761
1340 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Jun 2018 18:10:39 +02001762 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Jun 2018 18:10:39 +0200
13411763
1764exim4 (4.91-4ubuntu1) cosmic; urgency=medium
1765
1766 * Merge from Debian testing, Remaining changes:
1767 - Show Ubuntu distribution in SMTP banner
1768 - Build-Depends on lsb-release to detect Distribution.
1769 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1770
1771 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 30 May 2018 12:46:14 +0200
1772
1342exim4 (4.91-4) unstable; urgency=medium1773exim4 (4.91-4) unstable; urgency=medium
13431774
1344 * Update from exim-4_91+fixes branch:1775 * Update from exim-4_91+fixes branch:
@@ -1457,6 +1888,15 @@ exim4 (4.90.1-2) unstable; urgency=medium
14571888
1458 -- Andreas Metzler <ametzler@debian.org> Sat, 10 Mar 2018 14:25:51 +01001889 -- Andreas Metzler <ametzler@debian.org> Sat, 10 Mar 2018 14:25:51 +0100
14591890
1891exim4 (4.90.1-1ubuntu1) bionic; urgency=medium
1892
1893 * Merge from Debian testing, Remaining changes:
1894 - Show Ubuntu distribution in SMTP banner
1895 - Build-Depends on lsb-release to detect Distribution.
1896 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1897
1898 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 14 Feb 2018 17:01:14 +0100
1899
1460exim4 (4.90.1-1) unstable; urgency=high1900exim4 (4.90.1-1) unstable; urgency=high
14611901
1462 * New upstream version, fixing CVE-2018-6789. Closes: #8900001902 * New upstream version, fixing CVE-2018-6789. Closes: #890000
@@ -1651,6 +2091,15 @@ exim4 (4.89-10) unstable; urgency=critical
16512091
1652 -- Andreas Metzler <ametzler@debian.org> Sat, 25 Nov 2017 11:43:24 +01002092 -- Andreas Metzler <ametzler@debian.org> Sat, 25 Nov 2017 11:43:24 +0100
16532093
2094exim4 (4.89-9ubuntu1) bionic; urgency=medium
2095
2096 * Merge from Debian unstable, Remaining changes:
2097 - Show Ubuntu distribution in SMTP banner
2098 - Build-Depends on lsb-release to detect Distribution.
2099 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
2100
2101 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 16 Nov 2017 10:02:23 +0100
2102
1654exim4 (4.89-9) unstable; urgency=medium2103exim4 (4.89-9) unstable; urgency=medium
16552104
1656 * Upload to unstable.2105 * Upload to unstable.
@@ -1693,6 +2142,42 @@ exim4 (4.89-6) unstable; urgency=medium
16932142
1694 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Sep 2017 15:29:39 +02002143 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Sep 2017 15:29:39 +0200
16952144
2145exim4 (4.89-5ubuntu1.3) artful-security; urgency=medium
2146
2147 * SECURITY UPDATE: Buffer overflow in base64d()
2148 - debian/patches/CVE-2018-6789.patch: fix overflow in src/base64.c.
2149 - CVE-2018-6789
2150
2151 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Sat, 10 Feb 2018 14:12:27 -0500
2152
2153exim4 (4.89-5ubuntu1.2) artful-security; urgency=medium
2154
2155 * SECURITY UPDATE: stack-exhaustion remote DoS
2156 - debian/patches/CVE-2017-16944.patch: do not treat the first lonely
2157 dot special in src/receive.c, src/smtp_in.c.
2158 - CVE-2017-16944
2159
2160 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Wed, 29 Nov 2017 08:59:31 -0500
2161
2162exim4 (4.89-5ubuntu1.1) artful-security; urgency=medium
2163
2164 * SECURITY UPDATE: remote code execution via use-after-free
2165 - debian/patches/CVE-2017-16943.patch: avoid release of store if there
2166 have been later allocations in src/receive.c.
2167 - CVE-2017-16943
2168
2169 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Mon, 27 Nov 2017 07:37:47 -0500
2170
2171exim4 (4.89-5ubuntu1) artful; urgency=medium
2172
2173 * Merge from Debian testing.
2174 Remaining changes:
2175 - Show Ubuntu distribution in SMTP banner
2176 - Build-Depends on lsb-release to detect Distribution.
2177 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
2178
2179 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 16 Aug 2017 15:42:47 +0200
2180
1696exim4 (4.89-5) unstable; urgency=medium2181exim4 (4.89-5) unstable; urgency=medium
16972182
1698 * Update to exim-4_89+fixes branch:2183 * Update to exim-4_89+fixes branch:
@@ -1737,6 +2222,20 @@ exim4 (4.89-4) unstable; urgency=low
17372222
1738 -- Andreas Metzler <ametzler@debian.org> Sat, 15 Jul 2017 12:46:16 +02002223 -- Andreas Metzler <ametzler@debian.org> Sat, 15 Jul 2017 12:46:16 +0200
17392224
2225exim4 (4.89-3ubuntu2) artful; urgency=medium
2226
2227 * No-change rebuild for perl 5.26.0.
2228
2229 -- Matthias Klose <doko@ubuntu.com> Wed, 26 Jul 2017 20:02:24 +0000
2230
2231exim4 (4.89-3ubuntu1) artful; urgency=medium
2232
2233 * Merge from Debian. Remaining changes:
2234 - Show Ubuntu distribution in SMTP banner.
2235 - Build-Depends on lsb-release (needed for the Ubuntu SMTP banner patch)
2236
2237 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Tue, 27 Jun 2017 10:20:42 -0400
2238
1740exim4 (4.89-3) unstable; urgency=high2239exim4 (4.89-3) unstable; urgency=high
17412240
1742 * Re-upload to unstable.2241 * Re-upload to unstable.
@@ -1749,6 +2248,15 @@ exim4 (4.89-2+deb9u1) stretch-security; urgency=medium
17492248
1750 -- <jmm@debian.org> Wed, 14 Jun 2017 07:03:07 +02002249 -- <jmm@debian.org> Wed, 14 Jun 2017 07:03:07 +0200
17512250
2251exim4 (4.89-2ubuntu1) artful; urgency=medium
2252
2253 * Merge from Debian testing.
2254 Remaining changes:
2255 + Show Ubuntu distribution in SMTP banner.
2256 + Build-Depends on lsb-release (needed for the Ubuntu SMTP banner patch)
2257
2258 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 01 Jun 2017 11:58:00 +0200
2259
1752exim4 (4.89-2) unstable; urgency=medium2260exim4 (4.89-2) unstable; urgency=medium
17532261
1754 * Revert addition of header "# pidfile: /var/run/exim4/exim.pid" to2262 * Revert addition of header "# pidfile: /var/run/exim4/exim.pid" to
@@ -1840,6 +2348,17 @@ exim4 (4.89~RC1-1) unstable; urgency=low
18402348
1841 -- Andreas Metzler <ametzler@debian.org> Tue, 31 Jan 2017 19:52:50 +01002349 -- Andreas Metzler <ametzler@debian.org> Tue, 31 Jan 2017 19:52:50 +0100
18422350
2351exim4 (4.88-5ubuntu1) zesty; urgency=medium
2352
2353 * Merge from Debian unstable.
2354 Version 4.88 fixes CVE-2016-9963 (LP: #1654750) and symlink
2355 local root escalation (LP: #1580454)
2356 Remaining changes:
2357 + Show Ubuntu distribution in SMTP banner.
2358 + Build-Depends on lsb-release (needed for the Ubuntu SMTP banner patch)
2359
2360 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 24 Jan 2017 10:15:09 +0100
2361
1843exim4 (4.88-5) unstable; urgency=medium2362exim4 (4.88-5) unstable; urgency=medium
18442363
1845 * 78_Disable-chunking-BDAT-by-default.patch: Change default value of main2364 * 78_Disable-chunking-BDAT-by-default.patch: Change default value of main
@@ -1992,6 +2511,20 @@ exim4 (4.88~RC1-1) experimental; urgency=low
19922511
1993 -- Andreas Metzler <ametzler@debian.org> Sun, 25 Sep 2016 15:44:00 +02002512 -- Andreas Metzler <ametzler@debian.org> Sun, 25 Sep 2016 15:44:00 +0200
19942513
2514exim4 (4.87-3ubuntu2) zesty; urgency=medium
2515
2516 * No-change rebuild for perl 5.24 transition
2517
2518 -- Iain Lane <iain@orangesquash.org.uk> Mon, 24 Oct 2016 10:08:10 +0100
2519
2520exim4 (4.87-3ubuntu1) yakkety; urgency=medium
2521
2522 * Merge from Debian unstable. Remaining changes:
2523 + Show Ubuntu distribution in SMTP banner.
2524 + Build-Depends on lsb-release (needed for the Ubuntu SMTP banner patch)
2525
2526 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 26 Jul 2016 13:30:09 +0200
2527
1995exim4 (4.87-3) unstable; urgency=medium2528exim4 (4.87-3) unstable; urgency=medium
19962529
1997 * Pull multiple patches from upstream GIT:2530 * Pull multiple patches from upstream GIT:
@@ -2165,6 +2698,48 @@ exim4 (4.87~RC1-1) experimental; urgency=medium
21652698
2166 -- Andreas Metzler <ametzler@debian.org> Fri, 11 Dec 2015 20:15:30 +01002699 -- Andreas Metzler <ametzler@debian.org> Fri, 11 Dec 2015 20:15:30 +0100
21672700
2701exim4 (4.86.2-2ubuntu2.3) xenial-security; urgency=medium
2702
2703 * SECURITY UPDATE: Buffer overflow in base64d()
2704 - debian/patches/CVE-2018-6789.patch: fix overflow in
2705 src/auths/b64decode.c.
2706 - CVE-2018-6789
2707
2708 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Sat, 10 Feb 2018 14:18:40 -0500
2709
2710exim4 (4.86.2-2ubuntu2.2) xenial-security; urgency=medium
2711
2712 * SECURITY UPDATE: memory leak
2713 - debian/patches/93_CVE-2017-1000368.patch: free -p argument if
2714 allocation was required.
2715 - CVE-2017-1000368
2716
2717 -- Steve Beattie <sbeattie@ubuntu.com> Fri, 02 Jun 2017 22:07:28 -0700
2718
2719exim4 (4.86.2-2ubuntu2.1) xenial-security; urgency=medium
2720
2721 * SECURITY UPDATE: DKIM information leakage
2722 - debian/patches/CVE-2016-9963.patch: fix information leakage in
2723 src/dkim.c, src/transports/smtp.c.
2724 - CVE-2016-9963
2725
2726 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 05 Jan 2017 08:29:10 -0500
2727
2728exim4 (4.86.2-2ubuntu2) xenial; urgency=medium
2729
2730 * Rebuild against libmysqlclient20.
2731
2732 -- Robie Basak <robie.basak@ubuntu.com> Tue, 05 Apr 2016 12:21:41 +0000
2733
2734exim4 (4.86.2-2ubuntu1) xenial; urgency=medium
2735
2736 * Merge from Debian unstable. Remaining changes:
2737 - debian.control, debian/patches/fix_smtp_banner.patch
2738 + Show Ubuntu distribution in SMTP banner.
2739 + Build-Depends on lsb-release.
2740
2741 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Tue, 15 Mar 2016 11:56:18 -0400
2742
2168exim4 (4.86.2-2) unstable; urgency=high2743exim4 (4.86.2-2) unstable; urgency=high
21692744
2170 * Bump exim4-config Breaks to exim4-daemon-* (<< 4.86.2). Closes: #8167902745 * Bump exim4-config Breaks to exim4-daemon-* (<< 4.86.2). Closes: #816790
@@ -2186,6 +2761,27 @@ exim4 (4.86.2-1) unstable; urgency=high
21862761
2187 -- Andreas Metzler <ametzler@debian.org> Tue, 01 Mar 2016 19:34:39 +01002762 -- Andreas Metzler <ametzler@debian.org> Tue, 01 Mar 2016 19:34:39 +0100
21882763
2764exim4 (4.86-7ubuntu3) xenial; urgency=medium
2765
2766 * No-change rebuild for gnutls transition.
2767
2768 -- Matthias Klose <doko@ubuntu.com> Wed, 17 Feb 2016 22:40:56 +0000
2769
2770exim4 (4.86-7ubuntu2) xenial; urgency=medium
2771
2772 * Rebuild for Perl 5.22.1.
2773
2774 -- Colin Watson <cjwatson@ubuntu.com> Fri, 18 Dec 2015 10:30:54 +0000
2775
2776exim4 (4.86-7ubuntu1) xenial; urgency=medium
2777
2778 * Merge from Debian unstable. Remaining changes:
2779 - debian.control, debian/patches/fix_smtp_banner.patch
2780 + Show Ubuntu distribution in SMTP banner.
2781 + Build-Depends on lsb-release.
2782
2783 -- Pierre-André MOREY <pierre-andre.morey@canonical.com> Mon, 14 Dec 2015 14:23:51 +0100
2784
2189exim4 (4.86-7) unstable; urgency=medium2785exim4 (4.86-7) unstable; urgency=medium
21902786
2191 * Allow arch-indep build (dpkg-buildpackage -A). Closes: #8060232787 * Allow arch-indep build (dpkg-buildpackage -A). Closes: #806023
@@ -2236,6 +2832,15 @@ exim4 (4.86-4) unstable; urgency=medium
22362832
2237 -- Andreas Metzler <ametzler@debian.org> Sat, 17 Oct 2015 15:01:01 +02002833 -- Andreas Metzler <ametzler@debian.org> Sat, 17 Oct 2015 15:01:01 +0200
22382834
2835exim4 (4.86-3ubuntu1) wily; urgency=medium
2836
2837 * Merge from Debian unstable. (LP: #1485369) Remaining changes:
2838 - debian/control, debian/patches/fix_smtp_banner.patch:
2839 + Show Ubuntu distribution in SMTP banner.
2840 + Build-Depends on lsb-release.
2841
2842 -- Artur Rona <ari-tczew@ubuntu.com> Thu, 17 Sep 2015 13:18:20 +0100
2843
2239exim4 (4.86-3) unstable; urgency=medium2844exim4 (4.86-3) unstable; urgency=medium
22402845
2241 * Pull three patches from upstream git:2846 * Pull three patches from upstream git:
@@ -2276,6 +2881,15 @@ exim4 (4.86~RC5-1) unstable; urgency=medium
22762881
2277 -- Andreas Metzler <ametzler@debian.org> Sat, 18 Jul 2015 11:46:11 +02002882 -- Andreas Metzler <ametzler@debian.org> Sat, 18 Jul 2015 11:46:11 +0200
22782883
2884exim4 (4.86~RC4-2ubuntu1) wily; urgency=low
2885
2886 * Merge from Debian unstable. (LP: #1166671) Remaining changes:
2887 - debian/control, debian/patches/fix_smtp_banner.patch:
2888 + Show Ubuntu distribution in SMTP banner.
2889 + Build-Depends on lsb-release.
2890
2891 -- Artur Rona <ari-tczew@ubuntu.com> Mon, 06 Jul 2015 12:09:36 +0200
2892
2279exim4 (4.86~RC4-2) unstable; urgency=medium2893exim4 (4.86~RC4-2) unstable; urgency=medium
22802894
2281 * Drop libmysqlclient15-dev alternative build-dependency. Closes: #7904632895 * Drop libmysqlclient15-dev alternative build-dependency. Closes: #790463
@@ -2440,6 +3054,18 @@ exim4 (4.85~RC1+dfsg-1) experimental; urgency=medium
24403054
2441 -- Andreas Metzler <ametzler@debian.org> Tue, 18 Nov 2014 19:28:20 +01003055 -- Andreas Metzler <ametzler@debian.org> Tue, 18 Nov 2014 19:28:20 +0100
24423056
3057exim4 (4.84-8ubuntu1) vivid; urgency=low
3058
3059 * Merge from Debian unstable. (LP: #1434300) Remaining changes:
3060 - debian/control, debian/patches/fix_smtp_banner.patch:
3061 + Show Ubuntu distribution in SMTP banner.
3062 + Build-Depends on lsb-release.
3063 - debian/control:
3064 + Don't provide default-mta; in Ubuntu,
3065 we want postfix to be the default.
3066
3067 -- Artur Rona <ari-tczew@ubuntu.com> Thu, 19 Mar 2015 00:15:40 +0100
3068
2443exim4 (4.84-8) unstable; urgency=medium3069exim4 (4.84-8) unstable; urgency=medium
24443070
2445 * Pull 83_Remove-limit-on-remove_headers-item-size.-Bug-1533.patch and3071 * Pull 83_Remove-limit-on-remove_headers-item-size.-Bug-1533.patch and
@@ -2457,6 +3083,15 @@ exim4 (4.84-7) unstable; urgency=medium
24573083
2458 -- Andreas Metzler <ametzler@debian.org> Sat, 07 Feb 2015 15:12:33 +01003084 -- Andreas Metzler <ametzler@debian.org> Sat, 07 Feb 2015 15:12:33 +0100
24593085
3086exim4 (4.84-6ubuntu1) vivid; urgency=medium
3087
3088 * Resynchronise with Debian. Remaining changes:
3089 - Show Ubuntu distribution in SMTP banner.
3090 - Don't provide default-mta; in Ubuntu, we want postfix to be the
3091 default.
3092
3093 -- Colin Watson <cjwatson@ubuntu.com> Wed, 14 Jan 2015 11:26:29 +0000
3094
2460exim4 (4.84-6) unstable; urgency=medium3095exim4 (4.84-6) unstable; urgency=medium
24613096
2462 * Revert init script's restart order change in 4.84-4 for the time being.3097 * Revert init script's restart order change in 4.84-4 for the time being.
@@ -2465,6 +3100,15 @@ exim4 (4.84-6) unstable; urgency=medium
24653100
2466 -- Andreas Metzler <ametzler@debian.org> Sun, 21 Dec 2014 14:07:12 +01003101 -- Andreas Metzler <ametzler@debian.org> Sun, 21 Dec 2014 14:07:12 +0100
24673102
3103exim4 (4.84-5ubuntu1) vivid; urgency=medium
3104
3105 * Resynchronise with Debian. Remaining changes:
3106 - Show Ubuntu distribution in SMTP banner.
3107 - Don't provide default-mta; in Ubuntu, we want postfix to be the
3108 default.
3109
3110 -- Colin Watson <cjwatson@ubuntu.com> Thu, 18 Dec 2014 15:26:17 +0000
3111
2468exim4 (4.84-5) unstable; urgency=medium3112exim4 (4.84-5) unstable; urgency=medium
24693113
2470 * 82_quoted-or-r-2047-encoded.diff pulled from upstream git (sans3114 * 82_quoted-or-r-2047-encoded.diff pulled from upstream git (sans
@@ -2472,6 +3116,15 @@ exim4 (4.84-5) unstable; urgency=medium
24723116
2473 -- Andreas Metzler <ametzler@debian.org> Wed, 17 Dec 2014 19:03:39 +01003117 -- Andreas Metzler <ametzler@debian.org> Wed, 17 Dec 2014 19:03:39 +0100
24743118
3119exim4 (4.84-4ubuntu1) vivid; urgency=medium
3120
3121 * Resynchronise with Debian. Remaining changes:
3122 - Show Ubuntu distribution in SMTP banner.
3123 - Don't provide default-mta; in Ubuntu, we want postfix to be the
3124 default.
3125
3126 -- Colin Watson <cjwatson@ubuntu.com> Tue, 02 Dec 2014 15:28:46 +0000
3127
2475exim4 (4.84-4) unstable; urgency=medium3128exim4 (4.84-4) unstable; urgency=medium
24763129
2477 * Unset message_prefix/message_sufix in maildrop_pipe transport. Maildrop3130 * Unset message_prefix/message_sufix in maildrop_pipe transport. Maildrop
@@ -2486,6 +3139,15 @@ exim4 (4.84-4) unstable; urgency=medium
24863139
2487 -- Andreas Metzler <ametzler@debian.org> Sun, 30 Nov 2014 08:24:04 +01003140 -- Andreas Metzler <ametzler@debian.org> Sun, 30 Nov 2014 08:24:04 +0100
24883141
3142exim4 (4.84-3ubuntu1) vivid; urgency=medium
3143
3144 * Resynchronise with Debian. Remaining changes:
3145 - Show Ubuntu distribution in SMTP banner.
3146 - Don't provide default-mta; in Ubuntu, we want postfix to be the
3147 default.
3148
3149 -- Colin Watson <cjwatson@ubuntu.com> Tue, 11 Nov 2014 13:43:35 +0000
3150
2489exim4 (4.84-3) unstable; urgency=medium3151exim4 (4.84-3) unstable; urgency=medium
24903152
2491 * Apply patch to Italian (it) debconf template translation, thanks to3153 * Apply patch to Italian (it) debconf template translation, thanks to
@@ -2515,6 +3177,24 @@ exim4 (4.84~RC2-1) unstable; urgency=medium
25153177
2516 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Aug 2014 07:42:00 +02003178 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Aug 2014 07:42:00 +0200
25173179
3180exim4 (4.84~RC1-3ubuntu2) utopic; urgency=medium
3181
3182 * Rebuild for Perl 5.20.0.
3183
3184 -- Colin Watson <cjwatson@ubuntu.com> Thu, 21 Aug 2014 12:18:13 +0100
3185
3186exim4 (4.84~RC1-3ubuntu1) utopic; urgency=low
3187
3188 * Merge from Debian unstable (LP: #1351470). Remaining changes:
3189 - Show Ubuntu distribution on smtp:
3190 + debian/patches/fix_smtp_banner.patch: updated SMTP banner
3191 with Ubuntu distribution
3192 + debian/control: added lsb-release build dependency
3193 - Don't provide default-mta; in Ubuntu, we want postfix to be the
3194 default.
3195
3196 -- Corey Bryant <corey.bryant@canonical.com> Mon, 04 Aug 2014 11:48:39 -0400
3197
2518exim4 (4.84~RC1-3) unstable; urgency=medium3198exim4 (4.84~RC1-3) unstable; urgency=medium
25193199
2520 * Third try. Simply comment *custom* in debian/control.3200 * Third try. Simply comment *custom* in debian/control.
@@ -2583,6 +3263,18 @@ exim4 (4.83~RC1-1) experimental; urgency=medium
25833263
2584 -- Andreas Metzler <ametzler@debian.org> Thu, 29 May 2014 13:09:04 +02003264 -- Andreas Metzler <ametzler@debian.org> Thu, 29 May 2014 13:09:04 +0200
25853265
3266exim4 (4.82.1-2ubuntu1) utopic; urgency=low
3267
3268 * Merge from Debian unstable (LP: #1348074). Remaining changes:
3269 - Show Ubuntu distribution on smtp:
3270 + debian/patches/fix_smtp_banner.patch: updated SMTP banner
3271 with Ubuntu distribution
3272 + debian/control: added lsb-release build dependency
3273 - Don't provide default-mta; in Ubuntu, we want postfix to be the
3274 default.
3275
3276 -- Robie Basak <robie.basak@ubuntu.com> Fri, 25 Jul 2014 15:53:09 +0000
3277
2586exim4 (4.82.1-2) unstable; urgency=high3278exim4 (4.82.1-2) unstable; urgency=high
25873279
2588 * [87_double_expansion.diff] from upstream. Stop unwanted double expansion3280 * [87_double_expansion.diff] from upstream. Stop unwanted double expansion
@@ -2600,6 +3292,18 @@ exim4 (4.82.1-1) unstable; urgency=high
26003292
2601 -- Andreas Metzler <ametzler@debian.org> Wed, 28 May 2014 19:01:43 +02003293 -- Andreas Metzler <ametzler@debian.org> Wed, 28 May 2014 19:01:43 +0200
26023294
3295exim4 (4.82-8ubuntu1) utopic; urgency=medium
3296
3297 * Merge from Debian unstable. Remaining changes:
3298 - Show Ubuntu distribution on smtp:
3299 + debian/patches/fix_smtp_banner.patch: updated SMTP banner
3300 with Ubuntu distribution
3301 + debian/control: added lsb-release build dependency
3302 - Don't provide default-mta; in Ubuntu, we want postfix to be the
3303 default.
3304
3305 -- Dimitri John Ledkov <xnox@ubuntu.com> Sat, 17 May 2014 01:50:20 +0100
3306
2603exim4 (4.82-8) unstable; urgency=medium3307exim4 (4.82-8) unstable; urgency=medium
26043308
2605 * Now that GMP has been relicensed to LGPLv3+/GPLv2+ build exim against3309 * Now that GMP has been relicensed to LGPLv3+/GPLv2+ build exim against
@@ -2663,6 +3367,78 @@ exim4 (4.82-4) unstable; urgency=medium
26633367
2664 -- Andreas Metzler <ametzler@debian.org> Sun, 09 Feb 2014 19:41:34 +01003368 -- Andreas Metzler <ametzler@debian.org> Sun, 09 Feb 2014 19:41:34 +0100
26653369
3370exim4 (4.82-3ubuntu2.4) trusty-security; urgency=medium
3371
3372 * SECURITY UPDATE: Buffer overflow in base64d()
3373 - debian/patches/CVE-2018-6789.patch: fix overflow in
3374 src/auths/b64decode.c.
3375 - CVE-2018-6789
3376
3377 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Sat, 10 Feb 2018 14:19:43 -0500
3378
3379exim4 (4.82-3ubuntu2.3) trusty-security; urgency=medium
3380
3381 * SECURITY UPDATE: memory leak
3382 - debian/patches/CVE-2017-1000368.patch: free -p argument if
3383 allocation was required.
3384 - CVE-2017-1000368
3385
3386 -- Steve Beattie <sbeattie@ubuntu.com> Fri, 02 Jun 2017 22:44:35 -0700
3387
3388exim4 (4.82-3ubuntu2.2) trusty-security; urgency=medium
3389
3390 * SECURITY UPDATE: DKIM information leakage
3391 - debian/patches/CVE-2016-9963.patch: fix information leakage in
3392 src/dkim.c, src/transports/smtp.c.
3393 - CVE-2016-9963
3394
3395 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 05 Jan 2017 08:31:06 -0500
3396
3397exim4 (4.82-3ubuntu2.1) trusty-security; urgency=medium
3398
3399 * SECURITY UPDATE: privilege escalation via crafted lookup value
3400 - debian/patches/CVE-2014-2972.patch: only expand integers for integer
3401 math once.
3402 - CVE-2014-2972
3403 * SECURITY UPDATE: privilege escalation when used with perl_startup
3404 - debian/patches/CVE-2016-1531.patch: add new add_environment and
3405 keep_environment configuration options.
3406 - debian/patches/CVE-2016-1531-2.patch: don't issue env warning if env
3407 is empty.
3408 - debian/patches/CVE-2016-1531-3.patch: store the initial working
3409 directory, expand $initial_cwd.
3410 - debian/patches/CVE-2016-1531-4.patch: delay chdir(/) until we opened
3411 the main config.
3412 - Add macros MAIN_KEEP_ENVIRONMENT and MAIN_ADD_ENVIRONMENT to set the
3413 new options. Set "keep_environment =" by default to avoid a runtime
3414 warning.
3415 - Bump exim4-config Breaks to exim4-daemon-* (<< 4.82-3ubuntu2.1).
3416 - debian/exim4-config.NEWS: Add entry to warn of potential breakage.
3417 - CVE-2016-1531
3418 * WARNING: This update may break existing installations.
3419
3420 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Mon, 14 Mar 2016 12:57:00 -0400
3421
3422exim4 (4.82-3ubuntu2) trusty; urgency=medium
3423
3424 * debian/tests/control: Add missing python test dependency, as
3425 debian/tests/security calls python.
3426
3427 -- Martin Pitt <martin.pitt@ubuntu.com> Tue, 25 Feb 2014 17:33:13 +0100
3428
3429exim4 (4.82-3ubuntu1) trusty; urgency=low
3430
3431 * Merge from Debian unstable (LP: #1259620). Remaining changes:
3432 - Show Ubuntu distribution on smtp:
3433 + debian/patches/fix_smtp_banner.patch: updated SMTP banner
3434 with Ubuntu distribution
3435 + debian/control: added lsb-release build dependency
3436 - Don't provide default-mta; in Ubuntu, we want postfix to be the
3437 default.
3438 - Build-depend on db5.3.
3439
3440 -- Yolanda Robla <yolanda.robla@canonical.com> Tue, 10 Dec 2013 17:07:20 +0000
3441
2666exim4 (4.82-3) unstable; urgency=low3442exim4 (4.82-3) unstable; urgency=low
26673443
2668 * Upload to unstable.3444 * Upload to unstable.
@@ -2743,6 +3519,21 @@ exim4 (4.82~rc1-1) experimental; urgency=low
27433519
2744 -- Andreas Metzler <ametzler@debian.org> Sun, 29 Sep 2013 14:43:25 +02003520 -- Andreas Metzler <ametzler@debian.org> Sun, 29 Sep 2013 14:43:25 +0200
27453521
3522exim4 (4.80-9ubuntu2) trusty; urgency=low
3523
3524 * Build-depend on libdb5.3-dev, instead of libdb5.1-dev.
3525
3526 -- Dmitrijs Ledkovs <xnox@ubuntu.com> Mon, 04 Nov 2013 12:14:54 +0000
3527
3528exim4 (4.80-9ubuntu1) trusty; urgency=low
3529
3530 * Resynchronise with Debian. Remaining changes:
3531 - Don't provide default-mta; in Ubuntu, we want postfix to be the
3532 default.
3533 - Add "Ubuntu" to SMTP banner.
3534
3535 -- Colin Watson <cjwatson@ubuntu.com> Mon, 28 Oct 2013 11:55:21 -0700
3536
2746exim4 (4.80-9) unstable; urgency=low3537exim4 (4.80-9) unstable; urgency=low
27473538
2748 * Upload to unstable.3539 * Upload to unstable.
@@ -2789,6 +3580,34 @@ exim4 (4.80-8) experimental; urgency=low
27893580
2790 -- Andreas Metzler <ametzler@debian.org> Sun, 01 Sep 2013 15:58:49 +02003581 -- Andreas Metzler <ametzler@debian.org> Sun, 01 Sep 2013 15:58:49 +0200
27913582
3583exim4 (4.80-7ubuntu4) trusty; urgency=low
3584
3585 * Rebuild for Perl 5.18.
3586
3587 -- Colin Watson <cjwatson@ubuntu.com> Wed, 23 Oct 2013 10:24:08 +0100
3588
3589exim4 (4.80-7ubuntu3) saucy; urgency=low
3590
3591 * debian/patches/fix_smtp_banner.patch: updated SMTP banner
3592 with Ubuntu distribution
3593 * debian/control: added lsb-release build dependency
3594
3595 -- Yolanda Robla <yolanda.robla@canonical.com> Tue, 18 Jun 2013 19:17:43 +0200
3596
3597exim4 (4.80-7ubuntu2) saucy; urgency=low
3598
3599 * debian/tests: Add autopkgtest.
3600
3601 -- Yolanda <yolanda.robla@canonical.com> Mon, 27 May 2013 11:31:35 +0200
3602
3603exim4 (4.80-7ubuntu1) raring; urgency=low
3604
3605 * Merge from Debian unstable (LP: #1166383). Remaining changes:
3606 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
3607 we want postfix to be the default.
3608
3609 -- Robie Basak <robie.basak@canonical.com> Mon, 08 Apr 2013 18:13:15 +0100
3610
2792exim4 (4.80-7) unstable; urgency=low3611exim4 (4.80-7) unstable; urgency=low
27933612
2794 * Use exim's ${quote:xxx} operator when invoking spfquery to disallow3613 * Use exim's ${quote:xxx} operator when invoking spfquery to disallow
@@ -2808,6 +3627,14 @@ exim4 (4.80-6) unstable; urgency=low
28083627
2809 -- Andreas Metzler <ametzler@debian.org> Wed, 21 Nov 2012 19:08:53 +01003628 -- Andreas Metzler <ametzler@debian.org> Wed, 21 Nov 2012 19:08:53 +0100
28103629
3630exim4 (4.80-5.1ubuntu1) raring; urgency=low
3631
3632 * Merge from Debian. Remaining changes:
3633 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
3634 we want postfix to be the default.
3635
3636 -- Oussama Bounaim <o.bounaim@gmail.com> Sun, 11 Nov 2012 07:11:06 +0100
3637
2811exim4 (4.80-5.1) unstable; urgency=high3638exim4 (4.80-5.1) unstable; urgency=high
28123639
2813 * Non-maintainer upload by the Security Team.3640 * Non-maintainer upload by the Security Team.
@@ -2835,6 +3662,23 @@ exim4 (4.80-4) unstable; urgency=low
28353662
2836 -- Andreas Metzler <ametzler@debian.org> Sat, 23 Jun 2012 18:35:03 +02003663 -- Andreas Metzler <ametzler@debian.org> Sat, 23 Jun 2012 18:35:03 +0200
28373664
3665exim4 (4.80-3ubuntu1.1) quantal-security; urgency=low
3666
3667 * SECURITY UPDATE: arbitrary code execution via dns decode logic
3668 - debian/patches/CVE-2012-5671.patch: adjust max length and validate
3669 against it in src/pdkim/pdkim.h, src/dkim.c.
3670 - CVE-2012-5671
3671
3672 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 25 Oct 2012 08:22:46 -0400
3673
3674exim4 (4.80-3ubuntu1) quantal; urgency=low
3675
3676 * Merge from Debian unstable. Remaining changes:
3677 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
3678 we want postfix to be the default.
3679
3680 -- Clint Byrum <clint@ubuntu.com> Thu, 14 Jun 2012 15:28:08 -0700
3681
2838exim4 (4.80-3) unstable; urgency=low3682exim4 (4.80-3) unstable; urgency=low
28393683
2840 * Pull 75_openssl_sni.diff from upstream. - Segfault caused by NULL3684 * Pull 75_openssl_sni.diff from upstream. - Segfault caused by NULL
@@ -2982,6 +3826,26 @@ exim4 (4.76-4) experimental; urgency=low
29823826
2983 -- Andreas Metzler <ametzler@debian.org> Sat, 24 Sep 2011 18:36:08 +02003827 -- Andreas Metzler <ametzler@debian.org> Sat, 24 Sep 2011 18:36:08 +0200
29843828
3829exim4 (4.76-3ubuntu3) precise; urgency=low
3830
3831 * Rebuild for libmysqlclient transition
3832
3833 -- Clint Byrum <clint@ubuntu.com> Wed, 23 Nov 2011 23:29:35 -0800
3834
3835exim4 (4.76-3ubuntu2) precise; urgency=low
3836
3837 * Rebuild for Perl 5.14.
3838
3839 -- Colin Watson <cjwatson@ubuntu.com> Wed, 16 Nov 2011 01:22:39 +0000
3840
3841exim4 (4.76-3ubuntu1) precise; urgency=low
3842
3843 * Merge from debian unstable. Remaining changes:
3844 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
3845 we want postfix to be the default.
3846
3847 -- Stéphane Graber <stgraber@ubuntu.com> Thu, 20 Oct 2011 11:29:07 -0400
3848
2985exim4 (4.76-3) unstable; urgency=low3849exim4 (4.76-3) unstable; urgency=low
29863850
2987 * [exim4-base.cron.daily] Correct invocation of mail(1), options need to be3851 * [exim4-base.cron.daily] Correct invocation of mail(1), options need to be
@@ -3002,6 +3866,14 @@ exim4 (4.76-3) unstable; urgency=low
30023866
3003 -- Andreas Metzler <ametzler@debian.org> Sun, 18 Sep 2011 11:49:13 +02003867 -- Andreas Metzler <ametzler@debian.org> Sun, 18 Sep 2011 11:49:13 +0200
30043868
3869exim4 (4.76-2ubuntu1) oneiric; urgency=low
3870
3871 * Merge from debian unstable. Remaining changes:
3872 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
3873 we want postfix to be the default.
3874
3875 -- Stéphane Graber <stgraber@ubuntu.com> Mon, 30 May 2011 17:48:56 -0400
3876
3005exim4 (4.76-2) unstable; urgency=low3877exim4 (4.76-2) unstable; urgency=low
30063878
3007 * debian/rules: Remove test/ and test-stamp on clean.3879 * debian/rules: Remove test/ and test-stamp on clean.
@@ -3014,6 +3886,14 @@ exim4 (4.76-2) unstable; urgency=low
30143886
3015 -- Andreas Metzler <ametzler@debian.org> Sun, 29 May 2011 18:21:03 +02003887 -- Andreas Metzler <ametzler@debian.org> Sun, 29 May 2011 18:21:03 +0200
30163888
3889exim4 (4.76-1ubuntu1) oneiric; urgency=low
3890
3891 * Merge from debian unstable. Remaining changes (LP: #779391):
3892 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
3893 we want postfix to be the default.
3894
3895 -- Stéphane Graber <stgraber@ubuntu.com> Mon, 23 May 2011 12:37:30 -0400
3896
3017exim4 (4.76-1) unstable; urgency=low3897exim4 (4.76-1) unstable; urgency=low
30183898
3019 * New upstream version.3899 * New upstream version.
@@ -3060,6 +3940,14 @@ exim4 (4.75-3) unstable; urgency=high
30603940
3061 -- Andreas Metzler <ametzler@debian.org> Fri, 06 May 2011 20:08:51 +02003941 -- Andreas Metzler <ametzler@debian.org> Fri, 06 May 2011 20:08:51 +0200
30623942
3943exim4 (4.75-2ubuntu1) oneiric; urgency=low
3944
3945 * Merge from debian unstable. Remaining changes:
3946 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
3947 we want postfix to be the default.
3948
3949 -- Stéphane Graber <stgraber@ubuntu.com> Fri, 06 May 2011 14:51:28 -0400
3950
3063exim4 (4.75-2) unstable; urgency=low3951exim4 (4.75-2) unstable; urgency=low
30643952
3065 * clamav socket on Debian is clamd:/var/run/clamav/clamd.ctl, fix3953 * clamav socket on Debian is clamd:/var/run/clamav/clamd.ctl, fix
@@ -3102,6 +3990,24 @@ exim4 (4.74-2) unstable; urgency=low
31023990
3103 -- Andreas Metzler <ametzler@debian.org> Thu, 24 Feb 2011 19:02:07 +01003991 -- Andreas Metzler <ametzler@debian.org> Thu, 24 Feb 2011 19:02:07 +0100
31043992
3993exim4 (4.74-1ubuntu1) natty; urgency=low
3994
3995 * Merge from debian experimental. Remaining changes: (LP: #713855)
3996 - debian/patches/71_exiq_grep_error_on_messages_without_size.patch:
3997 + Improve handling of broken messages when "exim4 -bp" (mailq)
3998 reports lines without size info. (Closes: #528625)
3999 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
4000 we want postfix to be the default.
4001 - debian/{control,rules}: Add and enable hardened build for PIE.
4002 (Closes: #542726)
4003 * Update 71_exiq_grep_error_on_messages_without_size.patch to get way
4004 which upstream has fixed it. Probably it can be dropped with next
4005 upstream release.
4006 * This upload fixes CVE: (LP: #708023)
4007 - CVE-2011-0017
4008
4009 -- Artur Rona <ari-tczew@ubuntu.com> Wed, 09 Feb 2011 21:31:35 +0100
4010
3105exim4 (4.74-1) experimental; urgency=low4011exim4 (4.74-1) experimental; urgency=low
31064012
3107 * 4.74 release, should build on hurd again.4013 * 4.74 release, should build on hurd again.
@@ -3127,6 +4033,20 @@ exim4 (4.74~rc2-1) experimental; urgency=low
31274033
3128 -- Andreas Metzler <ametzler@debian.org> Sun, 23 Jan 2011 14:02:36 +01004034 -- Andreas Metzler <ametzler@debian.org> Sun, 23 Jan 2011 14:02:36 +0100
31294035
4036exim4 (4.73~rc1-1ubuntu1) natty; urgency=low
4037
4038 * Merge from debian unstable. Remaining changes: (LP: #697934)
4039 - debian/patches/71_exiq_grep_error_on_messages_without_size.patch:
4040 + Improve handling of broken messages when "exim4 -bp" (mailq)
4041 reports lines without size info.
4042 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
4043 we want postfix to be the default.
4044 - debian/{control,rules}: Add and enable hardened build for PIE.
4045 (Closes: #542726)
4046 * Drop B-D on libmysqlclient15-dev, resolved in Debian.
4047
4048 -- Artur Rona <ari-tczew@ubuntu.com> Tue, 28 Dec 2010 22:20:17 +0100
4049
3130exim4 (4.73~rc1-1) experimental; urgency=low4050exim4 (4.73~rc1-1) experimental; urgency=low
31314051
3132 * New upstream release candidate.4052 * New upstream release candidate.
@@ -3222,6 +4142,20 @@ exim4 (4.72-3) unstable; urgency=low
32224142
3223 -- Andreas Metzler <ametzler@debian.org> Sun, 26 Dec 2010 15:13:08 +01004143 -- Andreas Metzler <ametzler@debian.org> Sun, 26 Dec 2010 15:13:08 +0100
32244144
4145exim4 (4.72-2ubuntu1) natty; urgency=low
4146
4147 * Merge from debian unstable. Remaining changes: (LP: #671615)
4148 - debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
4149 Improve handling of broken messages when "exim4 -bp" (mailq) reports
4150 lines without size info.
4151 - Don't declare a Provides: default-mta; in Ubuntu, we want postfix to be
4152 the default.
4153 - debian/control: Change build dependencies to MySQL 5.1.
4154 - debian/{control,rules}: add and enable hardened build for PIE
4155 (Closes: #542726).
4156
4157 -- Artur Rona <ari-tczew@ubuntu.com> Fri, 05 Nov 2010 21:05:47 +0100
4158
3225exim4 (4.72-2) unstable; urgency=low4159exim4 (4.72-2) unstable; urgency=low
32264160
3227 [ Marc Haber ]4161 [ Marc Haber ]
@@ -3245,6 +4179,20 @@ exim4 (4.72-2) unstable; urgency=low
32454179
3246 -- Andreas Metzler <ametzler@debian.org> Sat, 30 Oct 2010 13:38:26 +02004180 -- Andreas Metzler <ametzler@debian.org> Sat, 30 Oct 2010 13:38:26 +0200
32474181
4182exim4 (4.72-1ubuntu1) maverick; urgency=low
4183
4184 * Merge with Debian unstable (LP: #609620). Remaining changes:
4185 + debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
4186 Improve handling of broken messages when "exim4 -bp" (mailq) reports
4187 lines without size info.
4188 + Don't declare a Provides: default-mta; in Ubuntu, we want postfix to be
4189 the default.
4190 + debian/control: Change build dependencies to MySQL 5.1.
4191 + debian/{control,rules}: add and enable hardened build for PIE
4192 (Closes: #542726).
4193
4194 -- Artur Rona <ari-tczew@tlen.pl> Sun, 25 Jul 2010 02:00:42 +0200
4195
3248exim4 (4.72-1) unstable; urgency=low4196exim4 (4.72-1) unstable; urgency=low
32494197
3250 * New upstream release. (Identical to the git snapshot previously4198 * New upstream release. (Identical to the git snapshot previously
@@ -3296,6 +4244,20 @@ exim4 (4.71-4) unstable; urgency=low
32964244
3297 -- Andreas Metzler <ametzler@debian.org> Thu, 25 Mar 2010 17:34:30 +01004245 -- Andreas Metzler <ametzler@debian.org> Thu, 25 Mar 2010 17:34:30 +0100
32984246
4247exim4 (4.71-3ubuntu1) lucid; urgency=low
4248
4249 * Merge with Debian unstable (lp: #501657). Remaining changes:
4250 + debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
4251 Improve handling of broken messages when "exim4 -bp" (mailq) reports
4252 lines without size info.
4253 + Don't declare a Provides: default-mta; in Ubuntu, we want postfix to be
4254 the default.
4255 + debian/control: Change build dependencies to MySQL 5.1.
4256 + debian/{control,rules}: add and enable hardened build for PIE
4257 (Debian bug 542726).
4258
4259 -- Michael Bienia <geser@ubuntu.com> Fri, 01 Jan 2010 16:28:19 +0100
4260
3299exim4 (4.71-3) unstable; urgency=low4261exim4 (4.71-3) unstable; urgency=low
33004262
3301 * exim4-base.cron.daily: Do not run exim_tidydb on Berkeley DB logfiles.4263 * exim4-base.cron.daily: Do not run exim_tidydb on Berkeley DB logfiles.
@@ -3410,6 +4372,35 @@ exim4 (4.70~cvs+20091017-1) experimental; urgency=low
34104372
3411 -- Andreas Metzler <ametzler@debian.org> Sat, 17 Oct 2009 14:26:54 +02004373 -- Andreas Metzler <ametzler@debian.org> Sat, 17 Oct 2009 14:26:54 +0200
34124374
4375exim4 (4.69-11ubuntu4) karmic; urgency=low
4376
4377 * debian/{control,rules}: add and enable hardened build for PIE
4378 (Debian bug 542726).
4379
4380 -- Kees Cook <kees@ubuntu.com> Thu, 20 Aug 2009 17:33:26 -0700
4381
4382exim4 (4.69-11ubuntu3) karmic; urgency=low
4383
4384 * debian/control: Change build dependencies to MySQL 5.1.
4385
4386 -- Mathias Gug <mathiaz@ubuntu.com> Mon, 17 Aug 2009 17:57:26 -0400
4387
4388exim4 (4.69-11ubuntu2) karmic; urgency=low
4389
4390 * Don't declare a Provides: default-mta; in Ubuntu, we want postfix to be
4391 the default.
4392
4393 -- Steve Langasek <steve.langasek@ubuntu.com> Wed, 03 Jun 2009 15:39:14 +0000
4394
4395exim4 (4.69-11ubuntu1) karmic; urgency=low
4396
4397 * Merge from debian unstable (LP: #375923), remaining changes:
4398 - debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
4399 Improve handling of broken messages when "exim4 -bp" (mailq) reports
4400 lines without size info
4401
4402 -- Thierry Carrez <thierry.carrez@ubuntu.com> Wed, 13 May 2009 12:15:29 +0200
4403
3413exim4 (4.69-11) unstable; urgency=medium4404exim4 (4.69-11) unstable; urgency=medium
34144405
3415 * Build-Depend on lynx-cur|lynx instead of lynx. (lynx is just a dummy4406 * Build-Depend on lynx-cur|lynx instead of lynx. (lynx is just a dummy
@@ -3467,6 +4458,15 @@ exim4 (4.69-10) unstable; urgency=low
34674458
3468 -- Andreas Metzler <ametzler@debian.org> Sat, 02 May 2009 09:05:56 +02004459 -- Andreas Metzler <ametzler@debian.org> Sat, 02 May 2009 09:05:56 +0200
34694460
4461exim4 (4.69-9ubuntu1) jaunty; urgency=low
4462
4463 [ Daniel van Eeden <launchpad@myname.nl> ]
4464 * debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
4465 Improve handling of broken messages when "exim4 -bp" (mailq) reports lines
4466 w/o size info, LP: #18194
4467
4468 -- Dustin Kirkland <kirkland@ubuntu.com> Wed, 11 Feb 2009 06:43:52 -0600
4469
3470exim4 (4.69-9) unstable; urgency=medium4470exim4 (4.69-9) unstable; urgency=medium
34714471
3472 * [update-exim4.conf]: Use POSIX character classes [:alnum:] or explicit4472 * [update-exim4.conf]: Use POSIX character classes [:alnum:] or explicit
diff --git a/debian/control b/debian/control
index 383145d..2210560 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@
4Source: exim44Source: exim4
5Section: mail5Section: mail
6Priority: standard6Priority: standard
7Maintainer: Exim4 Maintainers <pkg-exim4-maintainers@lists.alioth.debian.org>7Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
8XSBC-Original-Maintainer: Exim4 Maintainers <pkg-exim4-maintainers@lists.alioth.debian.org>
8Uploaders:9Uploaders:
9 Andreas Metzler <ametzler@debian.org>,10 Andreas Metzler <ametzler@debian.org>,
10 Marc Haber <mh+debian-packages@zugschlus.de>,11 Marc Haber <mh+debian-packages@zugschlus.de>,
@@ -29,7 +30,6 @@ Build-Depends:
29 libperl-dev,30 libperl-dev,
30 libpq-dev,31 libpq-dev,
31 libsasl2-dev,32 libsasl2-dev,
32 libspf2-dev,
33 libsqlite3-dev,33 libsqlite3-dev,
34 libx11-dev,34 libx11-dev,
35 libxaw7-dev,35 libxaw7-dev,
@@ -39,6 +39,7 @@ Build-Depends:
39 lynx,39 lynx,
40 po-debconf,40 po-debconf,
41 xsltproc,41 xsltproc,
42 lsb-release
4243
43Package: exim4-base44Package: exim4-base
44Architecture: any45Architecture: any
diff --git a/debian/debconf/conf.d/acl/30_exim4-config_check_rcpt b/debian/debconf/conf.d/acl/30_exim4-config_check_rcpt
index 0403165..a6b8305 100644
--- a/debian/debconf/conf.d/acl/30_exim4-config_check_rcpt
+++ b/debian/debconf/conf.d/acl/30_exim4-config_check_rcpt
@@ -273,24 +273,46 @@ acl_check_rcpt:
273 .endif273 .endif
274274
275275
276 # Use spfquery to perform a pair of SPF checks.
277 #
278 # This is quite costly in terms of DNS lookups (~6 lookups per mail). Do not
279 # enable if that's an issue. Also note that if you enable this, you must
280 # install "spf-tools-perl" which provides the spfquery command.
281 # Missing spf-tools-perl will trigger the "Unexpected error in
282 # SPF check" warning.
276 .ifdef CHECK_RCPT_SPF283 .ifdef CHECK_RCPT_SPF
277 .ifdef _HAVE_SPF
278 deny284 deny
279 !acl = acl_local_deny_exceptions285 !acl = acl_local_deny_exceptions
280 spf = fail286 condition = ${run{/usr/bin/spfquery.mail-spf-perl --ip \
287 ${quote:$sender_host_address} --identity \
288 ${if def:sender_address_domain \
289 {--scope mfrom --identity ${quote:$sender_address}}\
290 {--scope helo --identity ${quote:$sender_helo_name}}}}\
291 {no}{${if eq {$runrc}{1}{yes}{no}}}}
281 message = [SPF] $sender_host_address is not allowed to send mail from \292 message = [SPF] $sender_host_address is not allowed to send mail from \
282 ${if def:sender_address_domain {$sender_address_domain}{$sender_helo_name}}.293 ${if def:sender_address_domain {$sender_address_domain}{$sender_helo_name}}.
283 log_message = SPF check failed.294 log_message = SPF check failed.
284295
285 defer296 defer
286 !acl = acl_local_deny_exceptions297 !acl = acl_local_deny_exceptions
287 spf = temperror298 condition = ${if eq {$runrc}{5}{yes}{no}}
288 message = Temporary DNS error while checking SPF record. Try again later.299 message = Temporary DNS error while checking SPF record. Try again later.
289300
290 warn301 warn
291 spf = pass:softfail:neutral:permerror302 condition = ${if <={$runrc}{6}{yes}{no}}
292 add_header = :at_start:$spf_received303 add_header = Received-SPF: ${if eq {$runrc}{0}{pass}\
293 .endif304 {${if eq {$runrc}{2}{softfail}\
305 {${if eq {$runrc}{3}{neutral}\
306 {${if eq {$runrc}{4}{permerror}\
307 {${if eq {$runrc}{6}{none}{error}}}}}}}}}\
308 } client-ip=$sender_host_address; \
309 ${if def:sender_address_domain \
310 {envelope-from=${sender_address}; }{}}\
311 helo=$sender_helo_name
312
313 warn
314 condition = ${if >{$runrc}{6}{yes}{no}}
315 log_message = Unexpected error in SPF check.
294 .endif316 .endif
295317
296318
diff --git a/debian/patches/fix_smtp_banner.patch b/debian/patches/fix_smtp_banner.patch
297new file mode 100644319new file mode 100644
index 0000000..7009a95
--- /dev/null
+++ b/debian/patches/fix_smtp_banner.patch
@@ -0,0 +1,55 @@
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: 2021-11-08
6
7--- a/src/globals.c
8+++ b/src/globals.c
9@@ -1489,7 +1489,7 @@
10 uschar *smtp_active_hostname = NULL;
11 int smtp_backlog_monitor = 0;
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@@ -234,4 +234,6 @@
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,13 @@
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+
40 $MAKE buildconfig || exit 1
41
42 # BEWARE: tab characters needed in the following sed command. They have had
43--- a/src/exim.h
44+++ b/src/exim.h
45@@ -651,6 +651,10 @@
46 # define EXIM_GROUPLIST_SIZE NGROUPS_MAX
47 #endif
48
49+#ifndef EXIM_DISTRIBUTION
50+ #define EXIM_DISTRIBUTION ""
51+#endif
52+
53 /* Linux has TCP_CORK, FreeBSD has TCP_NOPUSH; they do pretty much the same */
54
55 #ifdef TCP_CORK
diff --git a/debian/patches/series b/debian/patches/series
index 62ab922..1c681dd 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -32,3 +32,4 @@
3275_66-Fix-crash-in-expansions.patch3275_66-Fix-crash-in-expansions.patch
3375_70-Fix-variable-initialisation-in-smtp-transport.-Bug-2.patch3375_70-Fix-variable-initialisation-in-smtp-transport.-Bug-2.patch
3490_localscan_dlopen.dpatch3490_localscan_dlopen.dpatch
35fix_smtp_banner.patch

Subscribers

People subscribed via source and target branches