[ubuntu/wily-proposed] exim4 4.86~RC4-2ubuntu1 (Accepted)

Artur Rona ari-tczew at ubuntu.com
Mon Jul 6 11:52:16 UTC 2015


exim4 (4.86~RC4-2ubuntu1) wily; urgency=low

  * Merge from Debian unstable. (LP: #1166671) Remaining changes:
    - debian/control, debian/patches/fix_smtp_banner.patch:
      + Show Ubuntu distribution in SMTP banner.
      + Build-Depends on lsb-release.

exim4 (4.86~RC4-2) unstable; urgency=medium

  * Drop libmysqlclient15-dev alternative build-dependency. Closes: #790463
  * Update list of upstream gpg-keys (0x4D1E900E14C1CC04 Phil Pennock,
    0x85AB833FDDC03262 Nigel Metheringham, 0xFFC0F14C84C71B6E Tony Finch,
    0xC4F4F94804D29EBA Todd Lyons, 0xBCE58C8CE41F32DF Jeremy Harris,
    0x63762CDA67E2F359 David Woodhouse, 0xAD5EDBB793EC57E4 Graeme Fowler),
    transition from debian/upstream-signing-key.pgp to
    debian/upstream/signing-key.asc.
  * Pull 75_Bump-LOCAL_SCAN_ABI_VERSION.patch from upstream GIT and update
    exim4-localscanapi-x.y provides to 2.0. A binNMU of sa-exim will then
    properly fix the issue. Closes: #790616

exim4 (4.86~RC4-1) unstable; urgency=medium

  * unexport/undefine TZ in debian/rules for reproducible build. It would be
    used as default value for TIMEZONE_DEFAULT.
  * New upstream version.
    + Unfuzz 31_eximmanpage.dpatch.

exim4 (4.86~RC3-2) unstable; urgency=medium

  * Upload to unstable.

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

  * Don't provide default-mta on Ubuntu and Ubuntu-derivatives. See LP-bug
    1166671.
  * New upstream version.

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

  * Drop nowadays unneeded XS-Testsuite: autopkgtest in debian/control
    (Thanks, lintian).
  * New upstream version:
    +Drop included patches.
     (-72_0001-Guard-routing-against-a-null-deref.-Bug-1639.patch,
     72_0002-Spamd-add-missing-initialiser.-Rspamd-mode-was-incor.patch,
     72_0003-DSN-fix-null-deref-when-bounce-is-due-to-conn-timeou.patch,
     72_0004-Content-scan-Use-ETIMEDOUT-not-ETIME-as-having-bette.patch)
  * Sync Debian config with upstream default config:
    + Set prdr_enable.
    + Add +smtp_protocol_error +smtp_syntax_error +tls_certificate_verified to
      log_selector option value.

exim4 (4.86~RC1-3) experimental; urgency=medium

  * Get time and date of latest debian/changelog entry and patch exim(on) to
    use these instead of __DATE__ and __TIME__.
  * Pull 72_0004-Content-scan-Use-ETIMEDOUT-not-ETIME-as-having-bette.patch
    from GIT to fix FTBFS on kfreebsd.

exim4 (4.86~RC1-2) experimental; urgency=medium

  * Pull three post-release fixes from upstream GIT. (null pointer
    derefencing, and spam scanning defaulting to rspam mode)
    + 72_0001-Guard-routing-against-a-null-deref.-Bug-1639.patch
    + 72_0002-Spamd-add-missing-initialiser.-Rspamd-mode-was-incor.patch
    + 72_0003-DSN-fix-null-deref-when-bounce-is-due-to-conn-timeou.patch

exim4 (4.86~RC1-1) experimental; urgency=medium

  * New upstream release.
    + Drop 84_Fix-truncation-of-items-in-headers_remove-lists-this.patch,
      refresh patches.
    + Update EDITME*, enable AUTH_TLS for -heavy.
    + Sync Debian config with upstream default config, rfc1413 calls are now
      disabled by default.
    + Uses MIME format bounce messages (RFC 3461). Closes: #230284,#400741
    + The spamd_address main option now supports an optional timeout value per
      server (tmo=timespec), it defaults two 2 minutes. Closes:  #297915
    + spamd_address also accepts hostnames and IPv6 addresses. Closes: #751687
    + log reason for defer, on a hostlist dns-lookup temporary error.
      Closes: #670035

exim4 (4.85-3) unstable; urgency=medium

  * Upload to unstable.

exim4 (4.85-2) experimental; urgency=medium

  * Merge from unstable 4.84-8.
    + Tighten dependency of exim4 on exim4-base to (>= ${source:Version}) and
      (<< ${source:Version}.1), at least source version, but not the next
      sourceful upload. Closes: #777246
    + Pull 84_Fix-truncation-of-items-in-headers_remove-lists-this.patch from
      upstream GIT which fixes breakage of string-expansion in headers_remove
      commands. (Thanks Gordon Dickens, for the pointer.) -
      83_Remove-limit-on-remove_headers-item-size.-Bug-1533.patch not added
      here since it already part of 4.85.

exim4 (4.85-1) experimental; urgency=medium

  * exim4-config_files.5: Escape dots in regex. (Thanks, ael)
  * New upstream version.

exim4 (4.85~RC4-1) experimental; urgency=medium

  * update-exim4.conf:
    + Drop unused variable UPEX4C_internal_tmp.
    + Use tempfile(1) if the generated file will not be written to
      /var/lib/exim4/.
    + Add --check option.
  * init-script: On restart use update-exim4.conf --check before stopping the
    daemon. (This is a no-op with systemd since its sysv compat layer
    translates "foo restart" into "foo stop" "foo start" instead of using the
    init scripts restart target.)
  * Handle _RC in watchfile with uversionmangle.
  * New upstream version.
    + Stop repacking source, rfcs have been dropped.

exim4 (4.85~RC3+dfsg-1) experimental; urgency=medium

  * New upstream version.

exim4 (4.85~RC2+dfsg-1) experimental; urgency=medium

  * New upstream version.
  * Unfuzz patches: 50_localscan_dlopen.dpatch 67_unnecessaryCopt.diff
    70_remove_exim-users_references.dpatch.

exim4 (4.85~RC1+dfsg-1) experimental; urgency=medium

  * Unset message_prefix/message_sufix in maildrop_pipe transport. Maildrop
    neither expects a mbox-style From nor an empty line add the end. (Thanks,
    Edward Betts) Closes: #769396
  * Change the init script's restart order from { regenerate_config; stop;
    start ; } to { stop; regenerate_config; start ; }. (Thanks, Jakub Warmuz)
    Closes: #768874
  * New upstream version.
    + Unfuzz 66_enlarge-dh-parameters-size.dpatch
    + Drop 80_mime_empty_charset.diff.
  * Remove rfc from upstream source and repack it.

