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                      Date:   01-May-2004 08:56:19
  Branch: HEAD                             Handle: 2004050107561900

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

  Log:
    upgrading package: rsync 2.6.1 -> 2.6.2

  Summary:
    Revision    Changes     Path
    1.8         +0  -42     openpkg-src/rsync/rsync.patch
    1.65        +2  -2      openpkg-src/rsync/rsync.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/rsync/rsync.patch
  ============================================================================
  $ cvs diff -u -r1.7 -r1.8 rsync.patch
  --- openpkg-src/rsync/rsync.patch     30 Apr 2004 11:05:11 -0000      1.7
  +++ openpkg-src/rsync/rsync.patch     1 May 2004 06:56:19 -0000       1.8
  @@ -1,24 +1,3 @@
  -Index: uidlist.c
  ---- uidlist.c.orig   2004-02-20 18:09:30.000000000 +0100
  -+++ uidlist.c        2004-04-29 17:22:32.000000000 +0200
  -@@ -81,7 +81,7 @@
  - static int map_uid(int id, char *name)
  - {
  -     uid_t uid;
  --    if (uid != 0 && name_to_uid(name, &uid))
  -+    if (id != 0 && name_to_uid(name, &uid))
  -             return uid;
  -     return id;
  - }
  -@@ -89,7 +89,7 @@
  - static int map_gid(int id, char *name)
  - {
  -     gid_t gid;
  --    if (gid != 0 && name_to_gid(name, &gid))
  -+    if (id != 0 && name_to_gid(name, &gid))
  -             return gid;
  -     return id;
  - }
   Index: zlib/infcodes.c
   --- zlib/infcodes.c.orig     2002-03-12 02:14:58.000000000 +0100
   +++ zlib/infcodes.c  2004-04-29 17:21:36.000000000 +0200
  @@ -41,24 +20,3 @@
          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.64 -r1.65 rsync.spec
  --- openpkg-src/rsync/rsync.spec      30 Apr 2004 11:05:11 -0000      1.64
  +++ openpkg-src/rsync/rsync.spec      1 May 2004 06:56:19 -0000       1.65
  @@ -33,8 +33,8 @@
   Class:        CORE
   Group:        Filesystem
   License:      GPL
  -Version:      2.6.1
  -Release:      20040430
  +Version:      2.6.2
  +Release:      20040501
   
   #   package options
   %option       with_timelimit  no
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to