[ubuntu/jammy-proposed] postfix 3.6.3-4ubuntu1 (Accepted)

Steve Langasek steve.langasek at ubuntu.com
Thu Dec 30 06:36:12 UTC 2021


postfix (3.6.3-4ubuntu1) jammy; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - d/p/postfix-3.6.2-glibc-234-build-fix.patch: Fix for
      building against glibc-2.34 with new closefrom().
  * Dropped changes, included in Debian:
    - d/postfix.postinst: tolerate search domain with a leading dot
    - d/rules: Removed LDFLAG -Bsymbolic-functions to fix issue where TLS
      is disabled when private/tlmsgr socket is not found.
    - Support networkd-dispatcher.
      - d/postfix.dirs: Add usr/lib/networkd-dispatcher/{routable,off}.d.
      - d/rules: Install debian/ip-{up,down}.d scripts into
        usr/lib/networkd-dispatcher/{routable,off}.d, respectively.

postfix (3.6.3-4) unstable; urgency=medium

  [Scott Kitterman]

  * Update d/p/70_postfix-check.diff to exclude makedefs.out from symlink
    check.  Closes: #926331
  * Test that nothing is reported by postfix check in autopkgtest
  * Delete debian/patches/30_shared_libs.diff, no longer needed after linking
    corrections in debian/rules
  * Do not override user set default_transport in postinst.  Closes: #988538
  * Add overrides for incorrect unused-debconf-template results
  * Update debconf templates

  [Christian Göttsche]

  * Overhaul compiler flags
  * Ignore blhc false positives on for loop
  * Drop linking against local build libraries

postfix (3.6.3-3) unstable; urgency=medium

  [Scott Kitterman]

  * Force rm of html/Makefile.in in install-indep to avoid potential FTBFS.
    Closes: #1002497
  * Make all debian/rules rm calls -f to support building when not root

  [Christian Göttsche]

  * Enable building with multiple jobs
  * Drop unnecessary linking libraries

postfix (3.6.3-2) unstable; urgency=medium

  [Scott Kitterman]

  * Add postfix-mta-sts-resolver to suggests.  Closes: #968516
  * Include compatibility_level in addition to postifx version when
    determining default value for chroot in master.cf.  Closes: #995129
  * Fixup errors in postifx-add-* man pages.  Closes: #995031
  * Set compatibility level to 3.6 for fresh installs
  * Update main/master.cf.proto on upgrade if not modified.  Closes: #991513
  * Decruft debconf template:
    - Remove ancient (postfix 2.3) mydomain_warning
    - Delete old (Postfix 2.10) relay_restrictions_warning
    - Delete unused lmtp_retired_warning template
    - Delete unused kernel_version_warning template
    - Delete unused retry_upgrade_warning template
    - Delete unused tlsmgr_upgrade_warning template
  * Debconf template cleanup, thanks to Markus Hiereth for the suggestions.
    Closes: #905653

  [Miriam España Acebal]

  * Removed LDFLAG -Bsymbolic-functions to fix issue where TLS is disabled
    when private/tlmsgr socket is not found.  lp: #1885403

  [Christian Göttsche]

  * Update debian/patches/07_sasl_config.diff:
    - Fix conversion warnings by adding explicit cast
    - Drop unused function xsasl_getpath
  * Fix lintian detected typos in Debian packaging.
  * Do not require postfix to be build by root.
  * Set -e shell option explicitly.
  * Bump watch file standard to version 4.
  * Add misc:Pre-Depends to postfix.
  * Remove trailing spaces in changelog.
  * Add Documentation key to postfix service.
  * Drop alternative dependency on obsolete libmysqlclient-dev.
  * Add standard salsa ci configuration.
  * Drop unused debconf template sqlite_warning.

  [Paride Legovini]

  * d/postfix.postinst: tolerate search domain with a leading dot.
    Closes: #991950

  [Sergio Durigan Junior]

  * Support networkd-dispatcher.  Closes: #999867  lp: #1718227

