Author: arekm                        Date: Fri Jul  3 07:41:20 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 1.2.0; 1.1 on DOVECOT_1_1 tag

---- Files affected:
packages/dovecot:
   dovecot-config.patch (1.7 -> 1.8) , dovecot.spec (1.113 -> 1.114) 

---- Diffs:

================================================================
Index: packages/dovecot/dovecot-config.patch
diff -u packages/dovecot/dovecot-config.patch:1.7 
packages/dovecot/dovecot-config.patch:1.8
--- packages/dovecot/dovecot-config.patch:1.7   Fri Jan 11 22:54:42 2008
+++ packages/dovecot/dovecot-config.patch       Fri Jul  3 09:41:14 2009
@@ -21,7 +21,7 @@
  
  # Set max. process size in megabytes. If you don't use
  # login_process_per_connection you might need to grow this.
-@@ -498,19 +498,19 @@
+@@ -537,20 +537,20 @@
  
  protocol imap {
    # Login executable location.
@@ -31,9 +31,10 @@
    # IMAP executable location. Changing this allows you to execute other
    # binaries before the imap process is executed.
    #
-   # This would write rawlogs into ~/dovecot.rawlog/ directory:
+   # This would write rawlogs into user's ~/dovecot.rawlog/, if it exists:
 -  #   mail_executable = /usr/libexec/dovecot/rawlog /usr/libexec/dovecot/imap
 +  #   mail_executable = /usr/lib/dovecot/rawlog /usr/lib/dovecot/imap
+   # <doc/wiki/Debugging/Rawlog.txt>
    #
    # This would attach gdb into the imap process and write backtraces into
    # /tmp/gdbhelper.* files:

================================================================
Index: packages/dovecot/dovecot.spec
diff -u packages/dovecot/dovecot.spec:1.113 packages/dovecot/dovecot.spec:1.114
--- packages/dovecot/dovecot.spec:1.113 Fri Jul  3 00:23:50 2009
+++ packages/dovecot/dovecot.spec       Fri Jul  3 09:41:14 2009
@@ -11,13 +11,13 @@
 Summary:       IMAP and POP3 server written with security primarily in mind
 Summary(pl.UTF-8):     Serwer IMAP i POP3 pisany głównie z myślą o 
bezpieczeństwie
 Name:          dovecot
-Version:       1.1.16
-Release:       2
+Version:       1.2.0
+Release:       1
 Epoch:         1
 License:       MIT (libraries), LGPL v2.1 (the rest)
 Group:         Networking/Daemons
-Source0:       http://dovecot.org/releases/1.1/%{name}-%{version}.tar.gz
-# Source0-md5: 2e20c761416b16aa0fe9cac260ca0d2d
+Source0:       http://dovecot.org/releases/1.2/%{name}-%{version}.tar.gz
+# Source0-md5: b382fa5c6551086568c21567f23e2dc3
 Source1:       %{name}.pamd
 Source2:       %{name}.init
 Source3:       %{name}.sysconfig
@@ -25,9 +25,11 @@
 URL:           http://dovecot.org/
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: bzip2-devel
 %{?with_sasl:BuildRequires:    cyrus-sasl-devel >= 2.0}
 BuildRequires: gettext-devel
 %{?with_gssapi:BuildRequires:  heimdal-devel}
+BuildRequires: libcap-devel
 BuildRequires: libtool
 %{?with_mysql:BuildRequires:   mysql-devel}
 %{?with_ldap:BuildRequires:    openldap-devel >= 2.3.3}
@@ -37,6 +39,7 @@
 %{?with_pgsql:BuildRequires:   postgresql-devel}
 BuildRequires: sed >= 4.0
 %{?with_sqlite:BuildRequires:  sqlite3-devel}
+BuildRequires: zlib-devel
 Requires(post,preun):  /sbin/chkconfig
 Requires(postun):      /usr/sbin/groupdel
 Requires(postun):      /usr/sbin/userdel
@@ -141,14 +144,16 @@
        --disable-static \
        %{?debug:--enable-debug} \
        --enable-header-install \
-       %{?with_ldap:--with-ldap} \
+       %{?with_ldap:--with-ldap=plugin} \
        %{?with_mysql:--with-mysql} \
        %{?with_pgsql:--with-pgsql} \
-       %{?with_sasl:--with-cyrus-sasl2} \
        %{?with_sqlite:--with-sqlite} \
-       %{?with_gssapi:--with-gssapi} \
+       %{?with_gssapi:--with-gssapi=plugin} \
+       --with-zlib \
+       --with-bzlib \
+       --with-libcap \
        --with-ssl=openssl \
-       --with-ssl-dir=/var/lib/openssl \
+       --with-ssldir=/var/lib/openssl \
        --sysconfdir=/etc/%{name}
 
 %{__make}
@@ -242,6 +247,7 @@
 %attr(755,root,root) %{_libdir}/%{name}/idxview
 %attr(755,root,root) %{_libdir}/%{name}/imap
 %attr(755,root,root) %{_libdir}/%{name}/imap-login
+%attr(755,root,root) %{_libdir}/%{name}/imap-utf7
 %attr(755,root,root) %{_libdir}/%{name}/convert-tool
 %attr(755,root,root) %{_libdir}/%{name}/expire-tool
 %attr(755,root,root) %{_libdir}/%{name}/listview
@@ -251,8 +257,11 @@
 %attr(755,root,root) %{_libdir}/%{name}/pop3-login
 %attr(755,root,root) %{_libdir}/%{name}/rawlog
 %attr(755,root,root) %{_libdir}/%{name}/ssl-build-param
+%attr(755,root,root) %{_libdir}/%{name}/threadview
 %dir %{_libdir}/%{name}/plugins
 %attr(755,root,root) %{_libdir}/%{name}/plugins/*.so
+%dir %{_libdir}/%{name}/plugins/auth
+%attr(755,root,root)%{_libdir}/%{name}/plugins/auth/*.so
 %dir %{_libdir}/%{name}/plugins/imap
 %attr(755,root,root)%{_libdir}/%{name}/plugins/imap/*.so
 %dir %{_libdir}/%{name}/plugins/lda
@@ -274,6 +283,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.114  2009/07/03 07:41:14  arekm
+- up to 1.2.0; 1.1 on DOVECOT_1_1 tag
+
 Revision 1.113  2009/07/02 22:23:50  baggins
 - rel 2
 - switch to heimdal kerberos
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dovecot/dovecot-config.patch?r1=1.7&r2=1.8&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dovecot/dovecot.spec?r1=1.113&r2=1.114&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to