rpms/dovecot/devel dovecot-1.1.alpha1-default-settings.patch, NONE, 1.1 dovecot-1.1.alpha1-split.patch, NONE, 1.1 .cvsignore, 1.27, 1.28 dovecot.spec, 1.79, 1.80 sources, 1.28, 1.29 dovecot-0.99-no-literal-plus-capability.patch, 1.1, NONE dovecot-0.99.10.4-conf.patch, 1.5, NONE dovecot-1.0.beta2-default-settings.patch, 1.1, NONE dovecot-1.0.beta2-lib64.patch, 1.1, NONE dovecot-1.0.beta2-pam-setcred.patch, 1.1, NONE dovecot-1.0.beta2-pam-tty.patch, 1.1, NONE dovecot-1.0.beta2-sqlite-check.patch, 1.1, NONE dovecot-1.0.beta7-default-settings.patch, 1.1, NONE dovecot-1.0.beta8-default-settings.patch, 1.1, NONE dovecot-1.0.rc15-default-settings.patch, 1.1, NONE dovecot-1.0.rc2-default-settings.patch, 1.1, NONE dovecot-1.0.rc32-split.patch, 1.2, NONE dovecot-1.0.rc7-default-settings.patch, 1.1, NONE dovecot-pam-setcred.patch, 1.2, NONE

Tomas Janousek (tjanouse) fedora-extras-commits at redhat.com
Thu Jul 19 09:40:50 UTC 2007


Author: tjanouse

Update of /cvs/pkgs/rpms/dovecot/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14067

Modified Files:
	.cvsignore dovecot.spec sources 
Added Files:
	dovecot-1.1.alpha1-default-settings.patch 
	dovecot-1.1.alpha1-split.patch 
Removed Files:
	dovecot-0.99-no-literal-plus-capability.patch 
	dovecot-0.99.10.4-conf.patch 
	dovecot-1.0.beta2-default-settings.patch 
	dovecot-1.0.beta2-lib64.patch 
	dovecot-1.0.beta2-pam-setcred.patch 
	dovecot-1.0.beta2-pam-tty.patch 
	dovecot-1.0.beta2-sqlite-check.patch 
	dovecot-1.0.beta7-default-settings.patch 
	dovecot-1.0.beta8-default-settings.patch 
	dovecot-1.0.rc15-default-settings.patch 
	dovecot-1.0.rc2-default-settings.patch 
	dovecot-1.0.rc32-split.patch 
	dovecot-1.0.rc7-default-settings.patch 
	dovecot-pam-setcred.patch 
Log Message:
* Thu Jul 19 2007 Tomas Janousek <tjanouse at redhat.com> - 1.1-14.5.alpha1
- update to latest upstream beta
- don't build dovecot-sieve, it's only for 1.0

Removed unused patches.


dovecot-1.1.alpha1-default-settings.patch:

--- NEW FILE dovecot-1.1.alpha1-default-settings.patch ---
--- dovecot-1.1.alpha1/dovecot-example.conf.default-settings	2007-07-19 03:49:18.000000000 +0200
+++ dovecot-1.1.alpha1/dovecot-example.conf	2007-07-19 10:56:26.000000000 +0200
@@ -10,17 +10,14 @@
 # value inside quotes, eg.: key = "# char and trailing whitespace  "
 
 # Default values are shown for each setting, it's not required to uncomment
-# any of the lines. Exception to this are paths, they're just examples with
-# the real defaults being based on configure options. The paths listed here
-# are for configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-# --with-ssldir=/etc/ssl
+# any of the lines.
 
 # Base directory where to store runtime data.
 #base_dir = /var/run/dovecot/
 
 # Protocols we want to be serving: imap imaps pop3 pop3s
 # If you only want to use dovecot-auth, you can set this to "none".
-#protocols = imap imaps
+#protocols = imap imaps pop3 pop3s
 
 # A space separated list of IP or host addresses where to listen in for
 # connections. "*" listens in all IPv4 interfaces. "[::]" listens in all IPv6
@@ -39,13 +36,13 @@
 #     listen = *:10100
 #     ..
 #   }
-#listen = *
+#listen = [::]
 
 # Disable LOGIN command and all other plaintext authentications unless
 # SSL/TLS is used (LOGINDISABLED capability). Note that if the remote IP
 # matches the local IP (ie. you're connecting from the same computer), the
 # connection is considered secure and plaintext authentication is allowed.
