Accepting request 528692 from home:stroeder:branches:server:mail

- update to 3.2.3
 * Extension propagation was broken with "recipient_delimiter = .".
   This change reverts a change that was trying to be too clever.
 * The postqueue command would abort with a panic message after it
   experienced an output write error while listing the mail queue.
   This change restores a write error check that was lost with the
   Postfix 3.2 rewrite of the vbuf_print formatter.
 * Restored sanity checks for dynamically-specified width and precision
   in format strings (%*, %.*, and %*.*). These checks were lost with
   the Postfix 3.2 rewrite of the vbuf_print formatter.

OBS-URL: https://build.opensuse.org/request/show/528692
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=275
This commit is contained in:
Michael Ströder 2017-09-25 17:08:25 +00:00 committed by Git OBS Bridge
parent a9109da5eb
commit 6c8f34c68d
4 changed files with 18 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d06849418d119d09366997b2b481bb23f737629769b4e4a52da42fb3ad8b0576
size 4390318

3
postfix-3.2.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5b0b975d075ea7561028d4109c581549b794aa92d733429ea6d9fa57751140bf
size 4390567

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Sep 25 16:25:05 UTC 2017 - michael@stroeder.com
- update to 3.2.3
* Extension propagation was broken with "recipient_delimiter = .".
This change reverts a change that was trying to be too clever.
* The postqueue command would abort with a panic message after it
experienced an output write error while listing the mail queue.
This change restores a write error check that was lost with the
Postfix 3.2 rewrite of the vbuf_print formatter.
* Restored sanity checks for dynamically-specified width and precision
in format strings (%*, %.*, and %*.*). These checks were lost with
the Postfix 3.2 rewrite of the vbuf_print formatter.
-------------------------------------------------------------------
Thu Aug 17 08:56:15 CEST 2017 - kukuk@suse.de

View File

@ -59,7 +59,7 @@
%define _unitdir /lib/systemd
%endif
Name: postfix
Version: 3.2.2
Version: 3.2.3
Release: 0
Summary: A fast, secure, and flexible mailer
License: IPL-1.0