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

  Server: cvs.openpkg.org                  Name:   Thomas Lotterer
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   28-Mar-2004 23:48:02
  Branch: HEAD                             Handle: 2004032822480100

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

  Log:
    modifying package: imapd-2.2.3 20040317 -> 20040328

  Summary:
    Revision    Changes     Path
    1.11        +17 -1      openpkg-src/imapd/imapd.patch
    1.116       +4  -4      openpkg-src/imapd/imapd.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/imapd/imapd.patch
  ============================================================================
  $ cvs diff -u -r1.10 -r1.11 imapd.patch
  --- openpkg-src/imapd/imapd.patch     28 Mar 2004 21:30:58 -0000      1.10
  +++ openpkg-src/imapd/imapd.patch     28 Mar 2004 21:48:01 -0000      1.11
  @@ -41,7 +41,7 @@
   +++ perl/sieve/lib/isieve.c  2004-02-02 20:01:21.000000000 +0100
   @@ -41,9 +41,7 @@
    
  - /* $Id: imapd.patch,v 1.10 2004/03/28 21:30:58 thl Exp $ */
  + /* $Id: imapd.patch,v 1.11 2004/03/28 21:48:01 thl Exp $ */
    
   -#ifdef HAVE_CONFIG_H
   -#include <config.h>
  @@ -76,3 +76,19 @@
                        fi; \
                        $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) all) || exit 1; \
        done
  +Index: imap/mboxname.c
  +--- imap/mboxname.c.orig     2004-03-17 10:03:40.000000000 +0200
  ++++ imap/mboxname.c  2004-03-17 10:03:40.000000000 +0200
  +@@ -129,7 +129,11 @@
  +             domainlen = strlen(result);
  +         }
  +     }
  ++#ifdef ATVDOM /* allow '@' being a regular character in mboxname even when using 
virtual domains */
  ++    else if ((cp = strrchr(name, '@'))) {
  ++#else
  +     if ((cp = strrchr(name, '@'))) {
  ++#endif /* ATVDOM */
  +         /* mailbox specified as [EMAIL PROTECTED] */
  +         namelen = cp - name;
  + 
  +
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/imapd/imapd.spec
  ============================================================================
  $ cvs diff -u -r1.115 -r1.116 imapd.spec
  --- openpkg-src/imapd/imapd.spec      28 Mar 2004 21:08:02 -0000      1.115
  +++ openpkg-src/imapd/imapd.spec      28 Mar 2004 21:48:01 -0000      1.116
  @@ -34,12 +34,12 @@
   Group:        Mail
   License:      BSD
   Version:      2.2.3
  -Release:      20040317
  +Release:      20040328
   
   #   package options
   %option       with_fsl    yes
   %option       with_group  no
  -%option       with_ignmad no
  +%option       with_atvdom no
   
   #   list of sources
   Source0:      ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-imapd-%{version}.tar.gz
  @@ -136,8 +136,8 @@
   
   %build
       cflags="%{l_cppflags}"
  -%if "%{with_ignmad}" == "yes"
  -    cflags="$cflags -DIGNMAD=yes"
  +%if "%{with_atvdom}" == "yes"
  +    cflags="$cflags -DATVDOM=yes"
   %endif
       ldflags="%{l_ldflags} %{l_fsl_ldflags}"
       case "%{l_platform -t}" in
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to