Accepting request 201986 from home:elvigia:branches:server:mail
- two improvements for 13.1 and factory * postfix-opensslconfig.patch call openSSL_config so postfix respects the system's openssl configuration * postfix-SuSE/postfix.service since a few months there is no mail-transfer-agent.target, units must be ordered after a list of smtpd implementations instead. OBS-URL: https://build.opensuse.org/request/show/201986 OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=176
This commit is contained in:
parent
d8e8bd8914
commit
54507f7125
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:40231ea2c1a55a65eada87243f89468efc8b87e8bf1ee0833768bbb76621e51b
|
||||
size 25878
|
||||
oid sha256:3e97e44af7ac71ddd41f9d436f44b2e615a30fec3611aeb8131061c4dac9bda9
|
||||
size 113152
|
||||
|
20
postfix-opensslconfig.patch
Normal file
20
postfix-opensslconfig.patch
Normal file
@ -0,0 +1,20 @@
|
||||
--- postfix-2.9.6.orig/src/tls/tls_server.c
|
||||
+++ postfix-2.9.6/src/tls/tls_server.c
|
||||
@@ -317,6 +317,7 @@ TLS_APPL_STATE *tls_server_init(const TL
|
||||
*/
|
||||
SSL_load_error_strings();
|
||||
OpenSSL_add_ssl_algorithms();
|
||||
+ OPENSSL_config(NULL);
|
||||
|
||||
/*
|
||||
* First validate the protocols. If these are invalid, we can't continue.
|
||||
--- postfix-2.9.6.orig/src/tls/tls_client.c
|
||||
+++ postfix-2.9.6/src/tls/tls_client.c
|
||||
@@ -323,6 +323,7 @@ TLS_APPL_STATE *tls_client_init(const TL
|
||||
*/
|
||||
SSL_load_error_strings();
|
||||
OpenSSL_add_ssl_algorithms();
|
||||
+ OPENSSL_config(NULL);
|
||||
|
||||
/*
|
||||
* Create an application data index for SSL objects, so that we can
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 3 02:47:54 UTC 2013 - crrodriguez@opensuse.org
|
||||
|
||||
- two improvements for 13.1 and factory
|
||||
* postfix-opensslconfig.patch call openSSL_config
|
||||
so postfix respects the system's openssl configuration
|
||||
* postfix-SuSE/postfix.service since a few months there
|
||||
is no mail-transfer-agent.target, units must be ordered
|
||||
after a list of smtpd implementations instead.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 20 04:48:08 UTC 2013 - varkoly@suse.com
|
||||
|
||||
|
@ -39,6 +39,7 @@ Patch10: %{name}-main.cf.patch
|
||||
Patch11: %{name}-master.cf.patch
|
||||
Patch12: %{name}-post-install.patch
|
||||
Patch20: %{name}-ssl-release-buffers.patch
|
||||
Patch21: postfix-opensslconfig.patch
|
||||
Patch100: %{name}-vda-v11-2.9.6.patch
|
||||
Patch101: postfix-db6.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -163,6 +164,7 @@ PostgreSQL.
|
||||
%patch11
|
||||
%patch12
|
||||
%patch20
|
||||
%patch21 -p1
|
||||
%patch100 -p1
|
||||
%patch -P 101 -p1
|
||||
# ---------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user