-#disable_plaintext_auth = yes
+#disable_plaintext_auth = no
 
 # Should all IMAP and POP3 processes be killed when Dovecot master process
 # shuts down. Setting this to "no" means that Dovecot can be upgraded without
@@ -91,8 +88,8 @@
 # dropping root privileges, so keep the key file unreadable by anyone but
 # root. Included doc/mkcert.sh can be used to easily generate self-signed
 # certificate, just make sure to update the domains in dovecot-openssl.cnf
-#ssl_cert_file = /etc/ssl/certs/dovecot.pem
-#ssl_key_file = /etc/ssl/private/dovecot.pem
+#ssl_cert_file = /etc/pki/dovecot/certs/dovecot.pem
+#ssl_key_file = /etc/pki/dovecot/private/dovecot.pem
 
 # If key file is password protected, give the password here. Alternatively
 # give it when starting dovecot with -p parameter.
@@ -462,7 +459,7 @@
 # locking methods as well. Some operating systems don't allow using some of
 # them simultaneously.
 #mbox_read_locks = fcntl
-#mbox_write_locks = dotlock fcntl
+#mbox_write_locks = fcntl
 
 # Maximum time in seconds to wait for lock (all of them) before aborting.
 #mbox_lock_timeout = 300
--- dovecot-1.1.alpha1/src/master/master-settings.c.default-settings	2007-07-19 03:49:18.000000000 +0200
+++ dovecot-1.1.alpha1/src/master/master-settings.c	2007-07-19 10:56:26.000000000 +0200
@@ -168,8 +168,8 @@
 	MEMBER(syslog_facility) "mail",
 
 	/* general */
-	MEMBER(protocols) "imap imaps",
-	MEMBER(listen) "*",
+	MEMBER(protocols) "imap imaps pop3 pop3s",
+	MEMBER(listen) "[::]",
 	MEMBER(ssl_listen) "",
 
 	MEMBER(ssl_disable) FALSE,
@@ -180,7 +180,7 @@
 	MEMBER(ssl_parameters_regenerate) 168,
 	MEMBER(ssl_cipher_list) "",
 	MEMBER(ssl_verify_client_cert) FALSE,
-	MEMBER(disable_plaintext_auth) TRUE,
+	MEMBER(disable_plaintext_auth) FALSE,
 	MEMBER(verbose_ssl) FALSE,
 	MEMBER(shutdown_clients) TRUE,
 	MEMBER(nfs_check) TRUE,
@@ -243,7 +243,7 @@
 	MEMBER(maildir_copy_with_hardlinks) FALSE,
 	MEMBER(maildir_copy_preserve_filename) FALSE,
 	MEMBER(mbox_read_locks) "fcntl",
-	MEMBER(mbox_write_locks) "dotlock fcntl",
+	MEMBER(mbox_write_locks) "fcntl",
 	MEMBER(mbox_lock_timeout) 300,
 	MEMBER(mbox_dotlock_change_timeout) 120,
 	MEMBER(mbox_min_index_size) 0,

dovecot-1.1.alpha1-split.patch:

--- NEW FILE dovecot-1.1.alpha1-split.patch ---
--- dovecot-1.1.alpha1/src/dict/main.c.split	2007-07-12 03:42:49.000000000 +0200
+++ dovecot-1.1.alpha1/src/dict/main.c	2007-07-19 11:03:11.000000000 +0200
@@ -22,6 +22,7 @@
 
 static struct io *log_io;
 static struct module *modules;
+static struct module *sql_modules;
 static struct dict_server *dict_server;
 
 static void sig_die(int signo, void *context __attr_unused__)
@@ -50,6 +51,8 @@
 	/* Load built-in SQL drivers (if any) */
 	sql_drivers_init();
 	sql_drivers_register_all();
+	sql_modules = sql_drivers_modules_load();
+	module_dir_init(sql_modules);
 
 	restrict_access_by_env(FALSE);
 }
@@ -98,6 +101,7 @@
 
 	dict_drivers_unregister_all();
 
+	module_dir_unload(&sql_modules);
 	sql_drivers_deinit();
 	random_deinit();
 	lib_signals_deinit();
--- dovecot-1.1.alpha1/src/lib-sql/Makefile.am.split	2007-07-12 03:42:50.000000000 +0200
+++ dovecot-1.1.alpha1/src/lib-sql/Makefile.am	2007-07-19 11:03:11.000000000 +0200
@@ -1,21 +1,66 @@
 noinst_LIBRARIES = libsql.a
 
