Merge ~bryce/ubuntu/+source/exim4:merge-v4.97-4-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: e1aee92a7ab906c1c433ccdc0db849546b23f801
Proposed branch: ~bryce/ubuntu/+source/exim4:merge-v4.97-4-noble
Merge into: ubuntu/+source/exim4:debian/sid
Diff against target: 1789 lines (+1226/-20) (has conflicts)
6 files modified
debian/EDITME.exim4-heavy.diff (+0/-12)
debian/changelog (+1140/-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
git-ubuntu bot Approve
Andreas Hasenack Approve
Canonical Server Reporter Pending
Canonical Server Core Reviewers Pending
Review via email: mp+459547@code.launchpad.net

Description of the change

This is a re-merge for exim4 to pull an autopkgtest fix from Debian, that I think will fix the error we're seeing in autopkgtests. The error in those logs matches the situation that this change aims to fix.

I've verified the tests pass for the PPA:

* Results:
  - exim4/4.97-4ubuntu1~noble1
    + ✅ exim4 on noble for amd64 @ 27.01.24 22:52:23 Log️ 🗒️
    + ✅ exim4 on noble for arm64 @ 27.01.24 22:46:42 Log️ 🗒️
    + ✅ exim4 on noble for armhf @ 27.01.24 22:45:51 Log️ 🗒️
    + ✅ exim4 on noble for ppc64el @ 27.01.24 22:44:41 Log️ 🗒️
    + ✅ exim4 on noble for s390x @ 27.01.24 22:44:19 Log️ 🗒️

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

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

Debian just uploaded 4.97-5 ;)

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

+1, straightforward

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 Andreas, pushed:

