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

Proposed by Bryce Harrington
Status: Merged
Merge reported by: Christian Ehrhardt 
Merged at revision: b6d76faf99323ee3822ffce6a7e15cd86c90bacc
Proposed branch: ~bryce/ubuntu/+source/exim4:exim4-merge-v4.93--RC2-1-focal
Merge into: ubuntu/+source/exim4:debian/sid
Diff against target: 1111 lines (+768/-2)
4 files modified
debian/changelog (+710/-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
Canonical Server packageset reviewers Pending
Review via email: mp+375581@code.launchpad.net

Description of the change

Merge with Debian's package. All ubuntu CVE changes are present in Debian's packaging and dropped, one Ubuntu change remains. The Ubuntu change is required for us but not appropriate for upstream so needs to remain.

PPA with test packages: https://launchpad.net/~bryce/+archive/ubuntu/exim4-merge-v4.93--rc2-1
  $ sudo add-apt-repository -yus lp:bryce/exim4-merge-v4.93--rc2-1
  $ sudo apt-get install exim4-base exim4-daemon-light
  $ sudo autopkgtest exim4 -- null

Usual tags pushed for review, to this branch:
  https://code.launchpad.net/~bryce/ubuntu/+source/exim4/+git/exim4/+ref/exim4-merge-v4.93--RC2-1-focal

Tested in LXC using the PPA package:

autopkgtest [00:41:34]: test basic: -----------------------]
autopkgtest [00:41:34]: test basic: - - - - - - - - - - results - - - - - - - - - -
basic PASS
autopkgtest [00:41:34]: @@@@@@@@@@@@@@@@@@@@ summary
basic PASS
root@exim4-merge-v4x93--RC2-1-focal:~# apt-cache policy exim4
exim4:
  Installed: 4.93~RC2-1ubuntu1~focal1
  Candidate: 4.93~RC2-1ubuntu1~focal1
  Version table:
 *** 4.93~RC2-1ubuntu1~focal1 500
        500 http://ppa.launchpad.net/bryce/exim4-merge-v4.93--rc2-1/ubuntu focal/main amd64 Packages
        100 /var/lib/dpkg/status
     4.92.1-1ubuntu4 500
        500 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages

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

- [√] changelog entry correct, targeted to correct codename
- [√] no major upstream changes to consider (doc/NewStuff :-)
- [√] debian changes look safe (although thre are a lot)
- [√] update-maintainer has been run
- [√] changes forwarded upstream/debian (if appropriate)
- [√] nothing else to drop
- [-] patches match what was proposed upstream
- [-] patches correctly included in debian/patches/series?
- [-] patches have correct DEP3 metadata

Exim as usually just LG on merges.
I tried but found nothing to criticize :-)

+1 on this merge

review: Approve
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

@bryce - is this waiting on something?

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

There is RC5 already, but more important i see:

 exim4 | 4.93~RC2-1ubuntu1 | focal | source, all