Date: Mon, 06 Jul 2015 12:09:36 +0200
Changed-By: Artur Rona <ari-tczew at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Daniel Holbach <daniel.holbach at ubuntu.com>
https://launchpad.net/ubuntu/+source/exim4/4.86~RC4-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 06 Jul 2015 12:09:36 +0200
Source: exim4
Binary: exim4-base exim4-config exim4-daemon-light exim4 exim4-daemon-heavy eximon4 exim4-dbg exim4-daemon-light-dbg exim4-daemon-heavy-dbg exim4-dev
Architecture: source
Version: 4.86~RC4-2ubuntu1
Distribution: wily
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Artur Rona <ari-tczew at ubuntu.com>
Description:
 exim4      - metapackage to ease Exim MTA (v4) installation
 exim4-base - support files for all Exim MTA (v4) packages
 exim4-config - configuration for the Exim MTA (v4)
 exim4-daemon-heavy - Exim MTA (v4) daemon with extended features, including exiscan-ac
 exim4-daemon-heavy-dbg - debugging symbols for the Exim MTA "heavy" daemon
 exim4-daemon-light - lightweight Exim MTA (v4) daemon
 exim4-daemon-light-dbg - debugging symbols for the Exim MTA "light" daemon
 exim4-dbg  - debugging symbols for the Exim MTA (utilities)
 exim4-dev  - header files for the Exim MTA (v4) packages
 eximon4    - monitor application for the Exim MTA (v4) (X11 interface)