Successfully signed dsc, buildinfo, changes files
Vcs-Git: https://git.launchpad.net/~bryce/ubuntu/+source/exim4
Vcs-Git-Commit: e1aee92a7ab906c1c433ccdc0db849546b23f801
Vcs-Git-Ref: refs/heads/merge-v4.97-4-noble
$ dput ubuntu ../exim4_4.97-4ubuntu1_source.changes
gpg: ../exim4_4.97-4ubuntu1_source.changes: Valid signature from E603B2578FB8F0FB
gpg: ../exim4_4.97-4ubuntu1.dsc: Valid signature from E603B2578FB8F0FB
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-4ubuntu1.dsc: done.
  Uploading exim4_4.97.orig.tar.xz: done.
  Uploading exim4_4.97-4ubuntu1.debian.tar.xz: done.
  Uploading exim4_4.97-4ubuntu1_source.buildinfo: done.
  Uploading exim4_4.97-4ubuntu1_source.changes: done.

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 f4858ea..365dbb8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,4 @@
1<<<<<<< debian/changelog
1exim4 (4.97-5) unstable; urgency=low2exim4 (4.97-5) unstable; urgency=low
23
3 * Multiple fixes from upstream GIT master:4 * Multiple fixes from upstream GIT master:
@@ -21,6 +22,27 @@ exim4 (4.97-5) unstable; urgency=low
21 (upstream bug #3059)22 (upstream bug #3059)
2223
23 -- Andreas Metzler <ametzler@debian.org> Sun, 28 Jan 2024 14:08:10 +010024 -- Andreas Metzler <ametzler@debian.org> Sun, 28 Jan 2024 14:08:10 +0100
25=======
26exim4 (4.97-4ubuntu1) noble; urgency=medium
27
28 * Merge with Debian unstable (LP: #2051408). Remaining changes:
29 - Show Ubuntu distribution in SMTP banner
30 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution
31 in SMTP banner.
32 + d/control: Build-Depends on lsb-release to detect Distribution.
33 - Disable external SPF support to avoid Build-Depends on libspf2-dev
34 (only available in universe). SPF can still be implemented via
35 spf-tools-perl, as documented in exim4.conf.template. This reverts
36 Vcs-Git commit 494f1fe, first released in 4.95~RC0-1.
37 (LP #1952738)
38 + d/control: drop Build-Depends on libspf2-dev.
39 + d/EDITME.exim4-heavy.diff: disable support for libspf2.
40 + d/d/c/a/30_exim4-config_check_rcpt: restore SPF logic based
41 on spfquery.mail-spf-perl from spf-tools-perl, but without
42 the previously supported helo detection.
43
44 -- Bryce Harrington <bryce@canonical.com> Fri, 26 Jan 2024 17:11:37 -0800
45>>>>>>> debian/changelog
2446
25exim4 (4.97-4) unstable; urgency=medium47exim4 (4.97-4) unstable; urgency=medium
2648
@@ -30,6 +52,55 @@ exim4 (4.97-4) unstable; urgency=medium
3052
31 -- Andreas Metzler <ametzler@debian.org> Sat, 06 Jan 2024 07:48:19 +010053 -- Andreas Metzler <ametzler@debian.org> Sat, 06 Jan 2024 07:48:19 +0100
3254
55exim4 (4.97-3ubuntu2) noble; urgency=medium
56
57 * No-change rebuild for the perl update.
58
59 -- Matthias Klose <doko@ubuntu.com> Thu, 11 Jan 2024 04:29:22 +0100
60
61exim4 (4.97-3ubuntu1) noble; urgency=medium
62
63 * Merge with Debian unstable (LP: #2040379). Remaining changes:
64 - Show Ubuntu distribution in SMTP banner
65 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution
66 in SMTP banner.
67 + d/control: Build-Depends on lsb-release to detect Distribution.
68 - Disable external SPF support to avoid Build-Depends on libspf2-dev
69 (only available in universe). SPF can still be implemented via
70 spf-tools-perl, as documented in exim4.conf.template. This reverts
71 Vcs-Git commit 494f1fe, first released in 4.95~RC0-1.
72 (LP #1952738)
73 + d/control: drop Build-Depends on libspf2-dev.
74 + d/EDITME.exim4-heavy.diff: disable support for libspf2.
75 + d/d/c/a/30_exim4-config_check_rcpt: restore SPF logic based
76 on spfquery.mail-spf-perl from spf-tools-perl, but without
77 the previously supported helo detection.
78 * Dropped:
79 - information disclosure
80 + d/p/CVE-2023-42114.patch: fix possible OOB read in
81 SPA authenticator
82 [Included in 4.97~RC1-2]
83 - remote code execution
84 + d/p/CVE-2023-42115.patch: fix possible OOB write in
85 external authenticator
86 [Included in 4.97~RC1-2]
87 - remote code execution
88 + d/p/CVE-2023-42116.patch: fix possible OOB write in
89 SPA authenticator
90 [Included in 4.97~RC1-2]
91 - d/p/CVE-2023-42114_15_16.patch:
92 + use uschar more in spa authenticator
93 [Included in 4.97~RC1-2]
94 - remote code execution
95 + d/p/CVE-2023-42117.patch: fixed string_is_ip_address()
96 in string.c
97 - information disclosure
98 + d/p/CVE-2023-42119.patch: hardened dnsdb.c against
99 crafted DNS responses.
100 [Included in upstream release 4.97]
101
102 -- Bryce Harrington <bryce@canonical.com> Wed, 03 Jan 2024 12:58:30 -0800
103
33exim4 (4.97-3) unstable; urgency=medium104exim4 (4.97-3) unstable; urgency=medium
34105
35 * Fixes from upstream GIT master:106 * Fixes from upstream GIT master:
@@ -207,6 +278,64 @@ exim4 (4.96-18) unstable; urgency=medium
207278
208 -- Andreas Metzler <ametzler@debian.org> Sat, 05 Aug 2023 13:29:22 +0200279 -- Andreas Metzler <ametzler@debian.org> Sat, 05 Aug 2023 13:29:22 +0200
209280
281exim4 (4.96-17ubuntu2.1) mantic-security; urgency=medium
282
283 * SECURITY UPDATE: remote code execution
284 - debian/patches/CVE-2023-42117.patch: fixed string_is_ip_address()
285 in string.c
286 - CVE-2023-42117
287 * SECURITY UPDATE: information disclosure
288 - debian/patches/CVE-2023-42119.patch: hardened dnsdb.c against
289 crafted DNS responses.
290 - CVE-2023-42119
291
292 -- Allen Huang <allen.huang@canonical.com> Wed, 25 Oct 2023 01:21:02 +0100
293
294exim4 (4.96-17ubuntu2) mantic; urgency=medium
295
296 * SECURITY UPDATE: information disclosure
297 - debian/patches/CVE-2023-42114.patch: fix possible OOB read in
298 SPA authenticator
299 - CVE-2023-42114
300 * SECURITY UPDATE: remote code execution
301 - debian/patches/CVE-2023-42115.patch: fix possible OOB write in
302 external authenticator
303 - CVE-2023-42115
304 * SECURITY UPDATE: remote code execution
305 - debian/patches/CVE-2023-42116.patch: fix possible OOB write in
306 SPA authenticator
307 - CVE-2023-42116
308 * debian/patches/CVE-2023-42114_15_16.patch:
309 - use uschar more in spa authenticator
310
311 -- Allen Huang <allen.huang@canonical.com> Tue, 03 Oct 2023 14:35:45 +0100
312
313exim4 (4.96-17ubuntu1) mantic; urgency=medium
314
315 * Merge with Debian unstable (LP: #2030098). Remaining changes:
316 - Disable external SPF support to avoid Build-Depends on libspf2-dev
317 (only available in universe). SPF can still be implemented via
318 spf-tools-perl, as documented in exim4.conf.template. This reverts
319 Vcs-Git commit 494f1fe, first released in 4.95~RC0-1.
320 (LP #1952738)
321 + d/control: drop Build-Depends on libspf2-dev.
322 + d/EDITME.exim4-heavy.diff: disable support for libspf2.
323 + d/d/c/a/30_exim4-config_check_rcpt: restore SPF logic based
324 on spfquery.mail-spf-perl from spf-tools-perl, but without
325 the previously supported helo detection.
326 - Show Ubuntu distribution in SMTP banner
327 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution
328 in SMTP banner.
329 + Build-Depends on lsb-release to detect Distribution.
330 * Dropped:
331 - d/p/fix-run--arg-parsing.patch: Fix argument parsing for ${run }
332 expansion. Previously, when an argument included a close-brace
333 character (e.g. it itself used an expansion) an error occurred.
334 (LP #1998678)
335 [Accepted by Debian in 4.96-16]
336
337 -- Bryce Harrington <bryce@canonical.com> Fri, 04 Aug 2023 20:28:47 -0700
338
210exim4 (4.96-17) unstable; urgency=low339exim4 (4.96-17) unstable; urgency=low
211340
212 * Fixes from upstream GIT master:341 * Fixes from upstream GIT master:
@@ -235,6 +364,35 @@ exim4 (4.96-16) unstable; urgency=medium
235364
236 -- Andreas Metzler <ametzler@debian.org> Sun, 11 Jun 2023 18:20:21 +0200365 -- Andreas Metzler <ametzler@debian.org> Sun, 11 Jun 2023 18:20:21 +0200
237366
367exim4 (4.96-15ubuntu2) mantic; urgency=medium
368
369 * d/p/fix-run--arg-parsing.patch: Fix argument parsing for ${run }
370 expansion. Previously, when an argument included a close-brace
371 character (e.g. it itself used an expansion) an error occurred.
372 (LP: #1998678)
373 * d/d/c/a/30_exim4-config_check_rcpt: In SPF config snippet,
374 drop support for helo scope.
375
376 -- Bryce Harrington <bryce@canonical.com> Wed, 07 Jun 2023 22:28:04 -0700
377
378exim4 (4.96-15ubuntu1) mantic; urgency=medium
379
380 * Merge with Debian unstable (LP: #2018070). Remaining changes:
381 - Show Ubuntu distribution in SMTP banner
382 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution
383 in SMTP banner.
384 + Build-Depends on lsb-release to detect Distribution.
385 - Disable external SPF support to avoid Build-Depends on libspf2-dev
386 (only available in universe). SPF can still be implemented via
387 spf-tools-perl, as documented in exim4.conf.template. This reverts
388 Vcs-Git commit 494f1fe, first released in 4.95~RC0-1.
389 + d/control: drop Build-Depends on libspf2-dev.
390 + d/d/c/a/30_exim4-config_check_rcpt: restore SPF logic based
391 on spfquery.mail-spf-perl from spf-tools-perl.
392 + d/EDITME.exim4-heavy.diff: disable support for libspf2.
393
394 -- Mitchell Dzurick <mitchell.dzurick@canonical.com> Fri, 19 May 2023 13:32:18 -0700
395
238exim4 (4.96-15) unstable; urgency=medium396exim4 (4.96-15) unstable; urgency=medium
239397
240 * Pull from upstream GIT master:398 * Pull from upstream GIT master:
@@ -244,6 +402,24 @@ exim4 (4.96-15) unstable; urgency=medium
244402
245 -- Andreas Metzler <ametzler@debian.org> Wed, 10 May 2023 18:30:35 +0200403 -- Andreas Metzler <ametzler@debian.org> Wed, 10 May 2023 18:30:35 +0200
246404
405exim4 (4.96-14ubuntu1) lunar; urgency=medium
406
407 * Merge with Debian unstable (LP: #2008016). Remaining changes:
408 - Show Ubuntu distribution in SMTP banner
409 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution
410 in SMTP banner.
411 + Build-Depends on lsb-release to detect Distribution.
412 - Disable external SPF support to avoid Build-Depends on libspf2-dev
413 (only available in universe). SPF can still be implemented via
414 spf-tools-perl, as documented in exim4.conf.template. This reverts
415 Vcs-Git commit 494f1fe, first released in 4.95~RC0-1.
416 + d/control: drop Build-Depends on libspf2-dev.
417 + d/d/c/a/30_exim4-config_check_rcpt: restore SPF logic based
418 on spfquery.mail-spf-perl from spf-tools-perl.
419 + d/EDITME.exim4-heavy.diff: disable support for libspf2.
420
421 -- Bryce Harrington <bryce@canonical.com> Tue, 21 Feb 2023 19:52:34 +0000
422
247exim4 (4.96-14) unstable; urgency=medium423exim4 (4.96-14) unstable; urgency=medium
248424
249 * Pull from upstream GIT master:425 * Pull from upstream GIT master:
@@ -288,6 +464,25 @@ exim4 (4.96-10) unstable; urgency=medium
288464
289 -- Andreas Metzler <ametzler@debian.org> Mon, 19 Dec 2022 18:23:13 +0100465 -- Andreas Metzler <ametzler@debian.org> Mon, 19 Dec 2022 18:23:13 +0100
290466
467exim4 (4.96-9ubuntu1) lunar; urgency=medium
468
469 * Merge with Debian unstable. (LP: #1993399) Remaining changes:
470 - Show Ubuntu distribution in SMTP banner
471 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution
472 in SMTP banner.
473 + Build-Depends on lsb-release to detect Distribution.
474 - Disable external SPF support to avoid Build-Depends on libspf2-dev
475 (only available in universe). SPF can still be implemented via
476 spf-tools-perl, as documented in exim4.conf.template. (LP #1952738)
477 This reverts Vcs-Git commit 494f1fe, first released in 4.95~RC0-1.
478 Changes:
479 + d/control: drop Build-Depends on libspf2-dev.
480 + d/d/c/a/30_exim4-config_check_rcpt: restore SPF logic based
481 on spfquery.mail-spf-perl from spf-tools-perl.
482 + d/EDITME.exim4-heavy.diff: disable support for libspf2.
483
484 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 08 Dec 2022 12:19:10 -0500
485
291exim4 (4.96-9) unstable; urgency=medium486exim4 (4.96-9) unstable; urgency=medium
292487
293 * Cherrypick three fixes from upstream GIT master:488 * Cherrypick three fixes from upstream GIT master:
@@ -350,6 +545,31 @@ exim4 (4.96-4) unstable; urgency=low
350545
351 -- Andreas Metzler <ametzler@debian.org> Sun, 11 Sep 2022 13:38:26 +0200546 -- Andreas Metzler <ametzler@debian.org> Sun, 11 Sep 2022 13:38:26 +0200
352547
548exim4 (4.96-3ubuntu2) lunar; urgency=medium
549
550 * Rebuild against new perlapi-5.36.
551
552 -- Gianfranco Costamagna <locutusofborg@debian.org> Sat, 05 Nov 2022 09:11:59 +0100
553
554exim4 (4.96-3ubuntu1) kinetic; urgency=medium
555
556 * Merge with Debian unstable. (LP: #1971274) Remaining changes:
557 - Show Ubuntu distribution in SMTP banner
558 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution
559 in SMTP banner.
560 + Build-Depends on lsb-release to detect Distribution.
561 - Disable external SPF support to avoid Build-Depends on libspf2-dev
562 (only available in universe). SPF can still be implemented via
563 spf-tools-perl, as documented in exim4.conf.template. (LP #1952738)
564 This reverts Vcs-Git commit 494f1fe, first released in 4.95~RC0-1.
565 Changes:
566 + d/control: drop Build-Depends on libspf2-dev.
567 + d/d/c/a/30_exim4-config_check_rcpt: restore SPF logic based
568 on spfquery.mail-spf-perl from spf-tools-perl.
569 + d/EDITME.exim4-heavy.diff: disable support for libspf2.
570
571 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 14 Jul 2022 10:33:39 +0200
572
353exim4 (4.96-3) unstable; urgency=medium573exim4 (4.96-3) unstable; urgency=medium
354574
355 * Fix error messages of test-groff -b -mandoc -dAD=l -rF0 -rHY=0 -t -w w -z575 * Fix error messages of test-groff -b -mandoc -dAD=l -rF0 -rHY=0 -t -w w -z
@@ -439,6 +659,40 @@ exim4 (4.95-5) unstable; urgency=medium
439659
440 -- Andreas Metzler <ametzler@debian.org> Sun, 10 Apr 2022 13:57:43 +0200660 -- Andreas Metzler <ametzler@debian.org> Sun, 10 Apr 2022 13:57:43 +0200
441661
662exim4 (4.95-4ubuntu3) kinetic; urgency=medium
663
664 * d/p/lp1974214-segfault-smtp-delivery-0{1,2}.patch: Fix segfault when
665 there's an SMTP delivery attempt following a deferral. (LP: #1974214)
666
667 -- Sergio Durigan Junior <sergio.durigan@canonical.com> Fri, 03 Jun 2022 17:37:10 -0400
668
669exim4 (4.95-4ubuntu2) jammy; urgency=medium
670
671 * d/p/lp1966923-exiqgrep-syntax-error.patch: Fix exiqgrep syntax error,
672 improve the validation of command-line options and add a new -E option
673 to allow specifying a binary to be used. (LP: #1966923)
674
675 -- Sergio Durigan Junior <sergio.durigan@canonical.com> Wed, 30 Mar 2022 16:45:24 -0400
676
677exim4 (4.95-4ubuntu1) jammy; urgency=medium
678
679 * Merge with Debian unstable. Remaining changes:
680 - Show Ubuntu distribution in SMTP banner
681 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution
682 in SMTP banner.
683 + Build-Depends on lsb-release to detect Distribution.
684 - Disable external SPF support to avoid Build-Depends on libspf2-dev
685 (only available in universe). SPF can still be implemented via
686 spf-tools-perl, as documented in exim4.conf.template. (LP #1952738)
687 This reverts Vcs-Git commit 494f1fe, first released in 4.95~RC0-1.
688 Changes:
689 + d/control: drop Build-Depends on libspf2-dev.
690 + d/d/c/a/30_exim4-config_check_rcpt: restore SPF logic based
691 on spfquery.mail-spf-perl from spf-tools-perl.
692 + d/EDITME.exim4-heavy.diff: disable support for libspf2.
693
694 -- Utkarsh Gupta <utkarsh@ubuntu.com> Fri, 25 Feb 2022 01:47:15 +0530
695
442exim4 (4.95-4) unstable; urgency=low696exim4 (4.95-4) unstable; urgency=low
443697
444 * Fix typo in exiqgrep.8.698 * Fix typo in exiqgrep.8.
@@ -471,6 +725,36 @@ exim4 (4.95-3) unstable; urgency=low
471725
472 -- Andreas Metzler <ametzler@debian.org> Thu, 16 Dec 2021 19:26:32 +0100726 -- Andreas Metzler <ametzler@debian.org> Thu, 16 Dec 2021 19:26:32 +0100
473727
728exim4 (4.95-2ubuntu3) jammy; urgency=medium
729
730 * No-change rebuild for the perl update.
731
732 -- Matthias Klose <doko@ubuntu.com> Sun, 06 Feb 2022 14:52:48 +0100
733
734exim4 (4.95-2ubuntu2) jammy; urgency=medium
735
736 * New delta:
737 - Disable external SPF support to avoid Build-Depends on libspf2-dev
738 (only available in universe). SPF can still be implemented via
739 spf-tools-perl, as documented in exim4.conf.template. (LP: #1952738)
740 This reverts Vcs-Git commit 494f1fe, first released in 4.95~RC0-1.
741 Changes:
742 + d/control: drop Build-Depends on libspf2-dev.
743 + d/d/c/a/30_exim4-config_check_rcpt: restore SPF logic based
744 on spfquery.mail-spf-perl from spf-tools-perl.
745 + d/EDITME.exim4-heavy.diff: disable support for libspf2.
746
747 -- Paride Legovini <paride@ubuntu.com> Wed, 01 Dec 2021 11:48:10 +0100
748
749exim4 (4.95-2ubuntu1) jammy; urgency=medium
750
751 * Merge with Debian unstable (LP: #1946857). Remaining changes:
752 - Show Ubuntu distribution in SMTP banner
753 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
754 + Build-Depends on lsb-release to detect Distribution.
755
756 -- Lena Voytek <lena.voytek@canonical.com> Tue, 09 Nov 2021 10:10:14 -0700
757
474exim4 (4.95-2) unstable; urgency=medium758exim4 (4.95-2) unstable; urgency=medium
475759
476 * 75_30-Avoid-calling-gettimeofday-select-per-char-for-cmdli.patch from760 * 75_30-Avoid-calling-gettimeofday-select-per-char-for-cmdli.patch from
@@ -545,6 +829,21 @@ exim4 (4.95~RC0-1) experimental; urgency=low
545829
546 -- Andreas Metzler <ametzler@debian.org> Mon, 19 Jul 2021 13:10:00 +0200830 -- Andreas Metzler <ametzler@debian.org> Mon, 19 Jul 2021 13:10:00 +0200
547831
832exim4 (4.94.2-7ubuntu3) jammy; urgency=medium
833
834 * No-change rebuild against libidn12
835
836 -- Steve Langasek <steve.langasek@ubuntu.com> Sun, 07 Nov 2021 05:31:31 +0000
837
838exim4 (4.94.2-7ubuntu2) impish; urgency=medium
839
840 * Merge with Debian unstable. Remaining changes:
841 - Show Ubuntu distribution in SMTP banner
842 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
843 + Build-Depends on lsb-release to detect Distribution.
844
845 -- Miriam Espana Acebal <miriam.espana@canonical.com> Thu, 15 Jul 2021 13:23:50 +0200
846
548exim4 (4.94.2-7) unstable; urgency=medium847exim4 (4.94.2-7) unstable; urgency=medium
549848
550 * 73_05-Fix-tainted-message-for-fakereject.patch from upstream +fixes849 * 73_05-Fix-tainted-message-for-fakereject.patch from upstream +fixes
@@ -591,6 +890,25 @@ exim4 (4.94.2-3) unstable; urgency=medium
591890
592 -- Andreas Metzler <ametzler@debian.org> Thu, 13 May 2021 18:53:53 +0200891 -- Andreas Metzler <ametzler@debian.org> Thu, 13 May 2021 18:53:53 +0200
593892
893exim4 (4.94.2-2ubuntu2) impish; urgency=medium
894
895 * No-change rebuild due to OpenLDAP soname bump.
896
897 -- Sergio Durigan Junior <sergio.durigan@canonical.com> Mon, 21 Jun 2021 17:47:09 -0400
898
899exim4 (4.94.2-2ubuntu1) impish; urgency=medium
900
901 * Merge with Debian unstable. Remaining changes:
902 - Show Ubuntu distribution in SMTP banner
903 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
904 + Build-Depends on lsb-release to detect Distribution.
905 * Dropped changes:
906 - debian/patches/sec-202105/*.patch: backport patches from upstream to
907 correct issues.
908 [Included in 4.94.2-1]
909
910 -- Utkarsh Gupta <utkarsh.gupta@canonical.com> Tue, 11 May 2021 18:25:10 +0530
911
594exim4 (4.94.2-2) unstable; urgency=medium912exim4 (4.94.2-2) unstable; urgency=medium
595913
596 * Updates from exim-4.94.2+fixes:914 * Updates from exim-4.94.2+fixes:
@@ -703,6 +1021,28 @@ exim4 (4.94-16) unstable; urgency=medium
7031021
704 -- Andreas Metzler <ametzler@debian.org> Wed, 17 Mar 2021 13:50:44 +01001022 -- Andreas Metzler <ametzler@debian.org> Wed, 17 Mar 2021 13:50:44 +0100
7051023
1024exim4 (4.94-15ubuntu1.2) hirsute-security; urgency=medium
1025
1026 * SECURITY UPDATE: Multiple security issues
1027 - debian/patches/sec-202105/*.patch: backport patches from upstream to
1028 correct issues.
1029 - CVE-2020-28007, CVE-2020-28008, CVE-2020-28009, CVE-2020-28010,
1030 CVE-2020-28011, CVE-2020-28012, CVE-2020-28013, CVE-2020-28014,
1031 CVE-2020-28015, CVE-2020-28016, CVE-2020-28017, CVE-2020-28018,
1032 CVE-2020-28019, CVE-2020-28021, CVE-2020-28022, CVE-2020-28023,
1033 CVE-2020-28024, CVE-2020-28025, CVE-2020-28026, CVE-2021-27216
1034
1035 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Fri, 30 Apr 2021 08:46:21 -0400
1036
1037exim4 (4.94-15ubuntu1) hirsute; urgency=medium
1038
1039 * Merge with Debian unstable (LP: #1916744). Remaining changes:
1040 - Show Ubuntu distribution in SMTP banner
1041 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1042 + Build-Depends on lsb-release to detect Distribution.
1043
1044 -- Utkarsh Gupta <utkarsh.gupta@canonical.com> Wed, 24 Feb 2021 17:32:37 +0530
1045
706exim4 (4.94-15) unstable; urgency=medium1046exim4 (4.94-15) unstable; urgency=medium
7071047
708 * Update from exim-4.94+fixes:1048 * Update from exim-4.94+fixes:
@@ -727,6 +1067,15 @@ exim4 (4.94-13) unstable; urgency=medium
7271067
728 -- Andreas Metzler <ametzler@debian.org> Sat, 30 Jan 2021 14:50:50 +01001068 -- Andreas Metzler <ametzler@debian.org> Sat, 30 Jan 2021 14:50:50 +0100
7291069
1070exim4 (4.94-12ubuntu1) hirsute; urgency=medium
1071
1072 * Merge with Debian unstable. Remaining changes:
1073 - Show Ubuntu distribution in SMTP banner
1074 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1075 + Build-Depends on lsb-release to detect Distribution.
1076
1077 -- Bryce Harrington <bryce@canonical.com> Wed, 20 Jan 2021 19:35:04 -0800
1078
730exim4 (4.94-12) unstable; urgency=medium1079exim4 (4.94-12) unstable; urgency=medium
7311080
732 * Update from exim-4.94+fixes:1081 * Update from exim-4.94+fixes:
@@ -761,6 +1110,15 @@ exim4 (4.94-10) unstable; urgency=low
7611110
762 -- Andreas Metzler <ametzler@debian.org> Sat, 19 Dec 2020 12:03:56 +01001111 -- Andreas Metzler <ametzler@debian.org> Sat, 19 Dec 2020 12:03:56 +0100
7631112
1113exim4 (4.94-9ubuntu1) hirsute; urgency=medium
1114
1115 * Merge with Debian unstable. Remaining changes:
1116 - Show Ubuntu distribution in SMTP banner
1117 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1118 + Build-Depends on lsb-release to detect Distribution.
1119
1120 -- Bryce Harrington <bryce@canonical.com> Sat, 07 Nov 2020 01:01:32 +0000
1121
764exim4 (4.94-9) unstable; urgency=low1122exim4 (4.94-9) unstable; urgency=low
7651123
766 * Update from exim-4.94+fixes:1124 * Update from exim-4.94+fixes:
@@ -790,6 +1148,15 @@ exim4 (4.94-8) unstable; urgency=low
7901148
791 -- Andreas Metzler <ametzler@debian.org> Thu, 17 Sep 2020 06:54:00 +02001149 -- Andreas Metzler <ametzler@debian.org> Thu, 17 Sep 2020 06:54:00 +0200
7921150
1151exim4 (4.94-7ubuntu1) groovy; urgency=medium
1152
1153 * Merge with Debian unstable. Remaining changes:
1154 - Show Ubuntu distribution in SMTP banner
1155 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1156 + Build-Depends on lsb-release to detect Distribution.
1157
1158 -- Sergio Durigan Junior <sergio.durigan@canonical.com> Mon, 24 Aug 2020 16:36:31 -0400
1159
793exim4 (4.94-7) unstable; urgency=low1160exim4 (4.94-7) unstable; urgency=low
7941161
795 * Update from exim-4.94+fixes:1162 * Update from exim-4.94+fixes:
@@ -800,6 +1167,15 @@ exim4 (4.94-7) unstable; urgency=low
8001167
801 -- Andreas Metzler <ametzler@debian.org> Fri, 24 Jul 2020 13:31:47 +02001168 -- Andreas Metzler <ametzler@debian.org> Fri, 24 Jul 2020 13:31:47 +0200
8021169
1170exim4 (4.94-6ubuntu1) groovy; urgency=medium
1171
1172 * Merge with Debian unstable. Remaining changes:
1173 - Show Ubuntu distribution in SMTP banner
1174 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1175 + Build-Depends on lsb-release to detect Distribution.
1176
1177 -- Sergio Durigan Junior <sergio.durigan@canonical.com> Thu, 13 Aug 2020 13:49:10 -0400
1178
803exim4 (4.94-6) unstable; urgency=medium1179exim4 (4.94-6) unstable; urgency=medium
8041180
805 * Fix typo (missing "S") in REMOTE_SMTP_SMARTHOST_TLS_VERIFY_HOSTS macro.1181 * Fix typo (missing "S") in REMOTE_SMTP_SMARTHOST_TLS_VERIFY_HOSTS macro.
@@ -851,6 +1227,15 @@ exim4 (4.94-3) unstable; urgency=medium
8511227
852 -- Andreas Metzler <ametzler@debian.org> Fri, 19 Jun 2020 10:31:26 +02001228 -- Andreas Metzler <ametzler@debian.org> Fri, 19 Jun 2020 10:31:26 +0200
8531229
1230exim4 (4.94-2ubuntu1) groovy; urgency=medium
1231
1232 * Merge with Debian unstable (LP: #1881723). Remaining changes:
1233 - Show Ubuntu distribution in SMTP banner
1234 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1235 + Build-Depends on lsb-release to detect Distribution.
1236
1237 -- Bryce Harrington <bryce@canonical.com> Fri, 12 Jun 2020 01:55:28 +0000
1238
854exim4 (4.94-2) unstable; urgency=low1239exim4 (4.94-2) unstable; urgency=low
8551240
856 * Tighten package interdependencies. With 4.94's daemon avoiding of1241 * Tighten package interdependencies. With 4.94's daemon avoiding of
@@ -953,6 +1338,15 @@ exim4 (4.93-16) unstable; urgency=medium
9531338
954 -- Andreas Metzler <ametzler@debian.org> Sat, 09 May 2020 19:10:34 +02001339 -- Andreas Metzler <ametzler@debian.org> Sat, 09 May 2020 19:10:34 +0200
9551340
1341exim4 (4.93-15ubuntu1) groovy; urgency=medium
1342
1343 * Merge with Debian unstable. Remaining changes:
1344 - Show Ubuntu distribution in SMTP banner
1345 + Build-Depends on lsb-release to detect Distribution.
1346 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1347
1348 -- Sergio Durigan Junior <sergio.durigan@canonical.com> Tue, 05 May 2020 15:37:59 -0400
1349
956exim4 (4.93-15) unstable; urgency=low1350exim4 (4.93-15) unstable; urgency=low
9571351
958 * Update from exim-4.93+fixes:1352 * Update from exim-4.93+fixes:
@@ -972,6 +1366,15 @@ exim4 (4.93-14) unstable; urgency=low
9721366
973 -- Andreas Metzler <ametzler@debian.org> Fri, 10 Apr 2020 13:53:34 +02001367 -- Andreas Metzler <ametzler@debian.org> Fri, 10 Apr 2020 13:53:34 +0200
9741368
1369exim4 (4.93-13ubuntu1) focal; urgency=medium
1370
1371 * Merge with Debian unstable. Remaining changes:
1372 - Show Ubuntu distribution in SMTP banner
1373 + Build-Depends on lsb-release to detect Distribution.
1374 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1375
1376 -- Bryce Harrington <bryce@canonical.com> Fri, 27 Mar 2020 16:00:03 -0700
1377
975exim4 (4.93-13) unstable; urgency=medium1378exim4 (4.93-13) unstable; urgency=medium
9761379
977 * Update from exim-4.93+fixes:1380 * Update from exim-4.93+fixes:
@@ -983,6 +1386,15 @@ exim4 (4.93-13) unstable; urgency=medium
9831386
984 -- Andreas Metzler <ametzler@debian.org> Sat, 21 Mar 2020 11:39:19 +01001387 -- Andreas Metzler <ametzler@debian.org> Sat, 21 Mar 2020 11:39:19 +0100
9851388
1389exim4 (4.93-12ubuntu1) focal; urgency=medium
1390
1391 * Merge with Debian unstable. Remaining changes:
1392 - Show Ubuntu distribution in SMTP banner
1393 + Build-Depends on lsb-release to detect Distribution.
1394 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1395
1396 -- Bryce Harrington <bryce@canonical.com> Fri, 13 Mar 2020 14:25:38 -0700
1397
986exim4 (4.93-12) unstable; urgency=low1398exim4 (4.93-12) unstable; urgency=low
9871399
988 * Update from exim-4.93+fixes:1400 * Update from exim-4.93+fixes:
@@ -998,6 +1410,15 @@ exim4 (4.93-12) unstable; urgency=low
9981410
999 -- Andreas Metzler <ametzler@debian.org> Sat, 29 Feb 2020 15:53:44 +01001411 -- Andreas Metzler <ametzler@debian.org> Sat, 29 Feb 2020 15:53:44 +0100
10001412
1413exim4 (4.93-11ubuntu1) focal; urgency=medium
1414
1415 * Merge with Debian unstable. Remaining changes:
1416 - Show Ubuntu distribution in SMTP banner
1417 + Build-Depends on lsb-release to detect Distribution.
1418 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1419
1420 -- Bryce Harrington <bryce@canonical.com> Wed, 26 Feb 2020 02:34:11 +0000
1421
1001exim4 (4.93-11) unstable; urgency=medium1422exim4 (4.93-11) unstable; urgency=medium
10021423
1003 * Update from exim-4.93+fixes:1424 * Update from exim-4.93+fixes:
@@ -1017,6 +1438,15 @@ exim4 (4.93-10) unstable; urgency=medium
10171438
1018 -- Andreas Metzler <ametzler@debian.org> Sat, 01 Feb 2020 11:06:29 +01001439 -- Andreas Metzler <ametzler@debian.org> Sat, 01 Feb 2020 11:06:29 +0100
10191440
1441exim4 (4.93-9ubuntu1) focal; urgency=medium
1442
1443 * Merge with Debian unstable (LP: #1860051). Remaining changes:
1444 - Show Ubuntu distribution in SMTP banner
1445 - Build-Depends on lsb-release to detect Distribution.
1446 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1447
1448 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Fri, 17 Jan 2020 09:39:13 +0100
1449
1020exim4 (4.93-9) unstable; urgency=medium1450exim4 (4.93-9) unstable; urgency=medium
10211451
1022 * Add 74_22-Taint-hybrid-checking-mode.patch.1452 * Add 74_22-Taint-hybrid-checking-mode.patch.
@@ -1136,6 +1566,25 @@ exim4 (4.93~RC3-1) unstable; urgency=low
11361566
1137 -- Andreas Metzler <ametzler@debian.org> Sun, 17 Nov 2019 11:37:15 +01001567 -- Andreas Metzler <ametzler@debian.org> Sun, 17 Nov 2019 11:37:15 +0100
11381568
1569exim4 (4.93~RC2-1ubuntu1) focal; urgency=medium
1570
1571 * Merge with Debian unstable. Remaining changes:
1572 - Show Ubuntu distribution in SMTP banner
1573 + Build-Depends on lsb-release to detect Distribution.
1574 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1575 * Dropped:
1576 - SECURITY UPDATE: remote command execution
1577 + d/p/CVE-2019-15846.patch: ensure not to interpret '\\'
1578 before '\0' in src/string.c
1579 + CVE-2019-15846
1580 [Now in upstream as of 4.92.2-1]
1581 - SECURITY UPDATE: heap-based buffer overflow in string_vformat
1582 + debian/patches/CVE-2019-16928.patch: fix overflow in src/string.c.
1583 + CVE-2019-16928
1584 [Now upstream as of 4.92.3-1]
1585
1586 -- Bryce Harrington <bryce@canonical.com> Wed, 13 Nov 2019 18:56:58 -0800
1587
1139exim4 (4.93~RC2-1) unstable; urgency=low1588exim4 (4.93~RC2-1) unstable; urgency=low
11401589
1141 * New upstream beta version.1590 * New upstream beta version.
@@ -1292,6 +1741,42 @@ exim4 (4.92.1-2) unstable; urgency=medium
12921741
1293 -- Andreas Metzler <ametzler@debian.org> Wed, 14 Aug 2019 09:25:28 +02001742 -- Andreas Metzler <ametzler@debian.org> Wed, 14 Aug 2019 09:25:28 +0200
12941743
1744exim4 (4.92.1-1ubuntu4) focal; urgency=medium
1745
1746 * No-change rebuild for the perl update.
1747
1748 -- Matthias Klose <doko@ubuntu.com> Fri, 18 Oct 2019 19:27:29 +0000
1749
1750exim4 (4.92.1-1ubuntu3) eoan; urgency=medium
1751
1752 * SECURITY UPDATE: heap-based buffer overflow in string_vformat
1753 - debian/patches/CVE-2019-16928.patch: fix overflow in src/string.c.
1754 - CVE-2019-16928
1755
1756 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Sat, 28 Sep 2019 11:05:50 -0400
1757
1758exim4 (4.92.1-1ubuntu2) eoan; urgency=medium
1759
1760 * SECURITY UPDATE: remote command execution
1761 - debian/patches/CVE-2019-15846.patch: ensure not to interpret '\\'
1762 before '\0' in src/string.c
1763 - CVE-2019-15846
1764
1765 -- Alex Murray <alex.murray@canonical.com> Thu, 05 Sep 2019 11:29:48 +0930
1766
1767exim4 (4.92.1-1ubuntu1) eoan; urgency=medium
1768
1769 * Merge with Debian unstable. Remaining changes:
1770 - Show Ubuntu distribution in SMTP banner
1771 + Build-Depends on lsb-release to detect Distribution.
1772 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1773 * Dropped:
1774 - d/p/CVE-2019-13917.patch: avoid re-expansion in ${sort } in
1775 src/expand.c.
1776 [Fixed in 4.92.1]
1777
1778 -- Bryce Harrington <bryce@canonical.com> Mon, 12 Aug 2019 19:18:33 -0700
1779
1295exim4 (4.92.1-1) unstable; urgency=low1780exim4 (4.92.1-1) unstable; urgency=low
12961781
1297 * New upstream bugfix release. (4.92.1 is 4.92 + the fix for CVE-2019-13917,1782 * New upstream bugfix release. (4.92.1 is 4.92 + the fix for CVE-2019-13917,
@@ -1362,6 +1847,24 @@ exim4 (4.92-8) unstable; urgency=low
13621847
1363 -- Andreas Metzler <ametzler@debian.org> Sat, 08 Jun 2019 17:37:43 +02001848 -- Andreas Metzler <ametzler@debian.org> Sat, 08 Jun 2019 17:37:43 +0200
13641849
1850exim4 (4.92-7ubuntu2) eoan; urgency=medium
1851
1852 * SECURITY UPDATE: code execution via ${sort }
1853 - debian/patches/CVE-2019-13917.patch: avoid re-expansion in ${sort }
1854 in src/expand.c.
1855 - CVE-2019-13917
1856
1857 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 25 Jul 2019 12:58:39 -0400
1858
1859exim4 (4.92-7ubuntu1) eoan; urgency=medium
1860
1861 * Merge with Debian unstable. Remaining changes:
1862 - Show Ubuntu distribution in SMTP banner
1863 + Build-Depends on lsb-release to detect Distribution.
1864 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1865
1866 -- Bryce Harrington <bryce@canonical.com> Mon, 13 May 2019 13:48:18 -0700
1867
1365exim4 (4.92-7) unstable; urgency=medium1868exim4 (4.92-7) unstable; urgency=medium
13661869
1367 * Upload to unstable.1870 * Upload to unstable.
@@ -1389,6 +1892,15 @@ exim4 (4.92-5) unstable; urgency=medium
13891892
1390 -- Andreas Metzler <ametzler@debian.org> Sun, 07 Apr 2019 13:39:31 +02001893 -- Andreas Metzler <ametzler@debian.org> Sun, 07 Apr 2019 13:39:31 +0200
13911894
1895exim4 (4.92-4ubuntu1) disco; urgency=medium
1896
1897 * Merge with Debian unstable (LP: #1821339). Remaining changes:
1898 * Show Ubuntu distribution in SMTP banner
1899 - Build-Depends on lsb-release to detect Distribution.
1900 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1901
1902 -- Karl Stenerud <karl.stenerud@canonical.com> Mon, 25 Mar 2019 12:02:33 +0100
1903
1392exim4 (4.92-4) unstable; urgency=medium1904exim4 (4.92-4) unstable; urgency=medium
13931905
1394 * Another patch from exim-4.92+fixes branch:1906 * Another patch from exim-4.92+fixes branch:
@@ -1407,6 +1919,15 @@ exim4 (4.92-3) unstable; urgency=medium
14071919
1408 -- Andreas Metzler <ametzler@debian.org> Wed, 20 Mar 2019 17:01:29 +01001920 -- Andreas Metzler <ametzler@debian.org> Wed, 20 Mar 2019 17:01:29 +0100
14091921
1922exim4 (4.92-2ubuntu1) disco; urgency=medium
1923
1924 * Merge with Debian unstable (LP: #1818444). Remaining changes:
1925 - Show Ubuntu distribution in SMTP banner
1926 + Build-Depends on lsb-release to detect Distribution.
1927 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1928
1929 -- Karl Stenerud <kstenerud@gmail.com> Tue, 05 Mar 2019 10:55:48 +0100
1930
1410exim4 (4.92-2) unstable; urgency=medium1931exim4 (4.92-2) unstable; urgency=medium
14111932
1412 * Upload to unstable.1933 * Upload to unstable.
@@ -1463,6 +1984,21 @@ exim4 (4.92~RC4-3) unstable; urgency=medium
14631984
1464 -- Andreas Metzler <ametzler@debian.org> Sun, 20 Jan 2019 17:52:39 +01001985 -- Andreas Metzler <ametzler@debian.org> Sun, 20 Jan 2019 17:52:39 +0100
14651986
1987exim4 (4.92~RC4-2ubuntu2) disco; urgency=medium
1988
1989 * No-change rebuild against libmysqlclient21
1990
1991 -- Steve Langasek <steve.langasek@ubuntu.com> Fri, 01 Feb 2019 16:57:54 +0000
1992
1993exim4 (4.92~RC4-2ubuntu1) disco; urgency=medium
1994
1995 * Merge with Debian unstable (LP: #1811095). Remaining changes:
1996 - Show Ubuntu distribution in SMTP banner
1997 + Build-Depends on lsb-release to detect Distribution.
1998 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1999
2000 -- Karl Stenerud <kstenerud@gmail.com> Thu, 10 Jan 2019 16:41:45 +0100
2001
1466exim4 (4.92~RC4-2) unstable; urgency=medium2002exim4 (4.92~RC4-2) unstable; urgency=medium
14672003
1468 * Upload to unstable.2004 * Upload to unstable.
@@ -1556,6 +2092,22 @@ exim4 (4.91-7) unstable; urgency=low
15562092
1557 -- Andreas Metzler <ametzler@debian.org> Sun, 26 Aug 2018 11:33:15 +02002093 -- Andreas Metzler <ametzler@debian.org> Sun, 26 Aug 2018 11:33:15 +0200
15582094
2095exim4 (4.91-6ubuntu2) disco; urgency=medium
2096
2097 * No-change rebuild for the perl 5.28 transition.
2098
2099 -- Adam Conrad <adconrad@ubuntu.com> Fri, 02 Nov 2018 18:08:13 -0600
2100
2101exim4 (4.91-6ubuntu1) cosmic; urgency=medium
2102
2103 * Merge with Debian unstable. Remaining changes:
2104 - Show Ubuntu distribution in SMTP banner
2105 + Build-Depends on lsb-release to detect Distribution.
2106 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
2107 [DEP3 header updated to indicate it has been forwarded to Debian]
2108
2109 -- Andreas Hasenack <andreas@canonical.com> Mon, 30 Jul 2018 15:35:06 -0300
2110
1559exim4 (4.91-6) unstable; urgency=low2111exim4 (4.91-6) unstable; urgency=low
15602112
1561 * Update from exim-4_91+fixes branch:2113 * Update from exim-4_91+fixes branch:
@@ -1567,6 +2119,16 @@ exim4 (4.91-6) unstable; urgency=low
15672119
1568 -- Andreas Metzler <ametzler@debian.org> Fri, 20 Jul 2018 11:21:24 +02002120 -- Andreas Metzler <ametzler@debian.org> Fri, 20 Jul 2018 11:21:24 +0200
15692121
2122exim4 (4.91-5ubuntu1) cosmic; urgency=medium
2123
2124 * Merge with Debian unstable. Remaining changes:
2125 - Show Ubuntu distribution in SMTP banner
2126 - Build-Depends on lsb-release to detect Distribution.
2127 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
2128 [DEP3 header updated to indicate it has been forwarded to Debian]
2129
2130 -- Andreas Hasenack <andreas@canonical.com> Tue, 03 Jul 2018 11:13:08 -0300
2131
1570exim4 (4.91-5) unstable; urgency=medium2132exim4 (4.91-5) unstable; urgency=medium
15712133
1572 * Update from exim-4_91+fixes branch:2134 * Update from exim-4_91+fixes branch:
@@ -1576,6 +2138,15 @@ exim4 (4.91-5) unstable; urgency=medium
15762138
1577 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Jun 2018 18:10:39 +02002139 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Jun 2018 18:10:39 +0200
15782140
2141exim4 (4.91-4ubuntu1) cosmic; urgency=medium
2142
2143 * Merge from Debian testing, Remaining changes:
2144 - Show Ubuntu distribution in SMTP banner
2145 - Build-Depends on lsb-release to detect Distribution.
2146 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
2147
2148 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 30 May 2018 12:46:14 +0200
2149
1579exim4 (4.91-4) unstable; urgency=medium2150exim4 (4.91-4) unstable; urgency=medium
15802151
1581 * Update from exim-4_91+fixes branch:2152 * Update from exim-4_91+fixes branch:
@@ -1694,6 +2265,15 @@ exim4 (4.90.1-2) unstable; urgency=medium
16942265
1695 -- Andreas Metzler <ametzler@debian.org> Sat, 10 Mar 2018 14:25:51 +01002266 -- Andreas Metzler <ametzler@debian.org> Sat, 10 Mar 2018 14:25:51 +0100
16962267
2268exim4 (4.90.1-1ubuntu1) bionic; urgency=medium
2269
2270 * Merge from Debian testing, Remaining changes:
2271 - Show Ubuntu distribution in SMTP banner
2272 - Build-Depends on lsb-release to detect Distribution.
2273 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
2274
2275 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 14 Feb 2018 17:01:14 +0100
2276
1697exim4 (4.90.1-1) unstable; urgency=high2277exim4 (4.90.1-1) unstable; urgency=high
16982278
1699 * New upstream version, fixing CVE-2018-6789. Closes: #8900002279 * New upstream version, fixing CVE-2018-6789. Closes: #890000
@@ -1888,6 +2468,15 @@ exim4 (4.89-10) unstable; urgency=critical
18882468
1889 -- Andreas Metzler <ametzler@debian.org> Sat, 25 Nov 2017 11:43:24 +01002469 -- Andreas Metzler <ametzler@debian.org> Sat, 25 Nov 2017 11:43:24 +0100
18902470
2471exim4 (4.89-9ubuntu1) bionic; urgency=medium
2472
2473 * Merge from Debian unstable, Remaining changes:
2474 - Show Ubuntu distribution in SMTP banner
2475 - Build-Depends on lsb-release to detect Distribution.
2476 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
2477
2478 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 16 Nov 2017 10:02:23 +0100
2479
1891exim4 (4.89-9) unstable; urgency=medium2480exim4 (4.89-9) unstable; urgency=medium
18922481
1893 * Upload to unstable.2482 * Upload to unstable.
@@ -1930,6 +2519,42 @@ exim4 (4.89-6) unstable; urgency=medium
19302519
1931 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Sep 2017 15:29:39 +02002520 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Sep 2017 15:29:39 +0200
19322521
2522exim4 (4.89-5ubuntu1.3) artful-security; urgency=medium
2523
2524 * SECURITY UPDATE: Buffer overflow in base64d()
2525 - debian/patches/CVE-2018-6789.patch: fix overflow in src/base64.c.
2526 - CVE-2018-6789
2527
2528 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Sat, 10 Feb 2018 14:12:27 -0500
2529
2530exim4 (4.89-5ubuntu1.2) artful-security; urgency=medium
2531
2532 * SECURITY UPDATE: stack-exhaustion remote DoS
2533 - debian/patches/CVE-2017-16944.patch: do not treat the first lonely
2534 dot special in src/receive.c, src/smtp_in.c.
2535 - CVE-2017-16944
2536
2537 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Wed, 29 Nov 2017 08:59:31 -0500
2538
2539exim4 (4.89-5ubuntu1.1) artful-security; urgency=medium
2540
2541 * SECURITY UPDATE: remote code execution via use-after-free
2542 - debian/patches/CVE-2017-16943.patch: avoid release of store if there
2543 have been later allocations in src/receive.c.
2544 - CVE-2017-16943
2545
2546 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Mon, 27 Nov 2017 07:37:47 -0500
2547
2548exim4 (4.89-5ubuntu1) artful; urgency=medium
2549
2550 * Merge from Debian testing.
2551 Remaining changes:
2552 - Show Ubuntu distribution in SMTP banner
2553 - Build-Depends on lsb-release to detect Distribution.
2554 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
2555
2556 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 16 Aug 2017 15:42:47 +0200
2557
1933exim4 (4.89-5) unstable; urgency=medium2558exim4 (4.89-5) unstable; urgency=medium
19342559
1935 * Update to exim-4_89+fixes branch:2560 * Update to exim-4_89+fixes branch:
@@ -1974,6 +2599,20 @@ exim4 (4.89-4) unstable; urgency=low
19742599
1975 -- Andreas Metzler <ametzler@debian.org> Sat, 15 Jul 2017 12:46:16 +02002600 -- Andreas Metzler <ametzler@debian.org> Sat, 15 Jul 2017 12:46:16 +0200
19762601
2602exim4 (4.89-3ubuntu2) artful; urgency=medium
2603
2604 * No-change rebuild for perl 5.26.0.
2605
2606 -- Matthias Klose <doko@ubuntu.com> Wed, 26 Jul 2017 20:02:24 +0000
2607
2608exim4 (4.89-3ubuntu1) artful; urgency=medium
2609
2610 * Merge from Debian. Remaining changes:
2611 - Show Ubuntu distribution in SMTP banner.
2612 - Build-Depends on lsb-release (needed for the Ubuntu SMTP banner patch)
2613
2614 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Tue, 27 Jun 2017 10:20:42 -0400
2615
1977exim4 (4.89-3) unstable; urgency=high2616exim4 (4.89-3) unstable; urgency=high
19782617
1979 * Re-upload to unstable.2618 * Re-upload to unstable.
@@ -1986,6 +2625,15 @@ exim4 (4.89-2+deb9u1) stretch-security; urgency=medium
19862625
1987 -- <jmm@debian.org> Wed, 14 Jun 2017 07:03:07 +02002626 -- <jmm@debian.org> Wed, 14 Jun 2017 07:03:07 +0200
19882627
2628exim4 (4.89-2ubuntu1) artful; urgency=medium
2629
2630 * Merge from Debian testing.
2631 Remaining changes:
2632 + Show Ubuntu distribution in SMTP banner.
2633 + Build-Depends on lsb-release (needed for the Ubuntu SMTP banner patch)
2634
2635 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 01 Jun 2017 11:58:00 +0200
2636
1989exim4 (4.89-2) unstable; urgency=medium2637exim4 (4.89-2) unstable; urgency=medium
19902638
1991 * Revert addition of header "# pidfile: /var/run/exim4/exim.pid" to2639 * Revert addition of header "# pidfile: /var/run/exim4/exim.pid" to
@@ -2077,6 +2725,17 @@ exim4 (4.89~RC1-1) unstable; urgency=low
20772725
2078 -- Andreas Metzler <ametzler@debian.org> Tue, 31 Jan 2017 19:52:50 +01002726 -- Andreas Metzler <ametzler@debian.org> Tue, 31 Jan 2017 19:52:50 +0100
20792727
2728exim4 (4.88-5ubuntu1) zesty; urgency=medium
2729
2730 * Merge from Debian unstable.
2731 Version 4.88 fixes CVE-2016-9963 (LP: #1654750) and symlink
2732 local root escalation (LP: #1580454)
2733 Remaining changes:
2734 + Show Ubuntu distribution in SMTP banner.
2735 + Build-Depends on lsb-release (needed for the Ubuntu SMTP banner patch)
2736
2737 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 24 Jan 2017 10:15:09 +0100
2738
2080exim4 (4.88-5) unstable; urgency=medium2739exim4 (4.88-5) unstable; urgency=medium
20812740
2082 * 78_Disable-chunking-BDAT-by-default.patch: Change default value of main2741 * 78_Disable-chunking-BDAT-by-default.patch: Change default value of main
@@ -2229,6 +2888,20 @@ exim4 (4.88~RC1-1) experimental; urgency=low
22292888
2230 -- Andreas Metzler <ametzler@debian.org> Sun, 25 Sep 2016 15:44:00 +02002889 -- Andreas Metzler <ametzler@debian.org> Sun, 25 Sep 2016 15:44:00 +0200
22312890
2891exim4 (4.87-3ubuntu2) zesty; urgency=medium
2892
2893 * No-change rebuild for perl 5.24 transition
2894
2895 -- Iain Lane <iain@orangesquash.org.uk> Mon, 24 Oct 2016 10:08:10 +0100
2896
2897exim4 (4.87-3ubuntu1) yakkety; urgency=medium
2898
2899 * Merge from Debian unstable. Remaining changes:
2900 + Show Ubuntu distribution in SMTP banner.
2901 + Build-Depends on lsb-release (needed for the Ubuntu SMTP banner patch)
2902
2903 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 26 Jul 2016 13:30:09 +0200
2904
2232exim4 (4.87-3) unstable; urgency=medium2905exim4 (4.87-3) unstable; urgency=medium
22332906
2234 * Pull multiple patches from upstream GIT:2907 * Pull multiple patches from upstream GIT:
@@ -2402,6 +3075,48 @@ exim4 (4.87~RC1-1) experimental; urgency=medium
24023075
2403 -- Andreas Metzler <ametzler@debian.org> Fri, 11 Dec 2015 20:15:30 +01003076 -- Andreas Metzler <ametzler@debian.org> Fri, 11 Dec 2015 20:15:30 +0100
24043077
3078exim4 (4.86.2-2ubuntu2.3) xenial-security; urgency=medium
3079
3080 * SECURITY UPDATE: Buffer overflow in base64d()
3081 - debian/patches/CVE-2018-6789.patch: fix overflow in
3082 src/auths/b64decode.c.
3083 - CVE-2018-6789
3084
3085 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Sat, 10 Feb 2018 14:18:40 -0500
3086
3087exim4 (4.86.2-2ubuntu2.2) xenial-security; urgency=medium
3088
3089 * SECURITY UPDATE: memory leak
3090 - debian/patches/93_CVE-2017-1000368.patch: free -p argument if
3091 allocation was required.
3092 - CVE-2017-1000368
3093
3094 -- Steve Beattie <sbeattie@ubuntu.com> Fri, 02 Jun 2017 22:07:28 -0700
3095
3096exim4 (4.86.2-2ubuntu2.1) xenial-security; urgency=medium
3097
3098 * SECURITY UPDATE: DKIM information leakage
3099 - debian/patches/CVE-2016-9963.patch: fix information leakage in
3100 src/dkim.c, src/transports/smtp.c.
3101 - CVE-2016-9963
3102
3103 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 05 Jan 2017 08:29:10 -0500
3104
3105exim4 (4.86.2-2ubuntu2) xenial; urgency=medium
3106
3107 * Rebuild against libmysqlclient20.
3108
3109 -- Robie Basak <robie.basak@ubuntu.com> Tue, 05 Apr 2016 12:21:41 +0000
3110
3111exim4 (4.86.2-2ubuntu1) xenial; urgency=medium
3112
3113 * Merge from Debian unstable. Remaining changes:
3114 - debian.control, debian/patches/fix_smtp_banner.patch
3115 + Show Ubuntu distribution in SMTP banner.
3116 + Build-Depends on lsb-release.
3117
3118 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Tue, 15 Mar 2016 11:56:18 -0400
3119
2405exim4 (4.86.2-2) unstable; urgency=high3120exim4 (4.86.2-2) unstable; urgency=high
24063121
2407 * Bump exim4-config Breaks to exim4-daemon-* (<< 4.86.2). Closes: #8167903122 * Bump exim4-config Breaks to exim4-daemon-* (<< 4.86.2). Closes: #816790
@@ -2423,6 +3138,27 @@ exim4 (4.86.2-1) unstable; urgency=high
24233138
2424 -- Andreas Metzler <ametzler@debian.org> Tue, 01 Mar 2016 19:34:39 +01003139 -- Andreas Metzler <ametzler@debian.org> Tue, 01 Mar 2016 19:34:39 +0100
24253140
3141exim4 (4.86-7ubuntu3) xenial; urgency=medium
3142
3143 * No-change rebuild for gnutls transition.
3144
3145 -- Matthias Klose <doko@ubuntu.com> Wed, 17 Feb 2016 22:40:56 +0000
3146
3147exim4 (4.86-7ubuntu2) xenial; urgency=medium
3148
3149 * Rebuild for Perl 5.22.1.
3150
3151 -- Colin Watson <cjwatson@ubuntu.com> Fri, 18 Dec 2015 10:30:54 +0000
3152
3153exim4 (4.86-7ubuntu1) xenial; urgency=medium
3154
3155 * Merge from Debian unstable. Remaining changes:
3156 - debian.control, debian/patches/fix_smtp_banner.patch
3157 + Show Ubuntu distribution in SMTP banner.
3158 + Build-Depends on lsb-release.
3159
3160 -- Pierre-André MOREY <pierre-andre.morey@canonical.com> Mon, 14 Dec 2015 14:23:51 +0100
3161
2426exim4 (4.86-7) unstable; urgency=medium3162exim4 (4.86-7) unstable; urgency=medium
24273163
2428 * Allow arch-indep build (dpkg-buildpackage -A). Closes: #8060233164 * Allow arch-indep build (dpkg-buildpackage -A). Closes: #806023
@@ -2473,6 +3209,15 @@ exim4 (4.86-4) unstable; urgency=medium
24733209
2474 -- Andreas Metzler <ametzler@debian.org> Sat, 17 Oct 2015 15:01:01 +02003210 -- Andreas Metzler <ametzler@debian.org> Sat, 17 Oct 2015 15:01:01 +0200
24753211
3212exim4 (4.86-3ubuntu1) wily; urgency=medium
3213
3214 * Merge from Debian unstable. (LP: #1485369) Remaining changes:
3215 - debian/control, debian/patches/fix_smtp_banner.patch:
3216 + Show Ubuntu distribution in SMTP banner.
3217 + Build-Depends on lsb-release.
3218
3219 -- Artur Rona <ari-tczew@ubuntu.com> Thu, 17 Sep 2015 13:18:20 +0100
3220
2476exim4 (4.86-3) unstable; urgency=medium3221exim4 (4.86-3) unstable; urgency=medium
24773222
2478 * Pull three patches from upstream git:3223 * Pull three patches from upstream git:
@@ -2513,6 +3258,15 @@ exim4 (4.86~RC5-1) unstable; urgency=medium
25133258
2514 -- Andreas Metzler <ametzler@debian.org> Sat, 18 Jul 2015 11:46:11 +02003259 -- Andreas Metzler <ametzler@debian.org> Sat, 18 Jul 2015 11:46:11 +0200
25153260
3261exim4 (4.86~RC4-2ubuntu1) wily; urgency=low
3262
3263 * Merge from Debian unstable. (LP: #1166671) Remaining changes:
3264 - debian/control, debian/patches/fix_smtp_banner.patch:
3265 + Show Ubuntu distribution in SMTP banner.
3266 + Build-Depends on lsb-release.
3267
3268 -- Artur Rona <ari-tczew@ubuntu.com> Mon, 06 Jul 2015 12:09:36 +0200
3269
2516exim4 (4.86~RC4-2) unstable; urgency=medium3270exim4 (4.86~RC4-2) unstable; urgency=medium
25173271
2518 * Drop libmysqlclient15-dev alternative build-dependency. Closes: #7904633272 * Drop libmysqlclient15-dev alternative build-dependency. Closes: #790463
@@ -2677,6 +3431,18 @@ exim4 (4.85~RC1+dfsg-1) experimental; urgency=medium
26773431
2678 -- Andreas Metzler <ametzler@debian.org> Tue, 18 Nov 2014 19:28:20 +01003432 -- Andreas Metzler <ametzler@debian.org> Tue, 18 Nov 2014 19:28:20 +0100
26793433
3434exim4 (4.84-8ubuntu1) vivid; urgency=low
3435
3436 * Merge from Debian unstable. (LP: #1434300) Remaining changes:
3437 - debian/control, debian/patches/fix_smtp_banner.patch:
3438 + Show Ubuntu distribution in SMTP banner.
3439 + Build-Depends on lsb-release.
3440 - debian/control:
3441 + Don't provide default-mta; in Ubuntu,
3442 we want postfix to be the default.
3443
3444 -- Artur Rona <ari-tczew@ubuntu.com> Thu, 19 Mar 2015 00:15:40 +0100
3445
2680exim4 (4.84-8) unstable; urgency=medium3446exim4 (4.84-8) unstable; urgency=medium
26813447
2682 * Pull 83_Remove-limit-on-remove_headers-item-size.-Bug-1533.patch and3448 * Pull 83_Remove-limit-on-remove_headers-item-size.-Bug-1533.patch and
@@ -2694,6 +3460,15 @@ exim4 (4.84-7) unstable; urgency=medium
26943460
2695 -- Andreas Metzler <ametzler@debian.org> Sat, 07 Feb 2015 15:12:33 +01003461 -- Andreas Metzler <ametzler@debian.org> Sat, 07 Feb 2015 15:12:33 +0100
26963462
3463exim4 (4.84-6ubuntu1) vivid; urgency=medium
3464
3465 * Resynchronise with Debian. Remaining changes:
3466 - Show Ubuntu distribution in SMTP banner.
3467 - Don't provide default-mta; in Ubuntu, we want postfix to be the
3468 default.
3469
3470 -- Colin Watson <cjwatson@ubuntu.com> Wed, 14 Jan 2015 11:26:29 +0000
3471
2697exim4 (4.84-6) unstable; urgency=medium3472exim4 (4.84-6) unstable; urgency=medium
26983473
2699 * Revert init script's restart order change in 4.84-4 for the time being.3474 * Revert init script's restart order change in 4.84-4 for the time being.
@@ -2702,6 +3477,15 @@ exim4 (4.84-6) unstable; urgency=medium
27023477
2703 -- Andreas Metzler <ametzler@debian.org> Sun, 21 Dec 2014 14:07:12 +01003478 -- Andreas Metzler <ametzler@debian.org> Sun, 21 Dec 2014 14:07:12 +0100
27043479
3480exim4 (4.84-5ubuntu1) vivid; urgency=medium
3481
3482 * Resynchronise with Debian. Remaining changes:
3483 - Show Ubuntu distribution in SMTP banner.
3484 - Don't provide default-mta; in Ubuntu, we want postfix to be the
3485 default.
3486
3487 -- Colin Watson <cjwatson@ubuntu.com> Thu, 18 Dec 2014 15:26:17 +0000
3488
2705exim4 (4.84-5) unstable; urgency=medium3489exim4 (4.84-5) unstable; urgency=medium
27063490
2707 * 82_quoted-or-r-2047-encoded.diff pulled from upstream git (sans3491 * 82_quoted-or-r-2047-encoded.diff pulled from upstream git (sans
@@ -2709,6 +3493,15 @@ exim4 (4.84-5) unstable; urgency=medium
27093493
2710 -- Andreas Metzler <ametzler@debian.org> Wed, 17 Dec 2014 19:03:39 +01003494 -- Andreas Metzler <ametzler@debian.org> Wed, 17 Dec 2014 19:03:39 +0100
27113495
3496exim4 (4.84-4ubuntu1) vivid; urgency=medium
3497
3498 * Resynchronise with Debian. Remaining changes:
3499 - Show Ubuntu distribution in SMTP banner.
3500 - Don't provide default-mta; in Ubuntu, we want postfix to be the
3501 default.
3502
3503 -- Colin Watson <cjwatson@ubuntu.com> Tue, 02 Dec 2014 15:28:46 +0000
3504
2712exim4 (4.84-4) unstable; urgency=medium3505exim4 (4.84-4) unstable; urgency=medium
27133506
2714 * Unset message_prefix/message_sufix in maildrop_pipe transport. Maildrop3507 * Unset message_prefix/message_sufix in maildrop_pipe transport. Maildrop
@@ -2723,6 +3516,15 @@ exim4 (4.84-4) unstable; urgency=medium
27233516
2724 -- Andreas Metzler <ametzler@debian.org> Sun, 30 Nov 2014 08:24:04 +01003517 -- Andreas Metzler <ametzler@debian.org> Sun, 30 Nov 2014 08:24:04 +0100
27253518
3519exim4 (4.84-3ubuntu1) vivid; urgency=medium
3520
3521 * Resynchronise with Debian. Remaining changes:
3522 - Show Ubuntu distribution in SMTP banner.
3523 - Don't provide default-mta; in Ubuntu, we want postfix to be the
3524 default.
3525
3526 -- Colin Watson <cjwatson@ubuntu.com> Tue, 11 Nov 2014 13:43:35 +0000
3527
2726exim4 (4.84-3) unstable; urgency=medium3528exim4 (4.84-3) unstable; urgency=medium
27273529
2728 * Apply patch to Italian (it) debconf template translation, thanks to3530 * Apply patch to Italian (it) debconf template translation, thanks to
@@ -2752,6 +3554,24 @@ exim4 (4.84~RC2-1) unstable; urgency=medium
27523554
2753 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Aug 2014 07:42:00 +02003555 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Aug 2014 07:42:00 +0200
27543556
3557exim4 (4.84~RC1-3ubuntu2) utopic; urgency=medium
3558
3559 * Rebuild for Perl 5.20.0.
3560
3561 -- Colin Watson <cjwatson@ubuntu.com> Thu, 21 Aug 2014 12:18:13 +0100
3562
3563exim4 (4.84~RC1-3ubuntu1) utopic; urgency=low
3564
3565 * Merge from Debian unstable (LP: #1351470). Remaining changes:
3566 - Show Ubuntu distribution on smtp:
3567 + debian/patches/fix_smtp_banner.patch: updated SMTP banner
3568 with Ubuntu distribution
3569 + debian/control: added lsb-release build dependency
3570 - Don't provide default-mta; in Ubuntu, we want postfix to be the
3571 default.
3572
3573 -- Corey Bryant <corey.bryant@canonical.com> Mon, 04 Aug 2014 11:48:39 -0400
3574
2755exim4 (4.84~RC1-3) unstable; urgency=medium3575exim4 (4.84~RC1-3) unstable; urgency=medium
27563576
2757 * Third try. Simply comment *custom* in debian/control.3577 * Third try. Simply comment *custom* in debian/control.
@@ -2820,6 +3640,18 @@ exim4 (4.83~RC1-1) experimental; urgency=medium
28203640
2821 -- Andreas Metzler <ametzler@debian.org> Thu, 29 May 2014 13:09:04 +02003641 -- Andreas Metzler <ametzler@debian.org> Thu, 29 May 2014 13:09:04 +0200
28223642
3643exim4 (4.82.1-2ubuntu1) utopic; urgency=low
3644
3645 * Merge from Debian unstable (LP: #1348074). Remaining changes:
3646 - Show Ubuntu distribution on smtp:
3647 + debian/patches/fix_smtp_banner.patch: updated SMTP banner
3648 with Ubuntu distribution
3649 + debian/control: added lsb-release build dependency
3650 - Don't provide default-mta; in Ubuntu, we want postfix to be the
3651 default.
3652
3653 -- Robie Basak <robie.basak@ubuntu.com> Fri, 25 Jul 2014 15:53:09 +0000
3654
2823exim4 (4.82.1-2) unstable; urgency=high3655exim4 (4.82.1-2) unstable; urgency=high
28243656
2825 * [87_double_expansion.diff] from upstream. Stop unwanted double expansion3657 * [87_double_expansion.diff] from upstream. Stop unwanted double expansion
@@ -2837,6 +3669,18 @@ exim4 (4.82.1-1) unstable; urgency=high
28373669
2838 -- Andreas Metzler <ametzler@debian.org> Wed, 28 May 2014 19:01:43 +02003670 -- Andreas Metzler <ametzler@debian.org> Wed, 28 May 2014 19:01:43 +0200
28393671
3672exim4 (4.82-8ubuntu1) utopic; urgency=medium
3673
3674 * Merge from Debian unstable. Remaining changes:
3675 - Show Ubuntu distribution on smtp:
3676 + debian/patches/fix_smtp_banner.patch: updated SMTP banner
3677 with Ubuntu distribution
3678 + debian/control: added lsb-release build dependency
3679 - Don't provide default-mta; in Ubuntu, we want postfix to be the
3680 default.
3681
3682 -- Dimitri John Ledkov <xnox@ubuntu.com> Sat, 17 May 2014 01:50:20 +0100
3683
2840exim4 (4.82-8) unstable; urgency=medium3684exim4 (4.82-8) unstable; urgency=medium
28413685
2842 * Now that GMP has been relicensed to LGPLv3+/GPLv2+ build exim against3686 * Now that GMP has been relicensed to LGPLv3+/GPLv2+ build exim against
@@ -2900,6 +3744,78 @@ exim4 (4.82-4) unstable; urgency=medium
29003744
2901 -- Andreas Metzler <ametzler@debian.org> Sun, 09 Feb 2014 19:41:34 +01003745 -- Andreas Metzler <ametzler@debian.org> Sun, 09 Feb 2014 19:41:34 +0100
29023746
3747exim4 (4.82-3ubuntu2.4) trusty-security; urgency=medium
3748
3749 * SECURITY UPDATE: Buffer overflow in base64d()
3750 - debian/patches/CVE-2018-6789.patch: fix overflow in
3751 src/auths/b64decode.c.
3752 - CVE-2018-6789
3753
3754 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Sat, 10 Feb 2018 14:19:43 -0500
3755
3756exim4 (4.82-3ubuntu2.3) trusty-security; urgency=medium
3757
3758 * SECURITY UPDATE: memory leak
3759 - debian/patches/CVE-2017-1000368.patch: free -p argument if
3760 allocation was required.
3761 - CVE-2017-1000368
3762
3763 -- Steve Beattie <sbeattie@ubuntu.com> Fri, 02 Jun 2017 22:44:35 -0700
3764
3765exim4 (4.82-3ubuntu2.2) trusty-security; urgency=medium
3766
3767 * SECURITY UPDATE: DKIM information leakage
3768 - debian/patches/CVE-2016-9963.patch: fix information leakage in
3769 src/dkim.c, src/transports/smtp.c.
3770 - CVE-2016-9963
3771
3772 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 05 Jan 2017 08:31:06 -0500
3773
3774exim4 (4.82-3ubuntu2.1) trusty-security; urgency=medium
3775
3776 * SECURITY UPDATE: privilege escalation via crafted lookup value
3777 - debian/patches/CVE-2014-2972.patch: only expand integers for integer
3778 math once.
3779 - CVE-2014-2972
3780 * SECURITY UPDATE: privilege escalation when used with perl_startup
3781 - debian/patches/CVE-2016-1531.patch: add new add_environment and
3782 keep_environment configuration options.
3783 - debian/patches/CVE-2016-1531-2.patch: don't issue env warning if env
3784 is empty.
3785 - debian/patches/CVE-2016-1531-3.patch: store the initial working
3786 directory, expand $initial_cwd.
3787 - debian/patches/CVE-2016-1531-4.patch: delay chdir(/) until we opened
3788 the main config.
3789 - Add macros MAIN_KEEP_ENVIRONMENT and MAIN_ADD_ENVIRONMENT to set the
3790 new options. Set "keep_environment =" by default to avoid a runtime
3791 warning.
3792 - Bump exim4-config Breaks to exim4-daemon-* (<< 4.82-3ubuntu2.1).
3793 - debian/exim4-config.NEWS: Add entry to warn of potential breakage.
3794 - CVE-2016-1531
3795 * WARNING: This update may break existing installations.
3796
3797 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Mon, 14 Mar 2016 12:57:00 -0400
3798
3799exim4 (4.82-3ubuntu2) trusty; urgency=medium
3800
3801 * debian/tests/control: Add missing python test dependency, as
3802 debian/tests/security calls python.
3803
3804 -- Martin Pitt <martin.pitt@ubuntu.com> Tue, 25 Feb 2014 17:33:13 +0100
3805
3806exim4 (4.82-3ubuntu1) trusty; urgency=low
3807
3808 * Merge from Debian unstable (LP: #1259620). Remaining changes:
3809 - Show Ubuntu distribution on smtp:
3810 + debian/patches/fix_smtp_banner.patch: updated SMTP banner
3811 with Ubuntu distribution
3812 + debian/control: added lsb-release build dependency
3813 - Don't provide default-mta; in Ubuntu, we want postfix to be the
3814 default.
3815 - Build-depend on db5.3.
3816
3817 -- Yolanda Robla <yolanda.robla@canonical.com> Tue, 10 Dec 2013 17:07:20 +0000
3818
2903exim4 (4.82-3) unstable; urgency=low3819exim4 (4.82-3) unstable; urgency=low
29043820
2905 * Upload to unstable.3821 * Upload to unstable.
@@ -2980,6 +3896,21 @@ exim4 (4.82~rc1-1) experimental; urgency=low
29803896
2981 -- Andreas Metzler <ametzler@debian.org> Sun, 29 Sep 2013 14:43:25 +02003897 -- Andreas Metzler <ametzler@debian.org> Sun, 29 Sep 2013 14:43:25 +0200
29823898
3899exim4 (4.80-9ubuntu2) trusty; urgency=low
3900
3901 * Build-depend on libdb5.3-dev, instead of libdb5.1-dev.
3902
3903 -- Dmitrijs Ledkovs <xnox@ubuntu.com> Mon, 04 Nov 2013 12:14:54 +0000
3904
3905exim4 (4.80-9ubuntu1) trusty; urgency=low
3906
3907 * Resynchronise with Debian. Remaining changes:
3908 - Don't provide default-mta; in Ubuntu, we want postfix to be the
3909 default.
3910 - Add "Ubuntu" to SMTP banner.
3911
3912 -- Colin Watson <cjwatson@ubuntu.com> Mon, 28 Oct 2013 11:55:21 -0700
3913
2983exim4 (4.80-9) unstable; urgency=low3914exim4 (4.80-9) unstable; urgency=low
29843915
2985 * Upload to unstable.3916 * Upload to unstable.
@@ -3026,6 +3957,34 @@ exim4 (4.80-8) experimental; urgency=low
30263957
3027 -- Andreas Metzler <ametzler@debian.org> Sun, 01 Sep 2013 15:58:49 +02003958 -- Andreas Metzler <ametzler@debian.org> Sun, 01 Sep 2013 15:58:49 +0200
30283959
3960exim4 (4.80-7ubuntu4) trusty; urgency=low
3961
3962 * Rebuild for Perl 5.18.
3963
3964 -- Colin Watson <cjwatson@ubuntu.com> Wed, 23 Oct 2013 10:24:08 +0100
3965
3966exim4 (4.80-7ubuntu3) saucy; urgency=low
3967
3968 * debian/patches/fix_smtp_banner.patch: updated SMTP banner
3969 with Ubuntu distribution
3970 * debian/control: added lsb-release build dependency
3971
3972 -- Yolanda Robla <yolanda.robla@canonical.com> Tue, 18 Jun 2013 19:17:43 +0200
3973
3974exim4 (4.80-7ubuntu2) saucy; urgency=low
3975
3976 * debian/tests: Add autopkgtest.
3977
3978 -- Yolanda <yolanda.robla@canonical.com> Mon, 27 May 2013 11:31:35 +0200
3979
3980exim4 (4.80-7ubuntu1) raring; urgency=low
3981
3982 * Merge from Debian unstable (LP: #1166383). Remaining changes:
3983 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
3984 we want postfix to be the default.
3985
3986 -- Robie Basak <robie.basak@canonical.com> Mon, 08 Apr 2013 18:13:15 +0100
3987
3029exim4 (4.80-7) unstable; urgency=low3988exim4 (4.80-7) unstable; urgency=low
30303989
3031 * Use exim's ${quote:xxx} operator when invoking spfquery to disallow3990 * Use exim's ${quote:xxx} operator when invoking spfquery to disallow
@@ -3045,6 +4004,14 @@ exim4 (4.80-6) unstable; urgency=low
30454004
3046 -- Andreas Metzler <ametzler@debian.org> Wed, 21 Nov 2012 19:08:53 +01004005 -- Andreas Metzler <ametzler@debian.org> Wed, 21 Nov 2012 19:08:53 +0100
30474006
4007exim4 (4.80-5.1ubuntu1) raring; urgency=low
4008
4009 * Merge from Debian. Remaining changes:
4010 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
4011 we want postfix to be the default.
4012
4013 -- Oussama Bounaim <o.bounaim@gmail.com> Sun, 11 Nov 2012 07:11:06 +0100
4014
3048exim4 (4.80-5.1) unstable; urgency=high4015exim4 (4.80-5.1) unstable; urgency=high
30494016
3050 * Non-maintainer upload by the Security Team.4017 * Non-maintainer upload by the Security Team.
@@ -3072,6 +4039,23 @@ exim4 (4.80-4) unstable; urgency=low
30724039
3073 -- Andreas Metzler <ametzler@debian.org> Sat, 23 Jun 2012 18:35:03 +02004040 -- Andreas Metzler <ametzler@debian.org> Sat, 23 Jun 2012 18:35:03 +0200
30744041
4042exim4 (4.80-3ubuntu1.1) quantal-security; urgency=low
4043
4044 * SECURITY UPDATE: arbitrary code execution via dns decode logic
4045 - debian/patches/CVE-2012-5671.patch: adjust max length and validate
4046 against it in src/pdkim/pdkim.h, src/dkim.c.
4047 - CVE-2012-5671
4048
4049 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 25 Oct 2012 08:22:46 -0400
4050
4051exim4 (4.80-3ubuntu1) quantal; urgency=low
4052
4053 * Merge from Debian unstable. Remaining changes:
4054 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
4055 we want postfix to be the default.
4056
4057 -- Clint Byrum <clint@ubuntu.com> Thu, 14 Jun 2012 15:28:08 -0700
4058
3075exim4 (4.80-3) unstable; urgency=low4059exim4 (4.80-3) unstable; urgency=low
30764060
3077 * Pull 75_openssl_sni.diff from upstream. - Segfault caused by NULL4061 * Pull 75_openssl_sni.diff from upstream. - Segfault caused by NULL
@@ -3219,6 +4203,26 @@ exim4 (4.76-4) experimental; urgency=low
32194203
3220 -- Andreas Metzler <ametzler@debian.org> Sat, 24 Sep 2011 18:36:08 +02004204 -- Andreas Metzler <ametzler@debian.org> Sat, 24 Sep 2011 18:36:08 +0200
32214205
4206exim4 (4.76-3ubuntu3) precise; urgency=low
4207
4208 * Rebuild for libmysqlclient transition
4209
4210 -- Clint Byrum <clint@ubuntu.com> Wed, 23 Nov 2011 23:29:35 -0800
4211
4212exim4 (4.76-3ubuntu2) precise; urgency=low
4213
4214 * Rebuild for Perl 5.14.
4215
4216 -- Colin Watson <cjwatson@ubuntu.com> Wed, 16 Nov 2011 01:22:39 +0000
4217
4218exim4 (4.76-3ubuntu1) precise; urgency=low
4219
4220 * Merge from debian unstable. Remaining changes:
4221 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
4222 we want postfix to be the default.
4223
4224 -- Stéphane Graber <stgraber@ubuntu.com> Thu, 20 Oct 2011 11:29:07 -0400
4225
3222exim4 (4.76-3) unstable; urgency=low4226exim4 (4.76-3) unstable; urgency=low
32234227
3224 * [exim4-base.cron.daily] Correct invocation of mail(1), options need to be4228 * [exim4-base.cron.daily] Correct invocation of mail(1), options need to be
@@ -3239,6 +4243,14 @@ exim4 (4.76-3) unstable; urgency=low
32394243
3240 -- Andreas Metzler <ametzler@debian.org> Sun, 18 Sep 2011 11:49:13 +02004244 -- Andreas Metzler <ametzler@debian.org> Sun, 18 Sep 2011 11:49:13 +0200
32414245
4246exim4 (4.76-2ubuntu1) oneiric; urgency=low
4247
4248 * Merge from debian unstable. Remaining changes:
4249 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
4250 we want postfix to be the default.
4251
4252 -- Stéphane Graber <stgraber@ubuntu.com> Mon, 30 May 2011 17:48:56 -0400
4253
3242exim4 (4.76-2) unstable; urgency=low4254exim4 (4.76-2) unstable; urgency=low
32434255
3244 * debian/rules: Remove test/ and test-stamp on clean.4256 * debian/rules: Remove test/ and test-stamp on clean.
@@ -3251,6 +4263,14 @@ exim4 (4.76-2) unstable; urgency=low
32514263
3252 -- Andreas Metzler <ametzler@debian.org> Sun, 29 May 2011 18:21:03 +02004264 -- Andreas Metzler <ametzler@debian.org> Sun, 29 May 2011 18:21:03 +0200
32534265
4266exim4 (4.76-1ubuntu1) oneiric; urgency=low
4267
4268 * Merge from debian unstable. Remaining changes (LP: #779391):
4269 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
4270 we want postfix to be the default.
4271
4272 -- Stéphane Graber <stgraber@ubuntu.com> Mon, 23 May 2011 12:37:30 -0400
4273
3254exim4 (4.76-1) unstable; urgency=low4274exim4 (4.76-1) unstable; urgency=low
32554275
3256 * New upstream version.4276 * New upstream version.
@@ -3297,6 +4317,14 @@ exim4 (4.75-3) unstable; urgency=high
32974317
3298 -- Andreas Metzler <ametzler@debian.org> Fri, 06 May 2011 20:08:51 +02004318 -- Andreas Metzler <ametzler@debian.org> Fri, 06 May 2011 20:08:51 +0200
32994319
4320exim4 (4.75-2ubuntu1) oneiric; urgency=low
4321
4322 * Merge from debian unstable. Remaining changes:
4323 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
4324 we want postfix to be the default.
4325
4326 -- Stéphane Graber <stgraber@ubuntu.com> Fri, 06 May 2011 14:51:28 -0400
4327
3300exim4 (4.75-2) unstable; urgency=low4328exim4 (4.75-2) unstable; urgency=low
33014329
3302 * clamav socket on Debian is clamd:/var/run/clamav/clamd.ctl, fix4330 * clamav socket on Debian is clamd:/var/run/clamav/clamd.ctl, fix
@@ -3339,6 +4367,24 @@ exim4 (4.74-2) unstable; urgency=low
33394367
3340 -- Andreas Metzler <ametzler@debian.org> Thu, 24 Feb 2011 19:02:07 +01004368 -- Andreas Metzler <ametzler@debian.org> Thu, 24 Feb 2011 19:02:07 +0100
33414369
4370exim4 (4.74-1ubuntu1) natty; urgency=low
4371
4372 * Merge from debian experimental. Remaining changes: (LP: #713855)
4373 - debian/patches/71_exiq_grep_error_on_messages_without_size.patch:
4374 + Improve handling of broken messages when "exim4 -bp" (mailq)
4375 reports lines without size info. (Closes: #528625)
4376 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
4377 we want postfix to be the default.
4378 - debian/{control,rules}: Add and enable hardened build for PIE.
4379 (Closes: #542726)
4380 * Update 71_exiq_grep_error_on_messages_without_size.patch to get way
4381 which upstream has fixed it. Probably it can be dropped with next
4382 upstream release.
4383 * This upload fixes CVE: (LP: #708023)
4384 - CVE-2011-0017
4385
4386 -- Artur Rona <ari-tczew@ubuntu.com> Wed, 09 Feb 2011 21:31:35 +0100
4387
3342exim4 (4.74-1) experimental; urgency=low4388exim4 (4.74-1) experimental; urgency=low
33434389
3344 * 4.74 release, should build on hurd again.4390 * 4.74 release, should build on hurd again.
@@ -3364,6 +4410,20 @@ exim4 (4.74~rc2-1) experimental; urgency=low
33644410
3365 -- Andreas Metzler <ametzler@debian.org> Sun, 23 Jan 2011 14:02:36 +01004411 -- Andreas Metzler <ametzler@debian.org> Sun, 23 Jan 2011 14:02:36 +0100
33664412
4413exim4 (4.73~rc1-1ubuntu1) natty; urgency=low
4414
4415 * Merge from debian unstable. Remaining changes: (LP: #697934)
4416 - debian/patches/71_exiq_grep_error_on_messages_without_size.patch:
4417 + Improve handling of broken messages when "exim4 -bp" (mailq)
4418 reports lines without size info.
4419 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
4420 we want postfix to be the default.
4421 - debian/{control,rules}: Add and enable hardened build for PIE.
4422 (Closes: #542726)
4423 * Drop B-D on libmysqlclient15-dev, resolved in Debian.
4424
4425 -- Artur Rona <ari-tczew@ubuntu.com> Tue, 28 Dec 2010 22:20:17 +0100
4426
3367exim4 (4.73~rc1-1) experimental; urgency=low4427exim4 (4.73~rc1-1) experimental; urgency=low
33684428
3369 * New upstream release candidate.4429 * New upstream release candidate.
@@ -3459,6 +4519,20 @@ exim4 (4.72-3) unstable; urgency=low
34594519
3460 -- Andreas Metzler <ametzler@debian.org> Sun, 26 Dec 2010 15:13:08 +01004520 -- Andreas Metzler <ametzler@debian.org> Sun, 26 Dec 2010 15:13:08 +0100
34614521
4522exim4 (4.72-2ubuntu1) natty; urgency=low
4523
4524 * Merge from debian unstable. Remaining changes: (LP: #671615)
4525 - debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
4526 Improve handling of broken messages when "exim4 -bp" (mailq) reports
4527 lines without size info.
4528 - Don't declare a Provides: default-mta; in Ubuntu, we want postfix to be
4529 the default.
4530 - debian/control: Change build dependencies to MySQL 5.1.
4531 - debian/{control,rules}: add and enable hardened build for PIE
4532 (Closes: #542726).
4533
4534 -- Artur Rona <ari-tczew@ubuntu.com> Fri, 05 Nov 2010 21:05:47 +0100
4535
3462exim4 (4.72-2) unstable; urgency=low4536exim4 (4.72-2) unstable; urgency=low
34634537
3464 [ Marc Haber ]4538 [ Marc Haber ]
@@ -3482,6 +4556,20 @@ exim4 (4.72-2) unstable; urgency=low
34824556
3483 -- Andreas Metzler <ametzler@debian.org> Sat, 30 Oct 2010 13:38:26 +02004557 -- Andreas Metzler <ametzler@debian.org> Sat, 30 Oct 2010 13:38:26 +0200
34844558
4559exim4 (4.72-1ubuntu1) maverick; urgency=low
4560
4561 * Merge with Debian unstable (LP: #609620). Remaining changes:
4562 + debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
4563 Improve handling of broken messages when "exim4 -bp" (mailq) reports
4564 lines without size info.
4565 + Don't declare a Provides: default-mta; in Ubuntu, we want postfix to be
4566 the default.
4567 + debian/control: Change build dependencies to MySQL 5.1.
4568 + debian/{control,rules}: add and enable hardened build for PIE
4569 (Closes: #542726).
4570
4571 -- Artur Rona <ari-tczew@tlen.pl> Sun, 25 Jul 2010 02:00:42 +0200
4572
3485exim4 (4.72-1) unstable; urgency=low4573exim4 (4.72-1) unstable; urgency=low
34864574
3487 * New upstream release. (Identical to the git snapshot previously4575 * New upstream release. (Identical to the git snapshot previously
@@ -3533,6 +4621,20 @@ exim4 (4.71-4) unstable; urgency=low
35334621
3534 -- Andreas Metzler <ametzler@debian.org> Thu, 25 Mar 2010 17:34:30 +01004622 -- Andreas Metzler <ametzler@debian.org> Thu, 25 Mar 2010 17:34:30 +0100
35354623
4624exim4 (4.71-3ubuntu1) lucid; urgency=low
4625
4626 * Merge with Debian unstable (lp: #501657). Remaining changes:
4627 + debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
4628 Improve handling of broken messages when "exim4 -bp" (mailq) reports
4629 lines without size info.
4630 + Don't declare a Provides: default-mta; in Ubuntu, we want postfix to be
4631 the default.
4632 + debian/control: Change build dependencies to MySQL 5.1.
4633 + debian/{control,rules}: add and enable hardened build for PIE
4634 (Debian bug 542726).
4635
4636 -- Michael Bienia <geser@ubuntu.com> Fri, 01 Jan 2010 16:28:19 +0100
4637
3536exim4 (4.71-3) unstable; urgency=low4638exim4 (4.71-3) unstable; urgency=low
35374639
3538 * exim4-base.cron.daily: Do not run exim_tidydb on Berkeley DB logfiles.4640 * exim4-base.cron.daily: Do not run exim_tidydb on Berkeley DB logfiles.
@@ -3647,6 +4749,35 @@ exim4 (4.70~cvs+20091017-1) experimental; urgency=low
36474749
3648 -- Andreas Metzler <ametzler@debian.org> Sat, 17 Oct 2009 14:26:54 +02004750 -- Andreas Metzler <ametzler@debian.org> Sat, 17 Oct 2009 14:26:54 +0200
36494751
4752exim4 (4.69-11ubuntu4) karmic; urgency=low
4753
4754 * debian/{control,rules}: add and enable hardened build for PIE
4755 (Debian bug 542726).
4756
4757 -- Kees Cook <kees@ubuntu.com> Thu, 20 Aug 2009 17:33:26 -0700
4758
4759exim4 (4.69-11ubuntu3) karmic; urgency=low
4760
4761 * debian/control: Change build dependencies to MySQL 5.1.
4762
4763 -- Mathias Gug <mathiaz@ubuntu.com> Mon, 17 Aug 2009 17:57:26 -0400
4764
4765exim4 (4.69-11ubuntu2) karmic; urgency=low
4766
4767 * Don't declare a Provides: default-mta; in Ubuntu, we want postfix to be
4768 the default.
4769
4770 -- Steve Langasek <steve.langasek@ubuntu.com> Wed, 03 Jun 2009 15:39:14 +0000
4771
4772exim4 (4.69-11ubuntu1) karmic; urgency=low
4773
4774 * Merge from debian unstable (LP: #375923), remaining changes:
4775 - debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
4776 Improve handling of broken messages when "exim4 -bp" (mailq) reports
4777 lines without size info
4778
4779 -- Thierry Carrez <thierry.carrez@ubuntu.com> Wed, 13 May 2009 12:15:29 +0200
4780
3650exim4 (4.69-11) unstable; urgency=medium4781exim4 (4.69-11) unstable; urgency=medium
36514782
3652 * Build-Depend on lynx-cur|lynx instead of lynx. (lynx is just a dummy4783 * Build-Depend on lynx-cur|lynx instead of lynx. (lynx is just a dummy
@@ -3704,6 +4835,15 @@ exim4 (4.69-10) unstable; urgency=low
37044835
3705 -- Andreas Metzler <ametzler@debian.org> Sat, 02 May 2009 09:05:56 +02004836 -- Andreas Metzler <ametzler@debian.org> Sat, 02 May 2009 09:05:56 +0200
37064837
4838exim4 (4.69-9ubuntu1) jaunty; urgency=low
4839
4840 [ Daniel van Eeden <launchpad@myname.nl> ]
4841 * debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
4842 Improve handling of broken messages when "exim4 -bp" (mailq) reports lines
4843 w/o size info, LP: #18194
4844
4845 -- Dustin Kirkland <kirkland@ubuntu.com> Wed, 11 Feb 2009 06:43:52 -0600
4846
3707exim4 (4.69-9) unstable; urgency=medium4847exim4 (4.69-9) unstable; urgency=medium
37084848
3709 * [update-exim4.conf]: Use POSIX character classes [:alnum:] or explicit4849 * [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 c582df6..2a018a0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -22,3 +22,4 @@
2278_07-ACL-in-regex-condition-release-store-every-thousand-.patch2278_07-ACL-in-regex-condition-release-store-every-thousand-.patch
2378_08-Fix-smtp-transport-response-to-close-after-all-rcpt-.patch2378_08-Fix-smtp-transport-response-to-close-after-all-rcpt-.patch
2490_localscan_dlopen.dpatch2490_localscan_dlopen.dpatch
25fix_smtp_banner.patch

Subscribers

People subscribed via source and target branches