OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Torsten Homeyer
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   10-Jan-2006 13:48:39
  Branch: HEAD                             Handle: 2006011012483701

  Modified files:
    openpkg-src/imapd       imapd.patch imapd.spec

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

  Summary:
    Revision    Changes     Path
    1.15        +0  -31     openpkg-src/imapd/imapd.patch
    1.152       +4  -2      openpkg-src/imapd/imapd.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/imapd/imapd.patch
  ============================================================================
  $ cvs diff -u -r1.14 -r1.15 imapd.patch
  --- openpkg-src/imapd/imapd.patch     24 Sep 2005 15:48:01 -0000      1.14
  +++ openpkg-src/imapd/imapd.patch     10 Jan 2006 12:48:37 -0000      1.15
  @@ -92,34 +92,3 @@
            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 */
  - 
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/imapd/imapd.spec
  ============================================================================
  $ cvs diff -u -r1.151 -r1.152 imapd.spec
  --- openpkg-src/imapd/imapd.spec      1 Jan 2006 13:14:40 -0000       1.151
  +++ openpkg-src/imapd/imapd.spec      10 Jan 2006 12:48:38 -0000      1.152
  @@ -32,8 +32,8 @@
   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 @@
           --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} \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to