+if DYNAMIC_SQL
+if BUILD_MYSQL
+MYSQL_LIB=libdriver_mysql.la
+endif
+if BUILD_PGSQL
+PGSQL_LIB=libdriver_pgsql.la
+endif
+if BUILD_SQLITE
+SQLITE_LIB=libdriver_sqlite.la
+endif
+
+sql_module_LTLIBRARIES = \
+	$(MYSQL_LIB) \
+	$(PGSQL_LIB) \
+	$(SQLITE_LIB)
+
+sql_moduledir = $(moduledir)/sql
+endif
+
 sql_drivers = @sql_drivers@
 
 AM_CPPFLAGS = \
 	-I$(top_srcdir)/src/lib \
+	-DMODULEDIR=\""$(moduledir)"\" \
 	$(SQL_CFLAGS)
 
 dist_sources = \
+	sql-api.c
+
+if ! DYNAMIC_SQL
+driver_sources = \
 	driver-mysql.c \
 	driver-pgsql.c \
-	driver-sqlite.c \
-	sql-api.c
+	driver-sqlite.c
+endif
 
 libsql_a_SOURCES = \
 	$(dist_sources) \
+	$(driver_sources) \
 	sql-drivers-register.c
 
+if DYNAMIC_SQL
+libdriver_mysql_la_LDFLAGS = -module -avoid-version
+libdriver_mysql_la_LIBADD = $(MYSQL_LIBS)
+libdriver_mysql_la_CPPFLAGS = -I$(top_srcdir)/src/lib $(MYSQL_CFLAGS)
+libdriver_mysql_la_SOURCES = \
+	driver-mysql.c
+
+libdriver_pgsql_la_LDFLAGS = -module -avoid-version
+libdriver_pgsql_la_LIBADD = $(PGSQL_LIBS)
+libdriver_pgsql_la_CPPFLAGS = -I$(top_srcdir)/src/lib $(PGSQL_CFLAGS)
+libdriver_pgsql_la_SOURCES = \
+	driver-pgsql.c
+
+libdriver_sqlite_la_LDFLAGS = -module -avoid-version
+libdriver_sqlite_la_LIBADD = $(SQLITE_LIBS)
+libdriver_sqlite_la_CPPFLAGS = -I$(top_srcdir)/src/lib $(SQLITE_CFLAGS)
+libdriver_sqlite_la_SOURCES = \
+	driver-sqlite.c
+endif
+
 headers = \
 	sql-api.h \
 	sql-api-private.h
@@ -32,17 +77,21 @@
 	echo '/* this file automatically generated by Makefile */' >$@
 	echo '#include "lib.h"' >>$@
 	echo '#include "sql-api.h"' >>$@
+if ! DYNAMIC_SQL
 	for i in $(sql_drivers) null; do \
 	  if [ "$${i}" != "null" ]; then \
 	        echo "extern struct sql_db driver_$${i}_db;" >>$@ ; \
 	  fi \
 	done
+endif
 	echo 'void sql_drivers_register_all(void) {' >>$@
+if ! DYNAMIC_SQL
 	for i in $(sql_drivers) null; do \
 	  if [ "$${i}" != "null" ]; then \
 	        echo "sql_driver_register(&driver_$${i}_db);" >>$@ ; \
 	  fi \
 	done
+endif
 	echo '}' >>$@
 
 DISTFILES = $(DIST_COMMON) $(dist_sources) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
--- dovecot-1.1.alpha1/src/lib-sql/sql-api.h.split	2007-07-12 03:42:50.000000000 +0200
+++ dovecot-1.1.alpha1/src/lib-sql/sql-api.h	2007-07-19 11:03:11.000000000 +0200
@@ -47,6 +47,8 @@
 
 /* register all built-in SQL drivers */
 void sql_drivers_register_all(void);
+struct module;
+struct module *sql_drivers_modules_load(void);
 
 void sql_driver_register(const struct sql_db *driver);
 void sql_driver_unregister(const struct sql_db *driver);
--- dovecot-1.1.alpha1/src/lib-sql/sql-api.c.split	2007-07-12 03:42:50.000000000 +0200
+++ dovecot-1.1.alpha1/src/lib-sql/sql-api.c	2007-07-19 11:03:11.000000000 +0200
@@ -2,6 +2,7 @@
 
 #include "lib.h"
 #include "array.h"
+#include "module-dir.h"
 #include "sql-api-private.h"
 
 #include <stdlib.h>
@@ -18,6 +19,12 @@
 	array_free(&sql_drivers);
 }
 
