forked from pool/postfix
Accepting request 751453 from home:stroeder:branches:server:mail
Update to 3.4.8 OBS-URL: https://build.opensuse.org/request/show/751453 OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=354
This commit is contained in:
parent
0c3272c9f2
commit
4aa978eb77
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe3253121d3ba8836a23774225518560b35e40497951ad5bec154afa8205f967
|
||||
size 4572758
|
3
postfix-3.4.8.tar.gz
Normal file
3
postfix-3.4.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8d5d429737e0c64514028a82fc006cbb273d2cb98dc40eb1dbbfe102f29a8943
|
||||
size 4573099
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 27 19:55:30 UTC 2019 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
- Update to 3.4.8:
|
||||
* Fix for an Exim interoperability problem when postscreen after-220
|
||||
checks are enabled. Bug introduced in Postfix 3.4: the code
|
||||
that detected "PIPELINING after BDAT" looked at the wrong
|
||||
variable. The warning now says "BDAT without valid RCPT", and
|
||||
the error is no longer treated as a command PIPELINING error,
|
||||
thus allowing mail to be delivered. Meanwhile, Exim has been
|
||||
fixed to stop sending BDAT commands when postscreen rejects all
|
||||
RCPT commands.
|
||||
* Usability bug, introduced in Postfix 3.4: the parser for
|
||||
key/certificate chain files rejected inputs that contain an EC
|
||||
PARAMETERS object. While this is technically correct (the
|
||||
documentation says what types are allowed) this is surprising
|
||||
behavior because the legacy cert/key parameters will accept
|
||||
such inputs. For now, the parser skips object types that it
|
||||
does not know about for usability, and logs a warning because
|
||||
ignoring inputs is not kosher.
|
||||
* Bug introduced in Postfix 2.8: don't gratuitously enable all
|
||||
after-220 tests when only one such test is enabled. This made
|
||||
selective tests impossible with 'good' clients. This will be
|
||||
fixed in older Postfix versions at some later time.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 24 07:59:04 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -53,7 +53,7 @@
|
||||
%bcond_with libnsl
|
||||
%endif
|
||||
Name: postfix
|
||||
Version: 3.4.7
|
||||
Version: 3.4.8
|
||||
Release: 0
|
||||
Summary: A fast, secure, and flexible mailer
|
||||
License: IPL-1.0 OR EPL-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user