Update to cyrus-imapd-2.4.8.
See here for more info: http://cyrusimap.org/mediawiki/index.php/Bugs_Resolved_in_2.4.8
This commit is contained in:
parent
80b11d5092
commit
1eeae99926
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.55 2011/03/30 16:10:28 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.56 2011/04/13 15:18:23 ajacoutot Exp $
|
||||
|
||||
COMMENT-main= Cyrus IMAP server
|
||||
COMMENT-perl= perl utils for the Cyrus IMAP server
|
||||
|
||||
V= 2.4.7
|
||||
V= 2.4.8
|
||||
DISTNAME= cyrus-imapd-${V}
|
||||
PKGNAME-main= ${DISTNAME}
|
||||
FULLPKGNAME-perl=cyrus-imapd-perl-${V}
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (cyrus-imapd-2.4.7.tar.gz) = fvOgLD6SpEoq3yX4HbTKPA==
|
||||
RMD160 (cyrus-imapd-2.4.7.tar.gz) = q7fX44JHXWkWNJDvs7oNQ9OUfAM=
|
||||
SHA1 (cyrus-imapd-2.4.7.tar.gz) = ioM5XMrkOBNHI00xEsgVlLNhXWk=
|
||||
SHA256 (cyrus-imapd-2.4.7.tar.gz) = CQ0KJ2FffOZJDjsN3IdyJdVMTjK/vFFMRi4A7Ciyfn4=
|
||||
SIZE (cyrus-imapd-2.4.7.tar.gz) = 2444382
|
||||
MD5 (cyrus-imapd-2.4.8.tar.gz) = tVkwKTeHpC1XGkf2mqrPKA==
|
||||
RMD160 (cyrus-imapd-2.4.8.tar.gz) = cvmvv3iTs0SaGna3BQ6m18mwA8k=
|
||||
SHA1 (cyrus-imapd-2.4.8.tar.gz) = Tfwyiv9ILJ67Tv3OSxQPaVZIgOg=
|
||||
SHA256 (cyrus-imapd-2.4.8.tar.gz) = eh/3M5KCdtDkLcz7hfF+bW1jzcEcA+k66hnn3nmNoDA=
|
||||
SIZE (cyrus-imapd-2.4.8.tar.gz) = 2424151
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-lib_imapoptions,v 1.3 2011/03/30 16:10:28 ajacoutot Exp $
|
||||
--- lib/imapoptions.orig Wed Mar 30 15:47:59 2011
|
||||
+++ lib/imapoptions Wed Mar 30 17:05:07 2011
|
||||
$OpenBSD: patch-lib_imapoptions,v 1.4 2011/04/13 15:18:24 ajacoutot Exp $
|
||||
--- lib/imapoptions.orig Wed Apr 13 16:35:22 2011
|
||||
+++ lib/imapoptions Wed Apr 13 17:07:59 2011
|
||||
@@ -253,7 +253,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.3 2011/03/30 16:10:28 ajacoutot Exp $
|
||||
|
||||
{ "defaultacl", "anyone lrs", STRING }
|
||||
/* The Access Control List (ACL) placed on a newly-created (non-user)
|
||||
@@ -1013,7 +1013,7 @@ And the notification message will be available on \fIs
|
||||
@@ -1018,7 +1018,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. */
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-man_imapd_conf_5,v 1.2 2011/03/30 16:10:28 ajacoutot Exp $
|
||||
--- man/imapd.conf.5.orig Wed Mar 30 15:53:09 2011
|
||||
+++ man/imapd.conf.5 Wed Mar 30 17:05:07 2011
|
||||
$OpenBSD: patch-man_imapd_conf_5,v 1.3 2011/04/13 15:18:24 ajacoutot Exp $
|
||||
--- man/imapd.conf.5.orig Wed Apr 13 16:53:15 2011
|
||||
+++ man/imapd.conf.5 Wed Apr 13 17:07:59 2011
|
||||
@@ -231,7 +231,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.2 2011/03/30 16:10:28 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.
|
||||
@@ -861,7 +861,7 @@ Possible values include "auxprop", "saslauthd", and "p
|
||||
@@ -865,7 +865,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
|
||||
|
@ -1,7 +1,10 @@
|
||||
@comment $OpenBSD: PLIST-perl,v 1.6 2011/03/30 16:10:28 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST-perl,v 1.7 2011/04/13 15:18:24 ajacoutot Exp $
|
||||
bin/cyradm
|
||||
bin/installsieve
|
||||
bin/sieveshell
|
||||
@comment libdata/perl5/${MACHINE_ARCH}-openbsd/
|
||||
@comment libdata/perl5/${MACHINE_ARCH}-openbsd/5.12.2/
|
||||
@comment libdata/perl5/${MACHINE_ARCH}-openbsd/5.12.2/perllocal.pod
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/Cyrus/
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/Cyrus/IMAP/
|
||||
@ -20,9 +23,6 @@ libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Cyrus/SIEVE/
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Cyrus/SIEVE/managesieve/
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Cyrus/SIEVE/managesieve/managesieve.bs
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Cyrus/SIEVE/managesieve/managesieve.so
|
||||
@comment libdata/perl5/${MACHINE_ARCH}-openbsd/
|
||||
@comment libdata/perl5/${MACHINE_ARCH}-openbsd/5.12.2/
|
||||
@comment libdata/perl5/${MACHINE_ARCH}-openbsd/5.12.2/perllocal.pod
|
||||
@man man/man1/cyradm.1
|
||||
@man man/man1/installsieve.1
|
||||
@man man/man1/sieveshell.1
|
||||
|
Loading…
Reference in New Issue
Block a user