rpms/cyrus-imapd/F-12 .cvsignore, 1.15, 1.16 cyrus-imapd-2.3.12p2-autocreate-0.10-0.diff, 1.4, 1.5 cyrus-imapd-2.3.12p2-current-db.patch, 1.1, 1.2 cyrus-imapd-2.3.7-krb4.patch, 1.1, 1.2 cyrus-imapd.spec, 1.65, 1.66 sources, 1.17, 1.18

Michal Hlavinka mhlavink at fedoraproject.org
Tue Dec 22 19:52:30 UTC 2009


Author: mhlavink

Update of /cvs/pkgs/rpms/cyrus-imapd/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8596

Modified Files:
	.cvsignore cyrus-imapd-2.3.12p2-autocreate-0.10-0.diff 
	cyrus-imapd-2.3.12p2-current-db.patch 
	cyrus-imapd-2.3.7-krb4.patch cyrus-imapd.spec sources 
Log Message:
updated to 2.3.16



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/cyrus-imapd/F-12/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- .cvsignore	18 Sep 2009 13:23:59 -0000	1.15
+++ .cvsignore	22 Dec 2009 19:52:30 -0000	1.16
@@ -1,2 +1,2 @@
-cyrus-imapd-2.3.15.tar.gz
+cyrus-imapd-2.3.16.tar.gz
 cyrus_sharedbackup-0.1.tar.gz

cyrus-imapd-2.3.12p2-autocreate-0.10-0.diff:
 cyrus-imapd-2.3.13/README.autocreate    |  211 +++++++++++
 cyrus-imapd-2.3.15/imap/Makefile.in     |  155 ++++----
 cyrus-imapd-2.3.15/imap/autosieve.c     |  590 ++++++++++++++++++++++++++++++++
 cyrus-imapd-2.3.15/imap/compile_sieve.c |  365 +++++++++++++++++++
 cyrus-imapd-2.3.15/imap/imapd.c         |   43 ++
 cyrus-imapd-2.3.15/imap/lmtpd.c         |   92 ++++
 cyrus-imapd-2.3.15/imap/mboxlist.c      |  370 ++++++++++++++++++++
 cyrus-imapd-2.3.15/imap/mboxlist.h      |    4 
 cyrus-imapd-2.3.15/imap/pop3d.c         |   46 ++
 cyrus-imapd-2.3.15/lib/auth.c           |    8 
 cyrus-imapd-2.3.15/lib/auth.h           |    2 
 cyrus-imapd-2.3.15/lib/auth_krb.c       |   17 
 cyrus-imapd-2.3.15/lib/auth_krb5.c      |   15 
 cyrus-imapd-2.3.15/lib/auth_pts.c       |    9 
 cyrus-imapd-2.3.15/lib/auth_unix.c      |   11 
 cyrus-imapd-2.3.15/lib/imapoptions      |   49 ++
 cyrus-imapd-2.3.15/notifyd/Makefile.in  |    3 
 cyrus-imapd-2.3.15/notifyd/notifyd.c    |    2 
 cyrus-imapd-2.3.15/ptclient/Makefile.in |    3 
 19 files changed, 1916 insertions(+), 79 deletions(-)