postfix (3.6.3-1) unstable; urgency=medium

  [Scott Kitterman]

  * Add license information from TLS_LICENSE.  Closes: #991610
  * Additional debian/copyright updates
  * Refresh patches
  * Add Pre-Depends on init-system-helpers (>= 1.54~) due to use of
    --skip-systemd-native flag
  * Update lintian overrides
  * Bump standards-version to 4.6.0 without further change

  [Wietse Venema]

  * 3.6.3

Date: Wed, 29 Dec 2021 22:29:13 -0800
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/postfix/3.6.3-4ubuntu1
-------------- next part --------------
Format: 1.8
Date: Wed, 29 Dec 2021 22:29:13 -0800
Source: postfix
Built-For-Profiles: noudeb
Architecture: source
Version: 3.6.3-4ubuntu1
Distribution: jammy
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Closes: 905653 926331 968516 988538 991513 991610 991950 995031 995129 999867 1002497
Launchpad-Bugs-Fixed: 1718227 1885403
Changes:
 postfix (3.6.3-4ubuntu1) jammy; urgency=low
 .
   * Merge from Debian unstable. Remaining changes:
     - d/p/postfix-3.6.2-glibc-234-build-fix.patch: Fix for
       building against glibc-2.34 with new closefrom().
   * Dropped changes, included in Debian:
     - d/postfix.postinst: tolerate search domain with a leading dot
     - d/rules: Removed LDFLAG -Bsymbolic-functions to fix issue where TLS
       is disabled when private/tlmsgr socket is not found.
     - Support networkd-dispatcher.
       - d/postfix.dirs: Add usr/lib/networkd-dispatcher/{routable,off}.d.
       - d/rules: Install debian/ip-{up,down}.d scripts into
         usr/lib/networkd-dispatcher/{routable,off}.d, respectively.
 .
 postfix (3.6.3-4) unstable; urgency=medium
 .
   [Scott Kitterman]
 .
   * Update d/p/70_postfix-check.diff to exclude makedefs.out from symlink
     check.  Closes: #926331
   * Test that nothing is reported by postfix check in autopkgtest
   * Delete debian/patches/30_shared_libs.diff, no longer needed after linking
     corrections in debian/rules
   * Do not override user set default_transport in postinst.  Closes: #988538
   * Add overrides for incorrect unused-debconf-template results
   * Update debconf templates
 .
   [Christian Göttsche]
 .
   * Overhaul compiler flags
   * Ignore blhc false positives on for loop
   * Drop linking against local build libraries
 .
 postfix (3.6.3-3) unstable; urgency=medium
 .
   [Scott Kitterman]
 .
   * Force rm of html/Makefile.in in install-indep to avoid potential FTBFS.
     Closes: #1002497
   * Make all debian/rules rm calls -f to support building when not root
 .
   [Christian Göttsche]
 .
   * Enable building with multiple jobs
   * Drop unnecessary linking libraries
 .
 postfix (3.6.3-2) unstable; urgency=medium
 .
   [Scott Kitterman]
 .
   * Add postfix-mta-sts-resolver to suggests.  Closes: #968516
   * Include compatibility_level in addition to postifx version when
     determining default value for chroot in master.cf.  Closes: #995129
   * Fixup errors in postifx-add-* man pages.  Closes: #995031
   * Set compatibility level to 3.6 for fresh installs
   * Update main/master.cf.proto on upgrade if not modified.  Closes: #991513
   * Decruft debconf template:
     - Remove ancient (postfix 2.3) mydomain_warning
     - Delete old (Postfix 2.10) relay_restrictions_warning
     - Delete unused lmtp_retired_warning template
     - Delete unused kernel_version_warning template
     - Delete unused retry_upgrade_warning template
     - Delete unused tlsmgr_upgrade_warning template
   * Debconf template cleanup, thanks to Markus Hiereth for the suggestions.
     Closes: #905653
 .
   [Miriam España Acebal]
 .
   * Removed LDFLAG -Bsymbolic-functions to fix issue where TLS is disabled
     when private/tlmsgr socket is not found.  lp: #1885403
 .
   [Christian Göttsche]
 .
   * Update debian/patches/07_sasl_config.diff:
     - Fix conversion warnings by adding explicit cast
     - Drop unused function xsasl_getpath
   * Fix lintian detected typos in Debian packaging.
   * Do not require postfix to be build by root.
   * Set -e shell option explicitly.
   * Bump watch file standard to version 4.
   * Add misc:Pre-Depends to postfix.
   * Remove trailing spaces in changelog.
   * Add Documentation key to postfix service.
   * Drop alternative dependency on obsolete libmysqlclient-dev.
   * Add standard salsa ci configuration.
   * Drop unused debconf template sqlite_warning.
 .
   [Paride Legovini]
 .
   * d/postfix.postinst: tolerate search domain with a leading dot.
     Closes: #991950
 .
   [Sergio Durigan Junior]
 .
   * Support networkd-dispatcher.  Closes: #999867  lp: #1718227
 .
 postfix (3.6.3-1) unstable; urgency=medium
 .
   [Scott Kitterman]
 .
   * Add license information from TLS_LICENSE.  Closes: #991610
   * Additional debian/copyright updates
   * Refresh patches
   * Add Pre-Depends on init-system-helpers (>= 1.54~) due to use of
     --skip-systemd-native flag
   * Update lintian overrides
   * Bump standards-version to 4.6.0 without further change
 .
   [Wietse Venema]
 .
   * 3.6.3
