Hello community,

here is the log from the commit of package dovecot20 for openSUSE:11.4
checked in at Thu Aug 4 18:56:10 CEST 2011.



--------
--- old-versions/11.4/UPDATES/all/dovecot20/dovecot20.changes   2011-05-25 
12:48:36.000000000 +0200
+++ /mounts/work_src_done/11.4/dovecot20/dovecot20.changes      2011-08-01 
20:28:46.000000000 +0200
@@ -1,0 +2,6 @@
+Tue May 31 11:37:11 UTC 2011 - alexan...@exatati.com.br
+
+- Do not include non-existant ssl_cert and ssl_key in Dovecot
+  configuration. (bnc#696919)
+
+-------------------------------------------------------------------

calling whatdependson for 11.4-i586


Old:
----
  dovecot-2.0-pigeonhole_pie.patch

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

Other differences:
------------------
++++++ dovecot20.spec ++++++
--- /var/tmp/diff_new_pack.1vbHab/_old  2011-08-04 18:55:18.000000000 +0200
+++ /var/tmp/diff_new_pack.1vbHab/_new  2011-08-04 18:55:18.000000000 +0200
@@ -20,7 +20,7 @@
 
 Name:           dovecot20
 Version:        2.0.13
-Release:        0.<RELEASE2>
+Release:        0.<RELEASE5>
 %define pkg_name dovecot
 %define sieve_version 2.0
 %define dovecot_version 2.0.13
@@ -83,7 +83,6 @@
 Source4:        %{pkg_name}.README.SuSE
 Source5:        %{pkg_name}-fw
 Patch0:         dovecot-2.0_pie.patch
-Patch1:         dovecot-2.0-pigeonhole_pie.patch
 Summary:        IMAP and POP3 Server Written Primarily with Security in Mind
 
 %description
@@ -99,7 +98,6 @@
 --------
     Timo Sirainen <t...@iki.fi>
 
-
 %package backend-mysql
 License:        BSD 3-Clause; LGPL v2.1 or later; X11/MIT
 Group:          Productivity/Networking/Email/Servers
@@ -125,7 +123,6 @@
 --------
     Timo Sirainen <t...@iki.fi>
 
-
 %package backend-pgsql
 License:        BSD 3-Clause; LGPL v2.1 or later; X11/MIT
 Group:          Productivity/Networking/Email/Servers
@@ -262,18 +259,18 @@
 --------
     Timo Sirainen <t...@iki.fi>
 
-
 %prep
 %setup -q -n %{pkg_name}-%{dovecot_version} -a 1
 %{__gzip} -9v ChangeLog
 # Disable ssl per default.
 %{__sed} -i 's|#ssl = yes|ssl = no|' doc/example-config/conf.d/10-ssl.conf
+# Also do not include non-existant key and cert files for SSL bnc#696919.
+%{__sed} -i 's|^ssl_cert = |#ssl_cert = |' 
doc/example-config/conf.d/10-ssl.conf
+%{__sed} -i 's|^ssl_key = |#ssl_key = |' doc/example-config/conf.d/10-ssl.conf
 # Fix plugins dir.
 %{__sed} -i 's|#mail_plugin_dir = /usr/lib/dovecot|mail_plugin_dir = 
%{_libdir}/dovecot/modules|' doc/example-config/conf.d/10-mail.conf
 # TODO: why this ? # Disable IPv6 listening.
 # %{__sed} -i 's|#listen = \*, ::|listen = *|' doc/example-config/dovecot.conf
-# dont remove.
-#patch1
 
 %build
 export CFLAGS="%{optflags}"


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



Remember to have fun...

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

Reply via email to