Change logs for exim4 source package in Oracular

  • exim4 (4.98-1ubuntu2) oracular; urgency=medium
    
      * No-change rebuild against debhelper 13.18ubuntu2 from -proposed
        (LP: #2077407)
    
     -- Bryce Harrington <email address hidden>  Sun, 15 Sep 2024 13:41:05 -0700
  • exim4 (4.98-1ubuntu1) oracular; urgency=medium
    
      * Merge with Debian unstable (LP: #2077046). 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.
    
    exim4 (4.98-1) unstable; urgency=medium
    
      * New stable release, almost identical to RC3.
    
    exim4 (4.98~RC3-2) unstable; urgency=medium
    
      * Upload to unstable.
      * RC3 fixes CVE-2024-39929 Closes: #1075785
    
    exim4 (4.98~RC3-1) experimental; urgency=low
    
      * New upstream release candidate.
    
    exim4 (4.98~RC2-1) experimental; urgency=low
    
      * New upstream release candidate.
    
    exim4 (4.98~RC1-1) experimental; urgency=low
    
      * New upstream release candidate.
    
    exim4 (4.98~RC0-1) experimental; urgency=low
    
      * Add minimal gbp.conf.
      * New upstream release candidate.
        + Drop cherry-picked patches, unfuzz 90_localscan_dlopen.dpatch.
        + Fixes hurd FTBFS. Closes: #1070396
        + Refresh debian/EDITME*
        + Add lintian-override for bash-term-in-posix-shell false positive in
          exinext sh/perl script.
      * Add NEWS entry to 4.97-1 regarding exiqgrep requiring at least one
        selection option and point to exim's -bpi option. Closes: #1027968
      * Ship newly available mailtest utility in exim4-base.
    
     -- Bryce Harrington <email address hidden>  Wed, 14 Aug 2024 20:46:04 -0700
  • exim4 (4.97-8ubuntu1) oracular; urgency=medium
    
      * Merge with Debian unstable (LP: #2064401). 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.
    
    exim4 (4.97-8) unstable; urgency=medium
    
      * Pull fixes from upstream GIT master:
        + 78_35-Fix-encoding-for-AUTH-on-MAIL-FROM.patch
        + 78_37-Logging-fix-receive-time-crash-with-recipients-loggi.patch
        + 78_39-SRS-fix-encode-for-local-part-with-zero-length-quote.patch (exim
          bug #3087)
    
    exim4 (4.97-7) unstable; urgency=medium
    
      * Pull fixes from upstream GIT master:
        + 78_30-Rewrites-fix-delivery-crash-from-constant-errors_to..patch (exim
          bug #3066)
        + 78_31-Lookups-fix-dbmnz-crash-on-zero-length-datum.-Bug-30.patch (exim
          bug #3081)
      * Update lintian overrides.
    
    exim4 (4.97-6) unstable; urgency=high
    
      * Add b-d on libnsl-dev to fix (temporary) FTBFS. Closes: #1065107
      * Pull fixes from upstream GIT master:
        78_10-Use-non-releaseable-memory-for-regex-match-strings.-.patch
        78_11-use-dynamic-mem-for-regex_match_string.patch
        78_12-Use-non-releasable-memory-for-regex-line-buffer.patch
        78_15-regex-avoid-releasing-built-RE-midloop.patch
        78_21-Lookups-avoid-leaking-user-passwd-from-server-spec-t.patch
        78_23-Fix-crash-on-empty-oMt-argument.-Bug-3070.patch
      * 78_06, 78_07, 78_10, 78_11, 78_12 and 78_15 together Closes: #1053447
    
    exim4 (4.97-5) unstable; urgency=low
    
      * Multiple fixes from upstream GIT master:
        + 73_Check-for-missing-commandline-arg-after-options-taki.patch (upstream
          bug #3049)
        + 76_01-Support-old-format-message_id-spoolfiles-for-mailq-b.patch
          (upstream bug #3050)
        + 76_05-Fix-periodic-queue-runs.-Bug-3046.patch (upstream bug #3046)
        + 78_01-Fix-recipient-or-source-selection-in-combination-wit.patch
          (upstream bug #3064)
        + 78_02-Eximon-handle-new-format-message-IDs.patch (upstream bug #)
        + 78_03-Lookups-log-warning-for-deprecated-syntax.-Bug-3068.patch
          (upstream bug #3068)
        + 78_04-Exinext-handle-new-format-message-IDs.patch
        + 78_05-TLS-fix-startup-after-forced-fail.patch (upstream bug #)
        + 78_06-Appendfile-release-regex-match-store-every-thousand-.patch
          (upstream bug #3047)
        + 78_07-ACL-in-regex-condition-release-store-every-thousand-.patch
          (upstream bug #3047)
        + 78_08-Fix-smtp-transport-response-to-close-after-all-rcpt-.patch
          (upstream bug #3059)
    
     -- Bryce Harrington <email address hidden>  Mon, 20 May 2024 15:48:10 -0700
  • exim4 (4.97-4ubuntu4) noble; urgency=medium
    
      * No-change rebuild for CVE-2024-3094
    
     -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 18:12:56 +0000