Lets call this MP done

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 de7adfa..1d603bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,22 @@
1exim4 (4.93~RC2-1ubuntu1) 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 * Dropped:
8 - SECURITY UPDATE: remote command execution
9 + d/p/CVE-2019-15846.patch: ensure not to interpret '\\'
10 before '\0' in src/string.c
11 + CVE-2019-15846
12 [Now in upstream as of 4.92.2-1]
13 - SECURITY UPDATE: heap-based buffer overflow in string_vformat
14 + debian/patches/CVE-2019-16928.patch: fix overflow in src/string.c.
15 + CVE-2019-16928
16 [Now upstream as of 4.92.3-1]
17
18 -- Bryce Harrington <bryce@canonical.com> Wed, 13 Nov 2019 18:56:58 -0800
19
1exim4 (4.93~RC2-1) unstable; urgency=low20exim4 (4.93~RC2-1) unstable; urgency=low
221
3 * New upstream beta version.22 * New upstream beta version.
@@ -154,6 +173,42 @@ exim4 (4.92.1-2) unstable; urgency=medium
154173
155 -- Andreas Metzler <ametzler@debian.org> Wed, 14 Aug 2019 09:25:28 +0200174 -- Andreas Metzler <ametzler@debian.org> Wed, 14 Aug 2019 09:25:28 +0200
156175
176exim4 (4.92.1-1ubuntu4) focal; urgency=medium
177
178 * No-change rebuild for the perl update.
179
180 -- Matthias Klose <doko@ubuntu.com> Fri, 18 Oct 2019 19:27:29 +0000
181
182exim4 (4.92.1-1ubuntu3) eoan; urgency=medium
183
184 * SECURITY UPDATE: heap-based buffer overflow in string_vformat
185 - debian/patches/CVE-2019-16928.patch: fix overflow in src/string.c.
186 - CVE-2019-16928
187
188 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Sat, 28 Sep 2019 11:05:50 -0400
189
190exim4 (4.92.1-1ubuntu2) eoan; urgency=medium
191
192 * SECURITY UPDATE: remote command execution
193 - debian/patches/CVE-2019-15846.patch: ensure not to interpret '\\'
194 before '\0' in src/string.c
195 - CVE-2019-15846
196
197 -- Alex Murray <alex.murray@canonical.com> Thu, 05 Sep 2019 11:29:48 +0930
198
199exim4 (4.92.1-1ubuntu1) eoan; urgency=medium
200
201 * Merge with Debian unstable. Remaining changes:
202 - Show Ubuntu distribution in SMTP banner
203 + Build-Depends on lsb-release to detect Distribution.
204 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
205 * Dropped:
206 - d/p/CVE-2019-13917.patch: avoid re-expansion in ${sort } in
207 src/expand.c.
208 [Fixed in 4.92.1]
209
210 -- Bryce Harrington <bryce@canonical.com> Mon, 12 Aug 2019 19:18:33 -0700
211
157exim4 (4.92.1-1) unstable; urgency=low212exim4 (4.92.1-1) unstable; urgency=low
158213
159 * New upstream bugfix release. (4.92.1 is 4.92 + the fix for CVE-2019-13917,214 * New upstream bugfix release. (4.92.1 is 4.92 + the fix for CVE-2019-13917,
@@ -224,6 +279,24 @@ exim4 (4.92-8) unstable; urgency=low
224279
225 -- Andreas Metzler <ametzler@debian.org> Sat, 08 Jun 2019 17:37:43 +0200280 -- Andreas Metzler <ametzler@debian.org> Sat, 08 Jun 2019 17:37:43 +0200
226281
282exim4 (4.92-7ubuntu2) eoan; urgency=medium
283
284 * SECURITY UPDATE: code execution via ${sort }
285 - debian/patches/CVE-2019-13917.patch: avoid re-expansion in ${sort }
286 in src/expand.c.
287 - CVE-2019-13917
288
289 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 25 Jul 2019 12:58:39 -0400
290
291exim4 (4.92-7ubuntu1) eoan; urgency=medium
292
293 * Merge with Debian unstable. Remaining changes:
294 - Show Ubuntu distribution in SMTP banner
295 + Build-Depends on lsb-release to detect Distribution.
296 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
297
298 -- Bryce Harrington <bryce@canonical.com> Mon, 13 May 2019 13:48:18 -0700
299
227exim4 (4.92-7) unstable; urgency=medium300exim4 (4.92-7) unstable; urgency=medium
228301
229 * Upload to unstable.302 * Upload to unstable.
@@ -251,6 +324,15 @@ exim4 (4.92-5) unstable; urgency=medium
251324
252 -- Andreas Metzler <ametzler@debian.org> Sun, 07 Apr 2019 13:39:31 +0200325 -- Andreas Metzler <ametzler@debian.org> Sun, 07 Apr 2019 13:39:31 +0200
253326
327exim4 (4.92-4ubuntu1) disco; urgency=medium
328
329 * Merge with Debian unstable (LP: #1821339). Remaining changes:
330 * Show Ubuntu distribution in SMTP banner
331 - Build-Depends on lsb-release to detect Distribution.
332 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
333
334 -- Karl Stenerud <karl.stenerud@canonical.com> Mon, 25 Mar 2019 12:02:33 +0100
335
254exim4 (4.92-4) unstable; urgency=medium336exim4 (4.92-4) unstable; urgency=medium
255337
256 * Another patch from exim-4.92+fixes branch:338 * Another patch from exim-4.92+fixes branch:
@@ -269,6 +351,15 @@ exim4 (4.92-3) unstable; urgency=medium
269351
270 -- Andreas Metzler <ametzler@debian.org> Wed, 20 Mar 2019 17:01:29 +0100352 -- Andreas Metzler <ametzler@debian.org> Wed, 20 Mar 2019 17:01:29 +0100
271353
354exim4 (4.92-2ubuntu1) disco; urgency=medium
355
356 * Merge with Debian unstable (LP: #1818444). Remaining changes:
357 - Show Ubuntu distribution in SMTP banner
358 + Build-Depends on lsb-release to detect Distribution.
359 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
360
361 -- Karl Stenerud <kstenerud@gmail.com> Tue, 05 Mar 2019 10:55:48 +0100
362
272exim4 (4.92-2) unstable; urgency=medium363exim4 (4.92-2) unstable; urgency=medium
273364
274 * Upload to unstable.365 * Upload to unstable.
@@ -325,6 +416,21 @@ exim4 (4.92~RC4-3) unstable; urgency=medium
325416
326 -- Andreas Metzler <ametzler@debian.org> Sun, 20 Jan 2019 17:52:39 +0100417 -- Andreas Metzler <ametzler@debian.org> Sun, 20 Jan 2019 17:52:39 +0100
327418
419exim4 (4.92~RC4-2ubuntu2) disco; urgency=medium
420
421 * No-change rebuild against libmysqlclient21
422
423 -- Steve Langasek <steve.langasek@ubuntu.com> Fri, 01 Feb 2019 16:57:54 +0000
424
425exim4 (4.92~RC4-2ubuntu1) disco; urgency=medium
426
427 * Merge with Debian unstable (LP: #1811095). Remaining changes:
428 - Show Ubuntu distribution in SMTP banner
429 + Build-Depends on lsb-release to detect Distribution.
430 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
431
432 -- Karl Stenerud <kstenerud@gmail.com> Thu, 10 Jan 2019 16:41:45 +0100
433
328exim4 (4.92~RC4-2) unstable; urgency=medium434exim4 (4.92~RC4-2) unstable; urgency=medium
329435
330 * Upload to unstable.436 * Upload to unstable.
@@ -418,6 +524,22 @@ exim4 (4.91-7) unstable; urgency=low
418524
419 -- Andreas Metzler <ametzler@debian.org> Sun, 26 Aug 2018 11:33:15 +0200525 -- Andreas Metzler <ametzler@debian.org> Sun, 26 Aug 2018 11:33:15 +0200
420526
527exim4 (4.91-6ubuntu2) disco; urgency=medium
528
529 * No-change rebuild for the perl 5.28 transition.
530
531 -- Adam Conrad <adconrad@ubuntu.com> Fri, 02 Nov 2018 18:08:13 -0600
532
533exim4 (4.91-6ubuntu1) cosmic; urgency=medium
534
535 * Merge with Debian unstable. Remaining changes:
536 - Show Ubuntu distribution in SMTP banner
537 + Build-Depends on lsb-release to detect Distribution.
538 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
539 [DEP3 header updated to indicate it has been forwarded to Debian]
540
541 -- Andreas Hasenack <andreas@canonical.com> Mon, 30 Jul 2018 15:35:06 -0300
542
421exim4 (4.91-6) unstable; urgency=low543exim4 (4.91-6) unstable; urgency=low
422544
423 * Update from exim-4_91+fixes branch:545 * Update from exim-4_91+fixes branch:
@@ -429,6 +551,16 @@ exim4 (4.91-6) unstable; urgency=low
429551
430 -- Andreas Metzler <ametzler@debian.org> Fri, 20 Jul 2018 11:21:24 +0200552 -- Andreas Metzler <ametzler@debian.org> Fri, 20 Jul 2018 11:21:24 +0200
431553
554exim4 (4.91-5ubuntu1) cosmic; urgency=medium
555
556 * Merge with Debian unstable. 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 [DEP3 header updated to indicate it has been forwarded to Debian]
561
562 -- Andreas Hasenack <andreas@canonical.com> Tue, 03 Jul 2018 11:13:08 -0300
563
432exim4 (4.91-5) unstable; urgency=medium564exim4 (4.91-5) unstable; urgency=medium
433565
434 * Update from exim-4_91+fixes branch:566 * Update from exim-4_91+fixes branch:
@@ -438,6 +570,15 @@ exim4 (4.91-5) unstable; urgency=medium
438570
439 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Jun 2018 18:10:39 +0200571 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Jun 2018 18:10:39 +0200
440572
573exim4 (4.91-4ubuntu1) cosmic; urgency=medium
574
575 * Merge from Debian testing, Remaining changes:
576 - Show Ubuntu distribution in SMTP banner
577 - Build-Depends on lsb-release to detect Distribution.
578 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
579
580 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 30 May 2018 12:46:14 +0200
581
441exim4 (4.91-4) unstable; urgency=medium582exim4 (4.91-4) unstable; urgency=medium
442583
443 * Update from exim-4_91+fixes branch:584 * Update from exim-4_91+fixes branch:
@@ -556,6 +697,15 @@ exim4 (4.90.1-2) unstable; urgency=medium
556697
557 -- Andreas Metzler <ametzler@debian.org> Sat, 10 Mar 2018 14:25:51 +0100698 -- Andreas Metzler <ametzler@debian.org> Sat, 10 Mar 2018 14:25:51 +0100
558699
700exim4 (4.90.1-1ubuntu1) bionic; urgency=medium
701
702 * Merge from Debian testing, Remaining changes:
703 - Show Ubuntu distribution in SMTP banner
704 - Build-Depends on lsb-release to detect Distribution.
705 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
706
707 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 14 Feb 2018 17:01:14 +0100
708
559exim4 (4.90.1-1) unstable; urgency=high709exim4 (4.90.1-1) unstable; urgency=high
560710
561 * New upstream version, fixing CVE-2018-6789. Closes: #890000711 * New upstream version, fixing CVE-2018-6789. Closes: #890000
@@ -750,6 +900,15 @@ exim4 (4.89-10) unstable; urgency=critical
750900
751 -- Andreas Metzler <ametzler@debian.org> Sat, 25 Nov 2017 11:43:24 +0100901 -- Andreas Metzler <ametzler@debian.org> Sat, 25 Nov 2017 11:43:24 +0100
752902
903exim4 (4.89-9ubuntu1) bionic; urgency=medium
904
905 * Merge from Debian unstable, Remaining changes:
906 - Show Ubuntu distribution in SMTP banner
907 - Build-Depends on lsb-release to detect Distribution.
908 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
909
910 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 16 Nov 2017 10:02:23 +0100
911
753exim4 (4.89-9) unstable; urgency=medium912exim4 (4.89-9) unstable; urgency=medium
754913
755 * Upload to unstable.914 * Upload to unstable.
@@ -792,6 +951,42 @@ exim4 (4.89-6) unstable; urgency=medium
792951
793 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Sep 2017 15:29:39 +0200952 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Sep 2017 15:29:39 +0200
794953
954exim4 (4.89-5ubuntu1.3) artful-security; urgency=medium
955
956 * SECURITY UPDATE: Buffer overflow in base64d()
957 - debian/patches/CVE-2018-6789.patch: fix overflow in src/base64.c.
958 - CVE-2018-6789
959
960 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Sat, 10 Feb 2018 14:12:27 -0500
961
962exim4 (4.89-5ubuntu1.2) artful-security; urgency=medium
963
964 * SECURITY UPDATE: stack-exhaustion remote DoS
965 - debian/patches/CVE-2017-16944.patch: do not treat the first lonely
966 dot special in src/receive.c, src/smtp_in.c.
967 - CVE-2017-16944
968
969 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Wed, 29 Nov 2017 08:59:31 -0500
970
971exim4 (4.89-5ubuntu1.1) artful-security; urgency=medium
972
973 * SECURITY UPDATE: remote code execution via use-after-free
974 - debian/patches/CVE-2017-16943.patch: avoid release of store if there
975 have been later allocations in src/receive.c.
976 - CVE-2017-16943
977
978 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Mon, 27 Nov 2017 07:37:47 -0500
979
980exim4 (4.89-5ubuntu1) artful; urgency=medium
981
982 * Merge from Debian testing.
983 Remaining changes:
984 - Show Ubuntu distribution in SMTP banner
985 - Build-Depends on lsb-release to detect Distribution.
986 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
987
988 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 16 Aug 2017 15:42:47 +0200
989
795exim4 (4.89-5) unstable; urgency=medium990exim4 (4.89-5) unstable; urgency=medium
796991
797 * Update to exim-4_89+fixes branch:992 * Update to exim-4_89+fixes branch:
@@ -836,6 +1031,20 @@ exim4 (4.89-4) unstable; urgency=low
8361031
837 -- Andreas Metzler <ametzler@debian.org> Sat, 15 Jul 2017 12:46:16 +02001032 -- Andreas Metzler <ametzler@debian.org> Sat, 15 Jul 2017 12:46:16 +0200
8381033
1034exim4 (4.89-3ubuntu2) artful; urgency=medium
1035
1036 * No-change rebuild for perl 5.26.0.
1037
1038 -- Matthias Klose <doko@ubuntu.com> Wed, 26 Jul 2017 20:02:24 +0000
1039
1040exim4 (4.89-3ubuntu1) artful; urgency=medium
1041
1042 * Merge from Debian. Remaining changes:
1043 - Show Ubuntu distribution in SMTP banner.
1044 - Build-Depends on lsb-release (needed for the Ubuntu SMTP banner patch)
1045
1046 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Tue, 27 Jun 2017 10:20:42 -0400
1047
839exim4 (4.89-3) unstable; urgency=high1048exim4 (4.89-3) unstable; urgency=high
8401049
841 * Re-upload to unstable.1050 * Re-upload to unstable.
@@ -848,6 +1057,15 @@ exim4 (4.89-2+deb9u1) stretch-security; urgency=medium
8481057
849 -- <jmm@debian.org> Wed, 14 Jun 2017 07:03:07 +02001058 -- <jmm@debian.org> Wed, 14 Jun 2017 07:03:07 +0200
8501059
1060exim4 (4.89-2ubuntu1) artful; urgency=medium
1061
1062 * Merge from Debian testing.
1063 Remaining changes:
1064 + Show Ubuntu distribution in SMTP banner.
1065 + Build-Depends on lsb-release (needed for the Ubuntu SMTP banner patch)
1066
1067 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 01 Jun 2017 11:58:00 +0200
1068
851exim4 (4.89-2) unstable; urgency=medium1069exim4 (4.89-2) unstable; urgency=medium
8521070
853 * Revert addition of header "# pidfile: /var/run/exim4/exim.pid" to1071 * Revert addition of header "# pidfile: /var/run/exim4/exim.pid" to
@@ -939,6 +1157,17 @@ exim4 (4.89~RC1-1) unstable; urgency=low
9391157
940 -- Andreas Metzler <ametzler@debian.org> Tue, 31 Jan 2017 19:52:50 +01001158 -- Andreas Metzler <ametzler@debian.org> Tue, 31 Jan 2017 19:52:50 +0100
9411159
1160exim4 (4.88-5ubuntu1) zesty; urgency=medium
1161
1162 * Merge from Debian unstable.
1163 Version 4.88 fixes CVE-2016-9963 (LP: #1654750) and symlink
1164 local root escalation (LP: #1580454)
1165 Remaining changes:
1166 + Show Ubuntu distribution in SMTP banner.
1167 + Build-Depends on lsb-release (needed for the Ubuntu SMTP banner patch)
1168
1169 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 24 Jan 2017 10:15:09 +0100
1170
942exim4 (4.88-5) unstable; urgency=medium1171exim4 (4.88-5) unstable; urgency=medium
9431172
944 * 78_Disable-chunking-BDAT-by-default.patch: Change default value of main1173 * 78_Disable-chunking-BDAT-by-default.patch: Change default value of main
@@ -1091,6 +1320,20 @@ exim4 (4.88~RC1-1) experimental; urgency=low
10911320
1092 -- Andreas Metzler <ametzler@debian.org> Sun, 25 Sep 2016 15:44:00 +02001321 -- Andreas Metzler <ametzler@debian.org> Sun, 25 Sep 2016 15:44:00 +0200
10931322
1323exim4 (4.87-3ubuntu2) zesty; urgency=medium
1324
1325 * No-change rebuild for perl 5.24 transition
1326
1327 -- Iain Lane <iain@orangesquash.org.uk> Mon, 24 Oct 2016 10:08:10 +0100
1328
1329exim4 (4.87-3ubuntu1) yakkety; urgency=medium
1330
1331 * Merge from Debian unstable. Remaining changes:
1332 + Show Ubuntu distribution in SMTP banner.
1333 + Build-Depends on lsb-release (needed for the Ubuntu SMTP banner patch)
1334
1335 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 26 Jul 2016 13:30:09 +0200
1336
1094exim4 (4.87-3) unstable; urgency=medium1337exim4 (4.87-3) unstable; urgency=medium
10951338
1096 * Pull multiple patches from upstream GIT:1339 * Pull multiple patches from upstream GIT:
@@ -1264,6 +1507,48 @@ exim4 (4.87~RC1-1) experimental; urgency=medium
12641507
1265 -- Andreas Metzler <ametzler@debian.org> Fri, 11 Dec 2015 20:15:30 +01001508 -- Andreas Metzler <ametzler@debian.org> Fri, 11 Dec 2015 20:15:30 +0100
12661509
1510exim4 (4.86.2-2ubuntu2.3) xenial-security; urgency=medium
1511
1512 * SECURITY UPDATE: Buffer overflow in base64d()
1513 - debian/patches/CVE-2018-6789.patch: fix overflow in
1514 src/auths/b64decode.c.
1515 - CVE-2018-6789
1516
1517 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Sat, 10 Feb 2018 14:18:40 -0500
1518
1519exim4 (4.86.2-2ubuntu2.2) xenial-security; urgency=medium
1520
1521 * SECURITY UPDATE: memory leak
1522 - debian/patches/93_CVE-2017-1000368.patch: free -p argument if
1523 allocation was required.
1524 - CVE-2017-1000368
1525
1526 -- Steve Beattie <sbeattie@ubuntu.com> Fri, 02 Jun 2017 22:07:28 -0700
1527
1528exim4 (4.86.2-2ubuntu2.1) xenial-security; urgency=medium
1529
1530 * SECURITY UPDATE: DKIM information leakage
1531 - debian/patches/CVE-2016-9963.patch: fix information leakage in
1532 src/dkim.c, src/transports/smtp.c.
1533 - CVE-2016-9963
1534
1535 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 05 Jan 2017 08:29:10 -0500
1536
1537exim4 (4.86.2-2ubuntu2) xenial; urgency=medium
1538
1539 * Rebuild against libmysqlclient20.
1540
1541 -- Robie Basak <robie.basak@ubuntu.com> Tue, 05 Apr 2016 12:21:41 +0000
1542
1543exim4 (4.86.2-2ubuntu1) xenial; urgency=medium
1544
1545 * Merge from Debian unstable. Remaining changes:
1546 - debian.control, debian/patches/fix_smtp_banner.patch
1547 + Show Ubuntu distribution in SMTP banner.
1548 + Build-Depends on lsb-release.
1549
1550 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Tue, 15 Mar 2016 11:56:18 -0400
1551
1267exim4 (4.86.2-2) unstable; urgency=high1552exim4 (4.86.2-2) unstable; urgency=high
12681553
1269 * Bump exim4-config Breaks to exim4-daemon-* (<< 4.86.2). Closes: #8167901554 * Bump exim4-config Breaks to exim4-daemon-* (<< 4.86.2). Closes: #816790
@@ -1285,6 +1570,27 @@ exim4 (4.86.2-1) unstable; urgency=high
12851570
1286 -- Andreas Metzler <ametzler@debian.org> Tue, 01 Mar 2016 19:34:39 +01001571 -- Andreas Metzler <ametzler@debian.org> Tue, 01 Mar 2016 19:34:39 +0100
12871572
1573exim4 (4.86-7ubuntu3) xenial; urgency=medium
1574
1575 * No-change rebuild for gnutls transition.
1576
1577 -- Matthias Klose <doko@ubuntu.com> Wed, 17 Feb 2016 22:40:56 +0000
1578
1579exim4 (4.86-7ubuntu2) xenial; urgency=medium
1580
1581 * Rebuild for Perl 5.22.1.
1582
1583 -- Colin Watson <cjwatson@ubuntu.com> Fri, 18 Dec 2015 10:30:54 +0000
1584
1585exim4 (4.86-7ubuntu1) xenial; urgency=medium
1586
1587 * Merge from Debian unstable. Remaining changes:
1588 - debian.control, debian/patches/fix_smtp_banner.patch
1589 + Show Ubuntu distribution in SMTP banner.
1590 + Build-Depends on lsb-release.
1591
1592 -- Pierre-André MOREY <pierre-andre.morey@canonical.com> Mon, 14 Dec 2015 14:23:51 +0100
1593
1288exim4 (4.86-7) unstable; urgency=medium1594exim4 (4.86-7) unstable; urgency=medium
12891595
1290 * Allow arch-indep build (dpkg-buildpackage -A). Closes: #8060231596 * Allow arch-indep build (dpkg-buildpackage -A). Closes: #806023
@@ -1335,6 +1641,15 @@ exim4 (4.86-4) unstable; urgency=medium
13351641
1336 -- Andreas Metzler <ametzler@debian.org> Sat, 17 Oct 2015 15:01:01 +02001642 -- Andreas Metzler <ametzler@debian.org> Sat, 17 Oct 2015 15:01:01 +0200
13371643
1644exim4 (4.86-3ubuntu1) wily; urgency=medium
1645
1646 * Merge from Debian unstable. (LP: #1485369) Remaining changes:
1647 - debian/control, debian/patches/fix_smtp_banner.patch:
1648 + Show Ubuntu distribution in SMTP banner.
1649 + Build-Depends on lsb-release.
1650
1651 -- Artur Rona <ari-tczew@ubuntu.com> Thu, 17 Sep 2015 13:18:20 +0100
1652
1338exim4 (4.86-3) unstable; urgency=medium1653exim4 (4.86-3) unstable; urgency=medium
13391654
1340 * Pull three patches from upstream git:1655 * Pull three patches from upstream git:
@@ -1375,6 +1690,15 @@ exim4 (4.86~RC5-1) unstable; urgency=medium
13751690
1376 -- Andreas Metzler <ametzler@debian.org> Sat, 18 Jul 2015 11:46:11 +02001691 -- Andreas Metzler <ametzler@debian.org> Sat, 18 Jul 2015 11:46:11 +0200
13771692
1693exim4 (4.86~RC4-2ubuntu1) wily; urgency=low
1694
1695 * Merge from Debian unstable. (LP: #1166671) Remaining changes:
1696 - debian/control, debian/patches/fix_smtp_banner.patch:
1697 + Show Ubuntu distribution in SMTP banner.
1698 + Build-Depends on lsb-release.
1699
1700 -- Artur Rona <ari-tczew@ubuntu.com> Mon, 06 Jul 2015 12:09:36 +0200
1701
1378exim4 (4.86~RC4-2) unstable; urgency=medium1702exim4 (4.86~RC4-2) unstable; urgency=medium
13791703
1380 * Drop libmysqlclient15-dev alternative build-dependency. Closes: #7904631704 * Drop libmysqlclient15-dev alternative build-dependency. Closes: #790463
@@ -1539,6 +1863,18 @@ exim4 (4.85~RC1+dfsg-1) experimental; urgency=medium
15391863
1540 -- Andreas Metzler <ametzler@debian.org> Tue, 18 Nov 2014 19:28:20 +01001864 -- Andreas Metzler <ametzler@debian.org> Tue, 18 Nov 2014 19:28:20 +0100
15411865
1866exim4 (4.84-8ubuntu1) vivid; urgency=low
1867
1868 * Merge from Debian unstable. (LP: #1434300) Remaining changes:
1869 - debian/control, debian/patches/fix_smtp_banner.patch:
1870 + Show Ubuntu distribution in SMTP banner.
1871 + Build-Depends on lsb-release.
1872 - debian/control:
1873 + Don't provide default-mta; in Ubuntu,
1874 we want postfix to be the default.
1875
1876 -- Artur Rona <ari-tczew@ubuntu.com> Thu, 19 Mar 2015 00:15:40 +0100
1877
1542exim4 (4.84-8) unstable; urgency=medium1878exim4 (4.84-8) unstable; urgency=medium
15431879
1544 * Pull 83_Remove-limit-on-remove_headers-item-size.-Bug-1533.patch and1880 * Pull 83_Remove-limit-on-remove_headers-item-size.-Bug-1533.patch and
@@ -1556,6 +1892,15 @@ exim4 (4.84-7) unstable; urgency=medium
15561892
1557 -- Andreas Metzler <ametzler@debian.org> Sat, 07 Feb 2015 15:12:33 +01001893 -- Andreas Metzler <ametzler@debian.org> Sat, 07 Feb 2015 15:12:33 +0100
15581894
1895exim4 (4.84-6ubuntu1) vivid; urgency=medium
1896
1897 * Resynchronise with Debian. Remaining changes:
1898 - Show Ubuntu distribution in SMTP banner.
1899 - Don't provide default-mta; in Ubuntu, we want postfix to be the
1900 default.
1901
1902 -- Colin Watson <cjwatson@ubuntu.com> Wed, 14 Jan 2015 11:26:29 +0000
1903
1559exim4 (4.84-6) unstable; urgency=medium1904exim4 (4.84-6) unstable; urgency=medium
15601905
1561 * Revert init script's restart order change in 4.84-4 for the time being.1906 * Revert init script's restart order change in 4.84-4 for the time being.
@@ -1564,6 +1909,15 @@ exim4 (4.84-6) unstable; urgency=medium
15641909
1565 -- Andreas Metzler <ametzler@debian.org> Sun, 21 Dec 2014 14:07:12 +01001910 -- Andreas Metzler <ametzler@debian.org> Sun, 21 Dec 2014 14:07:12 +0100
15661911
1912exim4 (4.84-5ubuntu1) vivid; urgency=medium
1913
1914 * Resynchronise with Debian. Remaining changes:
1915 - Show Ubuntu distribution in SMTP banner.
1916 - Don't provide default-mta; in Ubuntu, we want postfix to be the
1917 default.
1918
1919 -- Colin Watson <cjwatson@ubuntu.com> Thu, 18 Dec 2014 15:26:17 +0000
1920
1567exim4 (4.84-5) unstable; urgency=medium1921exim4 (4.84-5) unstable; urgency=medium
15681922
1569 * 82_quoted-or-r-2047-encoded.diff pulled from upstream git (sans1923 * 82_quoted-or-r-2047-encoded.diff pulled from upstream git (sans
@@ -1571,6 +1925,15 @@ exim4 (4.84-5) unstable; urgency=medium
15711925
1572 -- Andreas Metzler <ametzler@debian.org> Wed, 17 Dec 2014 19:03:39 +01001926 -- Andreas Metzler <ametzler@debian.org> Wed, 17 Dec 2014 19:03:39 +0100
15731927
1928exim4 (4.84-4ubuntu1) vivid; urgency=medium
1929
1930 * Resynchronise with Debian. Remaining changes:
1931 - Show Ubuntu distribution in SMTP banner.
1932 - Don't provide default-mta; in Ubuntu, we want postfix to be the
1933 default.
1934
1935 -- Colin Watson <cjwatson@ubuntu.com> Tue, 02 Dec 2014 15:28:46 +0000
1936
1574exim4 (4.84-4) unstable; urgency=medium1937exim4 (4.84-4) unstable; urgency=medium
15751938
1576 * Unset message_prefix/message_sufix in maildrop_pipe transport. Maildrop1939 * Unset message_prefix/message_sufix in maildrop_pipe transport. Maildrop
@@ -1585,6 +1948,15 @@ exim4 (4.84-4) unstable; urgency=medium
15851948
1586 -- Andreas Metzler <ametzler@debian.org> Sun, 30 Nov 2014 08:24:04 +01001949 -- Andreas Metzler <ametzler@debian.org> Sun, 30 Nov 2014 08:24:04 +0100
15871950
1951exim4 (4.84-3ubuntu1) vivid; urgency=medium
1952
1953 * Resynchronise with Debian. Remaining changes:
1954 - Show Ubuntu distribution in SMTP banner.
1955 - Don't provide default-mta; in Ubuntu, we want postfix to be the
1956 default.
1957
1958 -- Colin Watson <cjwatson@ubuntu.com> Tue, 11 Nov 2014 13:43:35 +0000
1959
1588exim4 (4.84-3) unstable; urgency=medium1960exim4 (4.84-3) unstable; urgency=medium
15891961
1590 * Apply patch to Italian (it) debconf template translation, thanks to1962 * Apply patch to Italian (it) debconf template translation, thanks to
@@ -1614,6 +1986,24 @@ exim4 (4.84~RC2-1) unstable; urgency=medium
16141986
1615 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Aug 2014 07:42:00 +02001987 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Aug 2014 07:42:00 +0200
16161988
1989exim4 (4.84~RC1-3ubuntu2) utopic; urgency=medium
1990
1991 * Rebuild for Perl 5.20.0.
1992
1993 -- Colin Watson <cjwatson@ubuntu.com> Thu, 21 Aug 2014 12:18:13 +0100
1994
1995exim4 (4.84~RC1-3ubuntu1) utopic; urgency=low
1996
1997 * Merge from Debian unstable (LP: #1351470). Remaining changes:
1998 - Show Ubuntu distribution on smtp:
1999 + debian/patches/fix_smtp_banner.patch: updated SMTP banner
2000 with Ubuntu distribution
2001 + debian/control: added lsb-release build dependency
2002 - Don't provide default-mta; in Ubuntu, we want postfix to be the
2003 default.
2004
2005 -- Corey Bryant <corey.bryant@canonical.com> Mon, 04 Aug 2014 11:48:39 -0400
2006
1617exim4 (4.84~RC1-3) unstable; urgency=medium2007exim4 (4.84~RC1-3) unstable; urgency=medium
16182008
1619 * Third try. Simply comment *custom* in debian/control.2009 * Third try. Simply comment *custom* in debian/control.
@@ -1682,6 +2072,18 @@ exim4 (4.83~RC1-1) experimental; urgency=medium
16822072
1683 -- Andreas Metzler <ametzler@debian.org> Thu, 29 May 2014 13:09:04 +02002073 -- Andreas Metzler <ametzler@debian.org> Thu, 29 May 2014 13:09:04 +0200
16842074
2075exim4 (4.82.1-2ubuntu1) utopic; urgency=low
2076
2077 * Merge from Debian unstable (LP: #1348074). Remaining changes:
2078 - Show Ubuntu distribution on smtp:
2079 + debian/patches/fix_smtp_banner.patch: updated SMTP banner
2080 with Ubuntu distribution
2081 + debian/control: added lsb-release build dependency
2082 - Don't provide default-mta; in Ubuntu, we want postfix to be the
2083 default.
2084
2085 -- Robie Basak <robie.basak@ubuntu.com> Fri, 25 Jul 2014 15:53:09 +0000
2086
1685exim4 (4.82.1-2) unstable; urgency=high2087exim4 (4.82.1-2) unstable; urgency=high
16862088
1687 * [87_double_expansion.diff] from upstream. Stop unwanted double expansion2089 * [87_double_expansion.diff] from upstream. Stop unwanted double expansion
@@ -1699,6 +2101,18 @@ exim4 (4.82.1-1) unstable; urgency=high
16992101
1700 -- Andreas Metzler <ametzler@debian.org> Wed, 28 May 2014 19:01:43 +02002102 -- Andreas Metzler <ametzler@debian.org> Wed, 28 May 2014 19:01:43 +0200
17012103
2104exim4 (4.82-8ubuntu1) utopic; urgency=medium
2105
2106 * Merge from Debian unstable. Remaining changes:
2107 - Show Ubuntu distribution on smtp:
2108 + debian/patches/fix_smtp_banner.patch: updated SMTP banner
2109 with Ubuntu distribution
2110 + debian/control: added lsb-release build dependency
2111 - Don't provide default-mta; in Ubuntu, we want postfix to be the
2112 default.
2113
2114 -- Dimitri John Ledkov <xnox@ubuntu.com> Sat, 17 May 2014 01:50:20 +0100
2115
1702exim4 (4.82-8) unstable; urgency=medium2116exim4 (4.82-8) unstable; urgency=medium
17032117
1704 * Now that GMP has been relicensed to LGPLv3+/GPLv2+ build exim against2118 * Now that GMP has been relicensed to LGPLv3+/GPLv2+ build exim against
@@ -1762,6 +2176,78 @@ exim4 (4.82-4) unstable; urgency=medium
17622176
1763 -- Andreas Metzler <ametzler@debian.org> Sun, 09 Feb 2014 19:41:34 +01002177 -- Andreas Metzler <ametzler@debian.org> Sun, 09 Feb 2014 19:41:34 +0100
17642178
2179exim4 (4.82-3ubuntu2.4) trusty-security; urgency=medium
2180
2181 * SECURITY UPDATE: Buffer overflow in base64d()
2182 - debian/patches/CVE-2018-6789.patch: fix overflow in
2183 src/auths/b64decode.c.
2184 - CVE-2018-6789
2185
2186 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Sat, 10 Feb 2018 14:19:43 -0500
2187
2188exim4 (4.82-3ubuntu2.3) trusty-security; urgency=medium
2189
2190 * SECURITY UPDATE: memory leak
2191 - debian/patches/CVE-2017-1000368.patch: free -p argument if
2192 allocation was required.
2193 - CVE-2017-1000368
2194
2195 -- Steve Beattie <sbeattie@ubuntu.com> Fri, 02 Jun 2017 22:44:35 -0700
2196
2197exim4 (4.82-3ubuntu2.2) trusty-security; urgency=medium
2198
2199 * SECURITY UPDATE: DKIM information leakage
2200 - debian/patches/CVE-2016-9963.patch: fix information leakage in
2201 src/dkim.c, src/transports/smtp.c.
2202 - CVE-2016-9963
2203
2204 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 05 Jan 2017 08:31:06 -0500
2205
2206exim4 (4.82-3ubuntu2.1) trusty-security; urgency=medium
2207
2208 * SECURITY UPDATE: privilege escalation via crafted lookup value
2209 - debian/patches/CVE-2014-2972.patch: only expand integers for integer
2210 math once.
2211 - CVE-2014-2972
2212 * SECURITY UPDATE: privilege escalation when used with perl_startup
2213 - debian/patches/CVE-2016-1531.patch: add new add_environment and
2214 keep_environment configuration options.
2215 - debian/patches/CVE-2016-1531-2.patch: don't issue env warning if env
2216 is empty.
2217 - debian/patches/CVE-2016-1531-3.patch: store the initial working
2218 directory, expand $initial_cwd.
2219 - debian/patches/CVE-2016-1531-4.patch: delay chdir(/) until we opened
2220 the main config.
2221 - Add macros MAIN_KEEP_ENVIRONMENT and MAIN_ADD_ENVIRONMENT to set the
2222 new options. Set "keep_environment =" by default to avoid a runtime
2223 warning.
2224 - Bump exim4-config Breaks to exim4-daemon-* (<< 4.82-3ubuntu2.1).
2225 - debian/exim4-config.NEWS: Add entry to warn of potential breakage.
2226 - CVE-2016-1531
2227 * WARNING: This update may break existing installations.
2228
2229 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Mon, 14 Mar 2016 12:57:00 -0400
2230
2231exim4 (4.82-3ubuntu2) trusty; urgency=medium
2232
2233 * debian/tests/control: Add missing python test dependency, as
2234 debian/tests/security calls python.
2235
2236 -- Martin Pitt <martin.pitt@ubuntu.com> Tue, 25 Feb 2014 17:33:13 +0100
2237
2238exim4 (4.82-3ubuntu1) trusty; urgency=low
2239
2240 * Merge from Debian unstable (LP: #1259620). Remaining changes:
2241 - Show Ubuntu distribution on smtp:
2242 + debian/patches/fix_smtp_banner.patch: updated SMTP banner
2243 with Ubuntu distribution
2244 + debian/control: added lsb-release build dependency
2245 - Don't provide default-mta; in Ubuntu, we want postfix to be the
2246 default.
2247 - Build-depend on db5.3.
2248
2249 -- Yolanda Robla <yolanda.robla@canonical.com> Tue, 10 Dec 2013 17:07:20 +0000
2250
1765exim4 (4.82-3) unstable; urgency=low2251exim4 (4.82-3) unstable; urgency=low
17662252
1767 * Upload to unstable.2253 * Upload to unstable.
@@ -1842,6 +2328,21 @@ exim4 (4.82~rc1-1) experimental; urgency=low
18422328
1843 -- Andreas Metzler <ametzler@debian.org> Sun, 29 Sep 2013 14:43:25 +02002329 -- Andreas Metzler <ametzler@debian.org> Sun, 29 Sep 2013 14:43:25 +0200
18442330
2331exim4 (4.80-9ubuntu2) trusty; urgency=low
2332
2333 * Build-depend on libdb5.3-dev, instead of libdb5.1-dev.
2334
2335 -- Dmitrijs Ledkovs <xnox@ubuntu.com> Mon, 04 Nov 2013 12:14:54 +0000
2336
2337exim4 (4.80-9ubuntu1) trusty; urgency=low
2338
2339 * Resynchronise with Debian. Remaining changes:
2340 - Don't provide default-mta; in Ubuntu, we want postfix to be the
2341 default.
2342 - Add "Ubuntu" to SMTP banner.
2343
2344 -- Colin Watson <cjwatson@ubuntu.com> Mon, 28 Oct 2013 11:55:21 -0700
2345
1845exim4 (4.80-9) unstable; urgency=low2346exim4 (4.80-9) unstable; urgency=low
18462347
1847 * Upload to unstable.2348 * Upload to unstable.
@@ -1888,6 +2389,34 @@ exim4 (4.80-8) experimental; urgency=low
18882389
1889 -- Andreas Metzler <ametzler@debian.org> Sun, 01 Sep 2013 15:58:49 +02002390 -- Andreas Metzler <ametzler@debian.org> Sun, 01 Sep 2013 15:58:49 +0200
18902391
2392exim4 (4.80-7ubuntu4) trusty; urgency=low
2393
2394 * Rebuild for Perl 5.18.
2395
2396 -- Colin Watson <cjwatson@ubuntu.com> Wed, 23 Oct 2013 10:24:08 +0100
2397
2398exim4 (4.80-7ubuntu3) saucy; urgency=low
2399
2400 * debian/patches/fix_smtp_banner.patch: updated SMTP banner
2401 with Ubuntu distribution
2402 * debian/control: added lsb-release build dependency
2403
2404 -- Yolanda Robla <yolanda.robla@canonical.com> Tue, 18 Jun 2013 19:17:43 +0200
2405
2406exim4 (4.80-7ubuntu2) saucy; urgency=low
2407
2408 * debian/tests: Add autopkgtest.
2409
2410 -- Yolanda <yolanda.robla@canonical.com> Mon, 27 May 2013 11:31:35 +0200
2411
2412exim4 (4.80-7ubuntu1) raring; urgency=low
2413
2414 * Merge from Debian unstable (LP: #1166383). Remaining changes:
2415 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
2416 we want postfix to be the default.
2417
2418 -- Robie Basak <robie.basak@canonical.com> Mon, 08 Apr 2013 18:13:15 +0100
2419
1891exim4 (4.80-7) unstable; urgency=low2420exim4 (4.80-7) unstable; urgency=low
18922421
1893 * Use exim's ${quote:xxx} operator when invoking spfquery to disallow2422 * Use exim's ${quote:xxx} operator when invoking spfquery to disallow
@@ -1907,6 +2436,14 @@ exim4 (4.80-6) unstable; urgency=low
19072436
1908 -- Andreas Metzler <ametzler@debian.org> Wed, 21 Nov 2012 19:08:53 +01002437 -- Andreas Metzler <ametzler@debian.org> Wed, 21 Nov 2012 19:08:53 +0100
19092438
2439exim4 (4.80-5.1ubuntu1) raring; urgency=low
2440
2441 * Merge from Debian. Remaining changes:
2442 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
2443 we want postfix to be the default.
2444
2445 -- Oussama Bounaim <o.bounaim@gmail.com> Sun, 11 Nov 2012 07:11:06 +0100
2446
1910exim4 (4.80-5.1) unstable; urgency=high2447exim4 (4.80-5.1) unstable; urgency=high
19112448
1912 * Non-maintainer upload by the Security Team.2449 * Non-maintainer upload by the Security Team.
@@ -1934,6 +2471,23 @@ exim4 (4.80-4) unstable; urgency=low
19342471
1935 -- Andreas Metzler <ametzler@debian.org> Sat, 23 Jun 2012 18:35:03 +02002472 -- Andreas Metzler <ametzler@debian.org> Sat, 23 Jun 2012 18:35:03 +0200
19362473
2474exim4 (4.80-3ubuntu1.1) quantal-security; urgency=low
2475
2476 * SECURITY UPDATE: arbitrary code execution via dns decode logic
2477 - debian/patches/CVE-2012-5671.patch: adjust max length and validate
2478 against it in src/pdkim/pdkim.h, src/dkim.c.
2479 - CVE-2012-5671
2480
2481 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 25 Oct 2012 08:22:46 -0400
2482
2483exim4 (4.80-3ubuntu1) quantal; urgency=low
2484
2485 * Merge from Debian unstable. Remaining changes:
2486 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
2487 we want postfix to be the default.
2488
2489 -- Clint Byrum <clint@ubuntu.com> Thu, 14 Jun 2012 15:28:08 -0700
2490
1937exim4 (4.80-3) unstable; urgency=low2491exim4 (4.80-3) unstable; urgency=low
19382492
1939 * Pull 75_openssl_sni.diff from upstream. - Segfault caused by NULL2493 * Pull 75_openssl_sni.diff from upstream. - Segfault caused by NULL
@@ -2081,6 +2635,26 @@ exim4 (4.76-4) experimental; urgency=low
20812635
2082 -- Andreas Metzler <ametzler@debian.org> Sat, 24 Sep 2011 18:36:08 +02002636 -- Andreas Metzler <ametzler@debian.org> Sat, 24 Sep 2011 18:36:08 +0200
20832637
2638exim4 (4.76-3ubuntu3) precise; urgency=low
2639
2640 * Rebuild for libmysqlclient transition
2641
2642 -- Clint Byrum <clint@ubuntu.com> Wed, 23 Nov 2011 23:29:35 -0800
2643
2644exim4 (4.76-3ubuntu2) precise; urgency=low
2645
2646 * Rebuild for Perl 5.14.
2647
2648 -- Colin Watson <cjwatson@ubuntu.com> Wed, 16 Nov 2011 01:22:39 +0000
2649
2650exim4 (4.76-3ubuntu1) precise; urgency=low
2651
2652 * Merge from debian unstable. Remaining changes:
2653 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
2654 we want postfix to be the default.
2655
2656 -- Stéphane Graber <stgraber@ubuntu.com> Thu, 20 Oct 2011 11:29:07 -0400
2657
2084exim4 (4.76-3) unstable; urgency=low2658exim4 (4.76-3) unstable; urgency=low
20852659
2086 * [exim4-base.cron.daily] Correct invocation of mail(1), options need to be2660 * [exim4-base.cron.daily] Correct invocation of mail(1), options need to be
@@ -2101,6 +2675,14 @@ exim4 (4.76-3) unstable; urgency=low
21012675
2102 -- Andreas Metzler <ametzler@debian.org> Sun, 18 Sep 2011 11:49:13 +02002676 -- Andreas Metzler <ametzler@debian.org> Sun, 18 Sep 2011 11:49:13 +0200
21032677
2678exim4 (4.76-2ubuntu1) oneiric; urgency=low
2679
2680 * Merge from debian unstable. Remaining changes:
2681 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
2682 we want postfix to be the default.
2683
2684 -- Stéphane Graber <stgraber@ubuntu.com> Mon, 30 May 2011 17:48:56 -0400
2685
2104exim4 (4.76-2) unstable; urgency=low2686exim4 (4.76-2) unstable; urgency=low
21052687
2106 * debian/rules: Remove test/ and test-stamp on clean.2688 * debian/rules: Remove test/ and test-stamp on clean.
@@ -2113,6 +2695,14 @@ exim4 (4.76-2) unstable; urgency=low
21132695
2114 -- Andreas Metzler <ametzler@debian.org> Sun, 29 May 2011 18:21:03 +02002696 -- Andreas Metzler <ametzler@debian.org> Sun, 29 May 2011 18:21:03 +0200
21152697
2698exim4 (4.76-1ubuntu1) oneiric; urgency=low
2699
2700 * Merge from debian unstable. Remaining changes (LP: #779391):
2701 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
2702 we want postfix to be the default.
2703
2704 -- Stéphane Graber <stgraber@ubuntu.com> Mon, 23 May 2011 12:37:30 -0400
2705
2116exim4 (4.76-1) unstable; urgency=low2706exim4 (4.76-1) unstable; urgency=low
21172707
2118 * New upstream version.2708 * New upstream version.
@@ -2159,6 +2749,14 @@ exim4 (4.75-3) unstable; urgency=high
21592749
2160 -- Andreas Metzler <ametzler@debian.org> Fri, 06 May 2011 20:08:51 +02002750 -- Andreas Metzler <ametzler@debian.org> Fri, 06 May 2011 20:08:51 +0200
21612751
2752exim4 (4.75-2ubuntu1) oneiric; urgency=low
2753
2754 * Merge from debian unstable. Remaining changes:
2755 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
2756 we want postfix to be the default.
2757
2758 -- Stéphane Graber <stgraber@ubuntu.com> Fri, 06 May 2011 14:51:28 -0400
2759
2162exim4 (4.75-2) unstable; urgency=low2760exim4 (4.75-2) unstable; urgency=low
21632761
2164 * clamav socket on Debian is clamd:/var/run/clamav/clamd.ctl, fix2762 * clamav socket on Debian is clamd:/var/run/clamav/clamd.ctl, fix
@@ -2201,6 +2799,24 @@ exim4 (4.74-2) unstable; urgency=low
22012799
2202 -- Andreas Metzler <ametzler@debian.org> Thu, 24 Feb 2011 19:02:07 +01002800 -- Andreas Metzler <ametzler@debian.org> Thu, 24 Feb 2011 19:02:07 +0100
22032801
2802exim4 (4.74-1ubuntu1) natty; urgency=low
2803
2804 * Merge from debian experimental. Remaining changes: (LP: #713855)
2805 - debian/patches/71_exiq_grep_error_on_messages_without_size.patch:
2806 + Improve handling of broken messages when "exim4 -bp" (mailq)
2807 reports lines without size info. (Closes: #528625)
2808 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
2809 we want postfix to be the default.
2810 - debian/{control,rules}: Add and enable hardened build for PIE.
2811 (Closes: #542726)
2812 * Update 71_exiq_grep_error_on_messages_without_size.patch to get way
2813 which upstream has fixed it. Probably it can be dropped with next
2814 upstream release.
2815 * This upload fixes CVE: (LP: #708023)
2816 - CVE-2011-0017
2817
2818 -- Artur Rona <ari-tczew@ubuntu.com> Wed, 09 Feb 2011 21:31:35 +0100
2819
2204exim4 (4.74-1) experimental; urgency=low2820exim4 (4.74-1) experimental; urgency=low
22052821
2206 * 4.74 release, should build on hurd again.2822 * 4.74 release, should build on hurd again.
@@ -2226,6 +2842,20 @@ exim4 (4.74~rc2-1) experimental; urgency=low
22262842
2227 -- Andreas Metzler <ametzler@debian.org> Sun, 23 Jan 2011 14:02:36 +01002843 -- Andreas Metzler <ametzler@debian.org> Sun, 23 Jan 2011 14:02:36 +0100
22282844
2845exim4 (4.73~rc1-1ubuntu1) natty; urgency=low
2846
2847 * Merge from debian unstable. Remaining changes: (LP: #697934)
2848 - debian/patches/71_exiq_grep_error_on_messages_without_size.patch:
2849 + Improve handling of broken messages when "exim4 -bp" (mailq)
2850 reports lines without size info.
2851 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
2852 we want postfix to be the default.
2853 - debian/{control,rules}: Add and enable hardened build for PIE.
2854 (Closes: #542726)
2855 * Drop B-D on libmysqlclient15-dev, resolved in Debian.
2856
2857 -- Artur Rona <ari-tczew@ubuntu.com> Tue, 28 Dec 2010 22:20:17 +0100
2858
2229exim4 (4.73~rc1-1) experimental; urgency=low2859exim4 (4.73~rc1-1) experimental; urgency=low
22302860
2231 * New upstream release candidate.2861 * New upstream release candidate.
@@ -2321,6 +2951,20 @@ exim4 (4.72-3) unstable; urgency=low
23212951
2322 -- Andreas Metzler <ametzler@debian.org> Sun, 26 Dec 2010 15:13:08 +01002952 -- Andreas Metzler <ametzler@debian.org> Sun, 26 Dec 2010 15:13:08 +0100
23232953
2954exim4 (4.72-2ubuntu1) natty; urgency=low
2955
2956 * Merge from debian unstable. Remaining changes: (LP: #671615)
2957 - debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
2958 Improve handling of broken messages when "exim4 -bp" (mailq) reports
2959 lines without size info.
2960 - Don't declare a Provides: default-mta; in Ubuntu, we want postfix to be
2961 the default.
2962 - debian/control: Change build dependencies to MySQL 5.1.
2963 - debian/{control,rules}: add and enable hardened build for PIE
2964 (Closes: #542726).
2965
2966 -- Artur Rona <ari-tczew@ubuntu.com> Fri, 05 Nov 2010 21:05:47 +0100
2967
2324exim4 (4.72-2) unstable; urgency=low2968exim4 (4.72-2) unstable; urgency=low
23252969
2326 [ Marc Haber ]2970 [ Marc Haber ]
@@ -2344,6 +2988,20 @@ exim4 (4.72-2) unstable; urgency=low
23442988
2345 -- Andreas Metzler <ametzler@debian.org> Sat, 30 Oct 2010 13:38:26 +02002989 -- Andreas Metzler <ametzler@debian.org> Sat, 30 Oct 2010 13:38:26 +0200
23462990
2991exim4 (4.72-1ubuntu1) maverick; urgency=low
2992
2993 * Merge with Debian unstable (LP: #609620). Remaining changes:
2994 + debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
2995 Improve handling of broken messages when "exim4 -bp" (mailq) reports
2996 lines without size info.
2997 + Don't declare a Provides: default-mta; in Ubuntu, we want postfix to be
2998 the default.
2999 + debian/control: Change build dependencies to MySQL 5.1.
3000 + debian/{control,rules}: add and enable hardened build for PIE
3001 (Closes: #542726).
3002
3003 -- Artur Rona <ari-tczew@tlen.pl> Sun, 25 Jul 2010 02:00:42 +0200
3004
2347exim4 (4.72-1) unstable; urgency=low3005exim4 (4.72-1) unstable; urgency=low
23483006
2349 * New upstream release. (Identical to the git snapshot previously3007 * New upstream release. (Identical to the git snapshot previously
@@ -2395,6 +3053,20 @@ exim4 (4.71-4) unstable; urgency=low
23953053
2396 -- Andreas Metzler <ametzler@debian.org> Thu, 25 Mar 2010 17:34:30 +01003054 -- Andreas Metzler <ametzler@debian.org> Thu, 25 Mar 2010 17:34:30 +0100
23973055
3056exim4 (4.71-3ubuntu1) lucid; urgency=low
3057
3058 * Merge with Debian unstable (lp: #501657). Remaining changes:
3059 + debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
3060 Improve handling of broken messages when "exim4 -bp" (mailq) reports
3061 lines without size info.
3062 + Don't declare a Provides: default-mta; in Ubuntu, we want postfix to be
3063 the default.
3064 + debian/control: Change build dependencies to MySQL 5.1.
3065 + debian/{control,rules}: add and enable hardened build for PIE
3066 (Debian bug 542726).
3067
3068 -- Michael Bienia <geser@ubuntu.com> Fri, 01 Jan 2010 16:28:19 +0100
3069
2398exim4 (4.71-3) unstable; urgency=low3070exim4 (4.71-3) unstable; urgency=low
23993071
2400 * exim4-base.cron.daily: Do not run exim_tidydb on Berkeley DB logfiles.3072 * exim4-base.cron.daily: Do not run exim_tidydb on Berkeley DB logfiles.
@@ -2509,6 +3181,35 @@ exim4 (4.70~cvs+20091017-1) experimental; urgency=low
25093181
2510 -- Andreas Metzler <ametzler@debian.org> Sat, 17 Oct 2009 14:26:54 +02003182 -- Andreas Metzler <ametzler@debian.org> Sat, 17 Oct 2009 14:26:54 +0200
25113183
3184exim4 (4.69-11ubuntu4) karmic; urgency=low
3185
3186 * debian/{control,rules}: add and enable hardened build for PIE
3187 (Debian bug 542726).
3188
3189 -- Kees Cook <kees@ubuntu.com> Thu, 20 Aug 2009 17:33:26 -0700
3190
3191exim4 (4.69-11ubuntu3) karmic; urgency=low
3192
3193 * debian/control: Change build dependencies to MySQL 5.1.
3194
3195 -- Mathias Gug <mathiaz@ubuntu.com> Mon, 17 Aug 2009 17:57:26 -0400
3196
3197exim4 (4.69-11ubuntu2) karmic; urgency=low
3198
3199 * Don't declare a Provides: default-mta; in Ubuntu, we want postfix to be
3200 the default.
3201
3202 -- Steve Langasek <steve.langasek@ubuntu.com> Wed, 03 Jun 2009 15:39:14 +0000
3203
3204exim4 (4.69-11ubuntu1) karmic; urgency=low
3205
3206 * Merge from debian unstable (LP: #375923), remaining changes:
3207 - debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
3208 Improve handling of broken messages when "exim4 -bp" (mailq) reports
3209 lines without size info
3210
3211 -- Thierry Carrez <thierry.carrez@ubuntu.com> Wed, 13 May 2009 12:15:29 +0200
3212
2512exim4 (4.69-11) unstable; urgency=medium3213exim4 (4.69-11) unstable; urgency=medium
25133214
2514 * Build-Depend on lynx-cur|lynx instead of lynx. (lynx is just a dummy3215 * Build-Depend on lynx-cur|lynx instead of lynx. (lynx is just a dummy
@@ -2566,6 +3267,15 @@ exim4 (4.69-10) unstable; urgency=low
25663267
2567 -- Andreas Metzler <ametzler@debian.org> Sat, 02 May 2009 09:05:56 +02003268 -- Andreas Metzler <ametzler@debian.org> Sat, 02 May 2009 09:05:56 +0200
25683269
3270exim4 (4.69-9ubuntu1) jaunty; urgency=low
3271
3272 [ Daniel van Eeden <launchpad@myname.nl> ]
3273 * debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
3274 Improve handling of broken messages when "exim4 -bp" (mailq) reports lines
3275 w/o size info, LP: #18194
3276
3277 -- Dustin Kirkland <kirkland@ubuntu.com> Wed, 11 Feb 2009 06:43:52 -0600
3278
2569exim4 (4.69-9) unstable; urgency=medium3279exim4 (4.69-9) unstable; urgency=medium
25703280
2571 * [update-exim4.conf]: Use POSIX character classes [:alnum:] or explicit3281 * [update-exim4.conf]: Use POSIX character classes [:alnum:] or explicit
diff --git a/debian/control b/debian/control
index 0d0ae2f..d72286f 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>
@@ -32,7 +33,8 @@ Build-Depends:
32 libxt-dev,33 libxt-dev,
33 lynx,34 lynx,
34 po-debconf,35 po-debconf,
35 xsltproc36 xsltproc,
37 lsb-release
3638
37Package: exim4-base39Package: exim4-base
38Architecture: any40Architecture: any
diff --git a/debian/patches/fix_smtp_banner.patch b/debian/patches/fix_smtp_banner.patch
39new file mode 10064441new 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 ee540f0..af77e85 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -7,3 +7,4 @@
767_unnecessaryCopt.diff767_unnecessaryCopt.diff
870_remove_exim-users_references.dpatch870_remove_exim-users_references.dpatch
990_localscan_dlopen.dpatch990_localscan_dlopen.dpatch
10fix_smtp_banner.patch

Subscribers

People subscribed via source and target branches