Bugfix udate to cyrus-imapd-2.4.14.

More info at:
http://www.cyrusimap.org/mediawiki/index.php/Bugs_Resolved_in_2.4.14
This commit is contained in:
ajacoutot 2012-03-12 17:21:10 +00:00
parent 564a167128
commit 872ef00e70
4 changed files with 15 additions and 17 deletions

View File

@ -1,16 +1,14 @@
# $OpenBSD: Makefile,v 1.70 2012/01/06 15:34:17 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.71 2012/03/12 17:21:10 ajacoutot Exp $
COMMENT-main= Cyrus IMAP server
COMMENT-perl= perl utils for the Cyrus IMAP server
V= 2.4.13
V= 2.4.14
DISTNAME= cyrus-imapd-${V}
PKGNAME-main= ${DISTNAME}
FULLPKGNAME-perl=cyrus-imapd-perl-${V}
FULLPKGPATH-perl=mail/cyrus-imapd,-perl
REVISION-main= 0
CATEGORIES= mail
HOMEPAGE= http://www.cyrusimap.org/

View File

@ -1,5 +1,5 @@
MD5 (cyrus-imapd-2.4.13.tar.gz) = fXyIZIY9+KVqna5fHYRgZQ==
RMD160 (cyrus-imapd-2.4.13.tar.gz) = RmXXqkmstaXz2XRu9M8sFSkqb/Y=
SHA1 (cyrus-imapd-2.4.13.tar.gz) = 3wbW1LKyTWMcu/Gqb3epQ4HOa7c=
SHA256 (cyrus-imapd-2.4.13.tar.gz) = iaUHaajt22XIi/JElIXBg1lLORdH6DZ+LIeGM2JPvZw=
SIZE (cyrus-imapd-2.4.13.tar.gz) = 2472668
MD5 (cyrus-imapd-2.4.14.tar.gz) = djxjsukQ2yxqBuXYKilEGQ==
RMD160 (cyrus-imapd-2.4.14.tar.gz) = jtu3AwolUSIz7qVASmRpEZxxuBI=
SHA1 (cyrus-imapd-2.4.14.tar.gz) = hEupL6egzVwI6x77BNHrMTJqD0c=
SHA256 (cyrus-imapd-2.4.14.tar.gz) = EBvnnjBMgYtMd5GOpBKtB6tlPeWZjhc1n1zuxv7xAOs=
SIZE (cyrus-imapd-2.4.14.tar.gz) = 2481254

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-lib_imapoptions,v 1.7 2011/09/09 06:46:39 ajacoutot Exp $
--- lib/imapoptions.orig Thu Sep 8 20:57:42 2011
+++ lib/imapoptions Fri Sep 9 08:37:42 2011
$OpenBSD: patch-lib_imapoptions,v 1.8 2012/03/12 17:21:10 ajacoutot Exp $
--- lib/imapoptions.orig Mon Mar 12 12:47:51 2012
+++ lib/imapoptions Mon Mar 12 18:10:32 2012
@@ -263,7 +263,7 @@ Blank lines and lines beginning with ``#'' are ignored
/* Debug command to be used by processes started with -D option. The string
is a C format string that gets 3 options: the first is the name of the
@ -10,7 +10,7 @@ $OpenBSD: patch-lib_imapoptions,v 1.7 2011/09/09 06:46:39 ajacoutot Exp $
{ "defaultacl", "anyone lrs", STRING }
/* The Access Control List (ACL) placed on a newly-created (non-user)
@@ -1072,7 +1072,7 @@ And the notification message will be available on \fIs
@@ -1086,7 +1086,7 @@ And the notification message will be available on \fIs
{ "seenstate_db", "skiplist", STRINGLIST("flat", "berkeley", "berkeley-hash", "skiplist")}
/* The cyrusdb backend to use for the seen state. */

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-man_imapd_conf_5,v 1.6 2011/09/09 06:46:39 ajacoutot Exp $
--- man/imapd.conf.5.orig Thu Sep 8 21:03:38 2011
+++ man/imapd.conf.5 Fri Sep 9 08:37:42 2011
$OpenBSD: patch-man_imapd_conf_5,v 1.7 2012/03/12 17:21:10 ajacoutot Exp $
--- man/imapd.conf.5.orig Mon Mar 12 12:59:30 2012
+++ man/imapd.conf.5 Mon Mar 12 18:10:32 2012
@@ -239,7 +239,7 @@ required.
Debug command to be used by processes started with -D option. The string
is a C format string that gets 3 options: the first is the name of the
@ -10,7 +10,7 @@ $OpenBSD: patch-man_imapd_conf_5,v 1.6 2011/09/09 06:46:39 ajacoutot Exp $
.IP "\fBdefaultacl:\fR anyone lrs" 5
The Access Control List (ACL) placed on a newly-created (non-user)
mailbox that does not have a parent mailbox.
@@ -908,7 +908,7 @@ Possible values include "auxprop", "saslauthd", and "p
@@ -923,7 +923,7 @@ Possible values include "auxprop", "saslauthd", and "p
The cyrusdb backend to use for the seen state.
Allowed values: \fIflat\fR, \fIberkeley\fR, \fIberkeley-hash\fR, \fIskiplist\fR