Closes: 230284 297915 400741 670035 751687 768874 769396 777246 790463 790616
Launchpad-Bugs-Fixed: 1166671
Changes:
 exim4 (4.86~RC4-2ubuntu1) wily; urgency=low
 .
   * Merge from Debian unstable. (LP: #1166671) Remaining changes:
     - debian/control, debian/patches/fix_smtp_banner.patch:
       + Show Ubuntu distribution in SMTP banner.
       + Build-Depends on lsb-release.
 .
 exim4 (4.86~RC4-2) unstable; urgency=medium
 .
   * Drop libmysqlclient15-dev alternative build-dependency. Closes: #790463
   * Update list of upstream gpg-keys (0x4D1E900E14C1CC04 Phil Pennock,
     0x85AB833FDDC03262 Nigel Metheringham, 0xFFC0F14C84C71B6E Tony Finch,
     0xC4F4F94804D29EBA Todd Lyons, 0xBCE58C8CE41F32DF Jeremy Harris,
     0x63762CDA67E2F359 David Woodhouse, 0xAD5EDBB793EC57E4 Graeme Fowler),
     transition from debian/upstream-signing-key.pgp to
     debian/upstream/signing-key.asc.
   * Pull 75_Bump-LOCAL_SCAN_ABI_VERSION.patch from upstream GIT and update
     exim4-localscanapi-x.y provides to 2.0. A binNMU of sa-exim will then
     properly fix the issue. Closes: #790616
 .
 exim4 (4.86~RC4-1) unstable; urgency=medium
 .
   * unexport/undefine TZ in debian/rules for reproducible build. It would be
     used as default value for TIMEZONE_DEFAULT.
   * New upstream version.
     + Unfuzz 31_eximmanpage.dpatch.
 .
 exim4 (4.86~RC3-2) unstable; urgency=medium
 .
   * Upload to unstable.
 .
 exim4 (4.86~RC3-1) experimental; urgency=medium
 .
   * Don't provide default-mta on Ubuntu and Ubuntu-derivatives. See LP-bug
     1166671.
   * New upstream version.
 .
 exim4 (4.86~RC2-1) experimental; urgency=medium
 .
   * Drop nowadays unneeded XS-Testsuite: autopkgtest in debian/control
     (Thanks, lintian).
   * New upstream version:
     +Drop included patches.
      (-72_0001-Guard-routing-against-a-null-deref.-Bug-1639.patch,
      72_0002-Spamd-add-missing-initialiser.-Rspamd-mode-was-incor.patch,
      72_0003-DSN-fix-null-deref-when-bounce-is-due-to-conn-timeou.patch,
      72_0004-Content-scan-Use-ETIMEDOUT-not-ETIME-as-having-bette.patch)
   * Sync Debian config with upstream default config:
     + Set prdr_enable.
     + Add +smtp_protocol_error +smtp_syntax_error +tls_certificate_verified to
       log_selector option value.
 .
 exim4 (4.86~RC1-3) experimental; urgency=medium
 .
   * Get time and date of latest debian/changelog entry and patch exim(on) to
     use these instead of __DATE__ and __TIME__.
   * Pull 72_0004-Content-scan-Use-ETIMEDOUT-not-ETIME-as-having-bette.patch
     from GIT to fix FTBFS on kfreebsd.
 .
 exim4 (4.86~RC1-2) experimental; urgency=medium
 .
   * Pull three post-release fixes from upstream GIT. (null pointer
     derefencing, and spam scanning defaulting to rspam mode)
     + 72_0001-Guard-routing-against-a-null-deref.-Bug-1639.patch
     + 72_0002-Spamd-add-missing-initialiser.-Rspamd-mode-was-incor.patch
     + 72_0003-DSN-fix-null-deref-when-bounce-is-due-to-conn-timeou.patch
 .
 exim4 (4.86~RC1-1) experimental; urgency=medium
 .
   * New upstream release.
     + Drop 84_Fix-truncation-of-items-in-headers_remove-lists-this.patch,
       refresh patches.
     + Update EDITME*, enable AUTH_TLS for -heavy.
     + Sync Debian config with upstream default config, rfc1413 calls are now
       disabled by default.
     + Uses MIME format bounce messages (RFC 3461). Closes: #230284,#400741
     + The spamd_address main option now supports an optional timeout value per
       server (tmo=timespec), it defaults two 2 minutes. Closes:  #297915
     + spamd_address also accepts hostnames and IPv6 addresses. Closes: #751687
     + log reason for defer, on a hostlist dns-lookup temporary error.
       Closes: #670035
 .
 exim4 (4.85-3) unstable; urgency=medium
 .
   * Upload to unstable.
 .
 exim4 (4.85-2) experimental; urgency=medium
 .
   * Merge from unstable 4.84-8.
     + Tighten dependency of exim4 on exim4-base to (>= ${source:Version}) and
       (<< ${source:Version}.1), at least source version, but not the next
       sourceful upload. Closes: #777246
     + Pull 84_Fix-truncation-of-items-in-headers_remove-lists-this.patch from
       upstream GIT which fixes breakage of string-expansion in headers_remove
       commands. (Thanks Gordon Dickens, for the pointer.) -
       83_Remove-limit-on-remove_headers-item-size.-Bug-1533.patch not added
       here since it already part of 4.85.
 .
 exim4 (4.85-1) experimental; urgency=medium
 .
   * exim4-config_files.5: Escape dots in regex. (Thanks, ael)
   * New upstream version.
 .
 exim4 (4.85~RC4-1) experimental; urgency=medium
 .
   * update-exim4.conf:
     + Drop unused variable UPEX4C_internal_tmp.
     + Use tempfile(1) if the generated file will not be written to
       /var/lib/exim4/.
     + Add --check option.
   * init-script: On restart use update-exim4.conf --check before stopping the
     daemon. (This is a no-op with systemd since its sysv compat layer
     translates "foo restart" into "foo stop" "foo start" instead of using the
     init scripts restart target.)
   * Handle _RC in watchfile with uversionmangle.
   * New upstream version.
     + Stop repacking source, rfcs have been dropped.
 .
 exim4 (4.85~RC3+dfsg-1) experimental; urgency=medium
 .
   * New upstream version.
 .
 exim4 (4.85~RC2+dfsg-1) experimental; urgency=medium
 .
   * New upstream version.
   * Unfuzz patches: 50_localscan_dlopen.dpatch 67_unnecessaryCopt.diff
     70_remove_exim-users_references.dpatch.
 .
 exim4 (4.85~RC1+dfsg-1) experimental; urgency=medium
 .
   * Unset message_prefix/message_sufix in maildrop_pipe transport. Maildrop
     neither expects a mbox-style From nor an empty line add the end. (Thanks,
     Edward Betts) Closes: #769396
   * Change the init script's restart order from { regenerate_config; stop;
     start ; } to { stop; regenerate_config; start ; }. (Thanks, Jakub Warmuz)
     Closes: #768874
   * New upstream version.
     + Unfuzz 66_enlarge-dh-parameters-size.dpatch
     + Drop 80_mime_empty_charset.diff.
   * Remove rfc from upstream source and repack it.
