[ubuntu/resolute-proposed] exim4 4.99-4ubuntu1 (Accepted)

Renan Rodrigo rr at ubuntu.com
Mon Nov 24 12:44:19 UTC 2025


exim4 (4.99-4ubuntu1) resolute; urgency=medium

  * Merge with Debian unstable (LP: #2126017). Remaining changes:
    - Show Ubuntu distribution in SMTP banner
      + d/p/fix_smtp_banner.patch: Show Ubuntu distribution
        in SMTP banner.
      + d/control: 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. This reverts
      Vcs-Git commit 494f1fe, first released in 4.95~RC0-1.
      (LP #1952738)
      + d/control: drop Build-Depends on libspf2-dev.
      + d/EDITME.exim4-heavy.diff: disable support for libspf2.
      + d/d/c/a/30_exim4-config_check_rcpt: restore SPF logic based
        on spfquery.mail-spf-perl from spf-tools-perl, but without
        the previously supported helo detection.
  * Dropped changes:
    - d/p/Fix-build-error-with-gcc-15.patch: fix eximon ftbfs with gcc-15
      Closes: #1096601 (LP #2124274)
      [ Applied upstream in version 4.99-RC3 ]

exim4 (4.99-4) unstable; urgency=low

  * Upload to unstable.

exim4 (4.99-3) experimental; urgency=medium

  * Sync post 4.99 changelog-entry numbering with upstream git.
  * Fix file open modes for Gnu/Hurd.
    https://bugs.exim.org/show_bug.cgi?id=3175

exim4 (4.99-2) experimental; urgency=medium

  * Cherrypick post-release fixes:
    + 88_07-Build-quieten-sqlite-hints-Wunused-function-build.patch
    + 88_08-RFC-2047-fix-encode-operation.-Bug-3168.patch
    + 88_09-compiler-quietening.patch
    + 88_11-Fix-local-delivery-defers.patch
    + 88_12-Fix-remote-delivery-DNS-defers.-Bug-3172.patch

exim4 (4.99-1) experimental; urgency=medium

  * Point watchfile to release directory again.
  * New upstream stable release (almost unchanged since rc4).
    + Drop cherry-picked patches.
  * Cherrypick patch to avoid logging error on seeing TCP-drop after sending
    QUIT. (https://bugs.exim.org/show_bug.cgi?id=3121)
  * Cherrypick post-release fixes:
    + 88_01-Fix-taint-status-for-dbm-lookups.-Bug-3169.patch
    + 88_03-Fix-duplicate-address-processing-vs.-continued-trans.patch

exim4 (4.99~RC3-2) experimental; urgency=medium

  * Update to GIT head.

exim4 (4.99~RC3-1) experimental; urgency=medium

  * New upstream version.
  * Drop 82_Fix-build-error-with-gcc-15.patch, included upstream.
  * Enable sqlite for exim4-daemon-light.
  * Use sqlite instead of berkely db 5.3 for exim hints databases and dbm
    lookups. Closes: #1119165

exim4 (4.99~RC2-1) experimental; urgency=medium

  * Fold overlong lines when sending paniclog excerpts by mail. (Thanks,
    Célestin Matte) Closes: #1115604
  * New upstream version.
  * Do not DKIM-oversign empty Sender, Resent-* and List-* headers.
    This is minimal change to avoid bad settings, an optimal setting might
    look different. (Closes: #939808)

exim4 (4.99~RC1-1) experimental; urgency=low

  * Point watchfile to test release.
  * New upstream version.
    + Unfuzz patches, drop superfluous patches.
    * convert4r4 was dropped upstream, update docs and packaging.
    * Ancient upgrading docs wer also dropped upstream, adapt packaging.
    * Update build-time config (EDITME*).
    * Bump copyright year.

exim4 (4.98.2-2) unstable; urgency=medium

  * Set current_directory = /var/mail in mail_spool transport.
    Closes: #1106865
  * Fix eximon FTBFS with gcc-15. Closes: #1096601

Date: Tue, 18 Nov 2025 23:23:22 -0300
Changed-By: Renan Rodrigo <rr at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/exim4/4.99-4ubuntu1
-------------- next part --------------
Format: 1.8
Date: Tue, 18 Nov 2025 23:23:22 -0300
Source: exim4
Built-For-Profiles: noudeb
Architecture: source
Version: 4.99-4ubuntu1
Distribution: resolute
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Renan Rodrigo <rr at ubuntu.com>
Closes: 939808 1096601 1106865 1115604 1119165
Launchpad-Bugs-Fixed: 2126017
Changes:
 exim4 (4.99-4ubuntu1) resolute; urgency=medium
 .
   * Merge with Debian unstable (LP: #2126017). Remaining changes:
     - Show Ubuntu distribution in SMTP banner
       + d/p/fix_smtp_banner.patch: Show Ubuntu distribution
         in SMTP banner.
       + d/control: 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. This reverts
       Vcs-Git commit 494f1fe, first released in 4.95~RC0-1.
       (LP #1952738)
       + d/control: drop Build-Depends on libspf2-dev.
       + d/EDITME.exim4-heavy.diff: disable support for libspf2.
       + d/d/c/a/30_exim4-config_check_rcpt: restore SPF logic based
         on spfquery.mail-spf-perl from spf-tools-perl, but without
         the previously supported helo detection.
   * Dropped changes:
     - d/p/Fix-build-error-with-gcc-15.patch: fix eximon ftbfs with gcc-15
       Closes: #1096601 (LP #2124274)
       [ Applied upstream in version 4.99-RC3 ]
 .
 exim4 (4.99-4) unstable; urgency=low
 .
   * Upload to unstable.
 .
 exim4 (4.99-3) experimental; urgency=medium
 .
   * Sync post 4.99 changelog-entry numbering with upstream git.
   * Fix file open modes for Gnu/Hurd.
     https://bugs.exim.org/show_bug.cgi?id=3175
 .
 exim4 (4.99-2) experimental; urgency=medium
 .
   * Cherrypick post-release fixes:
     + 88_07-Build-quieten-sqlite-hints-Wunused-function-build.patch
     + 88_08-RFC-2047-fix-encode-operation.-Bug-3168.patch
     + 88_09-compiler-quietening.patch
     + 88_11-Fix-local-delivery-defers.patch
     + 88_12-Fix-remote-delivery-DNS-defers.-Bug-3172.patch
 .
 exim4 (4.99-1) experimental; urgency=medium
 .
   * Point watchfile to release directory again.
   * New upstream stable release (almost unchanged since rc4).
     + Drop cherry-picked patches.
   * Cherrypick patch to avoid logging error on seeing TCP-drop after sending
     QUIT. (https://bugs.exim.org/show_bug.cgi?id=3121)
   * Cherrypick post-release fixes:
     + 88_01-Fix-taint-status-for-dbm-lookups.-Bug-3169.patch
     + 88_03-Fix-duplicate-address-processing-vs.-continued-trans.patch
 .
 exim4 (4.99~RC3-2) experimental; urgency=medium
 .
   * Update to GIT head.
 .
 exim4 (4.99~RC3-1) experimental; urgency=medium
 .
   * New upstream version.
   * Drop 82_Fix-build-error-with-gcc-15.patch, included upstream.
   * Enable sqlite for exim4-daemon-light.
   * Use sqlite instead of berkely db 5.3 for exim hints databases and dbm
     lookups. Closes: #1119165
 .
 exim4 (4.99~RC2-1) experimental; urgency=medium
 .
   * Fold overlong lines when sending paniclog excerpts by mail. (Thanks,
     Célestin Matte) Closes: #1115604
   * New upstream version.
   * Do not DKIM-oversign empty Sender, Resent-* and List-* headers.
     This is minimal change to avoid bad settings, an optimal setting might
     look different. (Closes: #939808)
 .
 exim4 (4.99~RC1-1) experimental; urgency=low
 .
   * Point watchfile to test release.
   * New upstream version.
     + Unfuzz patches, drop superfluous patches.
     * convert4r4 was dropped upstream, update docs and packaging.
     * Ancient upgrading docs wer also dropped upstream, adapt packaging.
     * Update build-time config (EDITME*).
     * Bump copyright year.
 .
 exim4 (4.98.2-2) unstable; urgency=medium
 .
   * Set current_directory = /var/mail in mail_spool transport.
     Closes: #1106865
   * Fix eximon FTBFS with gcc-15. Closes: #1096601
Checksums-Sha1:
 20179976c41f1fe053d676af53e147dd977fb6c2 2756 exim4_4.99-4ubuntu1.dsc
 642d803bd045551ab18778ee449c155c4b3c8b84 1933348 exim4_4.99.orig.tar.xz
 8366626c40692240e62f81093f8ca1c282c5da0f 495328 exim4_4.99-4ubuntu1.debian.tar.xz
 a761f58aca29c9119b8cd88690362d052758692b 10339 exim4_4.99-4ubuntu1_source.buildinfo
Checksums-Sha256:
 25277af43baa9bdfdf3c3865662a4a961065226b390192102c94fa568c55e48e 2756 exim4_4.99-4ubuntu1.dsc
 5df38b042ffa9a9c8d31b20bc8481558070e361b06f657608622a62a327adcba 1933348 exim4_4.99.orig.tar.xz
 c2e7d649d71ed19ac9597b8ed15d2312a9624cf8693a08e0a478d67063edee27 495328 exim4_4.99-4ubuntu1.debian.tar.xz
 bc5f114a680f1fda208df1dd9ed18d0af5a0ef1fd18af0cbcfdf9498334e80bb 10339 exim4_4.99-4ubuntu1_source.buildinfo
Files:
 8100cefc64bf35342e164e55fa199b18 2756 mail standard exim4_4.99-4ubuntu1.dsc
 cea0577ba7203a4976d3157732155dc6 1933348 mail standard exim4_4.99.orig.tar.xz
 3639f6a2288347ca4dbda614b25f4934 495328 mail standard exim4_4.99-4ubuntu1.debian.tar.xz
 b690aa50131b4ade1897c45a46bfe31c 10339 mail standard exim4_4.99-4ubuntu1_source.buildinfo
Original-Maintainer: Exim4 Maintainers <pkg-exim4-maintainers at lists.alioth.debian.org>
Vcs-Git: https://git.launchpad.net/~rr/ubuntu/+source/exim4
Vcs-Git-Commit: 7466cfd32ad969eca07e40e9dc8bd19667f19629
Vcs-Git-Ref: refs/heads/merge-lp2126017-resolute


More information about the Resolute-changes mailing list