Merge ~bryce/ubuntu/+source/exim4:merge-v4.97-3-noble into ubuntu/+source/exim4:debian/sid

Proposed by Bryce Harrington
Status: Merged
Approved by: git-ubuntu bot
Approved revision: not available
Merge reported by: git-ubuntu bot
Merged at revision: 8495161f9927c1af9c2b75353592baa167213ddb
Proposed branch: ~bryce/ubuntu/+source/exim4:merge-v4.97-3-noble
Merge into: ubuntu/+source/exim4:debian/sid
Diff against target: 1756 lines (+1200/-20) (has conflicts)
6 files modified
debian/EDITME.exim4-heavy.diff (+0/-12)
debian/changelog (+1114/-0)
debian/control (+3/-2)
debian/debconf/conf.d/acl/30_exim4-config_check_rcpt (+27/-6)
debian/patches/fix_smtp_banner.patch (+55/-0)
debian/patches/series (+1/-0)
Conflict in debian/changelog
Reviewer Review Type Date Requested Status
Andreas Hasenack Approve
git-ubuntu bot Approve
Canonical Server Reporter Pending
Canonical Server packageset reviewers Pending
Review via email: mp+457938@code.launchpad.net

Description of the change

Usual exim4 merge, dropping CVEs included in the upstream release.

  - exim4/4.97-3ubuntu1~noble1
    + ✅ exim4 on noble for arm64 @ 03.01.24 23:40:34 Log️ 🗒️
    + ✅ exim4 on noble for armhf @ 03.01.24 23:38:39 Log️ 🗒️
    + ❌ exim4 on noble for ppc64el @ 03.01.24 23:39:17 Log️ 🗒️
      • basic FAIL 🟥
    + ✅ exim4 on noble for s390x @ 03.01.24 23:35:14 Log️ 🗒️

The ppc64el failure is just the typical bug #1983605, which requires retriggering a handful of times to make it pass, but since this is just the PPA not worth the resources, I'll tend to it in -proposed if/when it shows.

PPA: https://launchpad.net/~bryce/+archive/ubuntu/exim4-merge-v4.97-3

tags pushed for review:
  - tags/old/debian 9f829a30
  - tags/new/debian cf5533cf
  - tags/old/ubuntu a7c43427
  - tags/logical/4.96-17ubuntu2.1 13348d3f
  - tags/reconstruct/4.96-17ubuntu2.1 2fd21a5e
  - tags/split/4.96-17ubuntu2.1 389e1bc9

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

I noticed debian introduced a new dependency on libfile-fcntllock-perl, but that is in main, so it's fine.

There was also quite a lot of churn around systemd services, and /etc/default/exim4 changes, which we might want to note in the release notes, but I didn't look into all the details. The debian/NEWS file tries to explain it all. On fresh installs, /etc/default/exim4 is very different from previous versions.

Delta carried over as needed, +1

review: Approve
Revision history for this message
git-ubuntu bot (git-ubuntu-bot) wrote :

Approvers: bryce, ahasenack
Uploaders: bryce, ahasenack
MP auto-approved

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

Thanks for the review Andreas.

I've added the following text to the noble release notes about the default config file; let me know if this matches your understanding of the changes. Regarding the service file changes, I see the churn you mention however I'm unclear if this affects user experience so haven't mentioned it; please feel free to add anything you think should be said, or let me know.

https://discourse.ubuntu.com/t/noble-numbat-release-notes/39890

Exim4

The default configuration (/etc/default/exim4) generated for fresh installations differs from past practices, and a number of settings (QFLAGS, QUEUEINTERVAL, COMMONOPTIONS, QUEUERUNNEROPTIONS and SMTPLISTENEROPTIONS) have been replaced. As well, the update-exim4defaults script is no longer used for setting run parameters for the Exim daemon; users are encouraged to edit /etc/default/exim4 directly to customize.

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

Sounds great

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

Thanks, uploaded:

Vcs-Git: https://git.launchpad.net/~bryce/ubuntu/+source/exim4
Vcs-Git-Commit: 8495161f9927c1af9c2b75353592baa167213ddb
Vcs-Git-Ref: refs/heads/merge-v4.97-3-noble
$ dput ubuntu ../exim4_4.97-3ubuntu1_source.changes
D: Setting host argument.
Checking signature on .changes
Checking signature on .dsc
Uploading to ubuntu (via ftp to upload.ubuntu.com):
  Uploading exim4_4.97-3ubuntu1.dsc: done.
  Uploading exim4_4.97.orig.tar.xz: done.
  Uploading exim4_4.97-3ubuntu1.debian.tar.xz: done.
  Uploading exim4_4.97-3ubuntu1_source.buildinfo: done.
  Uploading exim4_4.97-3ubuntu1_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 3d96b93..41b4617 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,4 @@
