- refresh patches

This commit is contained in:
Dan Horák 2008-09-01 09:41:02 +00:00
parent 76388d6663
commit 0f8be0c630
2 changed files with 14 additions and 11 deletions

View File

@ -1,19 +1,19 @@
diff -Naur cyrus-imapd-2.3.1.orig/imap/make_md5.c cyrus-imapd-2.3.1/imap/make_md5.c diff -Nru -x'*.orig' cyrus-imapd-2.3.11.orig/imap/make_md5.c cyrus-imapd-2.3.11/imap/make_md5.c
--- cyrus-imapd-2.3.1.orig/imap/make_md5.c 2005-12-13 16:31:08.000000000 +0100 --- cyrus-imapd-2.3.11.orig/imap/make_md5.c 2007-10-01 20:35:59.000000000 +0200
+++ cyrus-imapd-2.3.1/imap/make_md5.c 2006-01-16 11:27:29.000000000 +0100 +++ cyrus-imapd-2.3.11/imap/make_md5.c 2008-09-01 11:16:50.000000000 +0200
@@ -811,7 +811,7 @@ @@ -814,7 +814,7 @@
if (!md5_dir) md5_dir = config_getstring(IMAPOPT_MD5_DIR); if (!md5_dir) md5_dir = config_getstring(IMAPOPT_MD5_DIR);
if (!md5_dir) if (!md5_dir)
- md5_dir = xstrdup("/var/imap/md5"); - md5_dir = xstrdup("/var/imap/md5");
+ md5_dir = xstrdup("/var/lib/imap/md5"); + md5_dir = xstrdup("/var/lib/imap/md5");
if (((uid_file = config_getstring(IMAPOPT_MD5_USER_MAP)) != NULL) && if (max_children == 0) {
((uid_fd=open(uid_file, O_RDONLY)) < 0)) { /* Simple case */
diff -Naur cyrus-imapd-2.3.1.orig/lib/imapoptions cyrus-imapd-2.3.1/lib/imapoptions diff -Nru -x'*.orig' cyrus-imapd-2.3.11.orig/lib/imapoptions cyrus-imapd-2.3.11/lib/imapoptions
--- cyrus-imapd-2.3.1.orig/lib/imapoptions 2005-12-13 20:36:11.000000000 +0100 --- cyrus-imapd-2.3.11.orig/lib/imapoptions 2007-10-18 20:14:48.000000000 +0200
+++ cyrus-imapd-2.3.1/lib/imapoptions 2006-01-16 11:26:54.000000000 +0100 +++ cyrus-imapd-2.3.11/lib/imapoptions 2008-09-01 11:16:50.000000000 +0200
@@ -527,10 +527,14 @@ @@ -557,10 +557,14 @@
mailspool, but each have their own "replicated" copy of mailspool, but each have their own "replicated" copy of
mailboxes.db. */ mailboxes.db. */

View File

@ -1,7 +1,7 @@
%define upstream_ver 2.3.11 %define upstream_ver 2.3.11
Name: cyrus-imapd Name: cyrus-imapd
Version: 2.3.11 Version: 2.3.11
Release: 2%{?dist} Release: 3%{?dist}
# ********************** BUILD TIME OPTIONS START ********************** # ********************** BUILD TIME OPTIONS START **********************
@ -807,6 +807,9 @@ fi
%{_mandir}/man1/* %{_mandir}/man1/*
%changelog %changelog
* Mon Sep 1 2008 Dan Horák <dan[at]danny.cz - 2.3.11-3
- refresh patches
* Sat May 31 2008 Dan Horák <dan[at]danny.cz - 2.3.11-2 * Sat May 31 2008 Dan Horák <dan[at]danny.cz - 2.3.11-2
- call automake to update config.* files and be buildable again on rawhide - call automake to update config.* files and be buildable again on rawhide