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:   06-Dec-2003 10:35:08
  Branch: HEAD                             Handle: 2003120609350503

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

  Log:
    include security bugfix

  Summary:
    Revision    Changes     Path
    1.3         +20 -0      openpkg-src/lftp/lftp.patch
    1.48        +3  -1      openpkg-src/lftp/lftp.spec
    1.7688      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/lftp/lftp.patch
  ============================================================================
  $ cvs diff -u -r0 -r1.3 lftp.patch
  --- /dev/null 2003-12-06 10:35:08.000000000 +0100
  +++ lftp.patch        2003-12-06 10:35:08.000000000 +0100
  @@ -0,0 +1,20 @@
  +--- src/HttpDir.cc.old       2003-08-11 17:06:34.000000000 +0200
  ++++ src/HttpDir.cc   2003-12-05 13:39:45.000000000 +0100
  +@@ -355,7 +355,7 @@
  +       debug("Netscape-Proxy 2.53 listing matched");
  +       return true;
  +    }
  +-   n=sscanf(str,"%3s %3s %d %2d:%2d:%2d %4d %s",
  ++   n=sscanf(str,"%3s %3s %d %2d:%2d:%2d %4d %30s",
  +         week_day,info.month_name,&info.day,
  +         &info.hour,&info.minute,&info.second,&info.year,info.size_str);
  +    if(n==7 || (n==8 && !is_ascii_digit(info.size_str[0])))
  +@@ -373,7 +373,7 @@
  +    info.clear();
  + 
  +    char week_day[4];
  +-   int n=sscanf(str,"%3s %3s %d %2d:%2d:%2d %4d %s",
  ++   int n=sscanf(str,"%3s %3s %d %2d:%2d:%2d %4d %30s",
  +         week_day,info.month_name,&info.day,
  +         &info.hour,&info.minute,&info.second,&info.year,info.size_str);
  +    if(n==8) // maybe squid's EPLF listing.
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/lftp/lftp.spec
  ============================================================================
  $ cvs diff -u -r1.47 -r1.48 lftp.spec
  --- openpkg-src/lftp/lftp.spec        20 Nov 2003 07:39:27 -0000      1.47
  +++ openpkg-src/lftp/lftp.spec        6 Dec 2003 09:35:08 -0000       1.48
  @@ -33,10 +33,11 @@
   Group:        FTP
   License:      GPL
   Version:      2.6.9
  -Release:      20031120
  +Release:      20031206
   
   #   list of sources
   Source0:      
http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/lftp-%{version}.tar.bz2
  +Patch0:       lftp.patch
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -51,6 +52,7 @@
   
   %prep
       %setup -q
  +    %patch -p0
   
   %build
       srcdir=`pwd`
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.7687 -r1.7688 news.txt
  --- openpkg-web/news.txt      6 Dec 2003 08:31:27 -0000       1.7687
  +++ openpkg-web/news.txt      6 Dec 2003 09:35:05 -0000       1.7688
  @@ -1,3 +1,4 @@
  +06-Dec-2003: Upgraded package: P<lftp-2.6.9-20031206>
   06-Dec-2003: Upgraded package: P<openldap-2.1.25-20031206>
   06-Dec-2003: Upgraded package: P<antiword-0.35-20031206>
   06-Dec-2003: Upgraded package: P<txt2html-2.10-20031206>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to