Bugfix update to cyrus-imapd-2.4.5.

This commit is contained in:
ajacoutot 2010-11-29 14:18:17 +00:00
parent b81c8c7a97
commit c26cf29e50
4 changed files with 20 additions and 21 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.40 2010/11/26 14:50:10 espie Exp $
# $OpenBSD: Makefile,v 1.41 2010/11/29 14:18:17 ajacoutot Exp $
COMMENT-main= Cyrus IMAP server
COMMENT-perl= perl utils for the Cyrus IMAP server
V= 2.4.4
V= 2.4.5
DISTNAME= cyrus-imapd-${V}
PKGNAME-main= ${DISTNAME}
FULLPKGNAME-perl=cyrus-imapd-perl-${V}
@ -59,7 +59,6 @@ CONFIGURE_ARGS= --with-service-path=${LOCALBASE}/libexec/cyrus-imapd \
--enable-nntp \
--without-zephyr \
--without-snmp \
--with-afs=no \
--with-ldap=no \
--with-mysql=no \
--with-pgsql=no \

View File

@ -1,5 +1,5 @@
MD5 (cyrus-imapd-2.4.4.tar.gz) = nWlwzslqqGfpztOXjK3bjw==
RMD160 (cyrus-imapd-2.4.4.tar.gz) = sJSJCHBJxnl1KdifRcO7zscDTVk=
SHA1 (cyrus-imapd-2.4.4.tar.gz) = IqdkP5JINRwmNWH5vyfpuiRMsSM=
SHA256 (cyrus-imapd-2.4.4.tar.gz) = gAjZZnLPPbmGuhv7kNhTaKRmzT+1SADHbxLhmncAups=
SIZE (cyrus-imapd-2.4.4.tar.gz) = 2413958
MD5 (cyrus-imapd-2.4.5.tar.gz) = 4WSQ4b9UXL43obrHpBSxpg==
RMD160 (cyrus-imapd-2.4.5.tar.gz) = sFa4Jr9rdLrGj5llXi+n/UNEBI4=
SHA1 (cyrus-imapd-2.4.5.tar.gz) = xuppL3XweFtQF6tVtkUxToZ5/+Q=
SHA256 (cyrus-imapd-2.4.5.tar.gz) = KTiJRyfHviDx8aOMBzTGy8w1rbw1dlsrCTfBcJVQWNQ=
SIZE (cyrus-imapd-2.4.5.tar.gz) = 2371680

View File

@ -1,6 +1,6 @@
--- configure.orig Thu Nov 11 23:19:25 2010
+++ configure Fri Nov 12 07:12:58 2010
@@ -5051,9 +5051,7 @@ CFLAGS=$save_CFLAGS
--- configure.orig Mon Nov 29 14:29:23 2010
+++ configure Mon Nov 29 14:56:36 2010
@@ -5052,9 +5052,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; }
@@ -6420,7 +6418,7 @@ fi
@@ -6421,7 +6419,7 @@ fi
@ -20,7 +20,7 @@
CPPFLAGS="${BDB_INCADD} ${CPPFLAGS}"
CYRUSDB_OBJS="$CYRUSDB_OBJS cyrusdb_berkeley.o"
@@ -9540,7 +9538,7 @@ if test "${ac_cv_lib_gssapi_gss_unwrap+set}" = set; th
@@ -9575,7 +9573,7 @@ if test "${ac_cv_lib_gssapi_gss_unwrap+set}" = set; th
$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. */
@@ -9842,8 +9840,8 @@ fi
@@ -9877,8 +9875,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"
@@ -10524,6 +10522,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -10559,6 +10557,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
extern "C"
#endif
char request_init ();

View File

@ -1,9 +1,9 @@
$OpenBSD: patch-imap_mailbox_c,v 1.1 2010/10/29 09:26:58 ajacoutot Exp $
--- imap/mailbox.c.orig Sat Oct 23 12:43:34 2010
+++ imap/mailbox.c Sat Oct 23 12:47:16 2010
@@ -1874,9 +1874,9 @@ bit32 make_sync_crc(struct mailbox *mailbox, struct in
* that the string format of the flags has been replaced with a
* checksum over the flags */
$OpenBSD: patch-imap_mailbox_c,v 1.2 2010/11/29 14:18:17 ajacoutot Exp $
--- imap/mailbox.c.orig Mon Nov 29 14:28:06 2010
+++ imap/mailbox.c Mon Nov 29 14:56:36 2010
@@ -1882,9 +1882,9 @@ bit32 make_sync_crc(struct mailbox *mailbox, struct in
}
snprintf(buf, 4096, "%u " MODSEQ_FMT " %lu (%u) %lu %s",
- record->uid, record->modseq, record->last_updated,
+ record->uid, record->modseq, (long int)record->last_updated,