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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  r...@openpkg.org
  Module: openpkg-src                      Date:   05-Mar-2009 23:21:10
  Branch: HEAD                             Handle: 2009030522211000

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

  Log:
    upgrading package: tar 1.21 -> 1.22

  Summary:
    Revision    Changes     Path
    1.24        +16 -16     openpkg-src/tar/tar.patch
    1.68        +2  -2      openpkg-src/tar/tar.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/tar/tar.patch
  ============================================================================
  $ cvs diff -u -r1.23 -r1.24 tar.patch
  --- openpkg-src/tar/tar.patch 28 Dec 2008 09:25:40 -0000      1.23
  +++ openpkg-src/tar/tar.patch 5 Mar 2009 22:21:10 -0000       1.24
  @@ -1,7 +1,7 @@
   Index: Makefile.in
  ---- Makefile.in.orig 2008-12-26 23:41:50 +0100
  -+++ Makefile.in      2008-12-28 10:23:35 +0100
  -@@ -606,7 +606,7 @@
  +--- Makefile.in.orig 2009-03-05 08:05:27 +0100
  ++++ Makefile.in      2009-03-05 23:13:43 +0100
  +@@ -659,7 +659,7 @@
    top_srcdir = @top_srcdir@
    ACLOCAL_AMFLAGS = -I m4
    EXTRA_DIST = ChangeLog.1 PORTS
  @@ -11,8 +11,8 @@
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
    
   Index: lib/argp-help.c
  ---- lib/argp-help.c.orig     2008-10-30 08:57:48 +0100
  -+++ lib/argp-help.c  2008-12-28 10:23:35 +0100
  +--- lib/argp-help.c.orig     2009-02-01 10:24:40 +0100
  ++++ lib/argp-help.c  2009-03-05 23:13:43 +0100
   @@ -569,8 +569,7 @@
      return val;
    }
  @@ -24,8 +24,8 @@
                        int (*func)(const struct argp_option *opt,
                                    const struct argp_option *real,
   Index: lib/strerror.c
  ---- lib/strerror.c.orig      2008-10-30 08:57:48 +0100
  -+++ lib/strerror.c   2008-12-28 10:23:35 +0100
  +--- lib/strerror.c.orig      2009-01-23 19:02:44 +0100
  ++++ lib/strerror.c   2009-03-05 23:13:43 +0100
   @@ -23,6 +23,7 @@
    
    # include <errno.h>
  @@ -36,7 +36,7 @@
    #  if HAVE_WINSOCK2_H
   Index: src/compare.c
   --- src/compare.c.orig       2008-02-20 15:16:30 +0100
  -+++ src/compare.c    2008-12-28 10:23:35 +0100
  ++++ src/compare.c    2009-03-05 23:13:43 +0100
   @@ -278,7 +278,7 @@
      size_t len = strlen (current_stat_info.link_name);
      char *linkbuf = alloca (len + 1);
  @@ -48,7 +48,7 @@
        {
   Index: src/create.c
   --- src/create.c.orig        2008-10-30 11:58:04 +0100
  -+++ src/create.c     2008-12-28 10:23:35 +0100
  ++++ src/create.c     2009-03-05 23:13:43 +0100
   @@ -1697,7 +1697,7 @@
          if (linklen != st->stat.st_size || linklen + 1 == 0)
        xalloc_die ();
  @@ -59,9 +59,9 @@
        {
          readlink_diag (p);
   Index: src/incremen.c
  ---- src/incremen.c.orig      2008-09-07 10:46:11 +0200
  -+++ src/incremen.c   2008-12-28 10:23:35 +0100
  -@@ -663,6 +663,7 @@
  +--- src/incremen.c.orig      2008-12-30 00:18:00 +0100
  ++++ src/incremen.c   2009-03-05 23:13:43 +0100
  +@@ -671,6 +671,7 @@
               children = CHANGED_CHILDREN;
         but changed to: */
          free (name_buffer);
  @@ -70,8 +70,8 @@
          return NULL;
        }
   Index: src/tar.c
  ---- src/tar.c.orig   2008-10-30 11:53:34 +0100
  -+++ src/tar.c        2008-12-28 10:23:35 +0100
  +--- src/tar.c.orig   2009-03-05 08:04:13 +0100
  ++++ src/tar.c        2009-03-05 23:13:43 +0100
   @@ -20,6 +20,7 @@
       51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
    
  @@ -82,7 +82,7 @@
    #include <argp.h>
   Index: src/utf8.c
   --- src/utf8.c.orig  2007-10-29 18:53:07 +0100
  -+++ src/utf8.c       2008-12-28 10:23:35 +0100
  ++++ src/utf8.c       2009-03-05 23:13:43 +0100
   @@ -22,6 +22,9 @@
    #include "common.h"
    #ifdef HAVE_ICONV_H
  @@ -95,7 +95,7 @@
    #ifndef ICONV_CONST
   Index: src/xheader.c
   --- src/xheader.c.orig       2008-11-30 13:30:54 +0100
  -+++ src/xheader.c    2008-12-28 10:23:35 +0100
  ++++ src/xheader.c    2009-03-05 23:13:43 +0100
   @@ -25,6 +25,10 @@
    
    #include "common.h"
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/tar/tar.spec
  ============================================================================
  $ cvs diff -u -r1.67 -r1.68 tar.spec
  --- openpkg-src/tar/tar.spec  28 Dec 2008 09:25:40 -0000      1.67
  +++ openpkg-src/tar/tar.spec  5 Mar 2009 22:21:10 -0000       1.68
  @@ -31,8 +31,8 @@
   Class:        CORE
   Group:        Archiver
   License:      GPL
  -Version:      1.21
  -Release:      20081228
  +Version:      1.22
  +Release:      20090305
   
   #   list of sources
   Source0:      ftp://ftp.gnu.org/gnu/tar/tar-%{version}.tar.gz
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to