Merge ~bryce/ubuntu/+source/exim4:eoan-merge-4.92-7 into ubuntu/+source/exim4:debian/sid

Proposed by Bryce Harrington
Status: Merged
Approved by: Christian Ehrhardt 
Approved revision: 68570c4a94778aa4d22a0889c4630175a8a3b6cd
Merge reported by: Andreas Hasenack
Merged at revision: 68570c4a94778aa4d22a0889c4630175a8a3b6cd
Proposed branch: ~bryce/ubuntu/+source/exim4:eoan-merge-4.92-7
Merge into: ubuntu/+source/exim4:debian/sid
Diff against target: 1033 lines (+704/-2)
4 files modified
debian/changelog (+646/-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 packageset reviewers Pending
Canonical Server Pending
Review via email: mp+367375@code.launchpad.net

Description of the change

Merge with Debian's package. Only one Ubuntu change remains, which is a tweak to the banner to mention Ubuntu, which Debian has earlier declined to take into their packaging.

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

Usual tags pushed.

To post a comment you must log in.
Revision history for this message
Bryce Harrington (bryce) wrote :
Download full text (5.0 KiB)

Tests passed for me, here's what I did:

== 0. setup ==

$ lxc launch ubuntu-daily:19.10 exim4-merge-test-a
Creating exim4-merge-test-a
Starting exim4-merge-test-a
$ lxc exec exim4-merge-test-a bash

root@exim4-merge-test-a:~# add-apt-repository -sy ppa:bryce/exim4-merge-4.92-7
apt update
...
...

# apt policy exim4
exim4:
  Installed: (none)
  Candidate: 4.92-7ubuntu1~ppa1

== 1. basic install and removal ==

# apt -y install exim4
...
The following NEW packages will be installed:
  exim4 exim4-base exim4-config exim4-daemon-light guile-2.2-libs libgc1c2 libgnutls-dane0 libgsasl7 libkyotocabinet16v5 libltdl7
  libmailutils5 libmysqlclient20 libntlm0 libpython2.7 libpython2.7-minimal libpython2.7-stdlib libunbound8 mailutils mailutils-common
  mysql-common
0 upgraded, 20 newly installed, 0 to remove and 3 not upgraded.
Need to get 12.9 MB of archives.
...

~# service exim4 status
● exim4.service - LSB: exim Mail Transport Agent
   Loaded: loaded (/etc/init.d/exim4; generated)
   Active: active (running) since Mon 2019-05-13 22:14:21 UTC; 42s ago
     Docs: man:systemd-sysv-generator(8)
    Tasks: 1 (limit: 4915)
   Memory: 4.1M
   CGroup: /system.slice/exim4.service
           └─3044 /usr/sbin/exim4 -bd -q30m

May 13 22:14:21 exim4-merge-test-a systemd[1]: Starting LSB: exim Mail Transport Agent...
May 13 22:14:21 exim4-merge-test-a exim4[2796]: * Starting MTA
May 13 22:14:21 exim4-merge-test-a exim4[2796]: ...done.
May 13 22:14:21 exim4-merge-test-a systemd[1]: Started LSB: exim Mail Transport Agent.
root@exim4-merge-test-a:~# echo $?
0

root@exim4-merge-test-a:~# apt -y remove exim4 exim4-base exim4-config
The following packages will be REMOVED:
  exim4 exim4-base exim4-daemon-light exim4-config
...

# apt-cache policy exim4
exim4:
  Installed: (none)
  Candidate: 4.92-7ubuntu1~ppa1

== 2. simple upgrade ==

root@exim4-merge-test-a:~# apt-get install exim4-base=4.92-4ubuntu1
...
The following NEW packages will be installed:
  exim4-base exim4-config
0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded.
Need to get 1241 kB of archives.
After this operation, 2681 kB of additional disk space will be used.
...

root@exim4-merge-test-a:~# apt upgrade -y
...
The following NEW packages will be installed:
  bolt dbus-user-session dconf-gsettings-backend dconf-service fwupd fwupd-signed glib-networking glib-networking-common
  glib-networking-services gsettings-desktop-schemas libarchive13 libdconf1 libefiboot1 libefivar1 libfwupd2 libgcab-1.0-0 libgpgme11
  libgudev-1.0-0 libgusb2 libjson-glib-1.0-0 libjson-glib-1.0-common libproxy1v5 libsmbios-c2 libsoup2.4-1 libxmlb1 sbsigntool
  secureboot-db
The following packages will be upgraded:
  exim4-base ubuntu-minimal ubuntu-server ubuntu-standard
4 upgraded, 27 newly installed, 0 to remove and 0 not upgraded.
Need to get 5047 kB of archives.
After this operation, 14.7 MB of additional disk space will be used.
...

Setting up secureboot-db (1.4) ...
chattr: Permission denied while reading flags on /sys/firmware/efi/efivars/dbx-d719b2cb-3d3a-4596-a3bc-dad00e67656f
Filesystem keystore:
  /usr/share/secureboot/updates/dbx/MS-2016-08-08.bin [7085 bytes]
firmware keys:
  PK:
  KEK:
  db:
 ...

Read more...

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

Generally LGTM, yet we don't submit/ack the branch with the ~ppa1 in the version.
I know you just did it to test your upload which is great.

But it also is only a minor fixup, so please re-push without the ppa suffix and this shall be good.

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

I've updated the branch with that commit dropped. Sorry about that.

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

yep LGTM now +1

1. Exim is a special case, you can sponsor it as-is and we need no tagging for git-ubuntu (wont work due to empty dir)
2. get to Bed!

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

Discussed with andreas, the tag is worth even without being recognized by the importer.
  tag upload/4.92-7ubuntu1 pushed
Feel free to upload bryce

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

This migrated, manually setting the MP to merged.

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 b7afcf4..d543f05 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
1exim4 (4.92-7ubuntu1) eoan; 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> Mon, 13 May 2019 13:48:18 -0700
9
1exim4 (4.92-7) unstable; urgency=medium10exim4 (4.92-7) unstable; urgency=medium
211
3 * Upload to unstable.12 * Upload to unstable.
@@ -25,6 +34,15 @@ exim4 (4.92-5) unstable; urgency=medium
2534
26 -- Andreas Metzler <ametzler@debian.org> Sun, 07 Apr 2019 13:39:31 +020035 -- Andreas Metzler <ametzler@debian.org> Sun, 07 Apr 2019 13:39:31 +0200
2736
37exim4 (4.92-4ubuntu1) disco; urgency=medium
38
39 * Merge with Debian unstable (LP: #1821339). Remaining changes:
40 * Show Ubuntu distribution in SMTP banner
41 - Build-Depends on lsb-release to detect Distribution.
42 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
43
44 -- Karl Stenerud <karl.stenerud@canonical.com> Mon, 25 Mar 2019 12:02:33 +0100
45
28exim4 (4.92-4) unstable; urgency=medium46exim4 (4.92-4) unstable; urgency=medium
2947
30 * Another patch from exim-4.92+fixes branch:48 * Another patch from exim-4.92+fixes branch:
@@ -43,6 +61,15 @@ exim4 (4.92-3) unstable; urgency=medium
4361
44 -- Andreas Metzler <ametzler@debian.org> Wed, 20 Mar 2019 17:01:29 +010062 -- Andreas Metzler <ametzler@debian.org> Wed, 20 Mar 2019 17:01:29 +0100
4563
64exim4 (4.92-2ubuntu1) disco; urgency=medium
65
66 * Merge with Debian unstable (LP: #1818444). Remaining changes:
67 - Show Ubuntu distribution in SMTP banner
68 + Build-Depends on lsb-release to detect Distribution.
69 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
70
71 -- Karl Stenerud <kstenerud@gmail.com> Tue, 05 Mar 2019 10:55:48 +0100
72
46exim4 (4.92-2) unstable; urgency=medium73exim4 (4.92-2) unstable; urgency=medium
4774
48 * Upload to unstable.75 * Upload to unstable.
@@ -99,6 +126,21 @@ exim4 (4.92~RC4-3) unstable; urgency=medium
99126
100 -- Andreas Metzler <ametzler@debian.org> Sun, 20 Jan 2019 17:52:39 +0100127 -- Andreas Metzler <ametzler@debian.org> Sun, 20 Jan 2019 17:52:39 +0100
101128
129exim4 (4.92~RC4-2ubuntu2) disco; urgency=medium
130
131 * No-change rebuild against libmysqlclient21
132
133 -- Steve Langasek <steve.langasek@ubuntu.com> Fri, 01 Feb 2019 16:57:54 +0000
134
135exim4 (4.92~RC4-2ubuntu1) disco; urgency=medium
136
137 * Merge with Debian unstable (LP: #1811095). Remaining changes:
138 - Show Ubuntu distribution in SMTP banner
139 + Build-Depends on lsb-release to detect Distribution.
140 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
141
142 -- Karl Stenerud <kstenerud@gmail.com> Thu, 10 Jan 2019 16:41:45 +0100
143
102exim4 (4.92~RC4-2) unstable; urgency=medium144exim4 (4.92~RC4-2) unstable; urgency=medium
103145
104 * Upload to unstable.146 * Upload to unstable.
@@ -192,6 +234,22 @@ exim4 (4.91-7) unstable; urgency=low
192234
193 -- Andreas Metzler <ametzler@debian.org> Sun, 26 Aug 2018 11:33:15 +0200235 -- Andreas Metzler <ametzler@debian.org> Sun, 26 Aug 2018 11:33:15 +0200
194236
237exim4 (4.91-6ubuntu2) disco; urgency=medium
238
239 * No-change rebuild for the perl 5.28 transition.
240
241 -- Adam Conrad <adconrad@ubuntu.com> Fri, 02 Nov 2018 18:08:13 -0600
242
243exim4 (4.91-6ubuntu1) cosmic; urgency=medium
244
245 * Merge with Debian unstable. Remaining changes:
246 - Show Ubuntu distribution in SMTP banner
247 + Build-Depends on lsb-release to detect Distribution.
248 + d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
249 [DEP3 header updated to indicate it has been forwarded to Debian]
250
251 -- Andreas Hasenack <andreas@canonical.com> Mon, 30 Jul 2018 15:35:06 -0300
252
195exim4 (4.91-6) unstable; urgency=low253exim4 (4.91-6) unstable; urgency=low
196254
197 * Update from exim-4_91+fixes branch:255 * Update from exim-4_91+fixes branch:
@@ -203,6 +261,16 @@ exim4 (4.91-6) unstable; urgency=low
203261
204 -- Andreas Metzler <ametzler@debian.org> Fri, 20 Jul 2018 11:21:24 +0200262 -- Andreas Metzler <ametzler@debian.org> Fri, 20 Jul 2018 11:21:24 +0200
205263
264exim4 (4.91-5ubuntu1) cosmic; urgency=medium
265
266 * Merge with Debian unstable. Remaining changes:
267 - Show Ubuntu distribution in SMTP banner
268 - Build-Depends on lsb-release to detect Distribution.
269 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
270 [DEP3 header updated to indicate it has been forwarded to Debian]
271
272 -- Andreas Hasenack <andreas@canonical.com> Tue, 03 Jul 2018 11:13:08 -0300
273
206exim4 (4.91-5) unstable; urgency=medium274exim4 (4.91-5) unstable; urgency=medium
207275
208 * Update from exim-4_91+fixes branch:276 * Update from exim-4_91+fixes branch:
@@ -212,6 +280,15 @@ exim4 (4.91-5) unstable; urgency=medium
212280
213 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Jun 2018 18:10:39 +0200281 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Jun 2018 18:10:39 +0200
214282
283exim4 (4.91-4ubuntu1) cosmic; urgency=medium
284
285 * Merge from Debian testing, Remaining changes:
286 - Show Ubuntu distribution in SMTP banner
287 - Build-Depends on lsb-release to detect Distribution.
288 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
289
290 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 30 May 2018 12:46:14 +0200
291
215exim4 (4.91-4) unstable; urgency=medium292exim4 (4.91-4) unstable; urgency=medium
216293
217 * Update from exim-4_91+fixes branch:294 * Update from exim-4_91+fixes branch:
@@ -330,6 +407,15 @@ exim4 (4.90.1-2) unstable; urgency=medium
330407
331 -- Andreas Metzler <ametzler@debian.org> Sat, 10 Mar 2018 14:25:51 +0100408 -- Andreas Metzler <ametzler@debian.org> Sat, 10 Mar 2018 14:25:51 +0100
332409
410exim4 (4.90.1-1ubuntu1) bionic; urgency=medium
411
412 * Merge from Debian testing, Remaining changes:
413 - Show Ubuntu distribution in SMTP banner
414 - Build-Depends on lsb-release to detect Distribution.
415 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
416
417 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 14 Feb 2018 17:01:14 +0100
418
333exim4 (4.90.1-1) unstable; urgency=high419exim4 (4.90.1-1) unstable; urgency=high
334420
335 * New upstream version, fixing CVE-2018-6789. Closes: #890000421 * New upstream version, fixing CVE-2018-6789. Closes: #890000
@@ -524,6 +610,15 @@ exim4 (4.89-10) unstable; urgency=critical
524610
525 -- Andreas Metzler <ametzler@debian.org> Sat, 25 Nov 2017 11:43:24 +0100611 -- Andreas Metzler <ametzler@debian.org> Sat, 25 Nov 2017 11:43:24 +0100
526612
613exim4 (4.89-9ubuntu1) bionic; urgency=medium
614
615 * Merge from Debian unstable, Remaining changes:
616 - Show Ubuntu distribution in SMTP banner
617 - Build-Depends on lsb-release to detect Distribution.
618 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
619
620 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 16 Nov 2017 10:02:23 +0100
621
527exim4 (4.89-9) unstable; urgency=medium622exim4 (4.89-9) unstable; urgency=medium
528623
529 * Upload to unstable.624 * Upload to unstable.
@@ -566,6 +661,42 @@ exim4 (4.89-6) unstable; urgency=medium
566661
567 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Sep 2017 15:29:39 +0200662 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Sep 2017 15:29:39 +0200
568663
664exim4 (4.89-5ubuntu1.3) artful-security; urgency=medium
665
666 * SECURITY UPDATE: Buffer overflow in base64d()
667 - debian/patches/CVE-2018-6789.patch: fix overflow in src/base64.c.
668 - CVE-2018-6789
669
670 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Sat, 10 Feb 2018 14:12:27 -0500
671
672exim4 (4.89-5ubuntu1.2) artful-security; urgency=medium
673
674 * SECURITY UPDATE: stack-exhaustion remote DoS
675 - debian/patches/CVE-2017-16944.patch: do not treat the first lonely
676 dot special in src/receive.c, src/smtp_in.c.
677 - CVE-2017-16944
678
679 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Wed, 29 Nov 2017 08:59:31 -0500
680
681exim4 (4.89-5ubuntu1.1) artful-security; urgency=medium
682
683 * SECURITY UPDATE: remote code execution via use-after-free
684 - debian/patches/CVE-2017-16943.patch: avoid release of store if there
685 have been later allocations in src/receive.c.
686 - CVE-2017-16943
687
688 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Mon, 27 Nov 2017 07:37:47 -0500
689
690exim4 (4.89-5ubuntu1) artful; urgency=medium
691
692 * Merge from Debian testing.
693 Remaining changes:
694 - Show Ubuntu distribution in SMTP banner
695 - Build-Depends on lsb-release to detect Distribution.
696 - d/p/fix_smtp_banner.patch: Show Ubuntu distribution in SMTP banner.
697
698 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 16 Aug 2017 15:42:47 +0200
699
569exim4 (4.89-5) unstable; urgency=medium700exim4 (4.89-5) unstable; urgency=medium
570701
571 * Update to exim-4_89+fixes branch:702 * Update to exim-4_89+fixes branch:
@@ -610,6 +741,20 @@ exim4 (4.89-4) unstable; urgency=low
610741
611 -- Andreas Metzler <ametzler@debian.org> Sat, 15 Jul 2017 12:46:16 +0200742 -- Andreas Metzler <ametzler@debian.org> Sat, 15 Jul 2017 12:46:16 +0200
612743
744exim4 (4.89-3ubuntu2) artful; urgency=medium
745
746 * No-change rebuild for perl 5.26.0.
747
748 -- Matthias Klose <doko@ubuntu.com> Wed, 26 Jul 2017 20:02:24 +0000
749
750exim4 (4.89-3ubuntu1) artful; urgency=medium
751
752 * Merge from Debian. Remaining changes:
753 - Show Ubuntu distribution in SMTP banner.
754 - Build-Depends on lsb-release (needed for the Ubuntu SMTP banner patch)
755
756 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Tue, 27 Jun 2017 10:20:42 -0400
757
613exim4 (4.89-3) unstable; urgency=high758exim4 (4.89-3) unstable; urgency=high
614759
615 * Re-upload to unstable.760 * Re-upload to unstable.
@@ -622,6 +767,15 @@ exim4 (4.89-2+deb9u1) stretch-security; urgency=medium
622767
623 -- <jmm@debian.org> Wed, 14 Jun 2017 07:03:07 +0200768 -- <jmm@debian.org> Wed, 14 Jun 2017 07:03:07 +0200
624769
770exim4 (4.89-2ubuntu1) artful; urgency=medium
771
772 * Merge from Debian testing.
773 Remaining changes:
774 + Show Ubuntu distribution in SMTP banner.
775 + Build-Depends on lsb-release (needed for the Ubuntu SMTP banner patch)
776
777 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 01 Jun 2017 11:58:00 +0200
778
625exim4 (4.89-2) unstable; urgency=medium779exim4 (4.89-2) unstable; urgency=medium
626780
627 * Revert addition of header "# pidfile: /var/run/exim4/exim.pid" to781 * Revert addition of header "# pidfile: /var/run/exim4/exim.pid" to
@@ -713,6 +867,17 @@ exim4 (4.89~RC1-1) unstable; urgency=low
713867
714 -- Andreas Metzler <ametzler@debian.org> Tue, 31 Jan 2017 19:52:50 +0100868 -- Andreas Metzler <ametzler@debian.org> Tue, 31 Jan 2017 19:52:50 +0100
715869
870exim4 (4.88-5ubuntu1) zesty; urgency=medium
871
872 * Merge from Debian unstable.
873 Version 4.88 fixes CVE-2016-9963 (LP: #1654750) and symlink
874 local root escalation (LP: #1580454)
875 Remaining changes:
876 + Show Ubuntu distribution in SMTP banner.
877 + Build-Depends on lsb-release (needed for the Ubuntu SMTP banner patch)
878
879 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 24 Jan 2017 10:15:09 +0100
880
716exim4 (4.88-5) unstable; urgency=medium881exim4 (4.88-5) unstable; urgency=medium
717882
718 * 78_Disable-chunking-BDAT-by-default.patch: Change default value of main883 * 78_Disable-chunking-BDAT-by-default.patch: Change default value of main
@@ -865,6 +1030,20 @@ exim4 (4.88~RC1-1) experimental; urgency=low
8651030
866 -- Andreas Metzler <ametzler@debian.org> Sun, 25 Sep 2016 15:44:00 +02001031 -- Andreas Metzler <ametzler@debian.org> Sun, 25 Sep 2016 15:44:00 +0200
8671032
1033exim4 (4.87-3ubuntu2) zesty; urgency=medium
1034
1035 * No-change rebuild for perl 5.24 transition
1036
1037 -- Iain Lane <iain@orangesquash.org.uk> Mon, 24 Oct 2016 10:08:10 +0100
1038
1039exim4 (4.87-3ubuntu1) yakkety; urgency=medium
1040
1041 * Merge from Debian unstable. Remaining changes:
1042 + Show Ubuntu distribution in SMTP banner.
1043 + Build-Depends on lsb-release (needed for the Ubuntu SMTP banner patch)
1044
1045 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 26 Jul 2016 13:30:09 +0200
1046
868exim4 (4.87-3) unstable; urgency=medium1047exim4 (4.87-3) unstable; urgency=medium
8691048
870 * Pull multiple patches from upstream GIT:1049 * Pull multiple patches from upstream GIT:
@@ -1038,6 +1217,48 @@ exim4 (4.87~RC1-1) experimental; urgency=medium
10381217
1039 -- Andreas Metzler <ametzler@debian.org> Fri, 11 Dec 2015 20:15:30 +01001218 -- Andreas Metzler <ametzler@debian.org> Fri, 11 Dec 2015 20:15:30 +0100
10401219
1220exim4 (4.86.2-2ubuntu2.3) xenial-security; urgency=medium
1221
1222 * SECURITY UPDATE: Buffer overflow in base64d()
1223 - debian/patches/CVE-2018-6789.patch: fix overflow in
1224 src/auths/b64decode.c.
1225 - CVE-2018-6789
1226
1227 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Sat, 10 Feb 2018 14:18:40 -0500
1228
1229exim4 (4.86.2-2ubuntu2.2) xenial-security; urgency=medium
1230
1231 * SECURITY UPDATE: memory leak
1232 - debian/patches/93_CVE-2017-1000368.patch: free -p argument if
1233 allocation was required.
1234 - CVE-2017-1000368
1235
1236 -- Steve Beattie <sbeattie@ubuntu.com> Fri, 02 Jun 2017 22:07:28 -0700
1237
1238exim4 (4.86.2-2ubuntu2.1) xenial-security; urgency=medium
1239
1240 * SECURITY UPDATE: DKIM information leakage
1241 - debian/patches/CVE-2016-9963.patch: fix information leakage in
1242 src/dkim.c, src/transports/smtp.c.
1243 - CVE-2016-9963
1244
1245 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 05 Jan 2017 08:29:10 -0500
1246
1247exim4 (4.86.2-2ubuntu2) xenial; urgency=medium
1248
1249 * Rebuild against libmysqlclient20.
1250
1251 -- Robie Basak <robie.basak@ubuntu.com> Tue, 05 Apr 2016 12:21:41 +0000
1252
1253exim4 (4.86.2-2ubuntu1) xenial; urgency=medium
1254
1255 * Merge from Debian unstable. Remaining changes:
1256 - debian.control, debian/patches/fix_smtp_banner.patch
1257 + Show Ubuntu distribution in SMTP banner.
1258 + Build-Depends on lsb-release.
1259
1260 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Tue, 15 Mar 2016 11:56:18 -0400
1261
1041exim4 (4.86.2-2) unstable; urgency=high1262exim4 (4.86.2-2) unstable; urgency=high
10421263
1043 * Bump exim4-config Breaks to exim4-daemon-* (<< 4.86.2). Closes: #8167901264 * Bump exim4-config Breaks to exim4-daemon-* (<< 4.86.2). Closes: #816790
@@ -1059,6 +1280,27 @@ exim4 (4.86.2-1) unstable; urgency=high
10591280
1060 -- Andreas Metzler <ametzler@debian.org> Tue, 01 Mar 2016 19:34:39 +01001281 -- Andreas Metzler <ametzler@debian.org> Tue, 01 Mar 2016 19:34:39 +0100
10611282
1283exim4 (4.86-7ubuntu3) xenial; urgency=medium
1284
1285 * No-change rebuild for gnutls transition.
1286
1287 -- Matthias Klose <doko@ubuntu.com> Wed, 17 Feb 2016 22:40:56 +0000
1288
1289exim4 (4.86-7ubuntu2) xenial; urgency=medium
1290
1291 * Rebuild for Perl 5.22.1.
1292
1293 -- Colin Watson <cjwatson@ubuntu.com> Fri, 18 Dec 2015 10:30:54 +0000
1294
1295exim4 (4.86-7ubuntu1) xenial; urgency=medium
1296
1297 * Merge from Debian unstable. Remaining changes:
1298 - debian.control, debian/patches/fix_smtp_banner.patch
1299 + Show Ubuntu distribution in SMTP banner.
1300 + Build-Depends on lsb-release.
1301
1302 -- Pierre-André MOREY <pierre-andre.morey@canonical.com> Mon, 14 Dec 2015 14:23:51 +0100
1303
1062exim4 (4.86-7) unstable; urgency=medium1304exim4 (4.86-7) unstable; urgency=medium
10631305
1064 * Allow arch-indep build (dpkg-buildpackage -A). Closes: #8060231306 * Allow arch-indep build (dpkg-buildpackage -A). Closes: #806023
@@ -1109,6 +1351,15 @@ exim4 (4.86-4) unstable; urgency=medium
11091351
1110 -- Andreas Metzler <ametzler@debian.org> Sat, 17 Oct 2015 15:01:01 +02001352 -- Andreas Metzler <ametzler@debian.org> Sat, 17 Oct 2015 15:01:01 +0200
11111353
1354exim4 (4.86-3ubuntu1) wily; urgency=medium
1355
1356 * Merge from Debian unstable. (LP: #1485369) Remaining changes:
1357 - debian/control, debian/patches/fix_smtp_banner.patch:
1358 + Show Ubuntu distribution in SMTP banner.
1359 + Build-Depends on lsb-release.
1360
1361 -- Artur Rona <ari-tczew@ubuntu.com> Thu, 17 Sep 2015 13:18:20 +0100
1362
1112exim4 (4.86-3) unstable; urgency=medium1363exim4 (4.86-3) unstable; urgency=medium
11131364
1114 * Pull three patches from upstream git:1365 * Pull three patches from upstream git:
@@ -1149,6 +1400,15 @@ exim4 (4.86~RC5-1) unstable; urgency=medium
11491400
1150 -- Andreas Metzler <ametzler@debian.org> Sat, 18 Jul 2015 11:46:11 +02001401 -- Andreas Metzler <ametzler@debian.org> Sat, 18 Jul 2015 11:46:11 +0200
11511402
1403exim4 (4.86~RC4-2ubuntu1) wily; urgency=low
1404
1405 * Merge from Debian unstable. (LP: #1166671) Remaining changes:
1406 - debian/control, debian/patches/fix_smtp_banner.patch:
1407 + Show Ubuntu distribution in SMTP banner.
1408 + Build-Depends on lsb-release.
1409
1410 -- Artur Rona <ari-tczew@ubuntu.com> Mon, 06 Jul 2015 12:09:36 +0200
1411
1152exim4 (4.86~RC4-2) unstable; urgency=medium1412exim4 (4.86~RC4-2) unstable; urgency=medium
11531413
1154 * Drop libmysqlclient15-dev alternative build-dependency. Closes: #7904631414 * Drop libmysqlclient15-dev alternative build-dependency. Closes: #790463
@@ -1313,6 +1573,18 @@ exim4 (4.85~RC1+dfsg-1) experimental; urgency=medium
13131573
1314 -- Andreas Metzler <ametzler@debian.org> Tue, 18 Nov 2014 19:28:20 +01001574 -- Andreas Metzler <ametzler@debian.org> Tue, 18 Nov 2014 19:28:20 +0100
13151575
1576exim4 (4.84-8ubuntu1) vivid; urgency=low
1577
1578 * Merge from Debian unstable. (LP: #1434300) Remaining changes:
1579 - debian/control, debian/patches/fix_smtp_banner.patch:
1580 + Show Ubuntu distribution in SMTP banner.
1581 + Build-Depends on lsb-release.
1582 - debian/control:
1583 + Don't provide default-mta; in Ubuntu,
1584 we want postfix to be the default.
1585
1586 -- Artur Rona <ari-tczew@ubuntu.com> Thu, 19 Mar 2015 00:15:40 +0100
1587
1316exim4 (4.84-8) unstable; urgency=medium1588exim4 (4.84-8) unstable; urgency=medium
13171589
1318 * Pull 83_Remove-limit-on-remove_headers-item-size.-Bug-1533.patch and1590 * Pull 83_Remove-limit-on-remove_headers-item-size.-Bug-1533.patch and
@@ -1330,6 +1602,15 @@ exim4 (4.84-7) unstable; urgency=medium
13301602
1331 -- Andreas Metzler <ametzler@debian.org> Sat, 07 Feb 2015 15:12:33 +01001603 -- Andreas Metzler <ametzler@debian.org> Sat, 07 Feb 2015 15:12:33 +0100
13321604
1605exim4 (4.84-6ubuntu1) vivid; urgency=medium
1606
1607 * Resynchronise with Debian. Remaining changes:
1608 - Show Ubuntu distribution in SMTP banner.
1609 - Don't provide default-mta; in Ubuntu, we want postfix to be the
1610 default.
1611
1612 -- Colin Watson <cjwatson@ubuntu.com> Wed, 14 Jan 2015 11:26:29 +0000
1613
1333exim4 (4.84-6) unstable; urgency=medium1614exim4 (4.84-6) unstable; urgency=medium
13341615
1335 * Revert init script's restart order change in 4.84-4 for the time being.1616 * Revert init script's restart order change in 4.84-4 for the time being.
@@ -1338,6 +1619,15 @@ exim4 (4.84-6) unstable; urgency=medium
13381619
1339 -- Andreas Metzler <ametzler@debian.org> Sun, 21 Dec 2014 14:07:12 +01001620 -- Andreas Metzler <ametzler@debian.org> Sun, 21 Dec 2014 14:07:12 +0100
13401621
1622exim4 (4.84-5ubuntu1) vivid; urgency=medium
1623
1624 * Resynchronise with Debian. Remaining changes:
1625 - Show Ubuntu distribution in SMTP banner.
1626 - Don't provide default-mta; in Ubuntu, we want postfix to be the
1627 default.
1628
1629 -- Colin Watson <cjwatson@ubuntu.com> Thu, 18 Dec 2014 15:26:17 +0000
1630
1341exim4 (4.84-5) unstable; urgency=medium1631exim4 (4.84-5) unstable; urgency=medium
13421632
1343 * 82_quoted-or-r-2047-encoded.diff pulled from upstream git (sans1633 * 82_quoted-or-r-2047-encoded.diff pulled from upstream git (sans
@@ -1345,6 +1635,15 @@ exim4 (4.84-5) unstable; urgency=medium
13451635
1346 -- Andreas Metzler <ametzler@debian.org> Wed, 17 Dec 2014 19:03:39 +01001636 -- Andreas Metzler <ametzler@debian.org> Wed, 17 Dec 2014 19:03:39 +0100
13471637
1638exim4 (4.84-4ubuntu1) vivid; urgency=medium
1639
1640 * Resynchronise with Debian. Remaining changes:
1641 - Show Ubuntu distribution in SMTP banner.
1642 - Don't provide default-mta; in Ubuntu, we want postfix to be the
1643 default.
1644
1645 -- Colin Watson <cjwatson@ubuntu.com> Tue, 02 Dec 2014 15:28:46 +0000
1646
1348exim4 (4.84-4) unstable; urgency=medium1647exim4 (4.84-4) unstable; urgency=medium
13491648
1350 * Unset message_prefix/message_sufix in maildrop_pipe transport. Maildrop1649 * Unset message_prefix/message_sufix in maildrop_pipe transport. Maildrop
@@ -1359,6 +1658,15 @@ exim4 (4.84-4) unstable; urgency=medium
13591658
1360 -- Andreas Metzler <ametzler@debian.org> Sun, 30 Nov 2014 08:24:04 +01001659 -- Andreas Metzler <ametzler@debian.org> Sun, 30 Nov 2014 08:24:04 +0100
13611660
1661exim4 (4.84-3ubuntu1) vivid; urgency=medium
1662
1663 * Resynchronise with Debian. Remaining changes:
1664 - Show Ubuntu distribution in SMTP banner.
1665 - Don't provide default-mta; in Ubuntu, we want postfix to be the
1666 default.
1667
1668 -- Colin Watson <cjwatson@ubuntu.com> Tue, 11 Nov 2014 13:43:35 +0000
1669
1362exim4 (4.84-3) unstable; urgency=medium1670exim4 (4.84-3) unstable; urgency=medium
13631671
1364 * Apply patch to Italian (it) debconf template translation, thanks to1672 * Apply patch to Italian (it) debconf template translation, thanks to
@@ -1388,6 +1696,24 @@ exim4 (4.84~RC2-1) unstable; urgency=medium
13881696
1389 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Aug 2014 07:42:00 +02001697 -- Andreas Metzler <ametzler@debian.org> Sat, 09 Aug 2014 07:42:00 +0200
13901698
1699exim4 (4.84~RC1-3ubuntu2) utopic; urgency=medium
1700
1701 * Rebuild for Perl 5.20.0.
1702
1703 -- Colin Watson <cjwatson@ubuntu.com> Thu, 21 Aug 2014 12:18:13 +0100
1704
1705exim4 (4.84~RC1-3ubuntu1) utopic; urgency=low
1706
1707 * Merge from Debian unstable (LP: #1351470). Remaining changes:
1708 - Show Ubuntu distribution on smtp:
1709 + debian/patches/fix_smtp_banner.patch: updated SMTP banner
1710 with Ubuntu distribution
1711 + debian/control: added lsb-release build dependency
1712 - Don't provide default-mta; in Ubuntu, we want postfix to be the
1713 default.
1714
1715 -- Corey Bryant <corey.bryant@canonical.com> Mon, 04 Aug 2014 11:48:39 -0400
1716
1391exim4 (4.84~RC1-3) unstable; urgency=medium1717exim4 (4.84~RC1-3) unstable; urgency=medium
13921718
1393 * Third try. Simply comment *custom* in debian/control.1719 * Third try. Simply comment *custom* in debian/control.
@@ -1456,6 +1782,18 @@ exim4 (4.83~RC1-1) experimental; urgency=medium
14561782
1457 -- Andreas Metzler <ametzler@debian.org> Thu, 29 May 2014 13:09:04 +02001783 -- Andreas Metzler <ametzler@debian.org> Thu, 29 May 2014 13:09:04 +0200
14581784
1785exim4 (4.82.1-2ubuntu1) utopic; urgency=low
1786
1787 * Merge from Debian unstable (LP: #1348074). Remaining changes:
1788 - Show Ubuntu distribution on smtp:
1789 + debian/patches/fix_smtp_banner.patch: updated SMTP banner
1790 with Ubuntu distribution
1791 + debian/control: added lsb-release build dependency
1792 - Don't provide default-mta; in Ubuntu, we want postfix to be the
1793 default.
1794
1795 -- Robie Basak <robie.basak@ubuntu.com> Fri, 25 Jul 2014 15:53:09 +0000
1796
1459exim4 (4.82.1-2) unstable; urgency=high1797exim4 (4.82.1-2) unstable; urgency=high
14601798
1461 * [87_double_expansion.diff] from upstream. Stop unwanted double expansion1799 * [87_double_expansion.diff] from upstream. Stop unwanted double expansion
@@ -1473,6 +1811,18 @@ exim4 (4.82.1-1) unstable; urgency=high
14731811
1474 -- Andreas Metzler <ametzler@debian.org> Wed, 28 May 2014 19:01:43 +02001812 -- Andreas Metzler <ametzler@debian.org> Wed, 28 May 2014 19:01:43 +0200
14751813
1814exim4 (4.82-8ubuntu1) utopic; urgency=medium
1815
1816 * Merge from Debian unstable. Remaining changes:
1817 - Show Ubuntu distribution on smtp:
1818 + debian/patches/fix_smtp_banner.patch: updated SMTP banner
1819 with Ubuntu distribution
1820 + debian/control: added lsb-release build dependency
1821 - Don't provide default-mta; in Ubuntu, we want postfix to be the
1822 default.
1823
1824 -- Dimitri John Ledkov <xnox@ubuntu.com> Sat, 17 May 2014 01:50:20 +0100
1825
1476exim4 (4.82-8) unstable; urgency=medium1826exim4 (4.82-8) unstable; urgency=medium
14771827
1478 * Now that GMP has been relicensed to LGPLv3+/GPLv2+ build exim against1828 * Now that GMP has been relicensed to LGPLv3+/GPLv2+ build exim against
@@ -1536,6 +1886,78 @@ exim4 (4.82-4) unstable; urgency=medium
15361886
1537 -- Andreas Metzler <ametzler@debian.org> Sun, 09 Feb 2014 19:41:34 +01001887 -- Andreas Metzler <ametzler@debian.org> Sun, 09 Feb 2014 19:41:34 +0100
15381888
1889exim4 (4.82-3ubuntu2.4) trusty-security; urgency=medium
1890
1891 * SECURITY UPDATE: Buffer overflow in base64d()
1892 - debian/patches/CVE-2018-6789.patch: fix overflow in
1893 src/auths/b64decode.c.
1894 - CVE-2018-6789
1895
1896 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Sat, 10 Feb 2018 14:19:43 -0500
1897
1898exim4 (4.82-3ubuntu2.3) trusty-security; urgency=medium
1899
1900 * SECURITY UPDATE: memory leak
1901 - debian/patches/CVE-2017-1000368.patch: free -p argument if
1902 allocation was required.
1903 - CVE-2017-1000368
1904
1905 -- Steve Beattie <sbeattie@ubuntu.com> Fri, 02 Jun 2017 22:44:35 -0700
1906
1907exim4 (4.82-3ubuntu2.2) trusty-security; urgency=medium
1908
1909 * SECURITY UPDATE: DKIM information leakage
1910 - debian/patches/CVE-2016-9963.patch: fix information leakage in
1911 src/dkim.c, src/transports/smtp.c.
1912 - CVE-2016-9963
1913
1914 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 05 Jan 2017 08:31:06 -0500
1915
1916exim4 (4.82-3ubuntu2.1) trusty-security; urgency=medium
1917
1918 * SECURITY UPDATE: privilege escalation via crafted lookup value
1919 - debian/patches/CVE-2014-2972.patch: only expand integers for integer
1920 math once.
1921 - CVE-2014-2972
1922 * SECURITY UPDATE: privilege escalation when used with perl_startup
1923 - debian/patches/CVE-2016-1531.patch: add new add_environment and
1924 keep_environment configuration options.
1925 - debian/patches/CVE-2016-1531-2.patch: don't issue env warning if env
1926 is empty.
1927 - debian/patches/CVE-2016-1531-3.patch: store the initial working
1928 directory, expand $initial_cwd.
1929 - debian/patches/CVE-2016-1531-4.patch: delay chdir(/) until we opened
1930 the main config.
1931 - Add macros MAIN_KEEP_ENVIRONMENT and MAIN_ADD_ENVIRONMENT to set the
1932 new options. Set "keep_environment =" by default to avoid a runtime
1933 warning.
1934 - Bump exim4-config Breaks to exim4-daemon-* (<< 4.82-3ubuntu2.1).
1935 - debian/exim4-config.NEWS: Add entry to warn of potential breakage.
1936 - CVE-2016-1531
1937 * WARNING: This update may break existing installations.
1938
1939 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Mon, 14 Mar 2016 12:57:00 -0400
1940
1941exim4 (4.82-3ubuntu2) trusty; urgency=medium
1942
1943 * debian/tests/control: Add missing python test dependency, as
1944 debian/tests/security calls python.
1945
1946 -- Martin Pitt <martin.pitt@ubuntu.com> Tue, 25 Feb 2014 17:33:13 +0100
1947
1948exim4 (4.82-3ubuntu1) trusty; urgency=low
1949
1950 * Merge from Debian unstable (LP: #1259620). Remaining changes:
1951 - Show Ubuntu distribution on smtp:
1952 + debian/patches/fix_smtp_banner.patch: updated SMTP banner
1953 with Ubuntu distribution
1954 + debian/control: added lsb-release build dependency
1955 - Don't provide default-mta; in Ubuntu, we want postfix to be the
1956 default.
1957 - Build-depend on db5.3.
1958
1959 -- Yolanda Robla <yolanda.robla@canonical.com> Tue, 10 Dec 2013 17:07:20 +0000
1960
1539exim4 (4.82-3) unstable; urgency=low1961exim4 (4.82-3) unstable; urgency=low
15401962
1541 * Upload to unstable.1963 * Upload to unstable.
@@ -1616,6 +2038,21 @@ exim4 (4.82~rc1-1) experimental; urgency=low
16162038
1617 -- Andreas Metzler <ametzler@debian.org> Sun, 29 Sep 2013 14:43:25 +02002039 -- Andreas Metzler <ametzler@debian.org> Sun, 29 Sep 2013 14:43:25 +0200
16182040
2041exim4 (4.80-9ubuntu2) trusty; urgency=low
2042
2043 * Build-depend on libdb5.3-dev, instead of libdb5.1-dev.
2044
2045 -- Dmitrijs Ledkovs <xnox@ubuntu.com> Mon, 04 Nov 2013 12:14:54 +0000
2046
2047exim4 (4.80-9ubuntu1) trusty; urgency=low
2048
2049 * Resynchronise with Debian. Remaining changes:
2050 - Don't provide default-mta; in Ubuntu, we want postfix to be the
2051 default.
2052 - Add "Ubuntu" to SMTP banner.
2053
2054 -- Colin Watson <cjwatson@ubuntu.com> Mon, 28 Oct 2013 11:55:21 -0700
2055
1619exim4 (4.80-9) unstable; urgency=low2056exim4 (4.80-9) unstable; urgency=low
16202057
1621 * Upload to unstable.2058 * Upload to unstable.
@@ -1662,6 +2099,34 @@ exim4 (4.80-8) experimental; urgency=low
16622099
1663 -- Andreas Metzler <ametzler@debian.org> Sun, 01 Sep 2013 15:58:49 +02002100 -- Andreas Metzler <ametzler@debian.org> Sun, 01 Sep 2013 15:58:49 +0200
16642101
2102exim4 (4.80-7ubuntu4) trusty; urgency=low
2103
2104 * Rebuild for Perl 5.18.
2105
2106 -- Colin Watson <cjwatson@ubuntu.com> Wed, 23 Oct 2013 10:24:08 +0100
2107
2108exim4 (4.80-7ubuntu3) saucy; urgency=low
2109
2110 * debian/patches/fix_smtp_banner.patch: updated SMTP banner
2111 with Ubuntu distribution
2112 * debian/control: added lsb-release build dependency
2113
2114 -- Yolanda Robla <yolanda.robla@canonical.com> Tue, 18 Jun 2013 19:17:43 +0200
2115
2116exim4 (4.80-7ubuntu2) saucy; urgency=low
2117
2118 * debian/tests: Add autopkgtest.
2119
2120 -- Yolanda <yolanda.robla@canonical.com> Mon, 27 May 2013 11:31:35 +0200
2121
2122exim4 (4.80-7ubuntu1) raring; urgency=low
2123
2124 * Merge from Debian unstable (LP: #1166383). Remaining changes:
2125 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
2126 we want postfix to be the default.
2127
2128 -- Robie Basak <robie.basak@canonical.com> Mon, 08 Apr 2013 18:13:15 +0100
2129
1665exim4 (4.80-7) unstable; urgency=low2130exim4 (4.80-7) unstable; urgency=low
16662131
1667 * Use exim's ${quote:xxx} operator when invoking spfquery to disallow2132 * Use exim's ${quote:xxx} operator when invoking spfquery to disallow
@@ -1681,6 +2146,14 @@ exim4 (4.80-6) unstable; urgency=low
16812146
1682 -- Andreas Metzler <ametzler@debian.org> Wed, 21 Nov 2012 19:08:53 +01002147 -- Andreas Metzler <ametzler@debian.org> Wed, 21 Nov 2012 19:08:53 +0100
16832148
2149exim4 (4.80-5.1ubuntu1) raring; urgency=low
2150
2151 * Merge from Debian. Remaining changes:
2152 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
2153 we want postfix to be the default.
2154
2155 -- Oussama Bounaim <o.bounaim@gmail.com> Sun, 11 Nov 2012 07:11:06 +0100
2156
1684exim4 (4.80-5.1) unstable; urgency=high2157exim4 (4.80-5.1) unstable; urgency=high
16852158
1686 * Non-maintainer upload by the Security Team.2159 * Non-maintainer upload by the Security Team.
@@ -1708,6 +2181,23 @@ exim4 (4.80-4) unstable; urgency=low
17082181
1709 -- Andreas Metzler <ametzler@debian.org> Sat, 23 Jun 2012 18:35:03 +02002182 -- Andreas Metzler <ametzler@debian.org> Sat, 23 Jun 2012 18:35:03 +0200
17102183
2184exim4 (4.80-3ubuntu1.1) quantal-security; urgency=low
2185
2186 * SECURITY UPDATE: arbitrary code execution via dns decode logic
2187 - debian/patches/CVE-2012-5671.patch: adjust max length and validate
2188 against it in src/pdkim/pdkim.h, src/dkim.c.
2189 - CVE-2012-5671
2190
2191 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 25 Oct 2012 08:22:46 -0400
2192
2193exim4 (4.80-3ubuntu1) quantal; urgency=low
2194
2195 * Merge from Debian unstable. Remaining changes:
2196 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
2197 we want postfix to be the default.
2198
2199 -- Clint Byrum <clint@ubuntu.com> Thu, 14 Jun 2012 15:28:08 -0700
2200
1711exim4 (4.80-3) unstable; urgency=low2201exim4 (4.80-3) unstable; urgency=low
17122202
1713 * Pull 75_openssl_sni.diff from upstream. - Segfault caused by NULL2203 * Pull 75_openssl_sni.diff from upstream. - Segfault caused by NULL
@@ -1855,6 +2345,26 @@ exim4 (4.76-4) experimental; urgency=low
18552345
1856 -- Andreas Metzler <ametzler@debian.org> Sat, 24 Sep 2011 18:36:08 +02002346 -- Andreas Metzler <ametzler@debian.org> Sat, 24 Sep 2011 18:36:08 +0200
18572347
2348exim4 (4.76-3ubuntu3) precise; urgency=low
2349
2350 * Rebuild for libmysqlclient transition
2351
2352 -- Clint Byrum <clint@ubuntu.com> Wed, 23 Nov 2011 23:29:35 -0800
2353
2354exim4 (4.76-3ubuntu2) precise; urgency=low
2355
2356 * Rebuild for Perl 5.14.
2357
2358 -- Colin Watson <cjwatson@ubuntu.com> Wed, 16 Nov 2011 01:22:39 +0000
2359
2360exim4 (4.76-3ubuntu1) precise; urgency=low
2361
2362 * Merge from debian unstable. Remaining changes:
2363 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
2364 we want postfix to be the default.
2365
2366 -- Stéphane Graber <stgraber@ubuntu.com> Thu, 20 Oct 2011 11:29:07 -0400
2367
1858exim4 (4.76-3) unstable; urgency=low2368exim4 (4.76-3) unstable; urgency=low
18592369
1860 * [exim4-base.cron.daily] Correct invocation of mail(1), options need to be2370 * [exim4-base.cron.daily] Correct invocation of mail(1), options need to be
@@ -1875,6 +2385,14 @@ exim4 (4.76-3) unstable; urgency=low
18752385
1876 -- Andreas Metzler <ametzler@debian.org> Sun, 18 Sep 2011 11:49:13 +02002386 -- Andreas Metzler <ametzler@debian.org> Sun, 18 Sep 2011 11:49:13 +0200
18772387
2388exim4 (4.76-2ubuntu1) oneiric; urgency=low
2389
2390 * Merge from debian unstable. Remaining changes:
2391 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
2392 we want postfix to be the default.
2393
2394 -- Stéphane Graber <stgraber@ubuntu.com> Mon, 30 May 2011 17:48:56 -0400
2395
1878exim4 (4.76-2) unstable; urgency=low2396exim4 (4.76-2) unstable; urgency=low
18792397
1880 * debian/rules: Remove test/ and test-stamp on clean.2398 * debian/rules: Remove test/ and test-stamp on clean.
@@ -1887,6 +2405,14 @@ exim4 (4.76-2) unstable; urgency=low
18872405
1888 -- Andreas Metzler <ametzler@debian.org> Sun, 29 May 2011 18:21:03 +02002406 -- Andreas Metzler <ametzler@debian.org> Sun, 29 May 2011 18:21:03 +0200
18892407
2408exim4 (4.76-1ubuntu1) oneiric; urgency=low
2409
2410 * Merge from debian unstable. Remaining changes (LP: #779391):
2411 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
2412 we want postfix to be the default.
2413
2414 -- Stéphane Graber <stgraber@ubuntu.com> Mon, 23 May 2011 12:37:30 -0400
2415
1890exim4 (4.76-1) unstable; urgency=low2416exim4 (4.76-1) unstable; urgency=low
18912417
1892 * New upstream version.2418 * New upstream version.
@@ -1933,6 +2459,14 @@ exim4 (4.75-3) unstable; urgency=high
19332459
1934 -- Andreas Metzler <ametzler@debian.org> Fri, 06 May 2011 20:08:51 +02002460 -- Andreas Metzler <ametzler@debian.org> Fri, 06 May 2011 20:08:51 +0200
19352461
2462exim4 (4.75-2ubuntu1) oneiric; urgency=low
2463
2464 * Merge from debian unstable. Remaining changes:
2465 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
2466 we want postfix to be the default.
2467
2468 -- Stéphane Graber <stgraber@ubuntu.com> Fri, 06 May 2011 14:51:28 -0400
2469
1936exim4 (4.75-2) unstable; urgency=low2470exim4 (4.75-2) unstable; urgency=low
19372471
1938 * clamav socket on Debian is clamd:/var/run/clamav/clamd.ctl, fix2472 * clamav socket on Debian is clamd:/var/run/clamav/clamd.ctl, fix
@@ -1975,6 +2509,24 @@ exim4 (4.74-2) unstable; urgency=low
19752509
1976 -- Andreas Metzler <ametzler@debian.org> Thu, 24 Feb 2011 19:02:07 +01002510 -- Andreas Metzler <ametzler@debian.org> Thu, 24 Feb 2011 19:02:07 +0100
19772511
2512exim4 (4.74-1ubuntu1) natty; urgency=low
2513
2514 * Merge from debian experimental. Remaining changes: (LP: #713855)
2515 - debian/patches/71_exiq_grep_error_on_messages_without_size.patch:
2516 + Improve handling of broken messages when "exim4 -bp" (mailq)
2517 reports lines without size info. (Closes: #528625)
2518 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
2519 we want postfix to be the default.
2520 - debian/{control,rules}: Add and enable hardened build for PIE.
2521 (Closes: #542726)
2522 * Update 71_exiq_grep_error_on_messages_without_size.patch to get way
2523 which upstream has fixed it. Probably it can be dropped with next
2524 upstream release.
2525 * This upload fixes CVE: (LP: #708023)
2526 - CVE-2011-0017
2527
2528 -- Artur Rona <ari-tczew@ubuntu.com> Wed, 09 Feb 2011 21:31:35 +0100
2529
1978exim4 (4.74-1) experimental; urgency=low2530exim4 (4.74-1) experimental; urgency=low
19792531
1980 * 4.74 release, should build on hurd again.2532 * 4.74 release, should build on hurd again.
@@ -2000,6 +2552,20 @@ exim4 (4.74~rc2-1) experimental; urgency=low
20002552
2001 -- Andreas Metzler <ametzler@debian.org> Sun, 23 Jan 2011 14:02:36 +01002553 -- Andreas Metzler <ametzler@debian.org> Sun, 23 Jan 2011 14:02:36 +0100
20022554
2555exim4 (4.73~rc1-1ubuntu1) natty; urgency=low
2556
2557 * Merge from debian unstable. Remaining changes: (LP: #697934)
2558 - debian/patches/71_exiq_grep_error_on_messages_without_size.patch:
2559 + Improve handling of broken messages when "exim4 -bp" (mailq)
2560 reports lines without size info.
2561 - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
2562 we want postfix to be the default.
2563 - debian/{control,rules}: Add and enable hardened build for PIE.
2564 (Closes: #542726)
2565 * Drop B-D on libmysqlclient15-dev, resolved in Debian.
2566
2567 -- Artur Rona <ari-tczew@ubuntu.com> Tue, 28 Dec 2010 22:20:17 +0100
2568
2003exim4 (4.73~rc1-1) experimental; urgency=low2569exim4 (4.73~rc1-1) experimental; urgency=low
20042570
2005 * New upstream release candidate.2571 * New upstream release candidate.
@@ -2095,6 +2661,20 @@ exim4 (4.72-3) unstable; urgency=low
20952661
2096 -- Andreas Metzler <ametzler@debian.org> Sun, 26 Dec 2010 15:13:08 +01002662 -- Andreas Metzler <ametzler@debian.org> Sun, 26 Dec 2010 15:13:08 +0100
20972663
2664exim4 (4.72-2ubuntu1) natty; urgency=low
2665
2666 * Merge from debian unstable. Remaining changes: (LP: #671615)
2667 - debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
2668 Improve handling of broken messages when "exim4 -bp" (mailq) reports
2669 lines without size info.
2670 - Don't declare a Provides: default-mta; in Ubuntu, we want postfix to be
2671 the default.
2672 - debian/control: Change build dependencies to MySQL 5.1.
2673 - debian/{control,rules}: add and enable hardened build for PIE
2674 (Closes: #542726).
2675
2676 -- Artur Rona <ari-tczew@ubuntu.com> Fri, 05 Nov 2010 21:05:47 +0100
2677
2098exim4 (4.72-2) unstable; urgency=low2678exim4 (4.72-2) unstable; urgency=low
20992679
2100 [ Marc Haber ]2680 [ Marc Haber ]
@@ -2118,6 +2698,20 @@ exim4 (4.72-2) unstable; urgency=low
21182698
2119 -- Andreas Metzler <ametzler@debian.org> Sat, 30 Oct 2010 13:38:26 +02002699 -- Andreas Metzler <ametzler@debian.org> Sat, 30 Oct 2010 13:38:26 +0200
21202700
2701exim4 (4.72-1ubuntu1) maverick; urgency=low
2702
2703 * Merge with Debian unstable (LP: #609620). Remaining changes:
2704 + debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
2705 Improve handling of broken messages when "exim4 -bp" (mailq) reports
2706 lines without size info.
2707 + Don't declare a Provides: default-mta; in Ubuntu, we want postfix to be
2708 the default.
2709 + debian/control: Change build dependencies to MySQL 5.1.
2710 + debian/{control,rules}: add and enable hardened build for PIE
2711 (Closes: #542726).
2712
2713 -- Artur Rona <ari-tczew@tlen.pl> Sun, 25 Jul 2010 02:00:42 +0200
2714
2121exim4 (4.72-1) unstable; urgency=low2715exim4 (4.72-1) unstable; urgency=low
21222716
2123 * New upstream release. (Identical to the git snapshot previously2717 * New upstream release. (Identical to the git snapshot previously
@@ -2169,6 +2763,20 @@ exim4 (4.71-4) unstable; urgency=low
21692763
2170 -- Andreas Metzler <ametzler@debian.org> Thu, 25 Mar 2010 17:34:30 +01002764 -- Andreas Metzler <ametzler@debian.org> Thu, 25 Mar 2010 17:34:30 +0100
21712765
2766exim4 (4.71-3ubuntu1) lucid; urgency=low
2767
2768 * Merge with Debian unstable (lp: #501657). Remaining changes:
2769 + debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
2770 Improve handling of broken messages when "exim4 -bp" (mailq) reports
2771 lines without size info.
2772 + Don't declare a Provides: default-mta; in Ubuntu, we want postfix to be
2773 the default.
2774 + debian/control: Change build dependencies to MySQL 5.1.
2775 + debian/{control,rules}: add and enable hardened build for PIE
2776 (Debian bug 542726).
2777
2778 -- Michael Bienia <geser@ubuntu.com> Fri, 01 Jan 2010 16:28:19 +0100
2779
2172exim4 (4.71-3) unstable; urgency=low2780exim4 (4.71-3) unstable; urgency=low
21732781
2174 * exim4-base.cron.daily: Do not run exim_tidydb on Berkeley DB logfiles.2782 * exim4-base.cron.daily: Do not run exim_tidydb on Berkeley DB logfiles.
@@ -2283,6 +2891,35 @@ exim4 (4.70~cvs+20091017-1) experimental; urgency=low
22832891
2284 -- Andreas Metzler <ametzler@debian.org> Sat, 17 Oct 2009 14:26:54 +02002892 -- Andreas Metzler <ametzler@debian.org> Sat, 17 Oct 2009 14:26:54 +0200
22852893
2894exim4 (4.69-11ubuntu4) karmic; urgency=low
2895
2896 * debian/{control,rules}: add and enable hardened build for PIE
2897 (Debian bug 542726).
2898
2899 -- Kees Cook <kees@ubuntu.com> Thu, 20 Aug 2009 17:33:26 -0700
2900
2901exim4 (4.69-11ubuntu3) karmic; urgency=low
2902
2903 * debian/control: Change build dependencies to MySQL 5.1.
2904
2905 -- Mathias Gug <mathiaz@ubuntu.com> Mon, 17 Aug 2009 17:57:26 -0400
2906
2907exim4 (4.69-11ubuntu2) karmic; urgency=low
2908
2909 * Don't declare a Provides: default-mta; in Ubuntu, we want postfix to be
2910 the default.
2911
2912 -- Steve Langasek <steve.langasek@ubuntu.com> Wed, 03 Jun 2009 15:39:14 +0000
2913
2914exim4 (4.69-11ubuntu1) karmic; urgency=low
2915
2916 * Merge from debian unstable (LP: #375923), remaining changes:
2917 - debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
2918 Improve handling of broken messages when "exim4 -bp" (mailq) reports
2919 lines without size info
2920
2921 -- Thierry Carrez <thierry.carrez@ubuntu.com> Wed, 13 May 2009 12:15:29 +0200
2922
2286exim4 (4.69-11) unstable; urgency=medium2923exim4 (4.69-11) unstable; urgency=medium
22872924
2288 * Build-Depend on lynx-cur|lynx instead of lynx. (lynx is just a dummy2925 * Build-Depend on lynx-cur|lynx instead of lynx. (lynx is just a dummy
@@ -2340,6 +2977,15 @@ exim4 (4.69-10) unstable; urgency=low
23402977
2341 -- Andreas Metzler <ametzler@debian.org> Sat, 02 May 2009 09:05:56 +02002978 -- Andreas Metzler <ametzler@debian.org> Sat, 02 May 2009 09:05:56 +0200
23422979
2980exim4 (4.69-9ubuntu1) jaunty; urgency=low
2981
2982 [ Daniel van Eeden <launchpad@myname.nl> ]
2983 * debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
2984 Improve handling of broken messages when "exim4 -bp" (mailq) reports lines
2985 w/o size info, LP: #18194
2986
2987 -- Dustin Kirkland <kirkland@ubuntu.com> Wed, 11 Feb 2009 06:43:52 -0600
2988
2343exim4 (4.69-9) unstable; urgency=medium2989exim4 (4.69-9) unstable; urgency=medium
23442990
2345 * [update-exim4.conf]: Use POSIX character classes [:alnum:] or explicit2991 * [update-exim4.conf]: Use POSIX character classes [:alnum:] or explicit
diff --git a/debian/control b/debian/control
index cd773bb..bd816d4 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>
@@ -31,7 +32,8 @@ Build-Depends:
31 libxt-dev,32 libxt-dev,
32 lynx,33 lynx,
33 po-debconf,34 po-debconf,
34 xsltproc35 xsltproc,
36 lsb-release
3537
36Package: exim4-base38Package: exim4-base
37Architecture: any39Architecture: any
diff --git a/debian/patches/fix_smtp_banner.patch b/debian/patches/fix_smtp_banner.patch
38new file mode 10064440new 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 9629062..146ee58 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -17,3 +17,4 @@
1775_09-OpenSSL-Fix-aggregation-of-messages.patch1775_09-OpenSSL-Fix-aggregation-of-messages.patch
1875_10-Harden-plaintext-authenticator.patch1875_10-Harden-plaintext-authenticator.patch
1990_localscan_dlopen.dpatch1990_localscan_dlopen.dpatch
20fix_smtp_banner.patch

Subscribers

People subscribed via source and target branches