Bugfix update to cyrus-imapd-2.4.4.
This commit is contained in:
parent
480ecd2552
commit
e3f229e7ed
@ -1,16 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.37 2010/11/02 07:08:04 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.38 2010/11/12 06:26:40 ajacoutot Exp $
|
||||
|
||||
COMMENT-main= Cyrus IMAP server
|
||||
COMMENT-perl= perl utils for the Cyrus IMAP server
|
||||
|
||||
V= 2.4.2
|
||||
V= 2.4.4
|
||||
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/
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (cyrus-imapd-2.4.2.tar.gz) = 3WeSGk4+PvdUZbqXx17XFw==
|
||||
RMD160 (cyrus-imapd-2.4.2.tar.gz) = CYjfNP4ggPzEIVc3B01aIBK2OkI=
|
||||
SHA1 (cyrus-imapd-2.4.2.tar.gz) = goF4WyugDb5EDp0+06EE0ToGNbA=
|
||||
SHA256 (cyrus-imapd-2.4.2.tar.gz) = tpeIr9C7gJnK1QVHUqIy2jBGfvvvZyme5e3kWWI5DSg=
|
||||
SIZE (cyrus-imapd-2.4.2.tar.gz) = 2360589
|
||||
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
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- configure.orig Tue Oct 19 11:58:48 2010
|
||||
+++ configure Fri Oct 22 21:51:42 2010
|
||||
@@ -5048,9 +5048,7 @@ CFLAGS=$save_CFLAGS
|
||||
--- configure.orig Thu Nov 11 23:19:25 2010
|
||||
+++ configure Fri Nov 12 07:12:58 2010
|
||||
@@ -5051,9 +5051,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; }
|
||||
@@ -6403,7 +6401,7 @@ fi
|
||||
@@ -6420,7 +6418,7 @@ fi
|
||||
|
||||
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
CPPFLAGS="${BDB_INCADD} ${CPPFLAGS}"
|
||||
|
||||
CYRUSDB_OBJS="$CYRUSDB_OBJS cyrusdb_berkeley.o"
|
||||
@@ -9501,7 +9499,7 @@ if test "${ac_cv_lib_gssapi_gss_unwrap+set}" = set; th
|
||||
@@ -9540,7 +9538,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. */
|
||||
|
||||
@@ -9803,8 +9801,8 @@ fi
|
||||
@@ -9842,8 +9840,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"
|
||||
@@ -10485,6 +10483,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
@@ -10524,6 +10522,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
extern "C"
|
||||
#endif
|
||||
char request_init ();
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-imap_mbdump_c,v 1.1 2010/10/29 09:26:58 ajacoutot Exp $
|
||||
--- imap/mbdump.c.orig Sat Oct 23 12:49:41 2010
|
||||
+++ imap/mbdump.c Sat Oct 23 12:49:56 2010
|
||||
@@ -141,7 +141,7 @@ static int dump_annotations(const char *mailbox __attr
|
||||
$OpenBSD: patch-imap_mbdump_c,v 1.2 2010/11/12 06:26:40 ajacoutot Exp $
|
||||
--- imap/mbdump.c.orig Thu Nov 11 23:15:33 2010
|
||||
+++ imap/mbdump.c Fri Nov 12 07:12:58 2010
|
||||
@@ -368,7 +368,7 @@ static int dump_annotations(const char *mailbox __attr
|
||||
" {" SIZE_T_FMT "%s}\r\n%s)",
|
||||
ename_size, (!ctx->tag ? "+" : ""),
|
||||
userid, entry,
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.9 2010/10/29 09:26:58 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.10 2010/11/12 06:26:40 ajacoutot Exp $
|
||||
@pkgpath ${BASE_PKGPATH}
|
||||
@pkgpath ${BASE_PKGPATH},-main,kerberos
|
||||
@newgroup _cyrus:543
|
||||
@ -19,6 +19,7 @@ include/cyrus/bsearch.h
|
||||
include/cyrus/byteorder64.h
|
||||
include/cyrus/charset.h
|
||||
include/cyrus/crc32.h
|
||||
include/cyrus/cyr_lock.h
|
||||
include/cyrus/cyrusdb.h
|
||||
include/cyrus/glob.h
|
||||
include/cyrus/gmtoff.h
|
||||
@ -31,7 +32,6 @@ include/cyrus/imparse.h
|
||||
include/cyrus/iptostring.h
|
||||
include/cyrus/libconfig.h
|
||||
include/cyrus/libcyr_cfg.h
|
||||
include/cyrus/lock.h
|
||||
include/cyrus/lsort.h
|
||||
include/cyrus/map.h
|
||||
include/cyrus/md5.h
|
||||
|
Loading…
Reference in New Issue
Block a user