1<<<<<<< debian/changelog
1exim4 (4.97-4) unstable; urgency=medium2exim4 (4.97-4) unstable; urgency=medium
23
3 * autopkgtest: Stop using previously deprecated swaks feature to autodetect4 * autopkgtest: Stop using previously deprecated swaks feature to autodetect
@@ -5,6 +6,50 @@ exim4 (4.97-4) unstable; urgency=medium
5 20240102.0.6 20240102.0.
67
7 -- Andreas Metzler <ametzler@debian.org> Sat, 06 Jan 2024 07:48:19 +01008 -- Andreas Metzler <ametzler@debian.org> Sat, 06 Jan 2024 07:48:19 +0100
9=======
10exim4 (4.97-3ubuntu1) noble; urgency=medium
11
12 * Merge with Debian unstable (LP: #2040379). Remaining changes:
13 - Show Ubuntu distribution in SMTP banner
14 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution
15 in SMTP banner.
16 + d/control: Build-Depends on lsb-release to detect Distribution.
17 - Disable external SPF support to avoid Build-Depends on libspf2-dev
18 (only available in universe). SPF can still be implemented via
19 spf-tools-perl, as documented in exim4.conf.template. This reverts
20 Vcs-Git commit 494f1fe, first released in 4.95~RC0-1.
21 (LP #1952738)
22 + d/control: drop Build-Depends on libspf2-dev.
23 + d/EDITME.exim4-heavy.diff: disable support for libspf2.
24 + d/d/c/a/30_exim4-config_check_rcpt: restore SPF logic based
25 on spfquery.mail-spf-perl from spf-tools-perl, but without
26 the previously supported helo detection.
27 * Dropped:
28 - information disclosure
29 + d/p/CVE-2023-42114.patch: fix possible OOB read in
30 SPA authenticator
31 [Included in 4.97~RC1-2]
32 - remote code execution
33 + d/p/CVE-2023-42115.patch: fix possible OOB write in
34 external authenticator
35 [Included in 4.97~RC1-2]
36 - remote code execution
37 + d/p/CVE-2023-42116.patch: fix possible OOB write in
38 SPA authenticator
39 [Included in 4.97~RC1-2]
40 - d/p/CVE-2023-42114_15_16.patch:
41 + use uschar more in spa authenticator
42 [Included in 4.97~RC1-2]
43 - remote code execution
44 + d/p/CVE-2023-42117.patch: fixed string_is_ip_address()
45 in string.c
46 - information disclosure
47 + d/p/CVE-2023-42119.patch: hardened dnsdb.c against
48 crafted DNS responses.
49 [Included in upstream release 4.97]
50
51 -- Bryce Harrington <bryce@canonical.com> Wed, 03 Jan 2024 12:58:30 -0800
52>>>>>>> debian/changelog
853
9exim4 (4.97-3) unstable; urgency=medium54exim4 (4.97-3) unstable; urgency=medium
1055
@@ -183,6 +228,64 @@ exim4 (4.96-18) unstable; urgency=medium
183228
184 -- Andreas Metzler <ametzler@debian.org> Sat, 05 Aug 2023 13:29:22 +0200229 -- Andreas Metzler <ametzler@debian.org> Sat, 05 Aug 2023 13:29:22 +0200
185230
231exim4 (4.96-17ubuntu2.1) mantic-security; urgency=medium
232
233 * SECURITY UPDATE: remote code execution
234 - debian/patches/CVE-2023-42117.patch: fixed string_is_ip_address()
235 in string.c
236 - CVE-2023-42117
237 * SECURITY UPDATE: information disclosure
238 - debian/patches/CVE-2023-42119.patch: hardened dnsdb.c against
239 crafted DNS responses.
240 - CVE-2023-42119
241
242 -- Allen Huang <allen.huang@canonical.com> Wed, 25 Oct 2023 01:21:02 +0100
243
244exim4 (4.96-17ubuntu2) mantic; urgency=medium
245
246 * SECURITY UPDATE: information disclosure
247 - debian/patches/CVE-2023-42114.patch: fix possible OOB read in
248 SPA authenticator
249 - CVE-2023-42114
250 * SECURITY UPDATE: remote code execution
251 - debian/patches/CVE-2023-42115.patch: fix possible OOB write in
252 external authenticator
253 - CVE-2023-42115
254 * SECURITY UPDATE: remote code execution
255 - debian/patches/CVE-2023-42116.patch: fix possible OOB write in
256 SPA authenticator
257 - CVE-2023-42116
258 * debian/patches/CVE-2023-42114_15_16.patch:
259 - use uschar more in spa authenticator
260
261 -- Allen Huang <allen.huang@canonical.com> Tue, 03 Oct 2023 14:35:45 +0100
262
263exim4 (4.96-17ubuntu1) mantic; urgency=medium
264
265 * Merge with Debian unstable (LP: #2030098). Remaining changes:
266 - Disable external SPF support to avoid Build-Depends on libspf2-dev
267 (only available in universe). SPF can still be implemented via
268 spf-tools-perl, as documented in exim4.conf.template. This reverts
269 Vcs-Git commit 494f1fe, first released in 4.95~RC0-1.
270 (LP #1952738)
271 + d/control: drop Build-Depends on libspf2-dev.
272 + d/EDITME.exim4-heavy.diff: disable support for libspf2.
273 + d/d/c/a/30_exim4-config_check_rcpt: restore SPF logic based
274 on spfquery.mail-spf-perl from spf-tools-perl, but without
275 the previously supported helo detection.
276 - Show Ubuntu distribution in SMTP banner
277 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution
278 in SMTP banner.
279 + Build-Depends on lsb-release to detect Distribution.
280 * Dropped:
281 - d/p/fix-run--arg-parsing.patch: Fix argument parsing for ${run }
282 expansion. Previously, when an argument included a close-brace
283 character (e.g. it itself used an expansion) an error occurred.
284 (LP #1998678)
285 [Accepted by Debian in 4.96-16]
286
287 -- Bryce Harrington <bryce@canonical.com> Fri, 04 Aug 2023 20:28:47 -0700
288
186exim4 (4.96-17) unstable; urgency=low289exim4 (4.96-17) unstable; urgency=low
187290
188 * Fixes from upstream GIT master:291 * Fixes from upstream GIT master:
@@ -211,6 +314,35 @@ exim4 (4.96-16) unstable; urgency=medium
211314
212 -- Andreas Metzler <ametzler@debian.org> Sun, 11 Jun 2023 18:20:21 +0200315 -- Andreas Metzler <ametzler@debian.org> Sun, 11 Jun 2023 18:20:21 +0200
213316
317exim4 (4.96-15ubuntu2) mantic; urgency=medium
318
319 * d/p/fix-run--arg-parsing.patch: Fix argument parsing for ${run }
320 expansion. Previously, when an argument included a close-brace
321 character (e.g. it itself used an expansion) an error occurred.
322 (LP: #1998678)
323 * d/d/c/a/30_exim4-config_check_rcpt: In SPF config snippet,
324 drop support for helo scope.
325
326 -- Bryce Harrington <bryce@canonical.com> Wed, 07 Jun 2023 22:28:04 -0700
327
328exim4 (4.96-15ubuntu1) mantic; urgency=medium
329
330 * Merge with Debian unstable (LP: #2018070). Remaining changes:
331 - Show Ubuntu distribution in SMTP banner
332 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution
333 in SMTP banner.
334 + Build-Depends on lsb-release to detect Distribution.
335 - Disable external SPF support to avoid Build-Depends on libspf2-dev
336 (only available in universe). SPF can still be implemented via
337 spf-tools-perl, as documented in exim4.conf.template. This reverts
338 Vcs-Git commit 494f1fe, first released in 4.95~RC0-1.
339 + d/control: drop Build-Depends on libspf2-dev.
340 + d/d/c/a/30_exim4-config_check_rcpt: restore SPF logic based
341 on spfquery.mail-spf-perl from spf-tools-perl.
342 + d/EDITME.exim4-heavy.diff: disable support for libspf2.
343
344 -- Mitchell Dzurick <mitchell.dzurick@canonical.com> Fri, 19 May 2023 13:32:18 -0700
345
214exim4 (4.96-15) unstable; urgency=medium346exim4 (4.96-15) unstable; urgency=medium
215347
216 * Pull from upstream GIT master:348 * Pull from upstream GIT master:
@@ -220,6 +352,24 @@ exim4 (4.96-15) unstable; urgency=medium
220352
221 -- Andreas Metzler <ametzler@debian.org> Wed, 10 May 2023 18:30:35 +0200353 -- Andreas Metzler <ametzler@debian.org> Wed, 10 May 2023 18:30:35 +0200
222354
355exim4 (4.96-14ubuntu1) lunar; urgency=medium
356
357 * Merge with Debian unstable (LP: #2008016). Remaining changes:
358 - Show Ubuntu distribution in SMTP banner
359 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution
360 in SMTP banner.
361 + Build-Depends on lsb-release to detect Distribution.
362 - Disable external SPF support to avoid Build-Depends on libspf2-dev
363 (only available in universe). SPF can still be implemented via
364 spf-tools-perl, as documented in exim4.conf.template. This reverts
365 Vcs-Git commit 494f1fe, first released in 4.95~RC0-1.
366 + d/control: drop Build-Depends on libspf2-dev.
367 + d/d/c/a/30_exim4-config_check_rcpt: restore SPF logic based
368 on spfquery.mail-spf-perl from spf-tools-perl.
369 + d/EDITME.exim4-heavy.diff: disable support for libspf2.
370
371 -- Bryce Harrington <bryce@canonical.com> Tue, 21 Feb 2023 19:52:34 +0000
372
223exim4 (4.96-14) unstable; urgency=medium373exim4 (4.96-14) unstable; urgency=medium
224374
225 * Pull from upstream GIT master:375 * Pull from upstream GIT master:
@@ -264,6 +414,25 @@ exim4 (4.96-10) unstable; urgency=medium
264414
265 -- Andreas Metzler <ametzler@debian.org> Mon, 19 Dec 2022 18:23:13 +0100415 -- Andreas Metzler <ametzler@debian.org> Mon, 19 Dec 2022 18:23:13 +0100
266416
417exim4 (4.96-9ubuntu1) lunar; urgency=medium
418
419 * Merge with Debian unstable. (LP: #1993399) Remaining changes:
420 - Show Ubuntu distribution in SMTP banner
421 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution
422 in SMTP banner.
423 + Build-Depends on lsb-release to detect Distribution.
424 - Disable external SPF support to avoid Build-Depends on libspf2-dev
425 (only available in universe). SPF can still be implemented via
426 spf-tools-perl, as documented in exim4.conf.template. (LP #1952738)
427 This reverts Vcs-Git commit 494f1fe, first released in 4.95~RC0-1.
428 Changes:
429 + d/control: drop Build-Depends on libspf2-dev.
430 + d/d/c/a/30_exim4-config_check_rcpt: restore SPF logic based
431 on spfquery.mail-spf-perl from spf-tools-perl.
432 + d/EDITME.exim4-heavy.diff: disable support for libspf2.
433
434 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 08 Dec 2022 12:19:10 -0500
435
267exim4 (4.96-9) unstable; urgency=medium436exim4 (4.96-9) unstable; urgency=medium
268437
269 * Cherrypick three fixes from upstream GIT master:438 * Cherrypick three fixes from upstream GIT master:
@@ -326,6 +495,31 @@ exim4 (4.96-4) unstable; urgency=low
326495
327 -- Andreas Metzler <ametzler@debian.org> Sun, 11 Sep 2022 13:38:26 +0200496 -- Andreas Metzler <ametzler@debian.org> Sun, 11 Sep 2022 13:38:26 +0200
328497
498exim4 (4.96-3ubuntu2) lunar; urgency=medium
499
500 * Rebuild against new perlapi-5.36.
501
502 -- Gianfranco Costamagna <locutusofborg@debian.org> Sat, 05 Nov 2022 09:11:59 +0100
503
504exim4 (4.96-3ubuntu1) kinetic; urgency=medium
505
506 * Merge with Debian unstable. (LP: #1971274) Remaining changes:
507 - Show Ubuntu distribution in SMTP banner
508 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution
509 in SMTP banner.
510 + Build-Depends on lsb-release to detect Distribution.
511 - Disable external SPF support to avoid Build-Depends on libspf2-dev
512 (only available in universe). SPF can still be implemented via
513 spf-tools-perl, as documented in exim4.conf.template. (LP #1952738)
514 This reverts Vcs-Git commit 494f1fe, first released in 4.95~RC0-1.
515 Changes:
516 + d/control: drop Build-Depends on libspf2-dev.
517 + d/d/c/a/30_exim4-config_check_rcpt: restore SPF logic based
518 on spfquery.mail-spf-perl from spf-tools-perl.
519 + d/EDITME.exim4-heavy.diff: disable support for libspf2.
520
521 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 14 Jul 2022 10:33:39 +0200
522
329exim4 (4.96-3) unstable; urgency=medium523exim4 (4.96-3) unstable; urgency=medium
330524
331 * Fix error messages of test-groff -b -mandoc -dAD=l -rF0 -rHY=0 -t -w w -z525 * Fix error messages of test-groff -b -mandoc -dAD=l -rF0 -rHY=0 -t -w w -z
@@ -415,6 +609,40 @@ exim4 (4.95-5) unstable; urgency=medium
415609
416 -- Andreas Metzler <ametzler@debian.org> Sun, 10 Apr 2022 13:57:43 +0200610 -- Andreas Metzler <ametzler@debian.org> Sun, 10 Apr 2022 13:57:43 +0200
417611
612exim4 (4.95-4ubuntu3) kinetic; urgency=medium
613
614 * d/p/lp1974214-segfault-smtp-delivery-0{1,2}.patch: Fix segfault when
615 there's an SMTP delivery attempt following a deferral. (LP: #1974214)
616
617 -- Sergio Durigan Junior <sergio.durigan@canonical.com> Fri, 03 Jun 2022 17:37:10 -0400
618
619exim4 (4.95-4ubuntu2) jammy; urgency=medium
620
621 * d/p/lp1966923-exiqgrep-syntax-error.patch: Fix exiqgrep syntax error,
622 improve the validation of command-line options and add a new -E option
623 to allow specifying a binary to be used. (LP: #1966923)
624
625 -- Sergio Durigan Junior <sergio.durigan@canonical.com> Wed, 30 Mar 2022 16:45:24 -0400
626
627exim4 (4.95-4ubuntu1) jammy; urgency=medium
628
629 * Merge with Debian unstable. Remaining changes:
630 - Show Ubuntu distribution in SMTP banner
631 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution
632 in SMTP banner.
633 + Build-Depends on lsb-release to detect Distribution.
634 - Disable external SPF support to avoid Build-Depends on libspf2-dev
635 (only available in universe). SPF can still be implemented via
636 spf-tools-perl, as documented in exim4.conf.template. (LP #1952738)
637 This reverts Vcs-Git commit 494f1fe, first released in 4.95~RC0-1.
638 Changes:
639 + d/control: drop Build-Depends on libspf2-dev.
640 + d/d/c/a/30_exim4-config_check_rcpt: restore SPF logic based
641 on spfquery.mail-spf-perl from spf-tools-perl.
642 + d/EDITME.exim4-heavy.diff: disable support for libspf2.
643
644 -- Utkarsh Gupta <utkarsh@ubuntu.com> Fri, 25 Feb 2022 01:47:15 +0530
645
418exim4 (4.95-4) unstable; urgency=low646exim4 (4.95-4) unstable; urgency=low
419647
420 * Fix typo in exiqgrep.8.648 * Fix typo in exiqgrep.8.
@@ -447,6 +675,36 @@ exim4 (4.95-3) unstable; urgency=low
447675
448 -- Andreas Metzler <ametzler@debian.org> Thu, 16 Dec 2021 19:26:32 +0100676 -- Andreas Metzler <ametzler@debian.org> Thu, 16 Dec 2021 19:26:32 +0100
449677
678exim4 (4.95-2ubuntu3) jammy; urgency=medium
679
680 * No-change rebuild for the perl update.
681
682 -- Matthias Klose <doko@ubuntu.com> Sun, 06 Feb 2022 14:52:48 +0100
683
684exim4 (4.95-2ubuntu2) jammy; urgency=medium
685
686 * New delta:
687 - Disable external SPF support to avoid Build-Depends on libspf2-dev
688 (only available in universe). SPF can still be implemented via
689 spf-tools-perl, as documented in exim4.conf.template. (LP: #1952738)
690 This reverts Vcs-Git commit 494f1fe, first released in 4.95~RC0-1.
691 Changes:
692 + d/control: drop Build-Depends on libspf2-dev.
693 + d/d/c/a/30_exim4-config_check_rcpt: restore SPF logic based
694 on spfquery.mail-spf-perl from spf-tools-perl.
695 + d/EDITME.exim4-heavy.diff: disable support for libspf2.
696
697 -- Paride Legovini <paride@ubuntu.com> Wed, 01 Dec 2021 11:48:10 +0100
698
699exim4 (4.95-2ubuntu1) jammy; urgency=medium
700
701 * Merge with Debian unstable (LP: #1946857). Remaining changes:
702 - Show Ubuntu distribution in SMTP banner
703 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
704 + Build-Depends on lsb-release to detect Distribution.
705
706 -- Lena Voytek <lena.voytek@canonical.com> Tue, 09 Nov 2021 10:10:14 -0700
707
450exim4 (4.95-2) unstable; urgency=medium708exim4 (4.95-2) unstable; urgency=medium
451709
452 * 75_30-Avoid-calling-gettimeofday-select-per-char-for-cmdli.patch from710 * 75_30-Avoid-calling-gettimeofday-select-per-char-for-cmdli.patch from
@@ -521,6 +779,21 @@ exim4 (4.95~RC0-1) experimental; urgency=low
521779
522 -- Andreas Metzler <ametzler@debian.org> Mon, 19 Jul 2021 13:10:00 +0200780 -- Andreas Metzler <ametzler@debian.org> Mon, 19 Jul 2021 13:10:00 +0200
523781
782exim4 (4.94.2-7ubuntu3) jammy; urgency=medium
783
784 * No-change rebuild against libidn12
785
786 -- Steve Langasek <steve.langasek@ubuntu.com> Sun, 07 Nov 2021 05:31:31 +0000
787
788exim4 (4.94.2-7ubuntu2) impish; urgency=medium
789
790 * Merge with Debian unstable. Remaining changes:
791 - Show Ubuntu distribution in SMTP banner
792 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
793 + Build-Depends on lsb-release to detect Distribution.
794
795 -- Miriam Espana Acebal <miriam.espana@canonical.com> Thu, 15 Jul 2021 13:23:50 +0200
796
524exim4 (4.94.2-7) unstable; urgency=medium797exim4 (4.94.2-7) unstable; urgency=medium
525798
526 * 73_05-Fix-tainted-message-for-fakereject.patch from upstream +fixes799 * 73_05-Fix-tainted-message-for-fakereject.patch from upstream +fixes
@@ -567,6 +840,25 @@ exim4 (4.94.2-3) unstable; urgency=medium
567840
568 -- Andreas Metzler <ametzler@debian.org> Thu, 13 May 2021 18:53:53 +0200841 -- Andreas Metzler <ametzler@debian.org> Thu, 13 May 2021 18:53:53 +0200
569842
843exim4 (4.94.2-2ubuntu2) impish; urgency=medium
844
845 * No-change rebuild due to OpenLDAP soname bump.
846
847 -- Sergio Durigan Junior <sergio.durigan@canonical.com> Mon, 21 Jun 2021 17:47:09 -0400
848
849exim4 (4.94.2-2ubuntu1) impish; urgency=medium
850
851 * Merge with Debian unstable. Remaining changes:
852 - Show Ubuntu distribution in SMTP banner
853 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
854 + Build-Depends on lsb-release to detect Distribution.
855 * Dropped changes:
856 - debian/patches/sec-202105/*.patch: backport patches from upstream to
857 correct issues.
858 [Included in 4.94.2-1]
859
860 -- Utkarsh Gupta <utkarsh.gupta@canonical.com> Tue, 11 May 2021 18:25:10 +0530
861
570exim4 (4.94.2-2) unstable; urgency=medium862exim4 (4.94.2-2) unstable; urgency=medium
571863
572 * Updates from exim-4.94.2+fixes:864 * Updates from exim-4.94.2+fixes:
@@ -679,6 +971,28 @@ exim4 (4.94-16) unstable; urgency=medium
679971
680 -- Andreas Metzler <ametzler@debian.org> Wed, 17 Mar 2021 13:50:44 +0100972 -- Andreas Metzler <ametzler@debian.org> Wed, 17 Mar 2021 13:50:44 +0100
681973
974exim4 (4.94-15ubuntu1.2) hirsute-security; urgency=medium
975
976 * SECURITY UPDATE: Multiple security issues
977 - debian/patches/sec-202105/*.patch: backport patches from upstream to
978 correct issues.
979 - CVE-2020-28007, CVE-2020-28008, CVE-2020-28009, CVE-2020-28010,
980 CVE-2020-28011, CVE-2020-28012, CVE-2020-28013, CVE-2020-28014,
981 CVE-2020-28015, CVE-2020-28016, CVE-2020-28017, CVE-2020-28018,
982 CVE-2020-28019, CVE-2020-28021, CVE-2020-28022, CVE-2020-28023,
983 CVE-2020-28024, CVE-2020-28025, CVE-2020-28026, CVE-2021-27216
984
985 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Fri, 30 Apr 2021 08:46:21 -0400
986
987exim4 (4.94-15ubuntu1) hirsute; urgency=medium
988
989 * Merge with Debian unstable (LP: #1916744). Remaining changes:
990 - Show Ubuntu distribution in SMTP banner
991 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
992 + Build-Depends on lsb-release to detect Distribution.
993
994 -- Utkarsh Gupta <utkarsh.gupta@canonical.com> Wed, 24 Feb 2021 17:32:37 +0530
995
682exim4 (4.94-15) unstable; urgency=medium996exim4 (4.94-15) unstable; urgency=medium
683997
684 * Update from exim-4.94+fixes:998 * Update from exim-4.94+fixes:
@@ -703,6 +1017,15 @@ exim4 (4.94-13) unstable; urgency=medium
7031017
704 -- Andreas Metzler <ametzler@debian.org> Sat, 30 Jan 2021 14:50:50 +01001018 -- Andreas Metzler <ametzler@debian.org> Sat, 30 Jan 2021 14:50:50 +0100
7051019
1020exim4 (4.94-12ubuntu1) hirsute; urgency=medium
1021
1022 * Merge with Debian unstable. Remaining changes:
1023 - Show Ubuntu distribution in SMTP banner
1024 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1025 + Build-Depends on lsb-release to detect Distribution.
1026
1027 -- Bryce Harrington <bryce@canonical.com> Wed, 20 Jan 2021 19:35:04 -0800
1028
706exim4 (4.94-12) unstable; urgency=medium1029exim4 (4.94-12) unstable; urgency=medium
7071030
708 * Update from exim-4.94+fixes:1031 * Update from exim-4.94+fixes:
@@ -737,6 +1060,15 @@ exim4 (4.94-10) unstable; urgency=low
7371060
738 -- Andreas Metzler <ametzler@debian.org> Sat, 19 Dec 2020 12:03:56 +01001061 -- Andreas Metzler <ametzler@debian.org> Sat, 19 Dec 2020 12:03:56 +0100
7391062
1063exim4 (4.94-9ubuntu1) hirsute; urgency=medium
1064
1065 * Merge with Debian unstable. Remaining changes:
1066 - Show Ubuntu distribution in SMTP banner
1067 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1068 + Build-Depends on lsb-release to detect Distribution.
1069
1070 -- Bryce Harrington <bryce@canonical.com> Sat, 07 Nov 2020 01:01:32 +0000
1071
740exim4 (4.94-9) unstable; urgency=low1072exim4 (4.94-9) unstable; urgency=low
7411073
742 * Update from exim-4.94+fixes:1074 * Update from exim-4.94+fixes:
@@ -766,6 +1098,15 @@ exim4 (4.94-8) unstable; urgency=low
7661098
767 -- Andreas Metzler <ametzler@debian.org> Thu, 17 Sep 2020 06:54:00 +02001099 -- Andreas Metzler <ametzler@debian.org> Thu, 17 Sep 2020 06:54:00 +0200
7681100
1101exim4 (4.94-7ubuntu1) groovy; urgency=medium
1102
1103 * Merge with Debian unstable. Remaining changes:
1104 - Show Ubuntu distribution in SMTP banner
1105 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1106 + Build-Depends on lsb-release to detect Distribution.
1107
1108 -- Sergio Durigan Junior <sergio.durigan@canonical.com> Mon, 24 Aug 2020 16:36:31 -0400
1109
769exim4 (4.94-7) unstable; urgency=low1110exim4 (4.94-7) unstable; urgency=low
7701111
771 * Update from exim-4.94+fixes:1112 * Update from exim-4.94+fixes:
@@ -776,6 +1117,15 @@ exim4 (4.94-7) unstable; urgency=low
7761117
777 -- Andreas Metzler <ametzler@debian.org> Fri, 24 Jul 2020 13:31:47 +02001118 -- Andreas Metzler <ametzler@debian.org> Fri, 24 Jul 2020 13:31:47 +0200
7781119
1120exim4 (4.94-6ubuntu1) groovy; urgency=medium
1121
1122 * Merge with Debian unstable. Remaining changes:
1123 - Show Ubuntu distribution in SMTP banner
1124 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1125 + Build-Depends on lsb-release to detect Distribution.
1126
1127 -- Sergio Durigan Junior <sergio.durigan@canonical.com> Thu, 13 Aug 2020 13:49:10 -0400
1128
779exim4 (4.94-6) unstable; urgency=medium1129exim4 (4.94-6) unstable; urgency=medium
7801130
781 * Fix typo (missing "S") in REMOTE_SMTP_SMARTHOST_TLS_VERIFY_HOSTS macro.1131 * Fix typo (missing "S") in REMOTE_SMTP_SMARTHOST_TLS_VERIFY_HOSTS macro.
@@ -827,6 +1177,15 @@ exim4 (4.94-3) unstable; urgency=medium
8271177
828 -- Andreas Metzler <ametzler@debian.org> Fri, 19 Jun 2020 10:31:26 +02001178 -- Andreas Metzler <ametzler@debian.org> Fri, 19 Jun 2020 10:31:26 +0200
8291179
1180exim4 (4.94-2ubuntu1) groovy; urgency=medium
1181
1182 * Merge with Debian unstable (LP: #1881723). Remaining changes:
1183 - Show Ubuntu distribution in SMTP banner
1184 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1185 + Build-Depends on lsb-release to detect Distribution.
1186
1187 -- Bryce Harrington <bryce@canonical.com> Fri, 12 Jun 2020 01:55:28 +0000
1188
830exim4 (4.94-2) unstable; urgency=low1189exim4 (4.94-2) unstable; urgency=low
8311190
832 * Tighten package interdependencies. With 4.94's daemon avoiding of1191 * Tighten package interdependencies. With 4.94's daemon avoiding of
@@ -929,6 +1288,15 @@ exim4 (4.93-16) unstable; urgency=medium
9291288
930 -- Andreas Metzler <ametzler@debian.org> Sat, 09 May 2020 19:10:34 +02001289 -- Andreas Metzler <ametzler@debian.org> Sat, 09 May 2020 19:10:34 +0200
9311290
1291exim4 (4.93-15ubuntu1) groovy; urgency=medium
1292
1293 * Merge with Debian unstable. Remaining changes:
1294 - Show Ubuntu distribution in SMTP banner
1295 + Build-Depends on lsb-release to detect Distribution.
1296 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1297
1298 -- Sergio Durigan Junior <sergio.durigan@canonical.com> Tue, 05 May 2020 15:37:59 -0400
1299
932exim4 (4.93-15) unstable; urgency=low1300exim4 (4.93-15) unstable; urgency=low
9331301
934 * Update from exim-4.93+fixes:1302 * Update from exim-4.93+fixes:
@@ -948,6 +1316,15 @@ exim4 (4.93-14) unstable; urgency=low
9481316
949 -- Andreas Metzler <ametzler@debian.org> Fri, 10 Apr 2020 13:53:34 +02001317 -- Andreas Metzler <ametzler@debian.org> Fri, 10 Apr 2020 13:53:34 +0200
9501318
1319exim4 (4.93-13ubuntu1) focal; urgency=medium
1320
1321 * Merge with Debian unstable. Remaining changes:
1322 - Show Ubuntu distribution in SMTP banner
1323 + Build-Depends on lsb-release to detect Distribution.
1324 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1325
1326 -- Bryce Harrington <bryce@canonical.com> Fri, 27 Mar 2020 16:00:03 -0700
1327
951exim4 (4.93-13) unstable; urgency=medium1328exim4 (4.93-13) unstable; urgency=medium
9521329
953 * Update from exim-4.93+fixes:1330 * Update from exim-4.93+fixes:
@@ -959,6 +1336,15 @@ exim4 (4.93-13) unstable; urgency=medium
9591336
960 -- Andreas Metzler <ametzler@debian.org> Sat, 21 Mar 2020 11:39:19 +01001337 -- Andreas Metzler <ametzler@debian.org> Sat, 21 Mar 2020 11:39:19 +0100
9611338
1339exim4 (4.93-12ubuntu1) focal; urgency=medium
1340
1341 * Merge with Debian unstable. Remaining changes:
1342 - Show Ubuntu distribution in SMTP banner
1343 + Build-Depends on lsb-release to detect Distribution.
1344 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1345
1346 -- Bryce Harrington <bryce@canonical.com> Fri, 13 Mar 2020 14:25:38 -0700
1347
962exim4 (4.93-12) unstable; urgency=low1348exim4 (4.93-12) unstable; urgency=low
9631349
964 * Update from exim-4.93+fixes:1350 * Update from exim-4.93+fixes:
@@ -974,6 +1360,15 @@ exim4 (4.93-12) unstable; urgency=low
9741360
975 -- Andreas Metzler <ametzler@debian.org> Sat, 29 Feb 2020 15:53:44 +01001361 -- Andreas Metzler <ametzler@debian.org> Sat, 29 Feb 2020 15:53:44 +0100
9761362
1363exim4 (4.93-11ubuntu1) focal; urgency=medium
1364
1365 * Merge with Debian unstable. Remaining changes:
1366 - Show Ubuntu distribution in SMTP banner
1367 + Build-Depends on lsb-release to detect Distribution.
1368 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1369
1370 -- Bryce Harrington <bryce@canonical.com> Wed, 26 Feb 2020 02:34:11 +0000
1371
977exim4 (4.93-11) unstable; urgency=medium1372exim4 (4.93-11) unstable; urgency=medium
9781373
979 * Update from exim-4.93+fixes:1374 * Update from exim-4.93+fixes:
@@ -993,6 +1388,15 @@ exim4 (4.93-10) unstable; urgency=medium
9931388
994 -- Andreas Metzler <ametzler@debian.org> Sat, 01 Feb 2020 11:06:29 +01001389 -- Andreas Metzler <ametzler@debian.org> Sat, 01 Feb 2020 11:06:29 +0100
9951390
1391exim4 (4.93-9ubuntu1) focal; urgency=medium
1392
1393 * Merge with Debian unstable (LP: #1860051). Remaining changes:
1394 - Show Ubuntu distribution in SMTP banner
1395 - Build-Depends on lsb-release to detect Distribution.
1396 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1397
1398 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Fri, 17 Jan 2020 09:39:13 +0100
1399
996exim4 (4.93-9) unstable; urgency=medium1400exim4 (4.93-9) unstable; urgency=medium
9971401
998 * Add 74_22-Taint-hybrid-checking-mode.patch.1402 * Add 74_22-Taint-hybrid-checking-mode.patch.
@@ -1112,6 +1516,25 @@ exim4 (4.93~RC3-1) unstable; urgency=low
11121516
1113 -- Andreas Metzler <ametzler@debian.org> Sun, 17 Nov 2019 11:37:15 +01001517 -- Andreas Metzler <ametzler@debian.org> Sun, 17 Nov 2019 11:37:15 +0100
11141518
1519exim4 (4.93~RC2-1ubuntu1) focal; urgency=medium
1520
1521 * Merge with Debian unstable. Remaining changes:
1522 - Show Ubuntu distribution in SMTP banner
1523 + Build-Depends on lsb-release to detect Distribution.
1524 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1525 * Dropped:
1526 - SECURITY UPDATE: remote command execution
1527 + d/p/CVE-2019-15846.patch: ensure not to interpret '\\'
1528 before '\0' in src/string.c
1529 + CVE-2019-15846
1530 [Now in upstream as of 4.92.2-1]
1531 - SECURITY UPDATE: heap-based buffer overflow in string_vformat
1532 + debian/patches/CVE-2019-16928.patch: fix overflow in src/string.c.
1533 + CVE-2019-16928
1534 [Now upstream as of 4.92.3-1]
1535
1536 -- Bryce Harrington <bryce@canonical.com> Wed, 13 Nov 2019 18:56:58 -0800
1537
1115exim4 (4.93~RC2-1) unstable; urgency=low1538exim4 (4.93~RC2-1) unstable; urgency=low
11161539
1117 * New upstream beta version.1540 * New upstream beta version.
@@ -1268,6 +1691,42 @@ exim4 (4.92.1-2) unstable; urgency=medium
12681691
1269 -- Andreas Metzler <ametzler@debian.org> Wed, 14 Aug 2019 09:25:28 +02001692 -- Andreas Metzler <ametzler@debian.org> Wed, 14 Aug 2019 09:25:28 +0200
12701693
1694exim4 (4.92.1-1ubuntu4) focal; urgency=medium
1695
1696 * No-change rebuild for the perl update.
1697
1698 -- Matthias Klose <doko@ubuntu.com> Fri, 18 Oct 2019 19:27:29 +0000
1699
1700exim4 (4.92.1-1ubuntu3) eoan; urgency=medium
1701
1702 * SECURITY UPDATE: heap-based buffer overflow in string_vformat
1703 - debian/patches/CVE-2019-16928.patch: fix overflow in src/string.c.
1704 - CVE-2019-16928
1705
1706 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Sat, 28 Sep 2019 11:05:50 -0400
1707
1708exim4 (4.92.1-1ubuntu2) eoan; urgency=medium
1709
1710 * SECURITY UPDATE: remote command execution
1711 - debian/patches/CVE-2019-15846.patch: ensure not to interpret '\\'
1712 before '\0' in src/string.c
1713 - CVE-2019-15846
1714
1715 -- Alex Murray <alex.murray@canonical.com> Thu, 05 Sep 2019 11:29:48 +0930
1716
1717exim4 (4.92.1-1ubuntu1) eoan; urgency=medium
1718
1719 * Merge with Debian unstable. Remaining changes:
1720 - Show Ubuntu distribution in SMTP banner
1721 + Build-Depends on lsb-release to detect Distribution.
1722 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1723 * Dropped:
1724 - d/p/CVE-2019-13917.patch: avoid re-expansion in ${sort } in
1725 src/expand.c.
1726 [Fixed in 4.92.1]
1727
1728 -- Bryce Harrington <bryce@canonical.com> Mon, 12 Aug 2019 19:18:33 -0700
1729
1271exim4 (4.92.1-1) unstable; urgency=low1730exim4 (4.92.1-1) unstable; urgency=low
12721731
1273 * New upstream bugfix release. (4.92.1 is 4.92 + the fix for CVE-2019-13917,1732 * New upstream bugfix release. (4.92.1 is 4.92 + the fix for CVE-2019-13917,
@@ -1338,6 +1797,24 @@ exim4 (4.92-8) unstable; urgency=low
13381797
1339 -- Andreas Metzler <ametzler@debian.org> Sat, 08 Jun 2019 17:37:43 +02001798 -- Andreas Metzler <ametzler@debian.org> Sat, 08 Jun 2019 17:37:43 +0200
13401799
1800exim4 (4.92-7ubuntu2) eoan; urgency=medium
1801
1802 * SECURITY UPDATE: code execution via ${sort }
1803 - debian/patches/CVE-2019-13917.patch: avoid re-expansion in ${sort }
1804 in src/expand.c.
1805 - CVE-2019-13917
1806
1807 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 25 Jul 2019 12:58:39 -0400
1808
1809exim4 (4.92-7ubuntu1) eoan; urgency=medium
1810
1811 * Merge with Debian unstable. Remaining changes:
1812 - Show Ubuntu distribution in SMTP banner
1813 + Build-Depends on lsb-release to detect Distribution.
1814 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1815
1816 -- Bryce Harrington <bryce@canonical.com> Mon, 13 May 2019 13:48:18 -0700
1817
1341exim4 (4.92-7) unstable; urgency=medium1818exim4 (4.92-7) unstable; urgency=medium
13421819
1343 * Upload to unstable.1820 * Upload to unstable.
@@ -1365,6 +1842,15 @@ exim4 (4.92-5) unstable; urgency=medium
13651842
1366 -- Andreas Metzler <ametzler@debian.org> Sun, 07 Apr 2019 13:39:31 +02001843 -- Andreas Metzler <ametzler@debian.org> Sun, 07 Apr 2019 13:39:31 +0200
13671844
1845exim4 (4.92-4ubuntu1) disco; urgency=medium
1846
1847 * Merge with Debian unstable (LP: #1821339). Remaining changes:
1848 * Show Ubuntu distribution in SMTP banner
1849 - Build-Depends on lsb-release to detect Distribution.
1850 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1851
1852 -- Karl Stenerud <karl.stenerud@canonical.com> Mon, 25 Mar 2019 12:02:33 +0100
1853
1368exim4 (4.92-4) unstable; urgency=medium1854exim4 (4.92-4) unstable; urgency=medium
13691855
1370 * Another patch from exim-4.92+fixes branch:1856 * Another patch from exim-4.92+fixes branch:
@@ -1383,6 +1869,15 @@ exim4 (4.92-3) unstable; urgency=medium
13831869
1384 -- Andreas Metzler <ametzler@debian.org> Wed, 20 Mar 2019 17:01:29 +01001870 -- Andreas Metzler <ametzler@debian.org> Wed, 20 Mar 2019 17:01:29 +0100
13851871
1872exim4 (4.92-2ubuntu1) disco; urgency=medium
1873
1874 * Merge with Debian unstable (LP: #1818444). Remaining changes:
1875 - Show Ubuntu distribution in SMTP banner
1876 + Build-Depends on lsb-release to detect Distribution.
1877 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1878
1879 -- Karl Stenerud <kstenerud@gmail.com> Tue, 05 Mar 2019 10:55:48 +0100
1880
1386exim4 (4.92-2) unstable; urgency=medium1881exim4 (4.92-2) unstable; urgency=medium
13871882
1388 * Upload to unstable.1883 * Upload to unstable.
@@ -1439,6 +1934,21 @@ exim4 (4.92~RC4-3) unstable; urgency=medium
14391934
1440 -- Andreas Metzler <ametzler@debian.org> Sun, 20 Jan 2019 17:52:39 +01001935 -- Andreas Metzler <ametzler@debian.org> Sun, 20 Jan 2019 17:52:39 +0100
14411936
1937exim4 (4.92~RC4-2ubuntu2) disco; urgency=medium
1938
1939 * No-change rebuild against libmysqlclient21
1940
1941 -- Steve Langasek <steve.langasek@ubuntu.com> Fri, 01 Feb 2019 16:57:54 +0000
1942
1943exim4 (4.92~RC4-2ubuntu1) disco; urgency=medium
1944
1945 * Merge with Debian unstable (LP: #1811095). Remaining changes:
1946 - Show Ubuntu distribution in SMTP banner
1947 + Build-Depends on lsb-release to detect Distribution.
1948 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1949
1950 -- Karl Stenerud <kstenerud@gmail.com> Thu, 10 Jan 2019 16:41:45 +0100
1951
1442exim4 (4.92~RC4-2) unstable; urgency=medium1952exim4 (4.92~RC4-2) unstable; urgency=medium
14431953
1444 * Upload to unstable.1954 * Upload to unstable.
@@ -1532,6 +2042,22 @@ exim4 (4.91-7) unstable; urgency=low
15322042
1533 -- Andreas Metzler <ametzler@debian.org> Sun, 26 Aug 2018 11:33:15 +02002043 -- Andreas Metzler <ametzler@debian.org> Sun, 26 Aug 2018 11:33:15 +0200
15342044
2045exim4 (4.91-6ubuntu2) disco; urgency=medium
2046
2047 * No-change rebuild for the perl 5.28 transition.
2048
2049 -- Adam Conrad <adconrad@ubuntu.com> Fri, 02 Nov 2018 18:08:13 -0600
2050
2051exim4 (4.91-6ubuntu1) cosmic; urgency=medium
2052
2053 * Merge with Debian unstable. Remaining changes:
2054 - Show Ubuntu distribution in SMTP banner
2055 + Build-Depends on lsb-release to detect Distribution.
2056 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
2057 [DEP3 header updated to indicate it has been forwarded to Debian]
2058
2059 -- Andreas Hasenack <andreas@canonical.com> Mon, 30 Jul 2018 15:35:06 -0300
2060
1535exim4 (4.91-6) unstable; urgency=low2061exim4 (4.91-6) unstable; urgency=low
15362062
1537 * Update from exim-4_91+fixes branch:2063 * Update from exim-4_91+fixes branch:
@@ -1543,6 +2069,16 @@ exim4 (4.91-6) unstable; urgency=low
15432069
1544 -- Andreas Metzler <ametzler@debian.org> Fri, 20 Jul 2018 11:21:24 +02002070 -- Andreas Metzler <ametzler@debian.org> Fri, 20 Jul 2018 11:21:24 +0200
15452071
2072exim4 (4.91-5ubuntu1) cosmic; urgency=medium
2073
2074 * Merge with Debian unstable. Remaining changes:
2075 - Show Ubuntu distribution in SMTP banner
2076 - Build-Depends on lsb-release to detect Distribution.
2077 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
2078 [DEP3 header updated to indicate it has been forwarded to Debian]
2079
2080 -- Andreas Hasenack <andreas@canonical.com> Tue, 03 Jul 2018 11:13:08 -0300
2081
1546exim4 (4.91-5) unstable; urgency=medium2082exim4 (4.91-5) unstable; urgency=medium
15472083
1548 * Update from exim-4_91+fixes branch:2084 * Update from exim-4_91+fixes branch:
@@ -1552,6 +2088,15 @@ exim4 (4.91-5) unstable; urgency=medium
15522088
1553 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Jun 2018 18:10:39 +02002089 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Jun 2018 18:10:39 +0200
15542090
2091exim4 (4.91-4ubuntu1) cosmic; urgency=medium
2092
2093 * Merge from Debian testing, Remaining changes:
2094 - Show Ubuntu distribution in SMTP banner
2095 - Build-Depends on lsb-release to detect Distribution.
2096 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
2097
2098 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 30 May 2018 12:46:14 +0200
2099
1555exim4 (4.91-4) unstable; urgency=medium2100exim4 (4.91-4) unstable; urgency=medium
15562101
1557 * Update from exim-4_91+fixes branch:2102 * Update from exim-4_91+fixes branch:
@@ -1670,6 +2215,15 @@ exim4 (4.90.1-2) unstable; urgency=medium
16702215
1671 -- Andreas Metzler <ametzler@debian.org> Sat, 10 Mar 2018 14:25:51 +01002216 -- Andreas Metzler <ametzler@debian.org> Sat, 10 Mar 2018 14:25:51 +0100
16722217
2218exim4 (4.90.1-1ubuntu1) bionic; urgency=medium
2219
2220 * Merge from Debian testing, Remaining changes:
2221 - Show Ubuntu distribution in SMTP banner
2222 - Build-Depends on lsb-release to detect Distribution.
2223 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
2224
2225 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 14 Feb 2018 17:01:14 +0100
2226
1673exim4 (4.90.1-1) unstable; urgency=high2227exim4 (4.90.1-1) unstable; urgency=high
16742228
1675 * New upstream version, fixing CVE-2018-6789. Closes: #8900002229 * New upstream version, fixing CVE-2018-6789. Closes: #890000
@@ -1864,6 +2418,15 @@ exim4 (4.89-10) unstable; urgency=critical
18642418
1865 -- Andreas Metzler <ametzler@debian.org> Sat, 25 Nov 2017 11:43:24 +01002419 -- Andreas Metzler <ametzler@debian.org> Sat, 25 Nov 2017 11:43:24 +0100
18662420
2421exim4 (4.89-9ubuntu1) bionic; urgency=medium
2422
2423 * Merge from Debian unstable, Remaining changes:
2424 - Show Ubuntu distribution in SMTP banner
2425 - Build-Depends on lsb-release to detect Distribution.
2426 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
2427
2428 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 16 Nov 2017 10:02:23 +0100
2429
1867exim4 (4.89-9) unstable; urgency=medium2430exim4 (4.89-9) unstable; urgency=medium
18682431
1869 * Upload to unstable.2432 * Upload to unstable.
@@ -1906,6 +2469,42 @@ exim4 (4.89-6) unstable; urgency=medium
19062469
1907 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Sep 2017 15:29:39 +02002470 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Sep 2017 15:29:39 +0200
19082471
2472exim4 (4.89-5ubuntu1.3) artful-security; urgency=medium
2473
2474 * SECURITY UPDATE: Buffer overflow in base64d()
2475 - debian/patches/CVE-2018-6789.patch: fix overflow in src/base64.c.
2476 - CVE-2018-6789
2477
2478 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Sat, 10 Feb 2018 14:12:27 -0500
2479
2480exim4 (4.89-5ubuntu1.2) artful-security; urgency=medium
2481
2482 * SECURITY UPDATE: stack-exhaustion remote DoS
2483 - debian/patches/CVE-2017-16944.patch: do not treat the first lonely
2484 dot special in src/receive.c, src/smtp_in.c.
2485 - CVE-2017-16944
2486
2487 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Wed, 29 Nov 2017 08:59:31 -0500
2488
2489exim4 (4.89-5ubuntu1.1) artful-security; urgency=medium
2490
2491 * SECURITY UPDATE: remote code execution via use-after-free
2492 - debian/patches/CVE-2017-16943.patch: avoid release of store if there
2493 have been later allocations in src/receive.c.
2494 - CVE-2017-16943
2495
2496 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Mon, 27 Nov 2017 07:37:47 -0500
2497
2498exim4 (4.89-5ubuntu1) artful; urgency=medium
2499
2500 * Merge from Debian testing.
2501 Remaining changes:
2502 - Show Ubuntu distribution in SMTP banner
2503 - Build-Depends on lsb-release to detect Distribution.
2504 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
2505
2506 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 16 Aug 2017 15:42:47 +0200
2507
1909exim4 (4.89-5) unstable; urgency=medium2508exim4 (4.89-5) unstable; urgency=medium
19102509
1911 * Update to exim-4_89+fixes branch:2510 * Update to exim-4_89+fixes branch:
@@ -1950,6 +2549,20 @@ exim4 (4.89-4) unstable; urgency=low
19502549
1951 -- Andreas Metzler <ametzler@debian.org> Sat, 15 Jul 2017 12:46:16 +02002550 -- Andreas Metzler <ametzler@debian.org> Sat, 15 Jul 2017 12:46:16 +0200
19522551
2552exim4 (4.89-3ubuntu2) artful; urgency=medium
2553
2554 * No-change rebuild for perl 5.26.0.
2555
2556 -- Matthias Klose <doko@ubuntu.com> Wed, 26 Jul 2017 20:02:24 +0000
2557
2558exim4 (4.89-3ubuntu1) artful; urgency=medium
2559
2560 * Merge from Debian. Remaining changes:
2561 - Show Ubuntu distribution in SMTP banner.
2562 - Build-Depends on lsb-release (needed for the Ubuntu SMTP banner patch)
2563
2564 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Tue, 27 Jun 2017 10:20:42 -0400
2565
1953exim4 (4.89-3) unstable; urgency=high2566exim4 (4.89-3) unstable; urgency=high
19542567
1955 * Re-upload to unstable.2568 * Re-upload to unstable.
@@ -1962,6 +2575,15 @@ exim4 (4.89-2+deb9u1) stretch-security; urgency=medium
19622575
1963 -- <jmm@debian.org> Wed, 14 Jun 2017 07:03:07 +02002576 -- <jmm@debian.org> Wed, 14 Jun 2017 07:03:07 +0200
19642577
2578exim4 (4.89-2ubuntu1) artful; urgency=medium
2579
2580 * Merge from Debian testing.
2581 Remaining changes:
2582 + Show Ubuntu distribution in SMTP banner.
2583 + Build-Depends on lsb-release (needed for the Ubuntu SMTP banner patch)
2584
2585 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 01 Jun 2017 11:58:00 +0200
2586
1965exim4 (4.89-2) unstable; urgency=medium2587exim4 (4.89-2) unstable; urgency=medium
19662588
1967 * Revert addition of header "# pidfile: /var/run/exim4/exim.pid" to2589 * Revert addition of header "# pidfile: /var/run/exim4/exim.pid" to
@@ -2053,6 +2675,17 @@ exim4 (4.89~RC1-1) unstable; urgency=low
20532675
2054 -- Andreas Metzler <ametzler@debian.org> Tue, 31 Jan 2017 19:52:50 +01002676 -- Andreas Metzler <ametzler@debian.org> Tue, 31 Jan 2017 19:52:50 +0100
20552677
2678exim4 (4.88-5ubuntu1) zesty; urgency=medium
2679
2680 * Merge from Debian unstable.
2681 Version 4.88 fixes CVE-2016-9963 (LP: #1654750) and symlink
2682 local root escalation (LP: #1580454)
2683 Remaining changes:
2684 + Show Ubuntu distribution in SMTP banner.
2685 + Build-Depends on lsb-release (needed for the Ubuntu SMTP banner patch)
2686
2687 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 24 Jan 2017 10:15:09 +0100
2688
2056exim4 (4.88-5) unstable; urgency=medium2689exim4 (4.88-5) unstable; urgency=medium
20572690
2058 * 78_Disable-chunking-BDAT-by-default.patch: Change default value of main2691 * 78_Disable-chunking-BDAT-by-default.patch: Change default value of main
@@ -2205,6 +2838,20 @@ exim4 (4.88~RC1-1) experimental; urgency=low
22052838
2206 -- Andreas Metzler <ametzler@debian.org> Sun, 25 Sep 2016 15:44:00 +02002839 -- Andreas Metzler <ametzler@debian.org> Sun, 25 Sep 2016 15:44:00 +0200
22072840
2841exim4 (4.87-3ubuntu2) zesty; urgency=medium
2842
2843 * No-change rebuild for perl 5.24 transition
2844
2845 -- Iain Lane <iain@orangesquash.org.uk> Mon, 24 Oct 2016 10:08:10 +0100
2846
2847exim4 (4.87-3ubuntu1) yakkety; urgency=medium
2848
2849 * Merge from Debian unstable. Remaining changes:
2850 + Show Ubuntu distribution in SMTP banner.
2851 + Build-Depends on lsb-release (needed for the Ubuntu SMTP banner patch)
2852
2853 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 26 Jul 2016 13:30:09 +0200
2854
2208exim4 (4.87-3) unstable; urgency=medium2855exim4 (4.87-3) unstable; urgency=medium
22092856
2210 * Pull multiple patches from upstream GIT:2857 * Pull multiple patches from upstream GIT:
@@ -2378,6 +3025,48 @@ exim4 (4.87~RC1-1) experimental; urgency=medium
23783025
2379 -- Andreas Metzler <ametzler@debian.org> Fri, 11 Dec 2015 20:15:30 +01003026 -- Andreas Metzler <ametzler@debian.org> Fri, 11 Dec 2015 20:15:30 +0100
23803027
3028exim4 (4.86.2-2ubuntu2.3) xenial-security; urgency=medium
3029
3030 * SECURITY UPDATE: Buffer overflow in base64d()
3031 - debian/patches/CVE-2018-6789.patch: fix overflow in
3032 src/auths/b64decode.c.
3033 - CVE-2018-6789
3034
3035 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Sat, 10 Feb 2018 14:18:40 -0500
3036
3037exim4 (4.86.2-2ubuntu2.2) xenial-security; urgency=medium
3038
3039 * SECURITY UPDATE: memory leak
3040 - debian/patches/93_CVE-2017-1000368.patch: free -p argument if
3041 allocation was required.
3042 - CVE-2017-1000368
3043
3044 -- Steve Beattie <sbeattie@ubuntu.com> Fri, 02 Jun 2017 22:07:28 -0700
3045
3046exim4 (4.86.2-2ubuntu2.1) xenial-security; urgency=medium
3047
3048 * SECURITY UPDATE: DKIM information leakage
3049 - debian/patches/CVE-2016-9963.patch: fix information leakage in
3050 src/dkim.c, src/transports/smtp.c.
3051 - CVE-2016-9963
3052
3053 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 05 Jan 2017 08:29:10 -0500
3054
3055exim4 (4.86.2-2ubuntu2) xenial; urgency=medium
3056
3057 * Rebuild against libmysqlclient20.
3058
3059 -- Robie Basak <robie.basak@ubuntu.com> Tue, 05 Apr 2016 12:21:41 +0000
3060
3061exim4 (4.86.2-2ubuntu1) xenial; urgency=medium
3062
3063 * Merge from Debian unstable. Remaining changes:
3064 - debian.control, debian/patches/fix_smtp_banner.patch
3065 + Show Ubuntu distribution in SMTP banner.
3066 + Build-Depends on lsb-release.
3067
3068 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Tue, 15 Mar 2016 11:56:18 -0400
3069
2381exim4 (4.86.2-2) unstable; urgency=high3070exim4 (4.86.2-2) unstable; urgency=high
23823071
2383 * Bump exim4-config Breaks to exim4-daemon-* (<< 4.86.2). Closes: #8167903072 * Bump exim4-config Breaks to exim4-daemon-* (<< 4.86.2). Closes: #816790
@@ -2399,6 +3088,27 @@ exim4 (4.86.2-1) unstable; urgency=high
23993088
2400 -- Andreas Metzler <ametzler@debian.org> Tue, 01 Mar 2016 19:34:39 +01003089 -- Andreas Metzler <ametzler@debian.org> Tue, 01 Mar 2016 19:34:39 +0100
24013090
3091exim4 (4.86-7ubuntu3) xenial; urgency=medium
3092
3093 * No-change rebuild for gnutls transition.
3094
3095 -- Matthias Klose <doko@ubuntu.com> Wed, 17 Feb 2016 22:40:56 +0000
3096
3097exim4 (4.86-7ubuntu2) xenial; urgency=medium
3098
3099 * Rebuild for Perl 5.22.1.
3100
3101 -- Colin Watson <cjwatson@ubuntu.com> Fri, 18 Dec 2015 10:30:54 +0000
3102
3103exim4 (4.86-7ubuntu1) xenial; urgency=medium
3104
3105 * Merge from Debian unstable. Remaining changes:
3106 - debian.control, debian/patches/fix_smtp_banner.patch
3107 + Show Ubuntu distribution in SMTP banner.
3108 + Build-Depends on lsb-release.
3109
3110 -- Pierre-André MOREY <pierre-andre.morey@canonical.com> Mon, 14 Dec 2015 14:23:51 +0100
3111
2402exim4 (4.86-7) unstable; urgency=medium3112exim4 (4.86-7) unstable; urgency=medium
24033113
2404 * Allow arch-indep build (dpkg-buildpackage -A). Closes: #8060233114 * Allow arch-indep build (dpkg-buildpackage -A). Closes: #806023
@@ -2449,6 +3159,15 @@ exim4 (4.86-4) unstable; urgency=medium
24493159
2450 -- Andreas Metzler <ametzler@debian.org> Sat, 17 Oct 2015 15:01:01 +02003160 -- Andreas Metzler <ametzler@debian.org> Sat, 17 Oct 2015 15:01:01 +0200
24513161
3162exim4 (4.86-3ubuntu1) wily; urgency=medium
3163
3164 * Merge from Debian unstable. (LP: #1485369) Remaining changes:
3165 - debian/control, debian/patches/fix_smtp_banner.patch:
3166 + Show Ubuntu distribution in SMTP banner.
3167 + Build-Depends on lsb-release.
3168
3169 -- Artur Rona <ari-tczew@ubuntu.com> Thu, 17 Sep 2015 13:18:20 +0100
3170
2452exim4 (4.86-3) unstable; urgency=medium3171exim4 (4.86-3) unstable; urgency=medium
24533172
2454 * Pull three patches from upstream git:3173 * Pull three patches from upstream git:
@@ -2489,6 +3208,15 @@ exim4 (4.86~RC5-1) unstable; urgency=medium
24893208
2490 -- Andreas Metzler <ametzler@debian.org> Sat, 18 Jul 2015 11:46:11 +02003209 -- Andreas Metzler <ametzler@debian.org> Sat, 18 Jul 2015 11:46:11 +0200
24913210
3211exim4 (4.86~RC4-2ubuntu1) wily; urgency=low
3212
3213 * Merge from Debian unstable. (LP: #1166671) Remaining changes:
3214 - debian/control, debian/patches/fix_smtp_banner.patch:
3215 + Show Ubuntu distribution in SMTP banner.
3216 + Build-Depends on lsb-release.
3217
3218 -- Artur Rona <ari-tczew@ubuntu.com> Mon, 06 Jul 2015 12:09:36 +0200
3219
2492exim4 (4.86~RC4-2) unstable; urgency=medium3220exim4 (4.86~RC4-2) unstable; urgency=medium
24933221
2494 * Drop libmysqlclient15-dev alternative build-dependency. Closes: #7904633222 * Drop libmysqlclient15-dev alternative build-dependency. Closes: #790463
@@ -2653,6 +3381,18 @@ exim4 (4.85~RC1+dfsg-1) experimental; urgency=medium
26533381
2654 -- Andreas Metzler <ametzler@debian.org> Tue, 18 Nov 2014 19:28:20 +01003382 -- Andreas Metzler <ametzler@debian.org> Tue, 18 Nov 2014 19:28:20 +0100
26553383
3384exim4 (4.84-8ubuntu1) vivid; urgency=low
3385
3386 * Merge from Debian unstable. (LP: #1434300) Remaining changes:
3387 - debian/control, debian/patches/fix_smtp_banner.patch:
3388 + Show Ubuntu distribution in SMTP banner.
3389 + Build-Depends on lsb-release.
3390 - debian/control:
3391 + Don't provide default-mta; in Ubuntu,
3392 we want postfix to be the default.
3393
3394 -- Artur Rona <ari-tczew@ubuntu.com> Thu, 19 Mar 2015 00:15:40 +0100
3395
2656exim4 (4.84-8) unstable; urgency=medium3396exim4 (4.84-8) unstable; urgency=medium
26573397
2658 * Pull 83_Remove-limit-on-remove_headers-item-size.-Bug-1533.patch and3398 * Pull 83_Remove-limit-on-remove_headers-item-size.-Bug-1533.patch and
@@ -2670,6 +3410,15 @@ exim4 (4.84-7) unstable; urgency=medium
26703410
2671 -- Andreas Metzler <ametzler@debian.org> Sat, 07 Feb 2015 15:12:33 +01003411 -- Andreas Metzler <ametzler@debian.org> Sat, 07 Feb 2015 15:12:33 +0100
26723412
3413exim4 (4.84-6ubuntu1) vivid; urgency=medium
3414
3415 * Resynchronise with Debian. Remaining changes:
3416 - Show Ubuntu distribution in SMTP banner.
3417 - Don't provide default-mta; in Ubuntu, we want postfix to be the
3418 default.
3419
3420 -- Colin Watson <cjwatson@ubuntu.com> Wed, 14 Jan 2015 11:26:29 +0000
3421
2673exim4 (4.84-6) unstable; urgency=medium3422exim4 (4.84-6) unstable; urgency=medium
26743423
2675 * Revert init script's restart order change in 4.84-4 for the time being.3424 * Revert init script's restart order change in 4.84-4 for the time being.
@@ -2678,6 +3427,15 @@ exim4 (4.84-6) unstable; urgency=medium
26783427
2679 -- Andreas Metzler <ametzler@debian.org> Sun, 21 Dec 2014 14:07:12 +01003428 -- Andreas Metzler <ametzler@debian.org> Sun, 21 Dec 2014 14:07:12 +0100
26803429
3430exim4 (4.84-5ubuntu1) vivid; urgency=medium
3431
3432 * Resynchronise with Debian. Remaining changes:
3433 - Show Ubuntu distribution in SMTP banner.
3434 - Don't provide default-mta; in Ubuntu, we want postfix to be the
3435 default.
3436
3437 -- Colin Watson <cjwatson@ubuntu.com> Thu, 18 Dec 2014 15:26:17 +0000
3438
2681exim4 (4.84-5) unstable; urgency=medium3439exim4 (4.84-5) unstable; urgency=medium
26823440
2683 * 82_quoted-or-r-2047-encoded.diff pulled from upstream git (sans3441 * 82_quoted-or-r-2047-encoded.diff pulled from upstream git (sans
@@ -2685,6 +3443,15 @@ exim4 (4.84-5) unstable; urgency=medium
26853443
2686 -- Andreas Metzler <ametzler@debian.org> Wed, 17 Dec 2014 19:03:39 +01003444 -- Andreas Metzler <ametzler@debian.org> Wed, 17 Dec 2014 19:03:39 +0100
26873445
3446exim4 (4.84-4ubuntu1) vivid; urgency=medium
3447
3448 * Resynchronise with Debian. Remaining changes:
3449 - Show Ubuntu distribution in SMTP banner.
3450 - Don't provide default-mta; in Ubuntu, we want postfix to be the
3451 default.
3452
3453 -- Colin Watson <cjwatson@ubuntu.com> Tue, 02 Dec 2014 15:28:46 +0000
3454
2688exim4 (4.84-4) unstable; urgency=medium3455exim4 (4.84-4) unstable; urgency=medium
26893456
2690 * Unset message_prefix/message_sufix in maildrop_pipe transport. Maildrop3457 * Unset message_prefix/message_sufix in maildrop_pipe transport. Maildrop
@@ -2699,6 +3466,15 @@ exim4 (4.84-4) unstable; urgency=medium
26993466
2700 -- Andreas Metzler <ametzler@debian.org> Sun, 30 Nov 2014 08:24:04 +01003467 -- Andreas Metzler <ametzler@debian.org> Sun, 30 Nov 2014 08:24:04 +0100
27013468
3469exim4 (4.84-3ubuntu1) vivid; urgency=medium
3470
3471 * Resynchronise with Debian. Remaining changes:
3472 - Show Ubuntu distribution in SMTP banner.
3473 - Don't provide default-mta; in Ubuntu, we want postfix to be the
3474 default.
3475
3476 -- Colin Watson <cjwatson@ubuntu.com> Tue, 11 Nov 2014 13:43:35 +0000
3477
2702exim4 (4.84-3) unstable; urgency=medium3478exim4 (4.84-3) unstable; urgency=medium
27033479
2704 * Apply patch to Italian (it) debconf template translation, thanks to3480 * Apply patch to Italian (it) debconf template translation, thanks to
@@ -2728,6 +3504,24 @@ exim4 (4.84~RC2-1) unstable; urgency=medium
27283504
2729 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Aug 2014 07:42:00 +02003505 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Aug 2014 07:42:00 +0200
27303506
3507exim4 (4.84~RC1-3ubuntu2) utopic; urgency=medium
3508
3509 * Rebuild for Perl 5.20.0.
3510
3511 -- Colin Watson <cjwatson@ubuntu.com> Thu, 21 Aug 2014 12:18:13 +0100
3512
3513exim4 (4.84~RC1-3ubuntu1) utopic; urgency=low
3514
3515 * Merge from Debian unstable (LP: #1351470). Remaining changes:
3516 - Show Ubuntu distribution on smtp:
3517 + debian/patches/fix_smtp_banner.patch: updated SMTP banner
3518 with Ubuntu distribution
3519 + debian/control: added lsb-release build dependency
3520 - Don't provide default-mta; in Ubuntu, we want postfix to be the
3521 default.
3522
3523 -- Corey Bryant <corey.bryant@canonical.com> Mon, 04 Aug 2014 11:48:39 -0400
3524
2731exim4 (4.84~RC1-3) unstable; urgency=medium3525exim4 (4.84~RC1-3) unstable; urgency=medium
27323526
2733 * Third try. Simply comment *custom* in debian/control.3527 * Third try. Simply comment *custom* in debian/control.
@@ -2796,6 +3590,18 @@ exim4 (4.83~RC1-1) experimental; urgency=medium
27963590
2797 -- Andreas Metzler <ametzler@debian.org> Thu, 29 May 2014 13:09:04 +02003591 -- Andreas Metzler <ametzler@debian.org> Thu, 29 May 2014 13:09:04 +0200
27983592
3593exim4 (4.82.1-2ubuntu1) utopic; urgency=low
3594
3595 * Merge from Debian unstable (LP: #1348074). Remaining changes:
3596 - Show Ubuntu distribution on smtp:
3597 + debian/patches/fix_smtp_banner.patch: updated SMTP banner
3598 with Ubuntu distribution
3599 + debian/control: added lsb-release build dependency
3600 - Don't provide default-mta; in Ubuntu, we want postfix to be the
3601 default.
3602
3603 -- Robie Basak <robie.basak@ubuntu.com> Fri, 25 Jul 2014 15:53:09 +0000
3604
2799exim4 (4.82.1-2) unstable; urgency=high3605exim4 (4.82.1-2) unstable; urgency=high
28003606
2801 * [87_double_expansion.diff] from upstream. Stop unwanted double expansion3607 * [87_double_expansion.diff] from upstream. Stop unwanted double expansion
@@ -2813,6 +3619,18 @@ exim4 (4.82.1-1) unstable; urgency=high
28133619
2814 -- Andreas Metzler <ametzler@debian.org> Wed, 28 May 2014 19:01:43 +02003620 -- Andreas Metzler <ametzler@debian.org> Wed, 28 May 2014 19:01:43 +0200
28153621
3622exim4 (4.82-8ubuntu1) utopic; urgency=medium
3623
3624 * Merge from Debian unstable. Remaining changes:
3625 - Show Ubuntu distribution on smtp:
3626 + debian/patches/fix_smtp_banner.patch: updated SMTP banner
3627 with Ubuntu distribution
3628 + debian/control: added lsb-release build dependency
3629 - Don't provide default-mta; in Ubuntu, we want postfix to be the
3630 default.
3631
3632 -- Dimitri John Ledkov <xnox@ubuntu.com> Sat, 17 May 2014 01:50:20 +0100
3633
2816exim4 (4.82-8) unstable; urgency=medium3634exim4 (4.82-8) unstable; urgency=medium
28173635
2818 * Now that GMP has been relicensed to LGPLv3+/GPLv2+ build exim against3636 * Now that GMP has been relicensed to LGPLv3+/GPLv2+ build exim against
@@ -2876,6 +3694,78 @@ exim4 (4.82-4) unstable; urgency=medium
28763694
2877 -- Andreas Metzler <ametzler@debian.org> Sun, 09 Feb 2014 19:41:34 +01003695 -- Andreas Metzler <ametzler@debian.org> Sun, 09 Feb 2014 19:41:34 +0100
28783696
3697exim4 (4.82-3ubuntu2.4) trusty-security; urgency=medium
3698
3699 * SECURITY UPDATE: Buffer overflow in base64d()
3700 - debian/patches/CVE-2018-6789.patch: fix overflow in
3701 src/auths/b64decode.c.
3702 - CVE-2018-6789
3703
3704 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Sat, 10 Feb 2018 14:19:43 -0500
3705
3706exim4 (4.82-3ubuntu2.3) trusty-security; urgency=medium
3707
3708 * SECURITY UPDATE: memory leak
3709 - debian/patches/CVE-2017-1000368.patch: free -p argument if
3710 allocation was required.
3711 - CVE-2017-1000368
3712
3713 -- Steve Beattie <sbeattie@ubuntu.com> Fri, 02 Jun 2017 22:44:35 -0700
3714
3715exim4 (4.82-3ubuntu2.2) trusty-security; urgency=medium
3716
3717 * SECURITY UPDATE: DKIM information leakage
3718 - debian/patches/CVE-2016-9963.patch: fix information leakage in
3719 src/dkim.c, src/transports/smtp.c.
3720 - CVE-2016-9963
3721
3722 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 05 Jan 2017 08:31:06 -0500
3723
3724exim4 (4.82-3ubuntu2.1) trusty-security; urgency=medium
3725
3726 * SECURITY UPDATE: privilege escalation via crafted lookup value
3727 - debian/patches/CVE-2014-2972.patch: only expand integers for integer
3728 math once.
3729 - CVE-2014-2972
3730 * SECURITY UPDATE: privilege escalation when used with perl_startup
3731 - debian/patches/CVE-2016-1531.patch: add new add_environment and
3732 keep_environment configuration options.
3733 - debian/patches/CVE-2016-1531-2.patch: don't issue env warning if env
3734 is empty.
3735 - debian/patches/CVE-2016-1531-3.patch: store the initial working
3736 directory, expand $initial_cwd.
3737 - debian/patches/CVE-2016-1531-4.patch: delay chdir(/) until we opened
3738 the main config.
3739 - Add macros MAIN_KEEP_ENVIRONMENT and MAIN_ADD_ENVIRONMENT to set the
3740 new options. Set "keep_environment =" by default to avoid a runtime
3741 warning.
3742 - Bump exim4-config Breaks to exim4-daemon-* (<< 4.82-3ubuntu2.1).
3743 - debian/exim4-config.NEWS: Add entry to warn of potential breakage.
3744 - CVE-2016-1531
3745 * WARNING: This update may break existing installations.
3746
3747 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Mon, 14 Mar 2016 12:57:00 -0400
3748
3749exim4 (4.82-3ubuntu2) trusty; urgency=medium
3750
3751 * debian/tests/control: Add missing python test dependency, as
3752 debian/tests/security calls python.
3753
3754 -- Martin Pitt <martin.pitt@ubuntu.com> Tue, 25 Feb 2014 17:33:13 +0100
3755
3756exim4 (4.82-3ubuntu1) trusty; urgency=low
3757
3758 * Merge from Debian unstable (LP: #1259620). Remaining changes:
3759 - Show Ubuntu distribution on smtp:
3760 + debian/patches/fix_smtp_banner.patch: updated SMTP banner
3761 with Ubuntu distribution
3762 + debian/control: added lsb-release build dependency
3763 - Don't provide default-mta; in Ubuntu, we want postfix to be the
3764 default.
3765 - Build-depend on db5.3.
3766
3767 -- Yolanda Robla <yolanda.robla@canonical.com> Tue, 10 Dec 2013 17:07:20 +0000
3768
2879exim4 (4.82-3) unstable; urgency=low3769exim4 (4.82-3) unstable; urgency=low
28803770
2881 * Upload to unstable.3771 * Upload to unstable.
@@ -2956,6 +3846,21 @@ exim4 (4.82~rc1-1) experimental; urgency=low
29563846
2957 -- Andreas Metzler <ametzler@debian.org> Sun, 29 Sep 2013 14:43:25 +02003847 -- Andreas Metzler <ametzler@debian.org> Sun, 29 Sep 2013 14:43:25 +0200
29583848
3849exim4 (4.80-9ubuntu2) trusty; urgency=low
3850
3851 * Build-depend on libdb5.3-dev, instead of libdb5.1-dev.
3852
3853 -- Dmitrijs Ledkovs <xnox@ubuntu.com> Mon, 04 Nov 2013 12:14:54 +0000
3854
3855exim4 (4.80-9ubuntu1) trusty; urgency=low
3856
3857 * Resynchronise with Debian. Remaining changes:
3858 - Don't provide default-mta; in Ubuntu, we want postfix to be the
3859 default.
3860 - Add "Ubuntu" to SMTP banner.
3861
3862 -- Colin Watson <cjwatson@ubuntu.com> Mon, 28 Oct 2013 11:55:21 -0700
3863
2959exim4 (4.80-9) unstable; urgency=low3864exim4 (4.80-9) unstable; urgency=low
29603865
2961 * Upload to unstable.3866 * Upload to unstable.
@@ -3002,6 +3907,34 @@ exim4 (4.80-8) experimental; urgency=low
30023907
3003 -- Andreas Metzler <ametzler@debian.org> Sun, 01 Sep 2013 15:58:49 +02003908 -- Andreas Metzler <ametzler@debian.org> Sun, 01 Sep 2013 15:58:49 +0200
30043909
3910exim4 (4.80-7ubuntu4) trusty; urgency=low
3911
3912 * Rebuild for Perl 5.18.
3913
3914 -- Colin Watson <cjwatson@ubuntu.com> Wed, 23 Oct 2013 10:24:08 +0100
3915
3916exim4 (4.80-7ubuntu3) saucy; urgency=low
3917
3918 * debian/patches/fix_smtp_banner.patch: updated SMTP banner
3919 with Ubuntu distribution
3920 * debian/control: added lsb-release build dependency
3921
3922 -- Yolanda Robla <yolanda.robla@canonical.com> Tue, 18 Jun 2013 19:17:43 +0200
3923
3924exim4 (4.80-7ubuntu2) saucy; urgency=low
3925
3926 * debian/tests: Add autopkgtest.
3927
3928 -- Yolanda <yolanda.robla@canonical.com> Mon, 27 May 2013 11:31:35 +0200
3929
3930exim4 (4.80-7ubuntu1) raring; urgency=low
3931
3932 * Merge from Debian unstable (LP: #1166383). Remaining changes:
3933 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
3934 we want postfix to be the default.
3935
3936 -- Robie Basak <robie.basak@canonical.com> Mon, 08 Apr 2013 18:13:15 +0100
3937
3005exim4 (4.80-7) unstable; urgency=low3938exim4 (4.80-7) unstable; urgency=low
30063939
3007 * Use exim's ${quote:xxx} operator when invoking spfquery to disallow3940 * Use exim's ${quote:xxx} operator when invoking spfquery to disallow
@@ -3021,6 +3954,14 @@ exim4 (4.80-6) unstable; urgency=low
30213954
3022 -- Andreas Metzler <ametzler@debian.org> Wed, 21 Nov 2012 19:08:53 +01003955 -- Andreas Metzler <ametzler@debian.org> Wed, 21 Nov 2012 19:08:53 +0100
30233956
3957exim4 (4.80-5.1ubuntu1) raring; urgency=low
3958
3959 * Merge from Debian. Remaining changes:
3960 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
3961 we want postfix to be the default.
3962
3963 -- Oussama Bounaim <o.bounaim@gmail.com> Sun, 11 Nov 2012 07:11:06 +0100
3964
3024exim4 (4.80-5.1) unstable; urgency=high3965exim4 (4.80-5.1) unstable; urgency=high
30253966
3026 * Non-maintainer upload by the Security Team.3967 * Non-maintainer upload by the Security Team.
@@ -3048,6 +3989,23 @@ exim4 (4.80-4) unstable; urgency=low
30483989
3049 -- Andreas Metzler <ametzler@debian.org> Sat, 23 Jun 2012 18:35:03 +02003990 -- Andreas Metzler <ametzler@debian.org> Sat, 23 Jun 2012 18:35:03 +0200
30503991
3992exim4 (4.80-3ubuntu1.1) quantal-security; urgency=low
3993
3994 * SECURITY UPDATE: arbitrary code execution via dns decode logic
3995 - debian/patches/CVE-2012-5671.patch: adjust max length and validate
3996 against it in src/pdkim/pdkim.h, src/dkim.c.
3997 - CVE-2012-5671
3998
3999 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 25 Oct 2012 08:22:46 -0400
4000
4001exim4 (4.80-3ubuntu1) quantal; urgency=low
4002
4003 * Merge from Debian unstable. Remaining changes:
4004 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
4005 we want postfix to be the default.
4006
4007 -- Clint Byrum <clint@ubuntu.com> Thu, 14 Jun 2012 15:28:08 -0700
4008
3051exim4 (4.80-3) unstable; urgency=low4009exim4 (4.80-3) unstable; urgency=low
30524010
3053 * Pull 75_openssl_sni.diff from upstream. - Segfault caused by NULL4011 * Pull 75_openssl_sni.diff from upstream. - Segfault caused by NULL
@@ -3195,6 +4153,26 @@ exim4 (4.76-4) experimental; urgency=low
31954153
3196 -- Andreas Metzler <ametzler@debian.org> Sat, 24 Sep 2011 18:36:08 +02004154 -- Andreas Metzler <ametzler@debian.org> Sat, 24 Sep 2011 18:36:08 +0200
31974155
4156exim4 (4.76-3ubuntu3) precise; urgency=low
4157
4158 * Rebuild for libmysqlclient transition
4159
4160 -- Clint Byrum <clint@ubuntu.com> Wed, 23 Nov 2011 23:29:35 -0800
4161
4162exim4 (4.76-3ubuntu2) precise; urgency=low
4163
4164 * Rebuild for Perl 5.14.
4165
4166 -- Colin Watson <cjwatson@ubuntu.com> Wed, 16 Nov 2011 01:22:39 +0000
4167
4168exim4 (4.76-3ubuntu1) precise; urgency=low
4169
4170 * Merge from debian unstable. Remaining changes:
4171 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
4172 we want postfix to be the default.
4173
4174 -- Stéphane Graber <stgraber@ubuntu.com> Thu, 20 Oct 2011 11:29:07 -0400
4175
3198exim4 (4.76-3) unstable; urgency=low4176exim4 (4.76-3) unstable; urgency=low
31994177
3200 * [exim4-base.cron.daily] Correct invocation of mail(1), options need to be4178 * [exim4-base.cron.daily] Correct invocation of mail(1), options need to be
@@ -3215,6 +4193,14 @@ exim4 (4.76-3) unstable; urgency=low
32154193
3216 -- Andreas Metzler <ametzler@debian.org> Sun, 18 Sep 2011 11:49:13 +02004194 -- Andreas Metzler <ametzler@debian.org> Sun, 18 Sep 2011 11:49:13 +0200
32174195
4196exim4 (4.76-2ubuntu1) oneiric; urgency=low
4197
4198 * Merge from debian unstable. Remaining changes:
4199 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
4200 we want postfix to be the default.
4201
4202 -- Stéphane Graber <stgraber@ubuntu.com> Mon, 30 May 2011 17:48:56 -0400
4203
3218exim4 (4.76-2) unstable; urgency=low4204exim4 (4.76-2) unstable; urgency=low
32194205
3220 * debian/rules: Remove test/ and test-stamp on clean.4206 * debian/rules: Remove test/ and test-stamp on clean.
@@ -3227,6 +4213,14 @@ exim4 (4.76-2) unstable; urgency=low
32274213
3228 -- Andreas Metzler <ametzler@debian.org> Sun, 29 May 2011 18:21:03 +02004214 -- Andreas Metzler <ametzler@debian.org> Sun, 29 May 2011 18:21:03 +0200
32294215
4216exim4 (4.76-1ubuntu1) oneiric; urgency=low
4217
4218 * Merge from debian unstable. Remaining changes (LP: #779391):
4219 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
4220 we want postfix to be the default.
4221
4222 -- Stéphane Graber <stgraber@ubuntu.com> Mon, 23 May 2011 12:37:30 -0400
4223
3230exim4 (4.76-1) unstable; urgency=low4224exim4 (4.76-1) unstable; urgency=low
32314225
3232 * New upstream version.4226 * New upstream version.
@@ -3273,6 +4267,14 @@ exim4 (4.75-3) unstable; urgency=high
32734267
3274 -- Andreas Metzler <ametzler@debian.org> Fri, 06 May 2011 20:08:51 +02004268 -- Andreas Metzler <ametzler@debian.org> Fri, 06 May 2011 20:08:51 +0200
32754269
4270exim4 (4.75-2ubuntu1) oneiric; urgency=low
4271
4272 * Merge from debian unstable. Remaining changes:
4273 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
4274 we want postfix to be the default.
4275
4276 -- Stéphane Graber <stgraber@ubuntu.com> Fri, 06 May 2011 14:51:28 -0400
4277
3276exim4 (4.75-2) unstable; urgency=low4278exim4 (4.75-2) unstable; urgency=low
32774279
3278 * clamav socket on Debian is clamd:/var/run/clamav/clamd.ctl, fix4280 * clamav socket on Debian is clamd:/var/run/clamav/clamd.ctl, fix
@@ -3315,6 +4317,24 @@ exim4 (4.74-2) unstable; urgency=low
33154317
3316 -- Andreas Metzler <ametzler@debian.org> Thu, 24 Feb 2011 19:02:07 +01004318 -- Andreas Metzler <ametzler@debian.org> Thu, 24 Feb 2011 19:02:07 +0100
33174319
4320exim4 (4.74-1ubuntu1) natty; urgency=low
4321
4322 * Merge from debian experimental. Remaining changes: (LP: #713855)
4323 - debian/patches/71_exiq_grep_error_on_messages_without_size.patch:
4324 + Improve handling of broken messages when "exim4 -bp" (mailq)
4325 reports lines without size info. (Closes: #528625)
4326 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
4327 we want postfix to be the default.
4328 - debian/{control,rules}: Add and enable hardened build for PIE.
4329 (Closes: #542726)
4330 * Update 71_exiq_grep_error_on_messages_without_size.patch to get way
4331 which upstream has fixed it. Probably it can be dropped with next
4332 upstream release.
4333 * This upload fixes CVE: (LP: #708023)
4334 - CVE-2011-0017
4335
4336 -- Artur Rona <ari-tczew@ubuntu.com> Wed, 09 Feb 2011 21:31:35 +0100
4337
3318exim4 (4.74-1) experimental; urgency=low4338exim4 (4.74-1) experimental; urgency=low
33194339
3320 * 4.74 release, should build on hurd again.4340 * 4.74 release, should build on hurd again.
@@ -3340,6 +4360,20 @@ exim4 (4.74~rc2-1) experimental; urgency=low
33404360
3341 -- Andreas Metzler <ametzler@debian.org> Sun, 23 Jan 2011 14:02:36 +01004361 -- Andreas Metzler <ametzler@debian.org> Sun, 23 Jan 2011 14:02:36 +0100
33424362
4363exim4 (4.73~rc1-1ubuntu1) natty; urgency=low
4364
4365 * Merge from debian unstable. Remaining changes: (LP: #697934)
4366 - debian/patches/71_exiq_grep_error_on_messages_without_size.patch:
4367 + Improve handling of broken messages when "exim4 -bp" (mailq)
4368 reports lines without size info.
4369 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
4370 we want postfix to be the default.
4371 - debian/{control,rules}: Add and enable hardened build for PIE.
4372 (Closes: #542726)
4373 * Drop B-D on libmysqlclient15-dev, resolved in Debian.
4374
4375 -- Artur Rona <ari-tczew@ubuntu.com> Tue, 28 Dec 2010 22:20:17 +0100
4376
3343exim4 (4.73~rc1-1) experimental; urgency=low4377exim4 (4.73~rc1-1) experimental; urgency=low
33444378
3345 * New upstream release candidate.4379 * New upstream release candidate.
@@ -3435,6 +4469,20 @@ exim4 (4.72-3) unstable; urgency=low
34354469
3436 -- Andreas Metzler <ametzler@debian.org> Sun, 26 Dec 2010 15:13:08 +01004470 -- Andreas Metzler <ametzler@debian.org> Sun, 26 Dec 2010 15:13:08 +0100
34374471
4472exim4 (4.72-2ubuntu1) natty; urgency=low
4473
4474 * Merge from debian unstable. Remaining changes: (LP: #671615)
4475 - debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
4476 Improve handling of broken messages when "exim4 -bp" (mailq) reports
4477 lines without size info.
4478 - Don't declare a Provides: default-mta; in Ubuntu, we want postfix to be
4479 the default.
4480 - debian/control: Change build dependencies to MySQL 5.1.
4481 - debian/{control,rules}: add and enable hardened build for PIE
4482 (Closes: #542726).
4483
4484 -- Artur Rona <ari-tczew@ubuntu.com> Fri, 05 Nov 2010 21:05:47 +0100
4485
3438exim4 (4.72-2) unstable; urgency=low4486exim4 (4.72-2) unstable; urgency=low
34394487
3440 [ Marc Haber ]4488 [ Marc Haber ]
@@ -3458,6 +4506,20 @@ exim4 (4.72-2) unstable; urgency=low
34584506
3459 -- Andreas Metzler <ametzler@debian.org> Sat, 30 Oct 2010 13:38:26 +02004507 -- Andreas Metzler <ametzler@debian.org> Sat, 30 Oct 2010 13:38:26 +0200
34604508
4509exim4 (4.72-1ubuntu1) maverick; urgency=low
4510
4511 * Merge with Debian unstable (LP: #609620). Remaining changes:
4512 + debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
4513 Improve handling of broken messages when "exim4 -bp" (mailq) reports
4514 lines without size info.
4515 + Don't declare a Provides: default-mta; in Ubuntu, we want postfix to be
4516 the default.
4517 + debian/control: Change build dependencies to MySQL 5.1.
4518 + debian/{control,rules}: add and enable hardened build for PIE
4519 (Closes: #542726).
4520
4521 -- Artur Rona <ari-tczew@tlen.pl> Sun, 25 Jul 2010 02:00:42 +0200
4522
3461exim4 (4.72-1) unstable; urgency=low4523exim4 (4.72-1) unstable; urgency=low
34624524
3463 * New upstream release. (Identical to the git snapshot previously4525 * New upstream release. (Identical to the git snapshot previously
@@ -3509,6 +4571,20 @@ exim4 (4.71-4) unstable; urgency=low
35094571
3510 -- Andreas Metzler <ametzler@debian.org> Thu, 25 Mar 2010 17:34:30 +01004572 -- Andreas Metzler <ametzler@debian.org> Thu, 25 Mar 2010 17:34:30 +0100
35114573
4574exim4 (4.71-3ubuntu1) lucid; urgency=low
4575
4576 * Merge with Debian unstable (lp: #501657). Remaining changes:
4577 + debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
4578 Improve handling of broken messages when "exim4 -bp" (mailq) reports
4579 lines without size info.
4580 + Don't declare a Provides: default-mta; in Ubuntu, we want postfix to be
4581 the default.
4582 + debian/control: Change build dependencies to MySQL 5.1.
4583 + debian/{control,rules}: add and enable hardened build for PIE
4584 (Debian bug 542726).
4585
4586 -- Michael Bienia <geser@ubuntu.com> Fri, 01 Jan 2010 16:28:19 +0100
4587
3512exim4 (4.71-3) unstable; urgency=low4588exim4 (4.71-3) unstable; urgency=low
35134589
3514 * exim4-base.cron.daily: Do not run exim_tidydb on Berkeley DB logfiles.4590 * exim4-base.cron.daily: Do not run exim_tidydb on Berkeley DB logfiles.
@@ -3623,6 +4699,35 @@ exim4 (4.70~cvs+20091017-1) experimental; urgency=low
36234699
3624 -- Andreas Metzler <ametzler@debian.org> Sat, 17 Oct 2009 14:26:54 +02004700 -- Andreas Metzler <ametzler@debian.org> Sat, 17 Oct 2009 14:26:54 +0200
36254701
4702exim4 (4.69-11ubuntu4) karmic; urgency=low
4703
4704 * debian/{control,rules}: add and enable hardened build for PIE
4705 (Debian bug 542726).
4706
4707 -- Kees Cook <kees@ubuntu.com> Thu, 20 Aug 2009 17:33:26 -0700
4708
4709exim4 (4.69-11ubuntu3) karmic; urgency=low
4710
4711 * debian/control: Change build dependencies to MySQL 5.1.
4712
4713 -- Mathias Gug <mathiaz@ubuntu.com> Mon, 17 Aug 2009 17:57:26 -0400
4714
4715exim4 (4.69-11ubuntu2) karmic; urgency=low
4716
4717 * Don't declare a Provides: default-mta; in Ubuntu, we want postfix to be
4718 the default.
4719
4720 -- Steve Langasek <steve.langasek@ubuntu.com> Wed, 03 Jun 2009 15:39:14 +0000
4721
4722exim4 (4.69-11ubuntu1) karmic; urgency=low
4723
4724 * Merge from debian unstable (LP: #375923), remaining changes:
4725 - debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
4726 Improve handling of broken messages when "exim4 -bp" (mailq) reports
4727 lines without size info
4728
4729 -- Thierry Carrez <thierry.carrez@ubuntu.com> Wed, 13 May 2009 12:15:29 +0200
4730
3626exim4 (4.69-11) unstable; urgency=medium4731exim4 (4.69-11) unstable; urgency=medium
36274732
3628 * Build-Depend on lynx-cur|lynx instead of lynx. (lynx is just a dummy4733 * Build-Depend on lynx-cur|lynx instead of lynx. (lynx is just a dummy
@@ -3680,6 +4785,15 @@ exim4 (4.69-10) unstable; urgency=low
36804785
3681 -- Andreas Metzler <ametzler@debian.org> Sat, 02 May 2009 09:05:56 +02004786 -- Andreas Metzler <ametzler@debian.org> Sat, 02 May 2009 09:05:56 +0200
36824787
4788exim4 (4.69-9ubuntu1) jaunty; urgency=low
4789
4790 [ Daniel van Eeden <launchpad@myname.nl> ]
4791 * debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
4792 Improve handling of broken messages when "exim4 -bp" (mailq) reports lines
4793 w/o size info, LP: #18194
4794
4795 -- Dustin Kirkland <kirkland@ubuntu.com> Wed, 11 Feb 2009 06:43:52 -0600
4796
3683exim4 (4.69-9) unstable; urgency=medium4797exim4 (4.69-9) unstable; urgency=medium
36844798
3685 * [update-exim4.conf]: Use POSIX character classes [:alnum:] or explicit4799 * [update-exim4.conf]: Use POSIX character classes [:alnum:] or explicit
diff --git a/debian/control b/debian/control
index a2249d5..219752b 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>,
@@ -30,7 +31,6 @@ Build-Depends:
30 libperl-dev,31 libperl-dev,
31 libpq-dev,32 libpq-dev,
32 libsasl2-dev,33 libsasl2-dev,
33 libspf2-dev,
34 libsqlite3-dev,34 libsqlite3-dev,
35 libx11-dev,35 libx11-dev,
36 libxaw7-dev,36 libxaw7-dev,
@@ -40,6 +40,7 @@ Build-Depends:
40 lynx,40 lynx,
41 po-debconf,41 po-debconf,
42 xsltproc,42 xsltproc,
43 lsb-release
4344
44Package: exim4-base45Package: exim4-base
45Architecture: any46Architecture: 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..8a929f0 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,45 @@ 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 \
287 --ip ${quote:$sender_host_address} \
288 --scope mfrom \
289 --identity ${quote:$sender_address}} \
290 {no}{${if eq {$runrc}{1}{yes}{no}}}}
281 message = [SPF] $sender_host_address is not allowed to send mail from \291 message = [SPF] $sender_host_address is not allowed to send mail from \
282 ${if def:sender_address_domain {$sender_address_domain}{$sender_helo_name}}.292 ${if def:sender_address_domain {$sender_address_domain}{$sender_helo_name}}.
283 log_message = SPF check failed.293 log_message = SPF check failed.
284294
285 defer295 defer
286 !acl = acl_local_deny_exceptions296 !acl = acl_local_deny_exceptions
287 spf = temperror297 condition = ${if eq {$runrc}{5}{yes}{no}}
288 message = Temporary DNS error while checking SPF record. Try again later.298 message = Temporary DNS error while checking SPF record. Try again later.
289299
290 warn300 warn
291 spf = pass:softfail:neutral:permerror301 condition = ${if <={$runrc}{6}{yes}{no}}
292 add_header = :at_start:$spf_received302 add_header = Received-SPF: ${if eq {$runrc}{0}{pass}\
293 .endif303 {${if eq {$runrc}{2}{softfail}\
304 {${if eq {$runrc}{3}{neutral}\
305 {${if eq {$runrc}{4}{permerror}\
306 {${if eq {$runrc}{6}{none}{error}}}}}}}}}\
307 } client-ip=$sender_host_address; \
308 ${if def:sender_address_domain \
309 {envelope-from=${sender_address}; }{}}\
310 helo=$sender_helo_name
311
312 warn
313 condition = ${if >{$runrc}{6}{yes}{no}}
314 log_message = Unexpected error in SPF check.
294 .endif315 .endif
295316
296317
diff --git a/debian/patches/fix_smtp_banner.patch b/debian/patches/fix_smtp_banner.patch
297new file mode 100644318new 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 d2fdf33..6a3a87f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -11,3 +11,4 @@
1177_02-Use-enum-for-body-data-input-state-machine.patch1177_02-Use-enum-for-body-data-input-state-machine.patch
1277_03-Reject-dot-LF-as-ending-data-phase-pt.-2-.-Bug-3063.patch1277_03-Reject-dot-LF-as-ending-data-phase-pt.-2-.-Bug-3063.patch
1390_localscan_dlopen.dpatch1390_localscan_dlopen.dpatch
14fix_smtp_banner.patch

Subscribers

People subscribed via source and target branches