Index: cyrus-imapd-2.3.12p2-autocreate-0.10-0.diff
===================================================================
RCS file: /cvs/pkgs/rpms/cyrus-imapd/F-12/cyrus-imapd-2.3.12p2-autocreate-0.10-0.diff,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- cyrus-imapd-2.3.12p2-autocreate-0.10-0.diff	18 Sep 2009 13:21:33 -0000	1.4
+++ cyrus-imapd-2.3.12p2-autocreate-0.10-0.diff	22 Dec 2009 19:52:30 -0000	1.5
@@ -1480,9 +1480,9 @@ diff -up cyrus-imapd-2.3.15/imap/mboxlis
  #define FNAME_SUBSSUFFIX ".sub"
  
  /*
-@@ -3413,3 +3437,349 @@ int mboxlist_delayed_delete_isenabled(vo
+@@ -3446,3 +3470,349 @@ int mboxlist_delayed_delete_isenabled(vo
  
-     return(config_delete_mode == IMAP_ENUM_DELETE_MODE_DELAYED);
+     return(count);
  }
 +
 +/*
@@ -1833,10 +1833,10 @@ diff -up cyrus-imapd-2.3.15/imap/mboxlis
 diff -up cyrus-imapd-2.3.15/imap/mboxlist.h.autocreate cyrus-imapd-2.3.15/imap/mboxlist.h
 --- cyrus-imapd-2.3.15/imap/mboxlist.h.autocreate	2009-05-05 03:20:03.000000000 +0200
 +++ cyrus-imapd-2.3.15/imap/mboxlist.h	2009-09-18 11:11:39.778115814 +0200
-@@ -216,4 +216,8 @@ int mboxlist_commit(struct txn *tid);
- int mboxlist_abort(struct txn *tid);
+@@ -221,4 +221,8 @@ int mboxlist_commit(struct txn *tid);
+ int mboxlist_count_inferiors(char *mailboxname, int isadmin, char *userid,
+                              struct auth_state *authstate);
  
- int mboxlist_delayed_delete_isenabled(void);
 +int mboxlist_autocreateinbox(struct namespace *namespace,char *userid,
 +                       struct auth_state *auth_state, char *mailboxname, 
 +                       int autocreatequota);

cyrus-imapd-2.3.12p2-current-db.patch:
 berkdb.m4 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: cyrus-imapd-2.3.12p2-current-db.patch
===================================================================
RCS file: /cvs/pkgs/rpms/cyrus-imapd/F-12/cyrus-imapd-2.3.12p2-current-db.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- cyrus-imapd-2.3.12p2-current-db.patch	26 Sep 2008 11:39:02 -0000	1.1
+++ cyrus-imapd-2.3.12p2-current-db.patch	22 Dec 2009 19:52:30 -0000	1.2
@@ -4,8 +4,8 @@
  	fi
  
  	saved_LIBS=$LIBS
--        for dbname in ${with_bdb} db-4.6 db4.6 db46 db-4.5 db4.5 db45 db-4.4 db4.4 db44 db-4.3 db4.3 db43 db-4.2 db4.2 db42 db-4.1 db4.1 db41 db-4.0 db4.0 db-4 db40 db4 db-3.3 db3.3 db33 db-3.2 db3.2 db32 db-3.1 db3.1 db31 db-3 db30 db3 db
-+        for dbname in ${with_bdb} db db-4.6 db4.6 db46 db-4.5 db4.5 db45 db-4.4 db4.4 db44 db-4.3 db4.3 db43 db-4.2 db4.2 db42 db-4.1 db4.1 db41 db-4.0 db4.0 db-4 db40 db4 db-3.3 db3.3 db33 db-3.2 db3.2 db32 db-3.1 db3.1 db31 db-3 db30 db3
+-        for dbname in ${with_bdb} db-4.7 db4.7 db47 db-4.6 db4.6 db46 db-4.5 db4.5 db45 db-4.4 db4.4 db44 db-4.3 db4.3 db43 db-4.2 db4.2 db42 db-4.1 db4.1 db41 db-4.0 db4.0 db-4 db40 db4 db-3.3 db3.3 db33 db-3.2 db3.2 db32 db-3.1 db3.1 db31 db-3 db30 db3 db
++        for dbname in ${with_bdb} db db-4.7 db4.7 db47 db-4.6 db4.6 db46 db-4.5 db4.5 db45 db-4.4 db4.4 db44 db-4.3 db4.3 db43 db-4.2 db4.2 db42 db-4.1 db4.1 db41 db-4.0 db4.0 db-4 db40 db4 db-3.3 db3.3 db33 db-3.2 db3.2 db32 db-3.1 db3.1 db31 db-3 db30 db3
            do
  	    LIBS="$saved_LIBS -l$dbname"
  	    AC_TRY_LINK([#include <stdio.h>

cyrus-imapd-2.3.7-krb4.patch:
 pop3d.c   |    2 --
 version.c |    2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

Index: cyrus-imapd-2.3.7-krb4.patch
===================================================================
RCS file: /cvs/pkgs/rpms/cyrus-imapd/F-12/cyrus-imapd-2.3.7-krb4.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- cyrus-imapd-2.3.7-krb4.patch	24 Jan 2007 12:52:37 -0000	1.1
+++ cyrus-imapd-2.3.7-krb4.patch	22 Dec 2009 19:52:30 -0000	1.2
@@ -13,7 +13,7 @@
 --- cyrus-imapd-2.3.7/imap/pop3d.c.krb4	2007-01-22 15:41:14.000000000 +0100
 +++ cyrus-imapd-2.3.7/imap/pop3d.c	2007-01-22 15:41:15.000000000 +0100
 @@ -88,8 +88,6 @@
- #include "sync_log.h"
+ #include "statuscache.h"
  
  #ifdef HAVE_KRB
 -/* kerberos des is purported to conflict with OpenSSL DES */


