Update to cyrus-imapd-2.4.10.
This commit is contained in:
parent
40a0a0de59
commit
f944cf190d
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.58 2011/06/22 06:51:09 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.59 2011/07/05 22:58:48 ajacoutot Exp $
|
||||
|
||||
COMMENT-main= Cyrus IMAP server
|
||||
COMMENT-perl= perl utils for the Cyrus IMAP server
|
||||
|
||||
V= 2.4.9
|
||||
V= 2.4.10
|
||||
DISTNAME= cyrus-imapd-${V}
|
||||
PKGNAME-main= ${DISTNAME}
|
||||
FULLPKGNAME-perl=cyrus-imapd-perl-${V}
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (cyrus-imapd-2.4.9.tar.gz) = eL5ThdUG2fcTTYq/baORdw==
|
||||
RMD160 (cyrus-imapd-2.4.9.tar.gz) = N3J1AviwgKHjIFNgwEir1H526Hg=
|
||||
SHA1 (cyrus-imapd-2.4.9.tar.gz) = PMjPVNQ7rtpoIvhO/sarlfPRxJ8=
|
||||
SHA256 (cyrus-imapd-2.4.9.tar.gz) = 11e8lcqJGsrTdoqIilAiq5a6ctSURaoS4mtZKYIuQVY=
|
||||
SIZE (cyrus-imapd-2.4.9.tar.gz) = 2425065
|
||||
MD5 (cyrus-imapd-2.4.10.tar.gz) = VfCO6r8vkygeYbonhUrqZw==
|
||||
RMD160 (cyrus-imapd-2.4.10.tar.gz) = 1//jrVa55WXcfht2TUuwpZfOlpY=
|
||||
SHA1 (cyrus-imapd-2.4.10.tar.gz) = tstR1n8rSVNrqS2q5HHXgXkpxII=
|
||||
SHA256 (cyrus-imapd-2.4.10.tar.gz) = L1tcblJN+QBd9KcAyVi7maIcRFBIU3Tjij0YAQvIcxc=
|
||||
SIZE (cyrus-imapd-2.4.10.tar.gz) = 2430196
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- configure.orig Tue Jun 21 21:51:34 2011
|
||||
+++ configure Wed Jun 22 08:43:42 2011
|
||||
@@ -5053,9 +5053,7 @@ CFLAGS=$save_CFLAGS
|
||||
--- configure.orig Mon Jul 4 17:06:30 2011
|
||||
+++ configure Tue Jul 5 23:36:08 2011
|
||||
@@ -5062,9 +5062,7 @@ CFLAGS=$save_CFLAGS
|
||||
fi
|
||||
|
||||
if test "$ac_cv_fpic" = "yes"; then
|
||||
@ -11,7 +11,7 @@
|
||||
fi
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_fpic" >&5
|
||||
$as_echo "$ac_cv_fpic" >&6; }
|
||||
@@ -6446,7 +6444,7 @@ fi
|
||||
@@ -6455,7 +6453,7 @@ fi
|
||||
|
||||
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
CPPFLAGS="${BDB_INCADD} ${CPPFLAGS}"
|
||||
|
||||
CYRUSDB_OBJS="$CYRUSDB_OBJS cyrusdb_berkeley.o"
|
||||
@@ -9612,7 +9610,7 @@ if test "${ac_cv_lib_gssapi_gss_unwrap+set}" = set; th
|
||||
@@ -9622,7 +9620,7 @@ if ${ac_cv_lib_gssapi_gss_unwrap+:} false; then :
|
||||
$as_echo_n "(cached) " >&6
|
||||
else
|
||||
ac_check_lib_save_LIBS=$LIBS
|
||||
@ -29,7 +29,7 @@
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
|
||||
@@ -9914,8 +9912,8 @@ fi
|
||||
@@ -9924,8 +9922,8 @@ fi
|
||||
GSSAPIBASE_STATIC_LIBS="$GSSAPIBASE_LIBS $gssapi_dir/libgssapi_krb5.a $gssapi_dir/libkrb5.a $gssapi_dir/libk5crypto.a $gssapi_dir/libcom_err.a ${K5SUPSTATIC}"
|
||||
elif test "$gss_impl" = "heimdal"; then
|
||||
CPPFLAGS="$CPPFLAGS -DKRB5_HEIMDAL"
|
||||
@ -40,7 +40,7 @@
|
||||
elif test "$gss_impl" = "cybersafe03"; then
|
||||
# Version of CyberSafe with two libraries
|
||||
CPPFLAGS="$CPPFLAGS -D$platform -I${gssapi}/appsec-sdk/include"
|
||||
@@ -10483,7 +10481,7 @@ elif test "${with_perl}" != "no"; then
|
||||
@@ -10493,7 +10491,7 @@ elif test "${with_perl}" != "no"; then
|
||||
PERL_SUBDIRS="imap"
|
||||
PERL="${with_perl}"
|
||||
case "${target_os}" in
|
||||
@ -49,7 +49,7 @@
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for perl cccdlflags needed on \"${target_os}\"" >&5
|
||||
$as_echo_n "checking for perl cccdlflags needed on \"${target_os}\"... " >&6; }
|
||||
eval `${PERL} -V:cccdlflags`
|
||||
@@ -10546,6 +10544,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
@@ -10556,6 +10554,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
extern "C"
|
||||
#endif
|
||||
char request_init ();
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-lib_imapoptions,v 1.5 2011/06/22 06:51:10 ajacoutot Exp $
|
||||
--- lib/imapoptions.orig Tue Jun 21 21:50:39 2011
|
||||
+++ lib/imapoptions Wed Jun 22 08:43:42 2011
|
||||
@@ -257,7 +257,7 @@ Blank lines and lines beginning with ``#'' are ignored
|
||||
$OpenBSD: patch-lib_imapoptions,v 1.6 2011/07/05 22:58:48 ajacoutot Exp $
|
||||
--- lib/imapoptions.orig Mon Jul 4 17:05:01 2011
|
||||
+++ lib/imapoptions Tue Jul 5 23:36:08 2011
|
||||
@@ -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
|
||||
executable (without path). The second is the pid (integer) and the third
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-lib_imapoptions,v 1.5 2011/06/22 06:51:10 ajacoutot Exp $
|
||||
|
||||
{ "defaultacl", "anyone lrs", STRING }
|
||||
/* The Access Control List (ACL) placed on a newly-created (non-user)
|
||||
@@ -1043,7 +1043,7 @@ And the notification message will be available on \fIs
|
||||
@@ -1062,7 +1062,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,7 +1,7 @@
|
||||
$OpenBSD: patch-man_imapd_conf_5,v 1.4 2011/06/22 06:51:10 ajacoutot Exp $
|
||||
--- man/imapd.conf.5.orig Tue Jun 21 21:51:34 2011
|
||||
+++ man/imapd.conf.5 Wed Jun 22 08:43:42 2011
|
||||
@@ -234,7 +234,7 @@ required.
|
||||
$OpenBSD: patch-man_imapd_conf_5,v 1.5 2011/07/05 22:58:48 ajacoutot Exp $
|
||||
--- man/imapd.conf.5.orig Mon Jul 4 17:06:30 2011
|
||||
+++ man/imapd.conf.5 Tue Jul 5 23:36:08 2011
|
||||
@@ -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
|
||||
executable (without path). The second is the pid (integer) and the third
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-man_imapd_conf_5,v 1.4 2011/06/22 06:51:10 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.
|
||||
@@ -884,7 +884,7 @@ Possible values include "auxprop", "saslauthd", and "p
|
||||
@@ -900,7 +900,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
|
||||
|
Loading…
Reference in New Issue
Block a user