Checksums-Sha1:
 8bef665da6615d2f5f03209a6f8f56522af63c30 3120 postfix_3.6.3-4ubuntu1.dsc
 20b06c0d8858106bc4efec24ba1d19d2ba1b4178 4750833 postfix_3.6.3.orig.tar.gz
 235885d08aad5b4fbf5f964e0d3a04d2c3baed4b 220 postfix_3.6.3.orig.tar.gz.asc
 47183c8ab08794b0465f8df7e1b76ba65a462978 208508 postfix_3.6.3-4ubuntu1.debian.tar.xz
 0364fe1bcfaf6d03069adb8bf4e1e77ce32e3d6d 7623 postfix_3.6.3-4ubuntu1_source.buildinfo
Checksums-Sha256:
 ebb979c3dbada2851a69d60ba28cbbcdccd248c0f350a4059226a41921d361c7 3120 postfix_3.6.3-4ubuntu1.dsc
 0f1241d456a0158e0c418abf62c52c2ff83f8f1dcf2fbdd4c40765b67789b1bc 4750833 postfix_3.6.3.orig.tar.gz
 9007c7de2af0ca036ef5c042c2c350b91551a68fa00d07f274d1ca3b40c13246 220 postfix_3.6.3.orig.tar.gz.asc
 66cfb823f1fefa55e169df27ac23308c297ade506324b1d78a46443b90dbff27 208508 postfix_3.6.3-4ubuntu1.debian.tar.xz
 6916dd2f67160a75855c7e9658f477726dbf1b7e462362eccda4f43c3ae3c047 7623 postfix_3.6.3-4ubuntu1_source.buildinfo
Files:
 4f3cb4278134cbfe18ad2bb49b8ace55 3120 mail optional postfix_3.6.3-4ubuntu1.dsc
 793f9f4abf74d07a2557bd97a903b98d 4750833 mail optional postfix_3.6.3.orig.tar.gz
 5f8fd30bf6d5ed638c0fa857ba04cbe0 220 mail optional postfix_3.6.3.orig.tar.gz.asc
 5ef032324d15608608e0bb4a7247b135 208508 mail optional postfix_3.6.3-4ubuntu1.debian.tar.xz
 ee06c8231ba23244da74ae62f5443c17 7623 mail optional postfix_3.6.3-4ubuntu1_source.buildinfo
Original-Maintainer: LaMont Jones <lamont at debian.org>


More information about the jammy-changes mailing list