commit postfix for openSUSE:13.1

2013-10-19 Thread h_root
Hello community,

here is the log from the commit of package postfix for openSUSE:13.1 checked in 
at 2013-10-18 15:07:42

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-10-11 
09:01:22.0 +0200
+++ /work/SRC/openSUSE:13.1/.postfix.new/postfix.changes2013-10-19 
16:50:13.0 +0200
@@ -1,0 +2,5 @@
+Fri Oct 11 13:32:32 UTC 2013 - m...@suse.de
+
+- Ignore errors in %pre/%post.
+
+---



Other differences:
--
++ postfix.spec ++
--- /var/tmp/diff_new_pack.n2rpld/_old  2013-10-19 16:50:14.0 +0200
+++ /var/tmp/diff_new_pack.n2rpld/_new  2013-10-19 16:50:14.0 +0200
@@ -336,7 +336,7 @@
 %service_add_pre %{name}.service
 %endif
 
-VERSIONTEST=$(test -x usr/sbin/postconf  usr/sbin/postconf proxy_read_maps 
2/dev/null)
+VERSIONTEST=$(test -x usr/sbin/postconf  usr/sbin/postconf proxy_read_maps 
2/dev/null || :)
 if [ -z $VERSIONTEST -a -f %{pf_queue_directory}/pid/master.pid ]; then
   if checkproc -p %{pf_queue_directory}/pid/master.pid usr/lib/%{name}/master; 
then
  echo %{name} is still running. You have to stop %{name} in order to
@@ -412,7 +412,7 @@
 %post
 # We never have to run suseconfig for postfix after installation
 # We only start postfix own upgrade-configuration by update
-/usr/sbin/postfix set-permissions
+/usr/sbin/postfix set-permissions || :
 if [ ${1:-0} -gt 1 ]; then
touch /var/adm/postfix.configured
/usr/sbin/postfix upgrade-configuration || :



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



commit postfix for openSUSE:13.1

2013-10-11 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:13.1/.postfix.new/postfix.changes2013-10-11 
09:01:22.0 +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.0 +0200
+++ /var/tmp/diff_new_pack.EISuVr/_new  2013-10-11 09:01:22.0 +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