Merge ~bryce/ubuntu/+source/exim4:merge-v4.93-13-focal into ubuntu/+source/exim4:debian/sid

Proposed by Bryce Harrington
Status: Merged
Approved by: Bryce Harrington
Approved revision: 0676a4554d7029c31fe71f039b1bb6c43311f17e
Merge reported by: Christian Ehrhardt 
Merged at revision: 0676a4554d7029c31fe71f039b1bb6c43311f17e
Proposed branch: ~bryce/ubuntu/+source/exim4:merge-v4.93-13-focal
Merge into: ubuntu/+source/exim4:debian/sid
Diff against target: 1175 lines (+804/-2)
4 files modified
debian/changelog (+746/-0)
debian/control (+4/-2)
debian/patches/fix_smtp_banner.patch (+53/-0)
debian/patches/series (+1/-0)
Reviewer Review Type Date Requested Status
Christian Ehrhardt  (community) Approve
Canonical Server Pending
Review via email: mp+381342@code.launchpad.net

Description of the change

Merges in a handful of bug fixes from Debian:

  * Update from exim-4.93+fixes:
    - 74_29-Fix-mime_part_count-for-non-mime-message-on-multi-me.patch
      + https://bugs.exim.org/show_bug.cgi?id=2537
      + Fix $mime_part_count. When a single connection had a non-mime
        message following a mime one, the variable was not reset.
    - 74_31-Taint-track-in-utf8clean-operator.patch
      + https://github.com/Exim/exim/commit/e68def51cb753d730249565e630b549a73857ec1
      + Refines tainted input checking for urf8 characters
    - 74_32-Fix-spurious-detection-of-timeout-while-writing-to-t.patch
      + https://github.com/Exim/exim/commit/130212d30d47e588c2bc03edcfce11bf3857da03
      + Fix spurious detection of timeout while writing to transport filter.
    - 74_33-Fix-segfault-on-bad-cmdline-f-sender-argument.-Bug-2.patch
      + https://bugs.exim.org/show_bug.cgi?id=2541
      + Fixes a crash that occurs in taint checking when sender_address is null
  * [lintian] Move eximon.bin from /usr/lib/exim4 to /usr/libexec/exim4.

I've code-reviewed each of the above patches and they look safe and worth inclusion for focal.

PPA available for testing is at:
  https://launchpad.net/~bryce/+archive/ubuntu/exim4-merge-v4.93-13

Usual tags pushed.

To post a comment you must log in.
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

The merge is fine, our Delta is simple and retained correctly.

The merged version in Debian only has 4 backported fixes and one moved file.
All of them seem valid fixes to me and do not imply the need for an FFe.

Formalisms (changelog, update-maintainer, ..) are all good as well.

+1 form me for an upload before Focal release.

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

Thanks, uploaded:

stirling:~/ubuntu/Exim4/merge.v4.93-13/exim4-gu$ git ubuntu tag --upload
stirling:~/ubuntu/Exim4/merge.v4.93-13/exim4-gu$ git push pkg upload/${version}
Enumerating objects: 26, done.
Counting objects: 100% (26/26), done.
Delta compression using up to 12 threads
Compressing objects: 100% (19/19), done.
Writing objects: 100% (20/20), 8.27 KiB | 941.00 KiB/s, done.
Total 20 (delta 14), reused 1 (delta 1)
To ssh://git.launchpad.net/~usd-import-team/ubuntu/+source/exim4
 * [new tag] upload/4.93-13ubuntu1 -> upload/4.93-13ubuntu1
stirling:~/ubuntu/Exim4/merge.v4.93-13/exim4-gu$ dput ubuntu ${changes_file}
Checking signature on .changes
gpg: ../exim4_4.93-13ubuntu1_source.changes: Valid signature from E603B2578FB8F0FB
Checking signature on .dsc
gpg: ../exim4_4.93-13ubuntu1.dsc: Valid signature from E603B2578FB8F0FB
Uploading to ubuntu (via ftp to upload.ubuntu.com):
  Uploading exim4_4.93-13ubuntu1.dsc: done.
  Uploading exim4_4.93.orig.tar.xz: done.
  Uploading exim4_4.93-13ubuntu1.debian.tar.xz: done.
  Uploading exim4_4.93-13ubuntu1_source.buildinfo: done.
  Uploading exim4_4.93-13ubuntu1_source.changes: done.
Successfully uploaded packages.

Revision history for this message
Lucas Kanashiro (lucaskanashiro) wrote :

