Hello community,

here is the log from the commit of package postfix for openSUSE:13.1 checked in 
at 2013-10-11 09:01:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:13.1/postfix (Old)
 and      /work/SRC/openSUSE:13.1/.postfix.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "postfix"

Changes:
--------
--- /work/SRC/openSUSE:13.1/postfix/postfix.changes     2013-09-23 
11:05:50.000000000 +0200
+++ /work/SRC/openSUSE:13.1/.postfix.new/postfix.changes        2013-10-11 
09:01:22.000000000 +0200
@@ -1,0 +2,10 @@
+Thu Oct  3 02:47:54 UTC 2013 - crrodrig...@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.
+
+-------------------------------------------------------------------

New:
----
  postfix-opensslconfig.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ postfix.spec ++++++
--- /var/tmp/diff_new_pack.EISuVr/_old  2013-10-11 09:01:22.000000000 +0200
+++ /var/tmp/diff_new_pack.EISuVr/_new  2013-10-11 09:01:22.000000000 +0200
@@ -39,6 +39,7 @@
 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 @@
 %patch11
 %patch12
 %patch20
+%patch21 -p1
 %patch100 -p1
 %patch -P 101 -p1
 # ---------------------------------------------------------------------------


++++++ postfix-SuSE.tar.gz ++++++
++++ 3163 lines of diff (skipped)

++++++ postfix-opensslconfig.patch ++++++
--- 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

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to