Accepting request 257737 from home:stroeder:branches:server:mail
Update to new upstream version 2.11.3 and successfully tested in my own live setup. OBS-URL: https://build.opensuse.org/request/show/257737 OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=201
This commit is contained in:
parent
3dbccff2fa
commit
8727f93089
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:487f98a73b95a5799409caf21ec065efea91c1dcdfb84c038a0e3a265d6489e2
|
|
||||||
size 4035026
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v1.4.12 (FreeBSD)
|
|
||||||
|
|
||||||
iQEVAwUAVBXFAwcvYPDBK82ZAQpf4Af/ertwRMkZC8L4QL0oAawm25bY1yPaAYBK
|
|
||||||
MXlcHmQAzUwVVFlsV89y9EBaEGmoZ35KhJCEdzT+lDJIM5EH8iDrlXCN2xmmK5hz
|
|
||||||
YLCETTUbidCZjJjYCLG4yNOZPvA6WBnTepphcOVzF9Bmyn7kHqW9w1y4mh4gMEHe
|
|
||||||
EHMcPBzEdohn0bPxk8k0sqPdyHSjx988jQNN15qPMb5CpVMd5/6rDd4QpO2ntDNV
|
|
||||||
UZMxQh1sXTZTfYBk3zwTM0f0uOUSYvIH7KAMrM9d8jTU4p4BcOpMmyJfy9e6OTd1
|
|
||||||
+pvgKcRkVX41fgmujx6+EBlDFuRGhNsEjfwdUYZgXdpDG3tJIJu6gg==
|
|
||||||
=nvSC
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
postfix-2.11.3.tar.gz
Normal file
3
postfix-2.11.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:04e5146e6e56261baae9f63c590348a4b12ce22d3d46260e26e97233f40802c3
|
||||||
|
size 4039705
|
11
postfix-2.11.3.tar.gz.asc
Normal file
11
postfix-2.11.3.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1.4.12 (FreeBSD)
|
||||||
|
|
||||||
|
iQEVAwUAVEQ4HQcvYPDBK82ZAQqmtAf/TDVNt3IYkl+Lda36v+6U1RKB/6jxQGeE
|
||||||
|
QqhZ2cjw4NE2sAva26uGpJQsiQZBn7MlSfEDmcQWlWQKmTAazBFq0xpdttp0PRhg
|
||||||
|
1e86avpTpG1mFLqxBQqlQuN5HoFnx4rLbdCtslKpy9HVu5c0GyUFXUnnKJ8urJe6
|
||||||
|
MhSA3GNAwuXREjCVIadSoupOg/F19xXqSV2NUi9frPAHjLMFUUA6if2hwv41ajrL
|
||||||
|
WWtOGx81iITD27uD0MYJEiAKyLEHOvQ7u72C6/Pasqoaycc8/tCmnCr1vJLTIvke
|
||||||
|
e1LuDtwg6M7ckYgYhhFXfkwLYePEOgXHHx0Sc/ADm49P8odmxIZomg==
|
||||||
|
=yDdN
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 20 07:52:39 UTC 2014 - michael@stroeder.com
|
||||||
|
|
||||||
|
- postfix 2.11.3:
|
||||||
|
|
||||||
|
* Fix for configurations that prepend message headers with Postfix
|
||||||
|
access maps, policy servers or Milter applications. Postfix now
|
||||||
|
hides its own Received: header from Milters and exposes prepended
|
||||||
|
headers to Milters, regardless of the mechanism used to prepend
|
||||||
|
a header. This fix reverts a partial solution that was released
|
||||||
|
on October 13, 2014, and replaces it with a complete solution.
|
||||||
|
* Portability fix for MacOS X 10.7.x (Darwin 11.x) build procedure.
|
||||||
|
|
||||||
|
- postfix 2.11.2:
|
||||||
|
|
||||||
|
* Fix for DMARC implementations based on SPF policy plus DKIM
|
||||||
|
Milter. The PREPEND access/policy action added headers ABOVE
|
||||||
|
Postfix's own Received: header, exposing Postfix's own Received:
|
||||||
|
header to Milters (protocol violation) and hiding the PREPENDed
|
||||||
|
header from Milters. PREPENDed headers are now added BELOW
|
||||||
|
Postfix's own Received: header and remain visible to Milters.
|
||||||
|
* The Postfix SMTP server logged an incorrect client name in
|
||||||
|
reject messages for check_reverse_client_hostname_access and
|
||||||
|
check_reverse_client_hostname_{mx,ns}_access. They replied with
|
||||||
|
the verified client name, instead of the name that was rejected.
|
||||||
|
* The qmqpd daemon crashed with null pointer bug when logging a
|
||||||
|
lost connection while not in a mail transaction.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 14 16:50:57 UTC 2014 - andreas.stieger@gmx.de
|
Sun Sep 14 16:50:57 UTC 2014 - andreas.stieger@gmx.de
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ Name: postfix
|
|||||||
Summary: A fast, secure, and flexible mailer
|
Summary: A fast, secure, and flexible mailer
|
||||||
License: IPL-1.0
|
License: IPL-1.0
|
||||||
Group: Productivity/Networking/Email/Servers
|
Group: Productivity/Networking/Email/Servers
|
||||||
Version: 2.11.1
|
Version: 2.11.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://www.postfix.org/
|
Url: http://www.postfix.org/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user