Index: cyrus-imapd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cyrus-imapd/F-12/cyrus-imapd.spec,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -p -r1.65 -r1.66
--- cyrus-imapd.spec	4 Dec 2009 12:31:35 -0000	1.65
+++ cyrus-imapd.spec	22 Dec 2009 19:52:30 -0000	1.66
@@ -1,6 +1,6 @@
 Name: cyrus-imapd
-Version: 2.3.15
-Release: 6%{?dist}
+Version: 2.3.16
+Release: 1%{?dist}
 
 # ********************** BUILD TIME OPTIONS START **********************
 
@@ -115,10 +115,6 @@ Patch15: cyrus-imapd-2.3.1-make_md5_defa
 Patch18: cyrus-imapd-2.3.7-krb4.patch
 # https://bugzilla.redhat.com/show_bug.cgi?id=461875
 Patch19: cyrus-imapd-2.3.12p2-current-db.patch
-Patch20: cyrus-imapd-2.3.15-bufov.patch
-
-# required for c-i <= 2.3.15, rhbz#528093
-Patch21: cyrus-imapd-2.3.15-nodebug.patch
 
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildRequires: autoconf >= 2.59
@@ -217,8 +213,6 @@ one running the server.
 %patch15 -p1 -b .make_md5_defaults
 %patch18 -p1 -b .krb4
 %patch19 -p1 -b .db4.7
-%patch20 -p1 -b .bufov
-%patch21 -p1 -b .nodebug
 
 # only to update config.* files
 automake -a -f -c || :
@@ -736,6 +730,9 @@ fi
 %{_mandir}/man1/*
 
 %changelog
+* Tue Dec 22 2009 Michal Hlavinka <mhlavink at redhat.com> - 2.3.16-1
+- updated to 2.3.16
+
 * Fri Dec 04 2009 Michal Hlavinka <mhlavink at redhat.com> - 2.3.15-6
 - fix cyrus shell for daily cron job (#544182)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/cyrus-imapd/F-12/sources,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- sources	18 Sep 2009 13:23:59 -0000	1.17
+++ sources	22 Dec 2009 19:52:30 -0000	1.18
@@ -1,2 +1,2 @@
-d89cb1b55023188938f332b7ef120fae  cyrus-imapd-2.3.15.tar.gz
+6a37feb1985974eee8a4a4b2932dd54c  cyrus-imapd-2.3.16.tar.gz
 8f7a26b0556369827bb5c8084a3e3ea1  cyrus_sharedbackup-0.1.tar.gz




More information about the fedora-extras-commits mailing list