[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openpkg-cvs
Subject:    [CVS] OpenPKG: openpkg-src/rsync/ rsync.patch rsync.spec
From:       "Ralf S. Engelschall" <rse () openpkg ! org>
Date:       2004-04-30 11:05:11
Message-ID: 20040430110511.D356F302374 () mail ! openpkg ! org
[Download RAW message or body]

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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  rse@openpkg.org
  Module: openpkg-src                      Date:   30-Apr-2004 13:05:11
  Branch: HEAD                             Handle: 2004043012051100

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

  Log:
    include one more patch from the vendor

  Summary:
    Revision    Changes     Path
    1.7         +21 -0      openpkg-src/rsync/rsync.patch
    1.64        +1  -1      openpkg-src/rsync/rsync.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/rsync/rsync.patch
  ============================================================================
  $ cvs diff -u -r1.6 -r1.7 rsync.patch
  --- openpkg-src/rsync/rsync.patch	29 Apr 2004 15:27:25 -0000	1.6
  +++ openpkg-src/rsync/rsync.patch	30 Apr 2004 11:05:11 -0000	1.7
  @@ -41,3 +41,24 @@
          while (c->len)
          {
            NEEDOUT
  +Index: flist.c
  +--- flist.c	27 Apr 2004 01:36:10 -0000	1.217
  ++++ flist.c	29 Apr 2004 19:37:15 -0000	1.218
  +@@ -1517,11 +1517,17 @@ int f_name_cmp(struct file_struct *f1, s
  + 	if (!(c1 = (uchar*)f1->dirname)) {
  + 		state1 = fnc_BASE;
  + 		c1 = (uchar*)f1->basename;
  ++	} else if (!*c1) {
  ++		state1 = fnc_SLASH;
  ++		c1 = (uchar*)"/";
  + 	} else
  + 		state1 = fnc_DIR;
  + 	if (!(c2 = (uchar*)f2->dirname)) {
  + 		state2 = fnc_BASE;
  + 		c2 = (uchar*)f2->basename;
  ++	} else if (!*c2) {
  ++		state2 = fnc_SLASH;
  ++		c2 = (uchar*)"/";
  + 	} else
  + 		state2 = fnc_DIR;
  + 
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/rsync/rsync.spec
  ============================================================================
  $ cvs diff -u -r1.63 -r1.64 rsync.spec
  --- openpkg-src/rsync/rsync.spec	29 Apr 2004 15:52:24 -0000	1.63
  +++ openpkg-src/rsync/rsync.spec	30 Apr 2004 11:05:11 -0000	1.64
  @@ -34,7 +34,7 @@
   Group:        Filesystem
   License:      GPL
   Version:      2.6.1
  -Release:      20040429
  +Release:      20040430
   
   #   package options
   %option       with_timelimit  no
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic