浏览代码

explicitly disabled gss-api as it will automaticly try to include krb5 support. krb5 includes are broken at least under FreeBSD 5/6

Thorsten Hohmeier 20 年之前
父节点
当前提交
935f2e4bcb
共有 2 个文件被更改,包括 4 次插入33 次删除
  1. 0 31
      imapd/imapd.patch
  2. 4 2
      imapd/imapd.spec

+ 0 - 31
imapd/imapd.patch

@@ -92,34 +92,3 @@ Index: imap/mboxname.c
  	    namelen = cp - name;
  
 
-Index: lib/cyrusdb_berkeley.c
---- lib/cyrusdb_berkeley.c.orig	2004-03-11 19:36:44 +0100
-+++ lib/cyrusdb_berkeley.c	2004-11-13 13:48:28 +0100
-@@ -104,7 +104,7 @@
-     exit(EC_TEMPFAIL);
- }
- 
--static void db_err(const char *db_prfx, char *buffer)
-+static void db_err(const DB_ENV *dbenv, const char *db_prfx, const char *buffer)
- {
-     syslog(LOG_WARNING, "DBERROR %s: %s", db_prfx, buffer);
- }
-Index: lib/imapopts.h
---- lib/imapopts.h.orig	2005-02-14 18:59:46 +0100
-+++ lib/imapopts.h	2005-09-24 17:44:27 +0200
-@@ -178,7 +178,6 @@
- 
- };
- 
--extern struct imapopt_s imapopts[];
- 
- 
- 
-@@ -236,5 +235,7 @@
- 
- };
- 
-+extern struct imapopt_s imapopts[];
-+
- #endif /* INCLUDED_IMAPOPTIONS_H */
- 

+ 4 - 2
imapd/imapd.spec

@@ -32,8 +32,8 @@ Distribution: OpenPKG
 Class:        BASE
 Group:        Mail
 License:      BSD
-Version:      2.2.12
-Release:      20050924
+Version:      2.3.1
+Release:      20060110
 
 #   package options
 %option       with_fsl    yes
@@ -195,6 +195,8 @@ AutoReqProv:  no
         --with-statedir=%{l_prefix}/var/imapd \
         --with-auth=unix \
         --without-libwrap \
+        --disable-gssapi \
+        --without-gss_impl \
         --with-perl \
         --without-ucdsnmp \
         --with-cyrus-prefix=%{l_prefix} \