It already migrated to focal.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/debian/changelog b/debian/changelog
index 1a3147a..43c5f93 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
1exim4 (4.93-13ubuntu1) focal; urgency=medium
2
3 * Merge with Debian unstable. Remaining changes:
4 - Show Ubuntu distribution in SMTP banner
5 + Build-Depends on lsb-release to detect Distribution.
6 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
7
8 -- Bryce Harrington <bryce@canonical.com> Fri, 27 Mar 2020 16:00:03 -0700
9
1exim4 (4.93-13) unstable; urgency=medium10exim4 (4.93-13) unstable; urgency=medium
211
3 * Update from exim-4.93+fixes:12 * Update from exim-4.93+fixes:
@@ -9,6 +18,15 @@ exim4 (4.93-13) unstable; urgency=medium
918
10 -- Andreas Metzler <ametzler@debian.org> Sat, 21 Mar 2020 11:39:19 +010019 -- Andreas Metzler <ametzler@debian.org> Sat, 21 Mar 2020 11:39:19 +0100
1120
21exim4 (4.93-12ubuntu1) focal; urgency=medium
22
23 * Merge with Debian unstable. Remaining changes:
24 - Show Ubuntu distribution in SMTP banner
25 + Build-Depends on lsb-release to detect Distribution.
26 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
27
28 -- Bryce Harrington <bryce@canonical.com> Fri, 13 Mar 2020 14:25:38 -0700
29
12exim4 (4.93-12) unstable; urgency=low30exim4 (4.93-12) unstable; urgency=low
1331
14 * Update from exim-4.93+fixes:32 * Update from exim-4.93+fixes:
@@ -24,6 +42,15 @@ exim4 (4.93-12) unstable; urgency=low
2442
25 -- Andreas Metzler <ametzler@debian.org> Sat, 29 Feb 2020 15:53:44 +010043 -- Andreas Metzler <ametzler@debian.org> Sat, 29 Feb 2020 15:53:44 +0100
2644
45exim4 (4.93-11ubuntu1) focal; urgency=medium
46
47 * Merge with Debian unstable. Remaining changes:
48 - Show Ubuntu distribution in SMTP banner
49 + Build-Depends on lsb-release to detect Distribution.
50 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
51
52 -- Bryce Harrington <bryce@canonical.com> Wed, 26 Feb 2020 02:34:11 +0000
53
27exim4 (4.93-11) unstable; urgency=medium54exim4 (4.93-11) unstable; urgency=medium
2855
29 * Update from exim-4.93+fixes:56 * Update from exim-4.93+fixes:
@@ -43,6 +70,15 @@ exim4 (4.93-10) unstable; urgency=medium
4370
44 -- Andreas Metzler <ametzler@debian.org> Sat, 01 Feb 2020 11:06:29 +010071 -- Andreas Metzler <ametzler@debian.org> Sat, 01 Feb 2020 11:06:29 +0100
4572
73exim4 (4.93-9ubuntu1) focal; urgency=medium
74
75 * Merge with Debian unstable (LP: #1860051). Remaining changes:
76 - Show Ubuntu distribution in SMTP banner
77 - Build-Depends on lsb-release to detect Distribution.
78 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
79
80 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Fri, 17 Jan 2020 09:39:13 +0100
81
46exim4 (4.93-9) unstable; urgency=medium82exim4 (4.93-9) unstable; urgency=medium
4783
48 * Add 74_22-Taint-hybrid-checking-mode.patch.84 * Add 74_22-Taint-hybrid-checking-mode.patch.
@@ -162,6 +198,25 @@ exim4 (4.93~RC3-1) unstable; urgency=low
162198
163 -- Andreas Metzler <ametzler@debian.org> Sun, 17 Nov 2019 11:37:15 +0100199 -- Andreas Metzler <ametzler@debian.org> Sun, 17 Nov 2019 11:37:15 +0100
164200
201exim4 (4.93~RC2-1ubuntu1) focal; urgency=medium
202
203 * Merge with Debian unstable. Remaining changes:
204 - Show Ubuntu distribution in SMTP banner
205 + Build-Depends on lsb-release to detect Distribution.
206 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
207 * Dropped:
208 - SECURITY UPDATE: remote command execution
209 + d/p/CVE-2019-15846.patch: ensure not to interpret '\\'
210 before '\0' in src/string.c
211 + CVE-2019-15846
212 [Now in upstream as of 4.92.2-1]
213 - SECURITY UPDATE: heap-based buffer overflow in string_vformat
214 + debian/patches/CVE-2019-16928.patch: fix overflow in src/string.c.
215 + CVE-2019-16928
216 [Now upstream as of 4.92.3-1]
217
218 -- Bryce Harrington <bryce@canonical.com> Wed, 13 Nov 2019 18:56:58 -0800
219
165exim4 (4.93~RC2-1) unstable; urgency=low220exim4 (4.93~RC2-1) unstable; urgency=low
166221
167 * New upstream beta version.222 * New upstream beta version.
@@ -318,6 +373,42 @@ exim4 (4.92.1-2) unstable; urgency=medium
318373
319 -- Andreas Metzler <ametzler@debian.org> Wed, 14 Aug 2019 09:25:28 +0200374 -- Andreas Metzler <ametzler@debian.org> Wed, 14 Aug 2019 09:25:28 +0200
320375
376exim4 (4.92.1-1ubuntu4) focal; urgency=medium
377
378 * No-change rebuild for the perl update.
379
380 -- Matthias Klose <doko@ubuntu.com> Fri, 18 Oct 2019 19:27:29 +0000
381
382exim4 (4.92.1-1ubuntu3) eoan; urgency=medium
383
384 * SECURITY UPDATE: heap-based buffer overflow in string_vformat
385 - debian/patches/CVE-2019-16928.patch: fix overflow in src/string.c.
386 - CVE-2019-16928
387
388 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Sat, 28 Sep 2019 11:05:50 -0400
389
390exim4 (4.92.1-1ubuntu2) eoan; urgency=medium
391
392 * SECURITY UPDATE: remote command execution
393 - debian/patches/CVE-2019-15846.patch: ensure not to interpret '\\'
394 before '\0' in src/string.c
395 - CVE-2019-15846
396
397 -- Alex Murray <alex.murray@canonical.com> Thu, 05 Sep 2019 11:29:48 +0930
398
399exim4 (4.92.1-1ubuntu1) eoan; urgency=medium
400
401 * Merge with Debian unstable. Remaining changes:
402 - Show Ubuntu distribution in SMTP banner
403 + Build-Depends on lsb-release to detect Distribution.
404 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
405 * Dropped:
406 - d/p/CVE-2019-13917.patch: avoid re-expansion in ${sort } in
407 src/expand.c.
408 [Fixed in 4.92.1]
409
410 -- Bryce Harrington <bryce@canonical.com> Mon, 12 Aug 2019 19:18:33 -0700
411
321exim4 (4.92.1-1) unstable; urgency=low412exim4 (4.92.1-1) unstable; urgency=low
322413
323 * New upstream bugfix release. (4.92.1 is 4.92 + the fix for CVE-2019-13917,414 * New upstream bugfix release. (4.92.1 is 4.92 + the fix for CVE-2019-13917,
@@ -388,6 +479,24 @@ exim4 (4.92-8) unstable; urgency=low
388479
389 -- Andreas Metzler <ametzler@debian.org> Sat, 08 Jun 2019 17:37:43 +0200480 -- Andreas Metzler <ametzler@debian.org> Sat, 08 Jun 2019 17:37:43 +0200
390481
482exim4 (4.92-7ubuntu2) eoan; urgency=medium
483
484 * SECURITY UPDATE: code execution via ${sort }
485 - debian/patches/CVE-2019-13917.patch: avoid re-expansion in ${sort }
486 in src/expand.c.
487 - CVE-2019-13917
488
489 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 25 Jul 2019 12:58:39 -0400
490
491exim4 (4.92-7ubuntu1) eoan; urgency=medium
492
493 * Merge with Debian unstable. Remaining changes:
494 - Show Ubuntu distribution in SMTP banner
495 + Build-Depends on lsb-release to detect Distribution.
496 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
497
498 -- Bryce Harrington <bryce@canonical.com> Mon, 13 May 2019 13:48:18 -0700
499
391exim4 (4.92-7) unstable; urgency=medium500exim4 (4.92-7) unstable; urgency=medium
392501
393 * Upload to unstable.502 * Upload to unstable.
@@ -415,6 +524,15 @@ exim4 (4.92-5) unstable; urgency=medium
415524
416 -- Andreas Metzler <ametzler@debian.org> Sun, 07 Apr 2019 13:39:31 +0200525 -- Andreas Metzler <ametzler@debian.org> Sun, 07 Apr 2019 13:39:31 +0200
417526
527exim4 (4.92-4ubuntu1) disco; urgency=medium
528
529 * Merge with Debian unstable (LP: #1821339). Remaining changes:
530 * Show Ubuntu distribution in SMTP banner
531 - Build-Depends on lsb-release to detect Distribution.
532 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
533
534 -- Karl Stenerud <karl.stenerud@canonical.com> Mon, 25 Mar 2019 12:02:33 +0100
535
418exim4 (4.92-4) unstable; urgency=medium536exim4 (4.92-4) unstable; urgency=medium
419537
420 * Another patch from exim-4.92+fixes branch:538 * Another patch from exim-4.92+fixes branch:
@@ -433,6 +551,15 @@ exim4 (4.92-3) unstable; urgency=medium
433551
434 -- Andreas Metzler <ametzler@debian.org> Wed, 20 Mar 2019 17:01:29 +0100552 -- Andreas Metzler <ametzler@debian.org> Wed, 20 Mar 2019 17:01:29 +0100
435553
554exim4 (4.92-2ubuntu1) disco; urgency=medium
555
556 * Merge with Debian unstable (LP: #1818444). Remaining changes:
557 - Show Ubuntu distribution in SMTP banner
558 + Build-Depends on lsb-release to detect Distribution.
559 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
560
561 -- Karl Stenerud <kstenerud@gmail.com> Tue, 05 Mar 2019 10:55:48 +0100
562
436exim4 (4.92-2) unstable; urgency=medium563exim4 (4.92-2) unstable; urgency=medium
437564
438 * Upload to unstable.565 * Upload to unstable.
@@ -489,6 +616,21 @@ exim4 (4.92~RC4-3) unstable; urgency=medium
489616
490 -- Andreas Metzler <ametzler@debian.org> Sun, 20 Jan 2019 17:52:39 +0100617 -- Andreas Metzler <ametzler@debian.org> Sun, 20 Jan 2019 17:52:39 +0100
491618
619exim4 (4.92~RC4-2ubuntu2) disco; urgency=medium
620
621 * No-change rebuild against libmysqlclient21
622
623 -- Steve Langasek <steve.langasek@ubuntu.com> Fri, 01 Feb 2019 16:57:54 +0000
624
625exim4 (4.92~RC4-2ubuntu1) disco; urgency=medium
626
627 * Merge with Debian unstable (LP: #1811095). Remaining changes:
628 - Show Ubuntu distribution in SMTP banner
629 + Build-Depends on lsb-release to detect Distribution.
630 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
631
632 -- Karl Stenerud <kstenerud@gmail.com> Thu, 10 Jan 2019 16:41:45 +0100
633
492exim4 (4.92~RC4-2) unstable; urgency=medium634exim4 (4.92~RC4-2) unstable; urgency=medium
493635
494 * Upload to unstable.636 * Upload to unstable.
@@ -582,6 +724,22 @@ exim4 (4.91-7) unstable; urgency=low
582724
583 -- Andreas Metzler <ametzler@debian.org> Sun, 26 Aug 2018 11:33:15 +0200725 -- Andreas Metzler <ametzler@debian.org> Sun, 26 Aug 2018 11:33:15 +0200
584726
727exim4 (4.91-6ubuntu2) disco; urgency=medium
728
729 * No-change rebuild for the perl 5.28 transition.
730
731 -- Adam Conrad <adconrad@ubuntu.com> Fri, 02 Nov 2018 18:08:13 -0600
732
733exim4 (4.91-6ubuntu1) cosmic; urgency=medium
734
735 * Merge with Debian unstable. Remaining changes:
736 - Show Ubuntu distribution in SMTP banner
737 + Build-Depends on lsb-release to detect Distribution.
738 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
739 [DEP3 header updated to indicate it has been forwarded to Debian]
740
741 -- Andreas Hasenack <andreas@canonical.com> Mon, 30 Jul 2018 15:35:06 -0300
742
585exim4 (4.91-6) unstable; urgency=low743exim4 (4.91-6) unstable; urgency=low
586744
587 * Update from exim-4_91+fixes branch:745 * Update from exim-4_91+fixes branch:
@@ -593,6 +751,16 @@ exim4 (4.91-6) unstable; urgency=low
593751
594 -- Andreas Metzler <ametzler@debian.org> Fri, 20 Jul 2018 11:21:24 +0200752 -- Andreas Metzler <ametzler@debian.org> Fri, 20 Jul 2018 11:21:24 +0200
595753
754exim4 (4.91-5ubuntu1) cosmic; urgency=medium
755
756 * Merge with Debian unstable. Remaining changes:
757 - Show Ubuntu distribution in SMTP banner
758 - Build-Depends on lsb-release to detect Distribution.
759 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
760 [DEP3 header updated to indicate it has been forwarded to Debian]
761
762 -- Andreas Hasenack <andreas@canonical.com> Tue, 03 Jul 2018 11:13:08 -0300
763
596exim4 (4.91-5) unstable; urgency=medium764exim4 (4.91-5) unstable; urgency=medium
597765
598 * Update from exim-4_91+fixes branch:766 * Update from exim-4_91+fixes branch:
@@ -602,6 +770,15 @@ exim4 (4.91-5) unstable; urgency=medium
602770
603 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Jun 2018 18:10:39 +0200771 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Jun 2018 18:10:39 +0200
604772
773exim4 (4.91-4ubuntu1) cosmic; urgency=medium
774
775 * Merge from Debian testing, Remaining changes:
776 - Show Ubuntu distribution in SMTP banner
777 - Build-Depends on lsb-release to detect Distribution.
778 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
779
780 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 30 May 2018 12:46:14 +0200
781
605exim4 (4.91-4) unstable; urgency=medium782exim4 (4.91-4) unstable; urgency=medium
606783
607 * Update from exim-4_91+fixes branch:784 * Update from exim-4_91+fixes branch:
@@ -720,6 +897,15 @@ exim4 (4.90.1-2) unstable; urgency=medium
720897
721 -- Andreas Metzler <ametzler@debian.org> Sat, 10 Mar 2018 14:25:51 +0100898 -- Andreas Metzler <ametzler@debian.org> Sat, 10 Mar 2018 14:25:51 +0100
722899
900exim4 (4.90.1-1ubuntu1) bionic; urgency=medium
901
902 * Merge from Debian testing, Remaining changes:
903 - Show Ubuntu distribution in SMTP banner
904 - Build-Depends on lsb-release to detect Distribution.
905 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
906
907 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 14 Feb 2018 17:01:14 +0100
908
723exim4 (4.90.1-1) unstable; urgency=high909exim4 (4.90.1-1) unstable; urgency=high
724910
725 * New upstream version, fixing CVE-2018-6789. Closes: #890000911 * New upstream version, fixing CVE-2018-6789. Closes: #890000
@@ -914,6 +1100,15 @@ exim4 (4.89-10) unstable; urgency=critical
9141100
915 -- Andreas Metzler <ametzler@debian.org> Sat, 25 Nov 2017 11:43:24 +01001101 -- Andreas Metzler <ametzler@debian.org> Sat, 25 Nov 2017 11:43:24 +0100
9161102
1103exim4 (4.89-9ubuntu1) bionic; urgency=medium
1104
1105 * Merge from Debian unstable, Remaining changes:
1106 - Show Ubuntu distribution in SMTP banner
1107 - Build-Depends on lsb-release to detect Distribution.
1108 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1109
1110 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 16 Nov 2017 10:02:23 +0100
1111
917exim4 (4.89-9) unstable; urgency=medium1112exim4 (4.89-9) unstable; urgency=medium
9181113
919 * Upload to unstable.1114 * Upload to unstable.
@@ -956,6 +1151,42 @@ exim4 (4.89-6) unstable; urgency=medium
9561151
957 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Sep 2017 15:29:39 +02001152 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Sep 2017 15:29:39 +0200
9581153
1154exim4 (4.89-5ubuntu1.3) artful-security; urgency=medium
1155
1156 * SECURITY UPDATE: Buffer overflow in base64d()
1157 - debian/patches/CVE-2018-6789.patch: fix overflow in src/base64.c.
1158 - CVE-2018-6789
1159
1160 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Sat, 10 Feb 2018 14:12:27 -0500
1161
1162exim4 (4.89-5ubuntu1.2) artful-security; urgency=medium
1163
1164 * SECURITY UPDATE: stack-exhaustion remote DoS
1165 - debian/patches/CVE-2017-16944.patch: do not treat the first lonely
1166 dot special in src/receive.c, src/smtp_in.c.
1167 - CVE-2017-16944
1168
1169 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Wed, 29 Nov 2017 08:59:31 -0500
1170
1171exim4 (4.89-5ubuntu1.1) artful-security; urgency=medium
1172
1173 * SECURITY UPDATE: remote code execution via use-after-free
1174 - debian/patches/CVE-2017-16943.patch: avoid release of store if there
1175 have been later allocations in src/receive.c.
1176 - CVE-2017-16943
1177
1178 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Mon, 27 Nov 2017 07:37:47 -0500
1179
1180exim4 (4.89-5ubuntu1) artful; urgency=medium
1181
1182 * Merge from Debian testing.
1183 Remaining changes:
1184 - Show Ubuntu distribution in SMTP banner
1185 - Build-Depends on lsb-release to detect Distribution.
1186 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
1187
1188 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 16 Aug 2017 15:42:47 +0200
1189
959exim4 (4.89-5) unstable; urgency=medium1190exim4 (4.89-5) unstable; urgency=medium
9601191
961 * Update to exim-4_89+fixes branch:1192 * Update to exim-4_89+fixes branch:
@@ -1000,6 +1231,20 @@ exim4 (4.89-4) unstable; urgency=low
10001231
1001 -- Andreas Metzler <ametzler@debian.org> Sat, 15 Jul 2017 12:46:16 +02001232 -- Andreas Metzler <ametzler@debian.org> Sat, 15 Jul 2017 12:46:16 +0200
10021233
1234exim4 (4.89-3ubuntu2) artful; urgency=medium
1235
1236 * No-change rebuild for perl 5.26.0.
1237
1238 -- Matthias Klose <doko@ubuntu.com> Wed, 26 Jul 2017 20:02:24 +0000
1239
1240exim4 (4.89-3ubuntu1) artful; urgency=medium
1241
1242 * Merge from Debian. Remaining changes:
1243 - Show Ubuntu distribution in SMTP banner.
1244 - Build-Depends on lsb-release (needed for the Ubuntu SMTP banner patch)
1245
1246 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Tue, 27 Jun 2017 10:20:42 -0400
1247
1003exim4 (4.89-3) unstable; urgency=high1248exim4 (4.89-3) unstable; urgency=high
10041249
1005 * Re-upload to unstable.1250 * Re-upload to unstable.
@@ -1012,6 +1257,15 @@ exim4 (4.89-2+deb9u1) stretch-security; urgency=medium
10121257
1013 -- <jmm@debian.org> Wed, 14 Jun 2017 07:03:07 +02001258 -- <jmm@debian.org> Wed, 14 Jun 2017 07:03:07 +0200
10141259
1260exim4 (4.89-2ubuntu1) artful; urgency=medium
1261
1262 * Merge from Debian testing.
1263 Remaining changes:
1264 + Show Ubuntu distribution in SMTP banner.
1265 + Build-Depends on lsb-release (needed for the Ubuntu SMTP banner patch)
1266
1267 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 01 Jun 2017 11:58:00 +0200
1268
1015exim4 (4.89-2) unstable; urgency=medium1269exim4 (4.89-2) unstable; urgency=medium
10161270
1017 * Revert addition of header "# pidfile: /var/run/exim4/exim.pid" to1271 * Revert addition of header "# pidfile: /var/run/exim4/exim.pid" to
@@ -1103,6 +1357,17 @@ exim4 (4.89~RC1-1) unstable; urgency=low
11031357
1104 -- Andreas Metzler <ametzler@debian.org> Tue, 31 Jan 2017 19:52:50 +01001358 -- Andreas Metzler <ametzler@debian.org> Tue, 31 Jan 2017 19:52:50 +0100
11051359
1360exim4 (4.88-5ubuntu1) zesty; urgency=medium
1361
1362 * Merge from Debian unstable.
1363 Version 4.88 fixes CVE-2016-9963 (LP: #1654750) and symlink
1364 local root escalation (LP: #1580454)
1365 Remaining changes:
1366 + Show Ubuntu distribution in SMTP banner.
1367 + Build-Depends on lsb-release (needed for the Ubuntu SMTP banner patch)
1368
1369 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 24 Jan 2017 10:15:09 +0100
1370
1106exim4 (4.88-5) unstable; urgency=medium1371exim4 (4.88-5) unstable; urgency=medium
11071372
1108 * 78_Disable-chunking-BDAT-by-default.patch: Change default value of main1373 * 78_Disable-chunking-BDAT-by-default.patch: Change default value of main
@@ -1255,6 +1520,20 @@ exim4 (4.88~RC1-1) experimental; urgency=low
12551520
1256 -- Andreas Metzler <ametzler@debian.org> Sun, 25 Sep 2016 15:44:00 +02001521 -- Andreas Metzler <ametzler@debian.org> Sun, 25 Sep 2016 15:44:00 +0200
12571522
1523exim4 (4.87-3ubuntu2) zesty; urgency=medium
1524
1525 * No-change rebuild for perl 5.24 transition
1526
1527 -- Iain Lane <iain@orangesquash.org.uk> Mon, 24 Oct 2016 10:08:10 +0100
1528
1529exim4 (4.87-3ubuntu1) yakkety; urgency=medium
1530
1531 * Merge from Debian unstable. Remaining changes:
1532 + Show Ubuntu distribution in SMTP banner.
1533 + Build-Depends on lsb-release (needed for the Ubuntu SMTP banner patch)
1534
1535 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 26 Jul 2016 13:30:09 +0200
1536
1258exim4 (4.87-3) unstable; urgency=medium1537exim4 (4.87-3) unstable; urgency=medium
12591538
1260 * Pull multiple patches from upstream GIT:1539 * Pull multiple patches from upstream GIT:
@@ -1428,6 +1707,48 @@ exim4 (4.87~RC1-1) experimental; urgency=medium
14281707
1429 -- Andreas Metzler <ametzler@debian.org> Fri, 11 Dec 2015 20:15:30 +01001708 -- Andreas Metzler <ametzler@debian.org> Fri, 11 Dec 2015 20:15:30 +0100
14301709
1710exim4 (4.86.2-2ubuntu2.3) xenial-security; urgency=medium
1711
1712 * SECURITY UPDATE: Buffer overflow in base64d()
1713 - debian/patches/CVE-2018-6789.patch: fix overflow in
1714 src/auths/b64decode.c.
1715 - CVE-2018-6789
1716
1717 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Sat, 10 Feb 2018 14:18:40 -0500
1718
1719exim4 (4.86.2-2ubuntu2.2) xenial-security; urgency=medium
1720
1721 * SECURITY UPDATE: memory leak
1722 - debian/patches/93_CVE-2017-1000368.patch: free -p argument if
1723 allocation was required.
1724 - CVE-2017-1000368
1725
1726 -- Steve Beattie <sbeattie@ubuntu.com> Fri, 02 Jun 2017 22:07:28 -0700
1727
1728exim4 (4.86.2-2ubuntu2.1) xenial-security; urgency=medium
1729
1730 * SECURITY UPDATE: DKIM information leakage
1731 - debian/patches/CVE-2016-9963.patch: fix information leakage in
1732 src/dkim.c, src/transports/smtp.c.
1733 - CVE-2016-9963
1734
1735 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 05 Jan 2017 08:29:10 -0500
1736
1737exim4 (4.86.2-2ubuntu2) xenial; urgency=medium
1738
1739 * Rebuild against libmysqlclient20.
1740
1741 -- Robie Basak <robie.basak@ubuntu.com> Tue, 05 Apr 2016 12:21:41 +0000
1742
1743exim4 (4.86.2-2ubuntu1) xenial; urgency=medium
1744
1745 * Merge from Debian unstable. Remaining changes:
1746 - debian.control, debian/patches/fix_smtp_banner.patch
1747 + Show Ubuntu distribution in SMTP banner.
1748 + Build-Depends on lsb-release.
1749
1750 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Tue, 15 Mar 2016 11:56:18 -0400
1751
1431exim4 (4.86.2-2) unstable; urgency=high1752exim4 (4.86.2-2) unstable; urgency=high
14321753
1433 * Bump exim4-config Breaks to exim4-daemon-* (<< 4.86.2). Closes: #8167901754 * Bump exim4-config Breaks to exim4-daemon-* (<< 4.86.2). Closes: #816790
@@ -1449,6 +1770,27 @@ exim4 (4.86.2-1) unstable; urgency=high
14491770
1450 -- Andreas Metzler <ametzler@debian.org> Tue, 01 Mar 2016 19:34:39 +01001771 -- Andreas Metzler <ametzler@debian.org> Tue, 01 Mar 2016 19:34:39 +0100
14511772
1773exim4 (4.86-7ubuntu3) xenial; urgency=medium
1774
1775 * No-change rebuild for gnutls transition.
1776
1777 -- Matthias Klose <doko@ubuntu.com> Wed, 17 Feb 2016 22:40:56 +0000
1778
1779exim4 (4.86-7ubuntu2) xenial; urgency=medium
1780
1781 * Rebuild for Perl 5.22.1.
1782
1783 -- Colin Watson <cjwatson@ubuntu.com> Fri, 18 Dec 2015 10:30:54 +0000
1784
1785exim4 (4.86-7ubuntu1) xenial; urgency=medium
1786
1787 * Merge from Debian unstable. Remaining changes:
1788 - debian.control, debian/patches/fix_smtp_banner.patch
1789 + Show Ubuntu distribution in SMTP banner.
1790 + Build-Depends on lsb-release.
1791
1792 -- Pierre-André MOREY <pierre-andre.morey@canonical.com> Mon, 14 Dec 2015 14:23:51 +0100
1793
1452exim4 (4.86-7) unstable; urgency=medium1794exim4 (4.86-7) unstable; urgency=medium
14531795
1454 * Allow arch-indep build (dpkg-buildpackage -A). Closes: #8060231796 * Allow arch-indep build (dpkg-buildpackage -A). Closes: #806023
@@ -1499,6 +1841,15 @@ exim4 (4.86-4) unstable; urgency=medium
14991841
1500 -- Andreas Metzler <ametzler@debian.org> Sat, 17 Oct 2015 15:01:01 +02001842 -- Andreas Metzler <ametzler@debian.org> Sat, 17 Oct 2015 15:01:01 +0200
15011843
1844exim4 (4.86-3ubuntu1) wily; urgency=medium
1845
1846 * Merge from Debian unstable. (LP: #1485369) Remaining changes:
1847 - debian/control, debian/patches/fix_smtp_banner.patch:
1848 + Show Ubuntu distribution in SMTP banner.
1849 + Build-Depends on lsb-release.
1850
1851 -- Artur Rona <ari-tczew@ubuntu.com> Thu, 17 Sep 2015 13:18:20 +0100
1852
1502exim4 (4.86-3) unstable; urgency=medium1853exim4 (4.86-3) unstable; urgency=medium
15031854
1504 * Pull three patches from upstream git:1855 * Pull three patches from upstream git:
@@ -1539,6 +1890,15 @@ exim4 (4.86~RC5-1) unstable; urgency=medium
15391890
1540 -- Andreas Metzler <ametzler@debian.org> Sat, 18 Jul 2015 11:46:11 +02001891 -- Andreas Metzler <ametzler@debian.org> Sat, 18 Jul 2015 11:46:11 +0200
15411892
1893exim4 (4.86~RC4-2ubuntu1) wily; urgency=low
1894
1895 * Merge from Debian unstable. (LP: #1166671) Remaining changes:
1896 - debian/control, debian/patches/fix_smtp_banner.patch:
1897 + Show Ubuntu distribution in SMTP banner.
1898 + Build-Depends on lsb-release.
1899
1900 -- Artur Rona <ari-tczew@ubuntu.com> Mon, 06 Jul 2015 12:09:36 +0200
1901
1542exim4 (4.86~RC4-2) unstable; urgency=medium1902exim4 (4.86~RC4-2) unstable; urgency=medium
15431903
1544 * Drop libmysqlclient15-dev alternative build-dependency. Closes: #7904631904 * Drop libmysqlclient15-dev alternative build-dependency. Closes: #790463
@@ -1703,6 +2063,18 @@ exim4 (4.85~RC1+dfsg-1) experimental; urgency=medium
17032063
1704 -- Andreas Metzler <ametzler@debian.org> Tue, 18 Nov 2014 19:28:20 +01002064 -- Andreas Metzler <ametzler@debian.org> Tue, 18 Nov 2014 19:28:20 +0100
17052065
2066exim4 (4.84-8ubuntu1) vivid; urgency=low
2067
2068 * Merge from Debian unstable. (LP: #1434300) Remaining changes:
2069 - debian/control, debian/patches/fix_smtp_banner.patch:
2070 + Show Ubuntu distribution in SMTP banner.
2071 + Build-Depends on lsb-release.
2072 - debian/control:
2073 + Don't provide default-mta; in Ubuntu,
2074 we want postfix to be the default.
2075
2076 -- Artur Rona <ari-tczew@ubuntu.com> Thu, 19 Mar 2015 00:15:40 +0100
2077
1706exim4 (4.84-8) unstable; urgency=medium2078exim4 (4.84-8) unstable; urgency=medium
17072079
1708 * Pull 83_Remove-limit-on-remove_headers-item-size.-Bug-1533.patch and2080 * Pull 83_Remove-limit-on-remove_headers-item-size.-Bug-1533.patch and
@@ -1720,6 +2092,15 @@ exim4 (4.84-7) unstable; urgency=medium
17202092
1721 -- Andreas Metzler <ametzler@debian.org> Sat, 07 Feb 2015 15:12:33 +01002093 -- Andreas Metzler <ametzler@debian.org> Sat, 07 Feb 2015 15:12:33 +0100
17222094
2095exim4 (4.84-6ubuntu1) vivid; urgency=medium
2096
2097 * Resynchronise with Debian. Remaining changes:
2098 - Show Ubuntu distribution in SMTP banner.
2099 - Don't provide default-mta; in Ubuntu, we want postfix to be the
2100 default.
2101
2102 -- Colin Watson <cjwatson@ubuntu.com> Wed, 14 Jan 2015 11:26:29 +0000
2103
1723exim4 (4.84-6) unstable; urgency=medium2104exim4 (4.84-6) unstable; urgency=medium
17242105
1725 * Revert init script's restart order change in 4.84-4 for the time being.2106 * Revert init script's restart order change in 4.84-4 for the time being.
@@ -1728,6 +2109,15 @@ exim4 (4.84-6) unstable; urgency=medium
17282109
1729 -- Andreas Metzler <ametzler@debian.org> Sun, 21 Dec 2014 14:07:12 +01002110 -- Andreas Metzler <ametzler@debian.org> Sun, 21 Dec 2014 14:07:12 +0100
17302111
2112exim4 (4.84-5ubuntu1) vivid; urgency=medium
2113
2114 * Resynchronise with Debian. Remaining changes:
2115 - Show Ubuntu distribution in SMTP banner.
2116 - Don't provide default-mta; in Ubuntu, we want postfix to be the
2117 default.
2118
2119 -- Colin Watson <cjwatson@ubuntu.com> Thu, 18 Dec 2014 15:26:17 +0000
2120
1731exim4 (4.84-5) unstable; urgency=medium2121exim4 (4.84-5) unstable; urgency=medium
17322122
1733 * 82_quoted-or-r-2047-encoded.diff pulled from upstream git (sans2123 * 82_quoted-or-r-2047-encoded.diff pulled from upstream git (sans
@@ -1735,6 +2125,15 @@ exim4 (4.84-5) unstable; urgency=medium
17352125
1736 -- Andreas Metzler <ametzler@debian.org> Wed, 17 Dec 2014 19:03:39 +01002126 -- Andreas Metzler <ametzler@debian.org> Wed, 17 Dec 2014 19:03:39 +0100
17372127
2128exim4 (4.84-4ubuntu1) vivid; urgency=medium
2129
2130 * Resynchronise with Debian. Remaining changes:
2131 - Show Ubuntu distribution in SMTP banner.
2132 - Don't provide default-mta; in Ubuntu, we want postfix to be the
2133 default.
2134
2135 -- Colin Watson <cjwatson@ubuntu.com> Tue, 02 Dec 2014 15:28:46 +0000
2136
1738exim4 (4.84-4) unstable; urgency=medium2137exim4 (4.84-4) unstable; urgency=medium
17392138
1740 * Unset message_prefix/message_sufix in maildrop_pipe transport. Maildrop2139 * Unset message_prefix/message_sufix in maildrop_pipe transport. Maildrop
@@ -1749,6 +2148,15 @@ exim4 (4.84-4) unstable; urgency=medium
17492148
1750 -- Andreas Metzler <ametzler@debian.org> Sun, 30 Nov 2014 08:24:04 +01002149 -- Andreas Metzler <ametzler@debian.org> Sun, 30 Nov 2014 08:24:04 +0100
17512150
2151exim4 (4.84-3ubuntu1) vivid; urgency=medium
2152
2153 * Resynchronise with Debian. Remaining changes:
2154 - Show Ubuntu distribution in SMTP banner.
2155 - Don't provide default-mta; in Ubuntu, we want postfix to be the
2156 default.
2157
2158 -- Colin Watson <cjwatson@ubuntu.com> Tue, 11 Nov 2014 13:43:35 +0000
2159
1752exim4 (4.84-3) unstable; urgency=medium2160exim4 (4.84-3) unstable; urgency=medium
17532161
1754 * Apply patch to Italian (it) debconf template translation, thanks to2162 * Apply patch to Italian (it) debconf template translation, thanks to
@@ -1778,6 +2186,24 @@ exim4 (4.84~RC2-1) unstable; urgency=medium
17782186
1779 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Aug 2014 07:42:00 +02002187 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Aug 2014 07:42:00 +0200
17802188
2189exim4 (4.84~RC1-3ubuntu2) utopic; urgency=medium
2190
2191 * Rebuild for Perl 5.20.0.
2192
2193 -- Colin Watson <cjwatson@ubuntu.com> Thu, 21 Aug 2014 12:18:13 +0100
2194
2195exim4 (4.84~RC1-3ubuntu1) utopic; urgency=low
2196
2197 * Merge from Debian unstable (LP: #1351470). Remaining changes:
2198 - Show Ubuntu distribution on smtp:
2199 + debian/patches/fix_smtp_banner.patch: updated SMTP banner
2200 with Ubuntu distribution
2201 + debian/control: added lsb-release build dependency
2202 - Don't provide default-mta; in Ubuntu, we want postfix to be the
2203 default.
2204
2205 -- Corey Bryant <corey.bryant@canonical.com> Mon, 04 Aug 2014 11:48:39 -0400
2206
1781exim4 (4.84~RC1-3) unstable; urgency=medium2207exim4 (4.84~RC1-3) unstable; urgency=medium
17822208
1783 * Third try. Simply comment *custom* in debian/control.2209 * Third try. Simply comment *custom* in debian/control.
@@ -1846,6 +2272,18 @@ exim4 (4.83~RC1-1) experimental; urgency=medium
18462272
1847 -- Andreas Metzler <ametzler@debian.org> Thu, 29 May 2014 13:09:04 +02002273 -- Andreas Metzler <ametzler@debian.org> Thu, 29 May 2014 13:09:04 +0200
18482274
2275exim4 (4.82.1-2ubuntu1) utopic; urgency=low
2276
2277 * Merge from Debian unstable (LP: #1348074). Remaining changes:
2278 - Show Ubuntu distribution on smtp:
2279 + debian/patches/fix_smtp_banner.patch: updated SMTP banner
2280 with Ubuntu distribution
2281 + debian/control: added lsb-release build dependency
2282 - Don't provide default-mta; in Ubuntu, we want postfix to be the
2283 default.
2284
2285 -- Robie Basak <robie.basak@ubuntu.com> Fri, 25 Jul 2014 15:53:09 +0000
2286
1849exim4 (4.82.1-2) unstable; urgency=high2287exim4 (4.82.1-2) unstable; urgency=high
18502288
1851 * [87_double_expansion.diff] from upstream. Stop unwanted double expansion2289 * [87_double_expansion.diff] from upstream. Stop unwanted double expansion
@@ -1863,6 +2301,18 @@ exim4 (4.82.1-1) unstable; urgency=high
18632301
1864 -- Andreas Metzler <ametzler@debian.org> Wed, 28 May 2014 19:01:43 +02002302 -- Andreas Metzler <ametzler@debian.org> Wed, 28 May 2014 19:01:43 +0200
18652303
2304exim4 (4.82-8ubuntu1) utopic; urgency=medium
2305
2306 * Merge from Debian unstable. Remaining changes:
2307 - Show Ubuntu distribution on smtp:
2308 + debian/patches/fix_smtp_banner.patch: updated SMTP banner
2309 with Ubuntu distribution
2310 + debian/control: added lsb-release build dependency
2311 - Don't provide default-mta; in Ubuntu, we want postfix to be the
2312 default.
2313
2314 -- Dimitri John Ledkov <xnox@ubuntu.com> Sat, 17 May 2014 01:50:20 +0100
2315
1866exim4 (4.82-8) unstable; urgency=medium2316exim4 (4.82-8) unstable; urgency=medium
18672317
1868 * Now that GMP has been relicensed to LGPLv3+/GPLv2+ build exim against2318 * Now that GMP has been relicensed to LGPLv3+/GPLv2+ build exim against
@@ -1926,6 +2376,78 @@ exim4 (4.82-4) unstable; urgency=medium
19262376
1927 -- Andreas Metzler <ametzler@debian.org> Sun, 09 Feb 2014 19:41:34 +01002377 -- Andreas Metzler <ametzler@debian.org> Sun, 09 Feb 2014 19:41:34 +0100
19282378
2379exim4 (4.82-3ubuntu2.4) trusty-security; urgency=medium
2380
2381 * SECURITY UPDATE: Buffer overflow in base64d()
2382 - debian/patches/CVE-2018-6789.patch: fix overflow in
2383 src/auths/b64decode.c.
2384 - CVE-2018-6789
2385
2386 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Sat, 10 Feb 2018 14:19:43 -0500
2387
2388exim4 (4.82-3ubuntu2.3) trusty-security; urgency=medium
2389
2390 * SECURITY UPDATE: memory leak
2391 - debian/patches/CVE-2017-1000368.patch: free -p argument if
2392 allocation was required.
2393 - CVE-2017-1000368
2394
2395 -- Steve Beattie <sbeattie@ubuntu.com> Fri, 02 Jun 2017 22:44:35 -0700
2396
2397exim4 (4.82-3ubuntu2.2) trusty-security; urgency=medium
2398
2399 * SECURITY UPDATE: DKIM information leakage
2400 - debian/patches/CVE-2016-9963.patch: fix information leakage in
2401 src/dkim.c, src/transports/smtp.c.
2402 - CVE-2016-9963
2403
2404 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 05 Jan 2017 08:31:06 -0500
2405
2406exim4 (4.82-3ubuntu2.1) trusty-security; urgency=medium
2407
2408 * SECURITY UPDATE: privilege escalation via crafted lookup value
2409 - debian/patches/CVE-2014-2972.patch: only expand integers for integer
2410 math once.
2411 - CVE-2014-2972
2412 * SECURITY UPDATE: privilege escalation when used with perl_startup
2413 - debian/patches/CVE-2016-1531.patch: add new add_environment and
2414 keep_environment configuration options.
2415 - debian/patches/CVE-2016-1531-2.patch: don't issue env warning if env
2416 is empty.
2417 - debian/patches/CVE-2016-1531-3.patch: store the initial working
2418 directory, expand $initial_cwd.
2419 - debian/patches/CVE-2016-1531-4.patch: delay chdir(/) until we opened
2420 the main config.
2421 - Add macros MAIN_KEEP_ENVIRONMENT and MAIN_ADD_ENVIRONMENT to set the
2422 new options. Set "keep_environment =" by default to avoid a runtime
2423 warning.
2424 - Bump exim4-config Breaks to exim4-daemon-* (<< 4.82-3ubuntu2.1).
2425 - debian/exim4-config.NEWS: Add entry to warn of potential breakage.
2426 - CVE-2016-1531
2427 * WARNING: This update may break existing installations.
2428
2429 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Mon, 14 Mar 2016 12:57:00 -0400
2430
2431exim4 (4.82-3ubuntu2) trusty; urgency=medium
2432
2433 * debian/tests/control: Add missing python test dependency, as
2434 debian/tests/security calls python.
2435
2436 -- Martin Pitt <martin.pitt@ubuntu.com> Tue, 25 Feb 2014 17:33:13 +0100
2437
2438exim4 (4.82-3ubuntu1) trusty; urgency=low
2439
2440 * Merge from Debian unstable (LP: #1259620). Remaining changes:
2441 - Show Ubuntu distribution on smtp:
2442 + debian/patches/fix_smtp_banner.patch: updated SMTP banner
2443 with Ubuntu distribution
2444 + debian/control: added lsb-release build dependency
2445 - Don't provide default-mta; in Ubuntu, we want postfix to be the
2446 default.
2447 - Build-depend on db5.3.
2448
2449 -- Yolanda Robla <yolanda.robla@canonical.com> Tue, 10 Dec 2013 17:07:20 +0000
2450
1929exim4 (4.82-3) unstable; urgency=low2451exim4 (4.82-3) unstable; urgency=low
19302452
1931 * Upload to unstable.2453 * Upload to unstable.
@@ -2006,6 +2528,21 @@ exim4 (4.82~rc1-1) experimental; urgency=low
20062528
2007 -- Andreas Metzler <ametzler@debian.org> Sun, 29 Sep 2013 14:43:25 +02002529 -- Andreas Metzler <ametzler@debian.org> Sun, 29 Sep 2013 14:43:25 +0200
20082530
2531exim4 (4.80-9ubuntu2) trusty; urgency=low
2532
2533 * Build-depend on libdb5.3-dev, instead of libdb5.1-dev.
2534
2535 -- Dmitrijs Ledkovs <xnox@ubuntu.com> Mon, 04 Nov 2013 12:14:54 +0000
2536
2537exim4 (4.80-9ubuntu1) trusty; urgency=low
2538
2539 * Resynchronise with Debian. Remaining changes:
2540 - Don't provide default-mta; in Ubuntu, we want postfix to be the
2541 default.
2542 - Add "Ubuntu" to SMTP banner.
2543
2544 -- Colin Watson <cjwatson@ubuntu.com> Mon, 28 Oct 2013 11:55:21 -0700
2545
2009exim4 (4.80-9) unstable; urgency=low2546exim4 (4.80-9) unstable; urgency=low
20102547
2011 * Upload to unstable.2548 * Upload to unstable.
@@ -2052,6 +2589,34 @@ exim4 (4.80-8) experimental; urgency=low
20522589
2053 -- Andreas Metzler <ametzler@debian.org> Sun, 01 Sep 2013 15:58:49 +02002590 -- Andreas Metzler <ametzler@debian.org> Sun, 01 Sep 2013 15:58:49 +0200
20542591
2592exim4 (4.80-7ubuntu4) trusty; urgency=low
2593
2594 * Rebuild for Perl 5.18.
2595
2596 -- Colin Watson <cjwatson@ubuntu.com> Wed, 23 Oct 2013 10:24:08 +0100
2597
2598exim4 (4.80-7ubuntu3) saucy; urgency=low
2599
2600 * debian/patches/fix_smtp_banner.patch: updated SMTP banner
2601 with Ubuntu distribution
2602 * debian/control: added lsb-release build dependency
2603
2604 -- Yolanda Robla <yolanda.robla@canonical.com> Tue, 18 Jun 2013 19:17:43 +0200
2605
2606exim4 (4.80-7ubuntu2) saucy; urgency=low
2607
2608 * debian/tests: Add autopkgtest.
2609
2610 -- Yolanda <yolanda.robla@canonical.com> Mon, 27 May 2013 11:31:35 +0200
2611
2612exim4 (4.80-7ubuntu1) raring; urgency=low
2613
2614 * Merge from Debian unstable (LP: #1166383). Remaining changes:
2615 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
2616 we want postfix to be the default.
2617
2618 -- Robie Basak <robie.basak@canonical.com> Mon, 08 Apr 2013 18:13:15 +0100
2619
2055exim4 (4.80-7) unstable; urgency=low2620exim4 (4.80-7) unstable; urgency=low
20562621
2057 * Use exim's ${quote:xxx} operator when invoking spfquery to disallow2622 * Use exim's ${quote:xxx} operator when invoking spfquery to disallow
@@ -2071,6 +2636,14 @@ exim4 (4.80-6) unstable; urgency=low
20712636
2072 -- Andreas Metzler <ametzler@debian.org> Wed, 21 Nov 2012 19:08:53 +01002637 -- Andreas Metzler <ametzler@debian.org> Wed, 21 Nov 2012 19:08:53 +0100
20732638
2639exim4 (4.80-5.1ubuntu1) raring; urgency=low
2640
2641 * Merge from Debian. Remaining changes:
2642 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
2643 we want postfix to be the default.
2644
2645 -- Oussama Bounaim <o.bounaim@gmail.com> Sun, 11 Nov 2012 07:11:06 +0100
2646
2074exim4 (4.80-5.1) unstable; urgency=high2647exim4 (4.80-5.1) unstable; urgency=high
20752648
2076 * Non-maintainer upload by the Security Team.2649 * Non-maintainer upload by the Security Team.
@@ -2098,6 +2671,23 @@ exim4 (4.80-4) unstable; urgency=low
20982671
2099 -- Andreas Metzler <ametzler@debian.org> Sat, 23 Jun 2012 18:35:03 +02002672 -- Andreas Metzler <ametzler@debian.org> Sat, 23 Jun 2012 18:35:03 +0200
21002673
2674exim4 (4.80-3ubuntu1.1) quantal-security; urgency=low
2675
2676 * SECURITY UPDATE: arbitrary code execution via dns decode logic
2677 - debian/patches/CVE-2012-5671.patch: adjust max length and validate
2678 against it in src/pdkim/pdkim.h, src/dkim.c.
2679 - CVE-2012-5671
2680
2681 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 25 Oct 2012 08:22:46 -0400
2682
2683exim4 (4.80-3ubuntu1) quantal; urgency=low
2684
2685 * Merge from Debian unstable. Remaining changes:
2686 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
2687 we want postfix to be the default.
2688
2689 -- Clint Byrum <clint@ubuntu.com> Thu, 14 Jun 2012 15:28:08 -0700
2690
2101exim4 (4.80-3) unstable; urgency=low2691exim4 (4.80-3) unstable; urgency=low
21022692
2103 * Pull 75_openssl_sni.diff from upstream. - Segfault caused by NULL2693 * Pull 75_openssl_sni.diff from upstream. - Segfault caused by NULL
@@ -2245,6 +2835,26 @@ exim4 (4.76-4) experimental; urgency=low
22452835
2246 -- Andreas Metzler <ametzler@debian.org> Sat, 24 Sep 2011 18:36:08 +02002836 -- Andreas Metzler <ametzler@debian.org> Sat, 24 Sep 2011 18:36:08 +0200
22472837
2838exim4 (4.76-3ubuntu3) precise; urgency=low
2839
2840 * Rebuild for libmysqlclient transition
2841
2842 -- Clint Byrum <clint@ubuntu.com> Wed, 23 Nov 2011 23:29:35 -0800
2843
2844exim4 (4.76-3ubuntu2) precise; urgency=low
2845
2846 * Rebuild for Perl 5.14.
2847
2848 -- Colin Watson <cjwatson@ubuntu.com> Wed, 16 Nov 2011 01:22:39 +0000
2849
2850exim4 (4.76-3ubuntu1) precise; urgency=low
2851
2852 * Merge from debian unstable. Remaining changes:
2853 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
2854 we want postfix to be the default.
2855
2856 -- Stéphane Graber <stgraber@ubuntu.com> Thu, 20 Oct 2011 11:29:07 -0400
2857
2248exim4 (4.76-3) unstable; urgency=low2858exim4 (4.76-3) unstable; urgency=low
22492859
2250 * [exim4-base.cron.daily] Correct invocation of mail(1), options need to be2860 * [exim4-base.cron.daily] Correct invocation of mail(1), options need to be
@@ -2265,6 +2875,14 @@ exim4 (4.76-3) unstable; urgency=low
22652875
2266 -- Andreas Metzler <ametzler@debian.org> Sun, 18 Sep 2011 11:49:13 +02002876 -- Andreas Metzler <ametzler@debian.org> Sun, 18 Sep 2011 11:49:13 +0200
22672877
2878exim4 (4.76-2ubuntu1) oneiric; urgency=low
2879
2880 * Merge from debian unstable. Remaining changes:
2881 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
2882 we want postfix to be the default.
2883
2884 -- Stéphane Graber <stgraber@ubuntu.com> Mon, 30 May 2011 17:48:56 -0400
2885
2268exim4 (4.76-2) unstable; urgency=low2886exim4 (4.76-2) unstable; urgency=low
22692887
2270 * debian/rules: Remove test/ and test-stamp on clean.2888 * debian/rules: Remove test/ and test-stamp on clean.
@@ -2277,6 +2895,14 @@ exim4 (4.76-2) unstable; urgency=low
22772895
2278 -- Andreas Metzler <ametzler@debian.org> Sun, 29 May 2011 18:21:03 +02002896 -- Andreas Metzler <ametzler@debian.org> Sun, 29 May 2011 18:21:03 +0200
22792897
2898exim4 (4.76-1ubuntu1) oneiric; urgency=low
2899
2900 * Merge from debian unstable. Remaining changes (LP: #779391):
2901 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
2902 we want postfix to be the default.
2903
2904 -- Stéphane Graber <stgraber@ubuntu.com> Mon, 23 May 2011 12:37:30 -0400
2905
2280exim4 (4.76-1) unstable; urgency=low2906exim4 (4.76-1) unstable; urgency=low
22812907
2282 * New upstream version.2908 * New upstream version.
@@ -2323,6 +2949,14 @@ exim4 (4.75-3) unstable; urgency=high
23232949
2324 -- Andreas Metzler <ametzler@debian.org> Fri, 06 May 2011 20:08:51 +02002950 -- Andreas Metzler <ametzler@debian.org> Fri, 06 May 2011 20:08:51 +0200
23252951
2952exim4 (4.75-2ubuntu1) oneiric; urgency=low
2953
2954 * Merge from debian unstable. Remaining changes:
2955 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
2956 we want postfix to be the default.
2957
2958 -- Stéphane Graber <stgraber@ubuntu.com> Fri, 06 May 2011 14:51:28 -0400
2959
2326exim4 (4.75-2) unstable; urgency=low2960exim4 (4.75-2) unstable; urgency=low
23272961
2328 * clamav socket on Debian is clamd:/var/run/clamav/clamd.ctl, fix2962 * clamav socket on Debian is clamd:/var/run/clamav/clamd.ctl, fix
@@ -2365,6 +2999,24 @@ exim4 (4.74-2) unstable; urgency=low
23652999
2366 -- Andreas Metzler <ametzler@debian.org> Thu, 24 Feb 2011 19:02:07 +01003000 -- Andreas Metzler <ametzler@debian.org> Thu, 24 Feb 2011 19:02:07 +0100
23673001
3002exim4 (4.74-1ubuntu1) natty; urgency=low
3003
3004 * Merge from debian experimental. Remaining changes: (LP: #713855)
3005 - debian/patches/71_exiq_grep_error_on_messages_without_size.patch:
3006 + Improve handling of broken messages when "exim4 -bp" (mailq)
3007 reports lines without size info. (Closes: #528625)
3008 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
3009 we want postfix to be the default.
3010 - debian/{control,rules}: Add and enable hardened build for PIE.
3011 (Closes: #542726)
3012 * Update 71_exiq_grep_error_on_messages_without_size.patch to get way
3013 which upstream has fixed it. Probably it can be dropped with next
3014 upstream release.
3015 * This upload fixes CVE: (LP: #708023)
3016 - CVE-2011-0017
3017
3018 -- Artur Rona <ari-tczew@ubuntu.com> Wed, 09 Feb 2011 21:31:35 +0100
3019
2368exim4 (4.74-1) experimental; urgency=low3020exim4 (4.74-1) experimental; urgency=low
23693021
2370 * 4.74 release, should build on hurd again.3022 * 4.74 release, should build on hurd again.
@@ -2390,6 +3042,20 @@ exim4 (4.74~rc2-1) experimental; urgency=low
23903042
2391 -- Andreas Metzler <ametzler@debian.org> Sun, 23 Jan 2011 14:02:36 +01003043 -- Andreas Metzler <ametzler@debian.org> Sun, 23 Jan 2011 14:02:36 +0100
23923044
3045exim4 (4.73~rc1-1ubuntu1) natty; urgency=low
3046
3047 * Merge from debian unstable. Remaining changes: (LP: #697934)
3048 - debian/patches/71_exiq_grep_error_on_messages_without_size.patch:
3049 + Improve handling of broken messages when "exim4 -bp" (mailq)
3050 reports lines without size info.
3051 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
3052 we want postfix to be the default.
3053 - debian/{control,rules}: Add and enable hardened build for PIE.
3054 (Closes: #542726)
3055 * Drop B-D on libmysqlclient15-dev, resolved in Debian.
3056
3057 -- Artur Rona <ari-tczew@ubuntu.com> Tue, 28 Dec 2010 22:20:17 +0100
3058
2393exim4 (4.73~rc1-1) experimental; urgency=low3059exim4 (4.73~rc1-1) experimental; urgency=low
23943060
2395 * New upstream release candidate.3061 * New upstream release candidate.
@@ -2485,6 +3151,20 @@ exim4 (4.72-3) unstable; urgency=low
24853151
2486 -- Andreas Metzler <ametzler@debian.org> Sun, 26 Dec 2010 15:13:08 +01003152 -- Andreas Metzler <ametzler@debian.org> Sun, 26 Dec 2010 15:13:08 +0100
24873153
3154exim4 (4.72-2ubuntu1) natty; urgency=low
3155
3156 * Merge from debian unstable. Remaining changes: (LP: #671615)
3157 - debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
3158 Improve handling of broken messages when "exim4 -bp" (mailq) reports
3159 lines without size info.
3160 - Don't declare a Provides: default-mta; in Ubuntu, we want postfix to be
3161 the default.
3162 - debian/control: Change build dependencies to MySQL 5.1.
3163 - debian/{control,rules}: add and enable hardened build for PIE
3164 (Closes: #542726).
3165
3166 -- Artur Rona <ari-tczew@ubuntu.com> Fri, 05 Nov 2010 21:05:47 +0100
3167
2488exim4 (4.72-2) unstable; urgency=low3168exim4 (4.72-2) unstable; urgency=low
24893169
2490 [ Marc Haber ]3170 [ Marc Haber ]
@@ -2508,6 +3188,20 @@ exim4 (4.72-2) unstable; urgency=low
25083188
2509 -- Andreas Metzler <ametzler@debian.org> Sat, 30 Oct 2010 13:38:26 +02003189 -- Andreas Metzler <ametzler@debian.org> Sat, 30 Oct 2010 13:38:26 +0200
25103190
3191exim4 (4.72-1ubuntu1) maverick; urgency=low
3192
3193 * Merge with Debian unstable (LP: #609620). Remaining changes:
3194 + debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
3195 Improve handling of broken messages when "exim4 -bp" (mailq) reports
3196 lines without size info.
3197 + Don't declare a Provides: default-mta; in Ubuntu, we want postfix to be
3198 the default.
3199 + debian/control: Change build dependencies to MySQL 5.1.
3200 + debian/{control,rules}: add and enable hardened build for PIE
3201 (Closes: #542726).
3202
3203 -- Artur Rona <ari-tczew@tlen.pl> Sun, 25 Jul 2010 02:00:42 +0200
3204
2511exim4 (4.72-1) unstable; urgency=low3205exim4 (4.72-1) unstable; urgency=low
25123206
2513 * New upstream release. (Identical to the git snapshot previously3207 * New upstream release. (Identical to the git snapshot previously
@@ -2559,6 +3253,20 @@ exim4 (4.71-4) unstable; urgency=low
25593253
2560 -- Andreas Metzler <ametzler@debian.org> Thu, 25 Mar 2010 17:34:30 +01003254 -- Andreas Metzler <ametzler@debian.org> Thu, 25 Mar 2010 17:34:30 +0100
25613255
3256exim4 (4.71-3ubuntu1) lucid; urgency=low
3257
3258 * Merge with Debian unstable (lp: #501657). Remaining changes:
3259 + debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
3260 Improve handling of broken messages when "exim4 -bp" (mailq) reports
3261 lines without size info.
3262 + Don't declare a Provides: default-mta; in Ubuntu, we want postfix to be
3263 the default.
3264 + debian/control: Change build dependencies to MySQL 5.1.
3265 + debian/{control,rules}: add and enable hardened build for PIE
3266 (Debian bug 542726).
3267
3268 -- Michael Bienia <geser@ubuntu.com> Fri, 01 Jan 2010 16:28:19 +0100
3269
2562exim4 (4.71-3) unstable; urgency=low3270exim4 (4.71-3) unstable; urgency=low
25633271
2564 * exim4-base.cron.daily: Do not run exim_tidydb on Berkeley DB logfiles.3272 * exim4-base.cron.daily: Do not run exim_tidydb on Berkeley DB logfiles.
@@ -2673,6 +3381,35 @@ exim4 (4.70~cvs+20091017-1) experimental; urgency=low
26733381
2674 -- Andreas Metzler <ametzler@debian.org> Sat, 17 Oct 2009 14:26:54 +02003382 -- Andreas Metzler <ametzler@debian.org> Sat, 17 Oct 2009 14:26:54 +0200
26753383
3384exim4 (4.69-11ubuntu4) karmic; urgency=low
3385
3386 * debian/{control,rules}: add and enable hardened build for PIE
3387 (Debian bug 542726).
3388
3389 -- Kees Cook <kees@ubuntu.com> Thu, 20 Aug 2009 17:33:26 -0700
3390
3391exim4 (4.69-11ubuntu3) karmic; urgency=low
3392
3393 * debian/control: Change build dependencies to MySQL 5.1.
3394
3395 -- Mathias Gug <mathiaz@ubuntu.com> Mon, 17 Aug 2009 17:57:26 -0400
3396
3397exim4 (4.69-11ubuntu2) karmic; urgency=low
3398
3399 * Don't declare a Provides: default-mta; in Ubuntu, we want postfix to be
3400 the default.
3401
3402 -- Steve Langasek <steve.langasek@ubuntu.com> Wed, 03 Jun 2009 15:39:14 +0000
3403
3404exim4 (4.69-11ubuntu1) karmic; urgency=low
3405
3406 * Merge from debian unstable (LP: #375923), remaining changes:
3407 - debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
3408 Improve handling of broken messages when "exim4 -bp" (mailq) reports
3409 lines without size info
3410
3411 -- Thierry Carrez <thierry.carrez@ubuntu.com> Wed, 13 May 2009 12:15:29 +0200
3412
2676exim4 (4.69-11) unstable; urgency=medium3413exim4 (4.69-11) unstable; urgency=medium
26773414
2678 * Build-Depend on lynx-cur|lynx instead of lynx. (lynx is just a dummy3415 * Build-Depend on lynx-cur|lynx instead of lynx. (lynx is just a dummy
@@ -2730,6 +3467,15 @@ exim4 (4.69-10) unstable; urgency=low
27303467
2731 -- Andreas Metzler <ametzler@debian.org> Sat, 02 May 2009 09:05:56 +02003468 -- Andreas Metzler <ametzler@debian.org> Sat, 02 May 2009 09:05:56 +0200
27323469
3470exim4 (4.69-9ubuntu1) jaunty; urgency=low
3471
3472 [ Daniel van Eeden <launchpad@myname.nl> ]
3473 * debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
3474 Improve handling of broken messages when "exim4 -bp" (mailq) reports lines
3475 w/o size info, LP: #18194
3476
3477 -- Dustin Kirkland <kirkland@ubuntu.com> Wed, 11 Feb 2009 06:43:52 -0600
3478
2733exim4 (4.69-9) unstable; urgency=medium3479exim4 (4.69-9) unstable; urgency=medium
27343480
2735 * [update-exim4.conf]: Use POSIX character classes [:alnum:] or explicit3481 * [update-exim4.conf]: Use POSIX character classes [:alnum:] or explicit
diff --git a/debian/control b/debian/control
index 2613616..5cb9158 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,8 @@
1Source: exim41Source: exim4
2Section: mail2Section: mail
3Priority: standard3Priority: standard
4Maintainer: Exim4 Maintainers <pkg-exim4-maintainers@lists.alioth.debian.org>4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5XSBC-Original-Maintainer: Exim4 Maintainers <pkg-exim4-maintainers@lists.alioth.debian.org>
5Uploaders:6Uploaders:
6 Andreas Metzler <ametzler@debian.org>,7 Andreas Metzler <ametzler@debian.org>,
7 Marc Haber <mh+debian-packages@zugschlus.de>8 Marc Haber <mh+debian-packages@zugschlus.de>
@@ -34,7 +35,8 @@ Build-Depends:
34 libxt-dev,35 libxt-dev,
35 lynx,36 lynx,
36 po-debconf,37 po-debconf,
37 xsltproc38 xsltproc,
39 lsb-release
3840
39Package: exim4-base41Package: exim4-base
40Architecture: any42Architecture: any
diff --git a/debian/patches/fix_smtp_banner.patch b/debian/patches/fix_smtp_banner.patch
41new file mode 10064443new file mode 100644
index 0000000..615eb5a
--- /dev/null
+++ b/debian/patches/fix_smtp_banner.patch
@@ -0,0 +1,53 @@
1Description: Add EXIM_DISTRIBUTION var to display it on the SMTP banner
2Origin: https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-server-app-banner-updates
3Author: Yolanda Robla <yolanda.robla@canonical.com>
4Forwarded: https://salsa.debian.org/exim-team/exim4/merge_requests/2
5Last-Update: 2018-07-03
6
7--- a/src/globals.c
8+++ b/src/globals.c
9@@ -1443,7 +1443,7 @@ int smtp_accept_queue_per_connection = 10;
10 int smtp_accept_reserve = 0;
11 uschar *smtp_active_hostname = NULL;
12 uschar *smtp_banner = US"$smtp_active_hostname ESMTP "
13- "Exim $version_number $tod_full"
14+ "Exim $version_number " EXIM_DISTRIBUTION " $tod_full"
15 "\0<---------------Space to patch smtp_banner->";
16 int smtp_ch_index = 0;
17 uschar *smtp_cmd_argument = NULL;
18--- a/src/config.h.defaults
19+++ b/src/config.h.defaults
20@@ -224,4 +224,6 @@ for EXIM_ARITH_MAX and _MIN in OS/oh.h-FOO */
21 #define SC_EXIM_ARITH "%" SCNi64 /* scanf incl. 0x prefix */
22 #define SC_EXIM_DEC "%" SCNd64 /* scanf decimal */
23
24+#define EXIM_DISTRIBUTION
25+
26 /* End of config.h.defaults */
27--- a/scripts/Configure-config.h
28+++ b/scripts/Configure-config.h
29@@ -23,6 +23,12 @@
30 if [ "$1" != "" ] ; then MAKE=$1 ; fi
31 if [ "$MAKE" = "" ] ; then MAKE=make ; fi
32
33+# exporting distribution to use it in smtp banner
34+if test -x /usr/bin/lsb_release && lsb_release -si; then
35+ export EXIM_DISTRIBUTION=\"$(lsb_release -si)\"
36+else
37+ export EXIM_DISTRIBUTION=\"\"
38+fi
39 $MAKE buildconfig || exit 1
40
41 # BEWARE: tab characters needed in the following sed command. They have had
42--- a/src/exim.h
43+++ b/src/exim.h
44@@ -597,5 +597,9 @@ default to EDQUOT if it exists, otherwise ENOSPC. */
45 # define EXIM_GROUPLIST_SIZE NGROUPS_MAX
46 #endif
47
48+#ifndef EXIM_DISTRIBUTION
49+ #define EXIM_DISTRIBUTION ""
50+#endif
51+
52 #endif
53 /* End of exim.h */
diff --git a/debian/patches/series b/debian/patches/series
index 7f3d8c3..1f74805 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -38,3 +38,4 @@
3874_33-Fix-segfault-on-bad-cmdline-f-sender-argument.-Bug-2.patch3874_33-Fix-segfault-on-bad-cmdline-f-sender-argument.-Bug-2.patch
3975_01-Build-Enable-GNU-Hurd-Bug-2476.patch3975_01-Build-Enable-GNU-Hurd-Bug-2476.patch
4090_localscan_dlopen.dpatch4090_localscan_dlopen.dpatch
41fix_smtp_banner.patch

Subscribers

People subscribed via source and target branches