+struct module *sql_drivers_modules_load(void)
+{
+	return module_dir_load(MODULEDIR"/sql",
+			NULL, TRUE, PACKAGE_VERSION);
+}
+
 void sql_driver_register(const struct sql_db *driver)
 {
 	array_append(&sql_drivers, &driver, 1);
--- dovecot-1.1.alpha1/src/auth/main.c.split	2007-07-12 03:42:49.000000000 +0200
+++ dovecot-1.1.alpha1/src/auth/main.c	2007-07-19 11:03:11.000000000 +0200
@@ -10,6 +10,7 @@
 #include "sql-api.h"
 #include "randgen.h"
 #include "password-scheme.h"
+#include "module-dir.h"
 #include "mech.h"
 #include "auth.h"
 #include "auth-request-handler.h"
@@ -35,6 +36,8 @@
 static struct auth *auth;
 static struct auth_worker_client *worker_client;
 
+static struct module *sql_modules;
+
 static void sig_die(int signo, void *context __attr_unused__)
 {
 	/* warn about being killed because of some signal, except SIGINT (^C)
@@ -189,6 +192,8 @@
 	/* Load built-in SQL drivers (if any) */
 	sql_drivers_init();
 	sql_drivers_register_all();
+	sql_modules = sql_drivers_modules_load();
+	module_dir_init(sql_modules);
 
 	/* Initialize databases so their configuration files can be readable
 	   only by root. Also load all modules here. */
@@ -287,6 +292,7 @@
 	mech_deinit();
 
         password_schemes_deinit();
+	module_dir_unload(&sql_modules);
 	sql_drivers_deinit();
 	random_deinit();
 
--- dovecot-1.1.alpha1/configure.in.split	2007-07-19 05:08:39.000000000 +0200
+++ dovecot-1.1.alpha1/configure.in	2007-07-19 11:05:18.000000000 +0200
@@ -254,6 +254,15 @@
 	want_lucene=no)
 AM_CONDITIONAL(BUILD_LUCENE, test "$want_lucene" = "yes")
 
+AC_ARG_WITH(dynamic-sql,
+[  --with-dynamic-sql    Build SQL modules as shared libs],
+	if test x$withval = xno; then
+		want_dynamic_sql=no
+	else
+		want_dynamic_sql=yes
+	fi,
+	want_dynamic_sql=no)
+
 AC_ARG_WITH(ssl,
 [  --with-ssl=[gnutls|openssl] Build with GNUTLS or OpenSSL (default)],
 	if test x$withval = xno; then
@@ -1660,12 +1669,12 @@
 		fi
 		AC_CHECK_HEADER(libpq-fe.h, [
 			if test "$PGSQL_INCLUDE" != ""; then
-				SQL_CFLAGS="$SQL_CFLAGS -I$PGSQL_INCLUDE"
+				PGSQL_CFLAGS="$PGSQL_CFLAGS -I$PGSQL_INCLUDE"
 			fi
 			if test "$PGSQL_LIBDIR" != ""; then
-				SQL_LIBS="$SQL_LIBS -L$PGSQL_LIBDIR"
+				PGSQL_LIBS="$PGSQL_LIBS -L$PGSQL_LIBDIR"
 			fi
-			SQL_LIBS="$SQL_LIBS -lpq"
+			PGSQL_LIBS="$PGSQL_LIBS -lpq"
 			AC_DEFINE(HAVE_PGSQL,, Build with PostgreSQL support)
 			found_sql_drivers="$found_sql_drivers pgsql"
 
@@ -1711,12 +1720,12 @@
 		fi
 		AC_CHECK_HEADER(mysql.h, [
 			if test "$MYSQL_INCLUDE" != ""; then
-				SQL_CFLAGS="$SQL_CFLAGS -I$MYSQL_INCLUDE"
+				MYSQL_CFLAGS="$MYSQL_CFLAGS -I$MYSQL_INCLUDE"
 			fi
 			if test "$MYSQL_LIBDIR" != ""; then
-				SQL_LIBS="$SQL_LIBS -L$MYSQL_LIBDIR"
+				MYSQL_LIBS="$MYSQL_LIBS -L$MYSQL_LIBDIR"
 			fi
-			SQL_LIBS="$SQL_LIBS $mysql_lib"
+			MYSQL_LIBS="$MYSQL_LIBS $mysql_lib"
 
 			AC_CHECK_LIB(mysqlclient, mysql_ssl_set, [
 				AC_DEFINE(HAVE_MYSQL_SSL,, Define if your MySQL library has SSL functions)
@@ -1747,13 +1756,18 @@
 if test $want_sqlite = yes; then
 	AC_CHECK_LIB(sqlite3, sqlite3_open, [
 		AC_CHECK_HEADER(sqlite3.h, [
-			SQL_LIBS="$SQL_LIBS -lsqlite3 -lz"
+			SQLITE_LIBS="$SQLITE_LIBS -lsqlite3 -lz"
 
 			AC_DEFINE(HAVE_SQLITE,, Build with SQLite3 support)
 			found_sql_drivers="$found_sql_drivers sqlite"
 		])
 	])
 fi
+	
+SQL_CFLAGS="$MYSQL_CFLAGS $PGSQL_CFLAGS $SQLITE_CFLAGS"
+if test "$want_dynamic_sql" = "no"; then
+	SQL_LIBS="$MYSQL_LIBS $PGSQL_LIBS $SQLITE_LIBS"
+fi
 
 if test "$found_sql_drivers" != "" -o "$want_sql" = "yes"; then
 	if test "$all_sql_drivers" = "yes"; then
@@ -1828,6 +1842,12 @@
 AC_SUBST(AUTH_LIBS)
 AC_SUBST(SQL_CFLAGS)
 AC_SUBST(SQL_LIBS)
+AC_SUBST(MYSQL_CFLAGS)
+AC_SUBST(MYSQL_LIBS)
+AC_SUBST(PGSQL_CFLAGS)
+AC_SUBST(PGSQL_LIBS)
+AC_SUBST(SQLITE_CFLAGS)
+AC_SUBST(SQLITE_LIBS)
 
 AC_SUBST(DICT_LIBS)
 AC_SUBST(dict_drivers)
@@ -1899,17 +1919,27 @@
 dnl ** SQL drivers
 dnl **
 
+build_pgsql=no
+build_mysql=no
+build_sqlite=no
 for driver in $sql_drivers; do
   if test "$driver" = "pgsql"; then
     AC_DEFINE(BUILD_PGSQL,, Built-in PostgreSQL support)
+    build_pgsql=yes
   elif test "$driver" = "mysql"; then
     AC_DEFINE(BUILD_MYSQL,, Built-in MySQL support)
+    build_mysql=yes
   elif test "$driver" = "sqlite"; then
     AC_DEFINE(BUILD_SQLITE,, Built-in SQLite support)
+    build_sqlite=yes
   fi
 done
 
 AC_SUBST(sql_drivers)
+AM_CONDITIONAL(BUILD_PGSQL, test "$build_pgsql" = "yes")
+AM_CONDITIONAL(BUILD_MYSQL, test "$build_mysql" = "yes")
+AM_CONDITIONAL(BUILD_SQLITE, test "$build_sqlite" = "yes")
+AM_CONDITIONAL(DYNAMIC_SQL, test "$want_dynamic_sql" = "yes")
 
 dnl **
 dnl ** Plugins
@@ -1996,7 +2026,11 @@
 echo "Building with GSSAPI support ........ : $have_gssapi"
 echo "Building with user database modules . :$userdb"
 echo "Building with password lookup modules :$passdb"
-echo "Building with SQL drivers ............:$sql_drivers"
+if test "$want_dynamic_sql" = "yes"; then
+	echo "Building with SQL drivers ............:$sql_drivers (dynamic)"
+else
+	echo "Building with SQL drivers ............:$sql_drivers"
+fi
 
 echo
 echo "NOTE: This is the UNSTABLE development branch of Dovecot."


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/dovecot/devel/.cvsignore,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- .cvsignore	15 Jul 2007 15:50:38 -0000	1.27
+++ .cvsignore	19 Jul 2007 09:40:17 -0000	1.28
@@ -1,4 +1,4 @@
-dovecot-1.0.2.tar.gz
-dovecot-1.0.2.tar.gz.sig
+dovecot-1.1.alpha1.tar.gz
+dovecot-1.1.alpha1.tar.gz.sig
 dovecot-sieve-1.0.1.tar.gz
 dovecot-sieve-1.0.1.tar.gz.sig


Index: dovecot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dovecot/devel/dovecot.spec,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- dovecot.spec	15 Jul 2007 15:50:38 -0000	1.79
+++ dovecot.spec	19 Jul 2007 09:40:18 -0000	1.80
@@ -1,8 +1,8 @@
-%define upstream 1.0.2
+%define upstream 1.1.alpha1
 %define sieve_upstream 1.0.1
-%define pkg_version 1.0.2
-%define my_release 13.5
-%define pkg_release %{my_release}%{?dist}
+%define pkg_version 1.1
+%define my_release 14.5
+%define pkg_release %{my_release}.alpha1%{?dist}
 %define pkg_sieve_version 1.0.1
 %define pkg_sieve_release %{my_release}%{?dist}
 
@@ -17,7 +17,7 @@
 %define build_mysql 1
 %define build_sqlite 1
 
-%define build_sieve 1
+%define build_sieve 0
 %define sieve_name dovecot-sieve
 
 Source: http://dovecot.org/releases/%{name}-%{upstream}.tar.gz
@@ -29,15 +29,11 @@
 Source6: perfect_maildir.pl
 Source7: dovecot-REDHAT-FAQ.txt
 Source8: http://dovecot.org/releases/sieve/%{sieve_name}-%{sieve_upstream}.tar.gz
-Patch100: dovecot-1.0.rc15-default-settings.patch
-#Patch101: dovecot-1.0.beta2-pam-tty.patch
+Patch100: dovecot-1.1.alpha1-default-settings.patch
 Patch102: dovecot-1.0.rc2-pam-setcred.patch
 Patch103: dovecot-1.0.beta2-mkcert-permissions.patch
-# 104 not applied
-#Patch104: dovecot-1.0.beta2-lib64.patch
 Patch105: dovecot-1.0.rc7-mkcert-paths.patch
-Patch106: dovecot-1.0.rc32-split.patch
-#Patch105: dovecot-1.0.beta2-sqlite-check.patch
+Patch106: dovecot-1.1.alpha1-split.patch
 
 # XXX this patch needs review and forward porting
 #Patch105: dovecot-auth-log.patch
@@ -139,10 +135,8 @@
 %setup -q -n %{name}-%{upstream}
 
 %patch100 -p1 -b .default-settings
-#%patch101 -p2 -b .pam-tty
 %patch102 -p1 -b .pam-setcred
 %patch103 -p1 -b .mkcert-permissions
-#%patch104 -p1 -b .lib64
 %patch105 -p1 -b .mkcert-paths
 
 %patch106 -p1 -b .split
@@ -353,6 +347,10 @@
 %endif
 
 %changelog
+* Thu Jul 19 2007 Tomas Janousek <tjanouse at redhat.com> - 1.1-14.5.alpha1
+- update to latest upstream beta
+- don't build dovecot-sieve, it's only for 1.0
+
 * Sun Jul 15 2007 Tomas Janousek <tjanouse at redhat.com> - 1.0.2-13.5
 - update to latest upstream
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/dovecot/devel/sources,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- sources	15 Jul 2007 15:50:38 -0000	1.28
+++ sources	19 Jul 2007 09:40:18 -0000	1.29
@@ -1,4 +1,4 @@
-769f0dd2750e7de521de3396999a09e5  dovecot-1.0.2.tar.gz
-9f066b17b877b94a6a051cbe44f8011f  dovecot-1.0.2.tar.gz.sig
+e952297f75ab3d042d896eb1e5c52463  dovecot-1.1.alpha1.tar.gz
+79a860a7f9aed0812c33708836d548a4  dovecot-1.1.alpha1.tar.gz.sig
 b070d2177009bb555cd7e25c710047d5  dovecot-sieve-1.0.1.tar.gz
 c9f5a39ef66e427968141f265c879d60  dovecot-sieve-1.0.1.tar.gz.sig


--- dovecot-0.99-no-literal-plus-capability.patch DELETED ---


--- dovecot-0.99.10.4-conf.patch DELETED ---


--- dovecot-1.0.beta2-default-settings.patch DELETED ---


--- dovecot-1.0.beta2-lib64.patch DELETED ---


--- dovecot-1.0.beta2-pam-setcred.patch DELETED ---


--- dovecot-1.0.beta2-pam-tty.patch DELETED ---


--- dovecot-1.0.beta2-sqlite-check.patch DELETED ---


--- dovecot-1.0.beta7-default-settings.patch DELETED ---


--- dovecot-1.0.beta8-default-settings.patch DELETED ---


--- dovecot-1.0.rc15-default-settings.patch DELETED ---


--- dovecot-1.0.rc2-default-settings.patch DELETED ---


--- dovecot-1.0.rc32-split.patch DELETED ---


--- dovecot-1.0.rc7-default-settings.patch DELETED ---


--- dovecot-pam-setcred.patch DELETED ---




More information about the scm-commits mailing list