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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web          Date:   08-Oct-2003 19:59:30
  Branch: HEAD                             Handle: 2003100818592802

  Added files:
    openpkg-src/fetchmail   fetchmail.patch
  Modified files:
    openpkg-src/fetchmail   fetchmail.spec
    openpkg-web             news.txt

  Log:
    modifying package: fetchmail-6.2.4 20030814 -> 20031008

  Summary:
    Revision    Changes     Path
    1.2         +20 -0      openpkg-src/fetchmail/fetchmail.patch
    1.51        +4  -1      openpkg-src/fetchmail/fetchmail.spec
    1.6924      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/fetchmail/fetchmail.patch
  ============================================================================
  $ cvs diff -u -r0 -r1.2 fetchmail.patch
  --- /dev/null 2003-10-08 19:59:30.000000000 +0200
  +++ fetchmail.patch   2003-10-08 19:59:30.000000000 +0200
  @@ -0,0 +1,20 @@
  +--- rfc822.c.orig    Thu Jul 17 03:03:20 2003
  ++++ rfc822.c Tue Sep 23 11:23:05 2003
  +@@ -176,7 +176,7 @@
  +         case 3:     /* we're in a <>-enclosed address */
  +             if (*from == '@' || *from == '!')
  +                 has_host_part = TRUE;
  +-            else if (*from == '>' && from[-1] != '<')
  ++            else if (*from == '>' && (from > buf && from[-1] != '<'))
  +             {
  +                 state = 1;
  +                 if (!has_host_part)
  +@@ -198,7 +198,7 @@
  +     /*
  +      * If we passed a comma, reset everything.
  +      */
  +-    if (from[-1] == ',' && !parendepth) {
  ++    if ((from > buf && from[-1] == ',') && !parendepth) {
  +       has_host_part = has_bare_name_part = FALSE;
  +       parens_from = NULL;
  +     }
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/fetchmail/fetchmail.spec
  ============================================================================
  $ cvs diff -u -r1.50 -r1.51 fetchmail.spec
  --- openpkg-src/fetchmail/fetchmail.spec      14 Aug 2003 13:18:18 -0000      1.50
  +++ openpkg-src/fetchmail/fetchmail.spec      8 Oct 2003 17:59:30 -0000       1.51
  @@ -33,10 +33,11 @@
   Group:        Mail
   License:      GPL
   Version:      6.2.4
  -Release:      20030814
  +Release:      20031008
   
   #   list of sources
   Source0:      http://www.catb.org/~esr/fetchmail/fetchmail-%{version}.tar.gz
  +Patch0:       fetchmail.patch
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -58,6 +59,8 @@
   
   %prep
       %setup -q
  +    %patch -p0
  +
       #   don't outguess configure parameters
       %{l_shtool} subst \
           -e 's;test -r $with_ssl/include/openssl/ssl.h;false;' \
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.6923 -r1.6924 news.txt
  --- openpkg-web/news.txt      8 Oct 2003 17:54:16 -0000       1.6923
  +++ openpkg-web/news.txt      8 Oct 2003 17:59:28 -0000       1.6924
  @@ -1,3 +1,4 @@
  +08-Oct-2003: Upgraded package: P<fetchmail-6.2.4-20031008>
   08-Oct-2003: Upgraded package: P<mplayer-1.0pre2-20031008>
   08-Oct-2003: Upgraded package: P<ddd-3.3.7-20031008>
   08-Oct-2003: Upgraded package: P<inn-2.4.0-20031008>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to