- update to postfix 2.11.5
- Bugfix (introduced: Postfix 2.6): sender_dependent_relayhost_maps ignored the relayhost setting in the case of a DUNNO lookup result. It would use the recipient domain instead. Viktor Dukhovni. Wietse took the pieces of code that enforce the precedence of a sender-dependent relayhost, the global relayhost, and the recipient domain, and put that code together in once place so that it is easier to maintain. File: trivial-rewrite/resolve.c. - Bitrot: prepare for future changes in OpenSSL API. Viktor Dukhovni. File: tls_dane.c. - Incompatibility: specifying "make makefiles" with "CC=command" will no longer override the default WARN setting. OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=216
This commit is contained in:
parent
f5af5fc802
commit
a2f989ced8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f4154c1db58c0300897d4c430bd90714ac7855249df59cc8828910fd5ccb031e
|
||||
size 4040104
|
3
postfix-2.11.5.tar.gz
Normal file
3
postfix-2.11.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0a4cc61f6d6c57eee676d4e78a42b2d29f8b0f406277d350bc0928f51efa3187
|
||||
size 4036256
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 19 23:03:25 UTC 2015 - mrueckert@suse.de
|
||||
|
||||
- update to postfix 2.11.5
|
||||
- Bugfix (introduced: Postfix 2.6):
|
||||
sender_dependent_relayhost_maps ignored the relayhost setting
|
||||
in the case of a DUNNO lookup result. It would use the
|
||||
recipient domain instead. Viktor Dukhovni. Wietse took the
|
||||
pieces of code that enforce the precedence of a
|
||||
sender-dependent relayhost, the global relayhost, and the
|
||||
recipient domain, and put that code together in once place so
|
||||
that it is easier to maintain. File:
|
||||
trivial-rewrite/resolve.c.
|
||||
- Bitrot: prepare for future changes in OpenSSL API. Viktor
|
||||
Dukhovni. File: tls_dane.c.
|
||||
- Incompatibility: specifying "make makefiles" with "CC=command"
|
||||
will no longer override the default WARN setting.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 9 18:01:38 UTC 2015 - michael@stroeder.com
|
||||
|
||||
|
@ -52,7 +52,7 @@
|
||||
%define _unitdir /lib/systemd
|
||||
%endif
|
||||
Name: postfix
|
||||
Version: 2.11.4
|
||||
Version: 2.11.5
|
||||
Release: 0
|
||||
Summary: A fast, secure, and flexible mailer
|
||||
License: IPL-1.0
|
||||
|
Loading…
Reference in New Issue
Block a user