[ubuntu/lunar-proposed] exim4 4.96-9ubuntu1 (Accepted)

Marc Deslauriers marc.deslauriers at ubuntu.com
Thu Dec 8 17:52:13 UTC 2022


exim4 (4.96-9ubuntu1) lunar; urgency=medium

  * Merge with Debian unstable. (LP: #1993399) Remaining changes:
    - Show Ubuntu distribution in SMTP banner
      + d/p/fix_smtp_banner.patch: Show Ubuntu distribution
        in SMTP banner.
      + Build-Depends on lsb-release to detect Distribution.
    - Disable external SPF support to avoid Build-Depends on libspf2-dev
      (only available in universe). SPF can still be implemented via
      spf-tools-perl, as documented in exim4.conf.template. (LP #1952738)
      This reverts Vcs-Git commit 494f1fe, first released in 4.95~RC0-1.
      Changes:
       + d/control: drop Build-Depends on libspf2-dev.
       + d/d/c/a/30_exim4-config_check_rcpt: restore SPF logic based
         on spfquery.mail-spf-perl from spf-tools-perl.
       + d/EDITME.exim4-heavy.diff: disable support for libspf2.

exim4 (4.96-9) unstable; urgency=medium

  * Cherrypick three fixes from upstream GIT master:
    + 75_31-Fix-regext-substring-capture-variables-for-null-matc.patch
    + 75_32-Fix-regex-substring-capture-variables-for-null-match.patch
    + 75_34-Fix-regex-substring-capture-commentary.-Bug-2933.patch

exim4 (4.96-8) unstable; urgency=medium

  * Cherrypick two fixes from upstream GIT master:
    + 75_22-Fix-daemon-startup.-Bug-2930.patch
    + 75_23-Fix-reccipients-after-run.-.-Bug-2929.patch

exim4 (4.96-7) unstable; urgency=high

  * Replace 85_dmarc-api-breakage-workaround.diff with version from upstream
    GIT master 75_18-Fix-Build-with-libopendmarc-1.4.x-fixes-2728.patch.
  * 75_19-DMARC-fix-use-after-free-in-dmarc_dns_lookup.patch: Fix
    use-after-free in dmarc.c. VDB-211919 / CVE-2022-3620.
    This does not affect Debian *binary* packages since they are not built
    with DMARC support. Closes: #1022556

exim4 (4.96-6) unstable; urgency=low

  * Use a limit of 1G instead of 2G in message_linelength_limit. (Thanks,
    Frederic Peters) Closes: #1021503

exim4 (4.96-5) unstable; urgency=low

  * Add pointers to /etc/mailname documentation to exim4-config_files.5.
    Closes: #1019946
  * Change remote_smtp transports to set message_linelength_limit = 2G if
    IGNORE_SMTP_LINE_LENGTH_LIMIT was set to avoid accepting messages (due to
    IGNORE_SMTP_LINE_LENGTH_LIMIT disabling the limit in the ACLs) without
    being able to pass them on. Closes: #1019959
  * Pull 75_16-GnuTLS-fix-for-clients-offering-no-TLS-extensions.patch from
    upstream GIT.

exim4 (4.96-4) unstable; urgency=low

  * Cherrypick two fixes from upstream GIT master:
    + 75_05-SPF-fix-memory-accounting-for-error-case.patch
    + 75_08-Fix-regex-n-use-after-free.-Bug-2915.patch
      75_09-Fix-non-WITH_CONTENT_SCAN-build.patch
      75_10-Fix-non-WITH_CONTENT_SCAN-build-2.patch
      75_11-Fix-non-WITH_CONTENT_SCAN-build-3.patch
   * 85_dmarc-api-breakage-workaround.diff: Fix build-error against
     opendmarc-1.4 which broke API and ABI without soname bump.
     Closes: #1014945

Date: Thu, 08 Dec 2022 12:19:10 -0500
Changed-By: Marc Deslauriers <marc.deslauriers at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/exim4/4.96-9ubuntu1
-------------- next part --------------
Format: 1.8
Date: Thu, 08 Dec 2022 12:19:10 -0500
Source: exim4
Built-For-Profiles: noudeb
Architecture: source
Version: 4.96-9ubuntu1
Distribution: lunar
Urgency: high
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Marc Deslauriers <marc.deslauriers at ubuntu.com>
Closes: 1014945 1019946 1019959 1021503 1022556
Launchpad-Bugs-Fixed: 1993399
Changes:
 exim4 (4.96-9ubuntu1) lunar; urgency=medium
 .
   * Merge with Debian unstable. (LP: #1993399) Remaining changes:
     - Show Ubuntu distribution in SMTP banner
       + d/p/fix_smtp_banner.patch: Show Ubuntu distribution
         in SMTP banner.
       + Build-Depends on lsb-release to detect Distribution.
     - Disable external SPF support to avoid Build-Depends on libspf2-dev
       (only available in universe). SPF can still be implemented via
       spf-tools-perl, as documented in exim4.conf.template. (LP #1952738)
       This reverts Vcs-Git commit 494f1fe, first released in 4.95~RC0-1.
       Changes:
        + d/control: drop Build-Depends on libspf2-dev.
        + d/d/c/a/30_exim4-config_check_rcpt: restore SPF logic based
          on spfquery.mail-spf-perl from spf-tools-perl.
        + d/EDITME.exim4-heavy.diff: disable support for libspf2.
 .
 exim4 (4.96-9) unstable; urgency=medium
 .
   * Cherrypick three fixes from upstream GIT master:
     + 75_31-Fix-regext-substring-capture-variables-for-null-matc.patch
     + 75_32-Fix-regex-substring-capture-variables-for-null-match.patch
     + 75_34-Fix-regex-substring-capture-commentary.-Bug-2933.patch
 .
 exim4 (4.96-8) unstable; urgency=medium
 .
   * Cherrypick two fixes from upstream GIT master:
     + 75_22-Fix-daemon-startup.-Bug-2930.patch
     + 75_23-Fix-reccipients-after-run.-.-Bug-2929.patch
 .
 exim4 (4.96-7) unstable; urgency=high
 .
   * Replace 85_dmarc-api-breakage-workaround.diff with version from upstream
     GIT master 75_18-Fix-Build-with-libopendmarc-1.4.x-fixes-2728.patch.
   * 75_19-DMARC-fix-use-after-free-in-dmarc_dns_lookup.patch: Fix
     use-after-free in dmarc.c. VDB-211919 / CVE-2022-3620.
     This does not affect Debian *binary* packages since they are not built
     with DMARC support. Closes: #1022556
 .
 exim4 (4.96-6) unstable; urgency=low
 .
   * Use a limit of 1G instead of 2G in message_linelength_limit. (Thanks,
     Frederic Peters) Closes: #1021503
 .
 exim4 (4.96-5) unstable; urgency=low
 .
   * Add pointers to /etc/mailname documentation to exim4-config_files.5.
     Closes: #1019946
   * Change remote_smtp transports to set message_linelength_limit = 2G if
     IGNORE_SMTP_LINE_LENGTH_LIMIT was set to avoid accepting messages (due to
     IGNORE_SMTP_LINE_LENGTH_LIMIT disabling the limit in the ACLs) without
     being able to pass them on. Closes: #1019959
   * Pull 75_16-GnuTLS-fix-for-clients-offering-no-TLS-extensions.patch from
     upstream GIT.
 .
 exim4 (4.96-4) unstable; urgency=low
 .
   * Cherrypick two fixes from upstream GIT master:
     + 75_05-SPF-fix-memory-accounting-for-error-case.patch
     + 75_08-Fix-regex-n-use-after-free.-Bug-2915.patch
       75_09-Fix-non-WITH_CONTENT_SCAN-build.patch
       75_10-Fix-non-WITH_CONTENT_SCAN-build-2.patch
       75_11-Fix-non-WITH_CONTENT_SCAN-build-3.patch
    * 85_dmarc-api-breakage-workaround.diff: Fix build-error against
      opendmarc-1.4 which broke API and ABI without soname bump.
      Closes: #1014945
Checksums-Sha1:
 749231a58f2444142fa79c91804d169ee517887f 2996 exim4_4.96-9ubuntu1.dsc
 81de6882bb8611d537b5286d8a48ad31f8787609 1879152 exim4_4.96.orig.tar.xz
 26d2e687451ebbf4523d5caaa8e25e306a481f77 508 exim4_4.96.orig.tar.xz.asc
 37af77f402f747badff71bedb046c052e640c91d 481468 exim4_4.96-9ubuntu1.debian.tar.xz
 f1aa5c7466636e577f1bd2f31456e002216faffc 9360 exim4_4.96-9ubuntu1_source.buildinfo
Checksums-Sha256:
 9482c509a3c26e40c694ad951bdbb5be2e8b2e933c42492381b7669e543d1890 2996 exim4_4.96-9ubuntu1.dsc
 299a56927b2eb3477daafd3c5bda02bc67e5c4e5898a7aeaf2740875278cf1a3 1879152 exim4_4.96.orig.tar.xz
 9d868dbe6ef823dd563371dc0aadbe58475cd6e42ac8998bfb2b922db3f0fdd0 508 exim4_4.96.orig.tar.xz.asc
 078950c355424d15e44a5ae2c56c25a21a65127a1dc93926a00fb71372a0c9d3 481468 exim4_4.96-9ubuntu1.debian.tar.xz
 b1025e5706a664278d483628941cc844b9361d725508b6d18e6a6fc63c88635e 9360 exim4_4.96-9ubuntu1_source.buildinfo
Files:
 5ebae7e0eeb4a05665ad6e8d629c4e52 2996 mail standard exim4_4.96-9ubuntu1.dsc
 0d10d5b10f2af77ec8c2c2fe5be6c1ad 1879152 mail standard exim4_4.96.orig.tar.xz
 42256a69a100da4990152c9ff695d95e 508 mail standard exim4_4.96.orig.tar.xz.asc
 a89089533e8686be3a2c105fdfe34bf1 481468 mail standard exim4_4.96-9ubuntu1.debian.tar.xz
 0c06e049d57035bafd9449e19ddae189 9360 mail standard exim4_4.96-9ubuntu1_source.buildinfo
Original-Maintainer: Exim4 Maintainers <pkg-exim4-maintainers at lists.alioth.debian.org>


More information about the lunar-changes mailing list