Checksums-Sha1:
 dad842863f0ee53b8e030de63ab54d3780dcec4a 2256 exim4_4.86~RC4-2ubuntu1.dsc
 c7bc87043be2df9987cd0a0e632ef88349c9471f 1810879 exim4_4.86~RC4.orig.tar.bz2
 c216118bd9bbdebf3f61f1ed53ff109f86f42bff 427428 exim4_4.86~RC4-2ubuntu1.debian.tar.xz
Checksums-Sha256:
 4593523101367f8c9d81bb564c0360bb7107d83af80c088cecd9cb48add8244c 2256 exim4_4.86~RC4-2ubuntu1.dsc
 eb75296d6f3cf13a08742e9296942cc093f46735959e75d8aacf61fe74b539fd 1810879 exim4_4.86~RC4.orig.tar.bz2
 ca0a04eed526ffc9e9a34fbabdbb556a42288b23d12f4aadb4e60b9b2196109d 427428 exim4_4.86~RC4-2ubuntu1.debian.tar.xz
Files:
 6db4524baf1238d1117e24233b6625e5 2256 mail standard exim4_4.86~RC4-2ubuntu1.dsc
 2518f4a6bfbc368e21f54098784f8e4a 1810879 mail standard exim4_4.86~RC4.orig.tar.bz2
 88cbfe9aba8252b663695c7238c4d338 427428 mail standard exim4_4.86~RC4-2ubuntu1.debian.tar.xz
Original-Maintainer: Exim4 Maintainers <pkg-exim4-maintainers at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEARECAAYFAlWaZJ8ACgkQRjrlnQWd1etOBwCfcDD3OMKYlxgNxHcijPYEPhkb
/gkAn3/9KqGVg3aSySv995YHYBPO1C5x
=4AAW
-----END PGP SIGNATURE-----


More information about the Wily-changes mailing list