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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   14-Apr-2008 17:11:53
  Branch: HEAD                             Handle: 2008041416115200

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

  Log:
    upgrading package: tar 1.19 -> 1.20

  Summary:
    Revision    Changes     Path
    1.22        +31 -31     openpkg-src/tar/tar.patch
    1.66        +2  -2      openpkg-src/tar/tar.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/tar/tar.patch
  ============================================================================
  $ cvs diff -u -r1.21 -r1.22 tar.patch
  --- openpkg-src/tar/tar.patch 17 Oct 2007 23:11:51 -0000      1.21
  +++ openpkg-src/tar/tar.patch 14 Apr 2008 15:11:52 -0000      1.22
  @@ -1,8 +1,8 @@
   Index: Makefile.in
  ---- Makefile.in.orig 2007-10-10 13:00:22 +0200
  -+++ Makefile.in      2007-10-17 08:40:12 +0200
  -@@ -485,7 +485,7 @@
  - target_alias = @target_alias@
  +--- Makefile.in.orig 2008-04-14 14:04:01 +0200
  ++++ Makefile.in      2008-04-14 17:09:00 +0200
  +@@ -532,7 +532,7 @@
  + top_srcdir = @top_srcdir@
    ACLOCAL_AMFLAGS = -I m4
    EXTRA_DIST = ChangeLog.1 PORTS
   -SUBDIRS = doc lib rmt src scripts po tests
  @@ -11,9 +11,9 @@
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
    
   Index: lib/argp-help.c
  ---- lib/argp-help.c.orig     2007-09-28 15:11:36 +0200
  -+++ lib/argp-help.c  2007-10-17 08:40:12 +0200
  -@@ -570,8 +570,7 @@
  +--- lib/argp-help.c.orig     2007-11-18 11:46:56 +0100
  ++++ lib/argp-help.c  2008-04-14 17:09:00 +0200
  +@@ -569,8 +569,7 @@
      return val;
    }
    
  @@ -23,9 +23,20 @@
    hol_entry_long_iterate (const struct hol_entry *entry,
                        int (*func)(const struct argp_option *opt,
                                    const struct argp_option *real,
  +Index: lib/strerror.c
  +--- lib/strerror.c.orig      2007-11-18 11:46:56 +0100
  ++++ lib/strerror.c   2008-04-14 17:09:00 +0200
  +@@ -22,6 +22,7 @@
  + #if REPLACE_STRERROR
  + 
  + # include <stdio.h>
  ++# include <limits.h>
  + 
  + # include "intprops.h"
  + 
   Index: src/compare.c
  ---- src/compare.c.orig       2007-08-26 10:56:55 +0200
  -+++ src/compare.c    2007-10-17 08:40:12 +0200
  +--- src/compare.c.orig       2008-02-20 15:16:30 +0100
  ++++ src/compare.c    2008-04-14 17:09:00 +0200
   @@ -278,7 +278,7 @@
      size_t len = strlen (current_stat_info.link_name);
      char *linkbuf = alloca (len + 1);
  @@ -36,9 +47,9 @@
      if (status < 0)
        {
   Index: src/create.c
  ---- src/create.c.orig        2007-10-05 19:46:49 +0200
  -+++ src/create.c     2007-10-17 08:40:12 +0200
  -@@ -1696,7 +1696,7 @@
  +--- src/create.c.orig        2008-04-14 14:03:12 +0200
  ++++ src/create.c     2008-04-14 17:09:00 +0200
  +@@ -1697,7 +1697,7 @@
          if (linklen != st->stat.st_size || linklen + 1 == 0)
        xalloc_die ();
          buffer = (char *) alloca (linklen + 1);
  @@ -48,9 +59,9 @@
        {
          readlink_diag (p);
   Index: src/incremen.c
  ---- src/incremen.c.orig      2007-10-01 23:19:55 +0200
  -+++ src/incremen.c   2007-10-17 08:40:12 +0200
  -@@ -526,6 +526,7 @@
  +--- src/incremen.c.orig      2008-04-14 14:03:13 +0200
  ++++ src/incremen.c   2008-04-14 17:09:00 +0200
  +@@ -602,6 +602,7 @@
               children = CHANGED_CHILDREN;
         but changed to: */
          free (name_buffer);
  @@ -59,8 +70,8 @@
          return NULL;
        }
   Index: src/tar.c
  ---- src/tar.c.orig   2007-09-26 23:36:58 +0200
  -+++ src/tar.c        2007-10-17 08:40:12 +0200
  +--- src/tar.c.orig   2008-04-14 14:03:13 +0200
  ++++ src/tar.c        2008-04-14 17:09:00 +0200
   @@ -20,6 +20,7 @@
       51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
    
  @@ -70,8 +81,8 @@
    #include <fnmatch.h>
    #include <argp.h>
   Index: src/utf8.c
  ---- src/utf8.c.orig  2007-06-27 15:30:32 +0200
  -+++ src/utf8.c       2007-10-17 08:40:12 +0200
  +--- src/utf8.c.orig  2007-10-29 18:53:07 +0100
  ++++ src/utf8.c       2008-04-14 17:09:00 +0200
   @@ -22,6 +22,9 @@
    #include "common.h"
    #ifdef HAVE_ICONV_H
  @@ -84,7 +95,7 @@
    #ifndef ICONV_CONST
   Index: src/xheader.c
   --- src/xheader.c.orig       2007-06-27 15:30:32 +0200
  -+++ src/xheader.c    2007-10-17 08:40:12 +0200
  ++++ src/xheader.c    2008-04-14 17:09:00 +0200
   @@ -27,6 +27,10 @@
    
    #include <fnmatch.h>
  @@ -96,14 +107,3 @@
    static bool xheader_protected_pattern_p (char const *pattern);
    static bool xheader_protected_keyword_p (char const *keyword);
    static void xheader_set_single_keyword (char *) __attribute__ ((noreturn));
  -Index: lib/strerror.c
  ---- lib/strerror.c.orig      2007-09-28 15:11:37 +0200
  -+++ lib/strerror.c   2007-10-18 00:55:28 +0200
  -@@ -23,6 +23,7 @@
  - 
  - # include <string.h>
  - # include <stdio.h>
  -+# include <limits.h>
  - 
  - # undef strerror
  - 
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/tar/tar.spec
  ============================================================================
  $ cvs diff -u -r1.65 -r1.66 tar.spec
  --- openpkg-src/tar/tar.spec  1 Jan 2008 15:05:43 -0000       1.65
  +++ openpkg-src/tar/tar.spec  14 Apr 2008 15:11:52 -0000      1.66
  @@ -31,8 +31,8 @@
   Class:        CORE
   Group:        Archiver
   License:      GPL
  -Version:      1.19
  -Release:      20080101
  +Version:      1.20
  +Release:      20080414
   
   #   list of sources
   Source0:      ftp://ftp.gnu.org/gnu/tar/tar-%{version}.tar.gz
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to