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: 28-Dec-2008 10:25:40 Branch: HEAD Handle: 2008122809254000 Modified files: openpkg-src/tar tar.patch tar.spec Log: upgrading package: tar 1.20 -> 1.21 Summary: Revision Changes Path 1.23 +24 -24 openpkg-src/tar/tar.patch 1.67 +2 -2 openpkg-src/tar/tar.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/tar/tar.patch ============================================================================ $ cvs diff -u -r1.22 -r1.23 tar.patch --- openpkg-src/tar/tar.patch 14 Apr 2008 15:11:52 -0000 1.22 +++ openpkg-src/tar/tar.patch 28 Dec 2008 09:25:40 -0000 1.23 @@ -1,7 +1,7 @@ Index: Makefile.in ---- Makefile.in.orig 2008-04-14 14:04:01 +0200 -+++ Makefile.in 2008-04-14 17:09:00 +0200 -@@ -532,7 +532,7 @@ +--- Makefile.in.orig 2008-12-26 23:41:50 +0100 ++++ Makefile.in 2008-12-28 10:23:35 +0100 +@@ -606,7 +606,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 2007-11-18 11:46:56 +0100 -+++ lib/argp-help.c 2008-04-14 17:09:00 +0200 +--- lib/argp-help.c.orig 2008-10-30 08:57:48 +0100 ++++ lib/argp-help.c 2008-12-28 10:23:35 +0100 @@ -569,8 +569,7 @@ return val; } @@ -24,19 +24,19 @@ 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 +--- lib/strerror.c.orig 2008-10-30 08:57:48 +0100 ++++ lib/strerror.c 2008-12-28 10:23:35 +0100 +@@ -23,6 +23,7 @@ + # include <errno.h> # include <stdio.h> +# include <limits.h> - # include "intprops.h" - + # if GNULIB_defined_ESOCK /* native Windows platforms */ + # if HAVE_WINSOCK2_H Index: src/compare.c --- src/compare.c.orig 2008-02-20 15:16:30 +0100 -+++ src/compare.c 2008-04-14 17:09:00 +0200 ++++ src/compare.c 2008-12-28 10:23:35 +0100 @@ -278,7 +278,7 @@ size_t len = strlen (current_stat_info.link_name); char *linkbuf = alloca (len + 1); @@ -47,8 +47,8 @@ if (status < 0) { Index: src/create.c ---- src/create.c.orig 2008-04-14 14:03:12 +0200 -+++ src/create.c 2008-04-14 17:09:00 +0200 +--- src/create.c.orig 2008-10-30 11:58:04 +0100 ++++ src/create.c 2008-12-28 10:23:35 +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-04-14 14:03:13 +0200 -+++ src/incremen.c 2008-04-14 17:09:00 +0200 -@@ -602,6 +602,7 @@ +--- 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 @@ children = CHANGED_CHILDREN; but changed to: */ free (name_buffer); @@ -70,8 +70,8 @@ return NULL; } Index: src/tar.c ---- src/tar.c.orig 2008-04-14 14:03:13 +0200 -+++ src/tar.c 2008-04-14 17:09:00 +0200 +--- src/tar.c.orig 2008-10-30 11:53:34 +0100 ++++ src/tar.c 2008-12-28 10:23:35 +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-04-14 17:09:00 +0200 ++++ src/utf8.c 2008-12-28 10:23:35 +0100 @@ -22,6 +22,9 @@ #include "common.h" #ifdef HAVE_ICONV_H @@ -94,11 +94,11 @@ #ifndef ICONV_CONST Index: src/xheader.c ---- src/xheader.c.orig 2007-06-27 15:30:32 +0200 -+++ src/xheader.c 2008-04-14 17:09:00 +0200 -@@ -27,6 +27,10 @@ +--- src/xheader.c.orig 2008-11-30 13:30:54 +0100 ++++ src/xheader.c 2008-12-28 10:23:35 +0100 +@@ -25,6 +25,10 @@ - #include <fnmatch.h> + #include "common.h" +#ifndef SIZE_MAX +# define SIZE_MAX ((size_t) -1) @@ . patch -p0 <<'@@ .' Index: openpkg-src/tar/tar.spec ============================================================================ $ cvs diff -u -r1.66 -r1.67 tar.spec --- openpkg-src/tar/tar.spec 14 Apr 2008 15:11:52 -0000 1.66 +++ openpkg-src/tar/tar.spec 28 Dec 2008 09:25:40 -0000 1.67 @@ -31,8 +31,8 @@ Class: CORE Group: Archiver License: GPL -Version: 1.20 -Release: 20080414 +Version: 1.21 +Release: 20081228 # 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