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: 08-Jun-2007 18:56:31
Branch: HEAD Handle: 2007060817563100
Modified files:
openpkg-src/tar tar.patch tar.spec
Log:
upgrading package: tar 1.16.1 -> 1.17
Summary:
Revision Changes Path
1.16 +24 -24 openpkg-src/tar/tar.patch
1.59 +2 -2 openpkg-src/tar/tar.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/tar/tar.patch
============================================================================
$ cvs diff -u -r1.15 -r1.16 tar.patch
--- openpkg-src/tar/tar.patch 5 Dec 2006 12:27:46 -0000 1.15
+++ openpkg-src/tar/tar.patch 8 Jun 2007 16:56:31 -0000 1.16
@@ -1,8 +1,8 @@
Index: Makefile.in
---- Makefile.in.orig 2006-10-21 17:41:31 +0200
-+++ Makefile.in 2006-12-05 10:09:24 +0100
-@@ -310,7 +310,7 @@
- target_alias = @target_alias@
+--- Makefile.in.orig 2007-06-08 10:35:58 +0200
++++ Makefile.in 2007-06-08 18:46:17 +0200
+@@ -464,7 +464,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 2006-09-12 10:59:04 +0200
-+++ lib/argp-help.c 2006-10-22 11:35:12 +0200
-@@ -567,8 +567,7 @@
+--- lib/argp-help.c.orig 2007-05-11 15:15:30 +0200
++++ lib/argp-help.c 2007-06-08 18:46:17 +0200
+@@ -570,8 +570,7 @@
return val;
}
@@ -23,7 +23,7 @@
hol_entry_long_iterate (const struct hol_entry *entry,
int (*func)(const struct argp_option *opt,
const struct argp_option *real,
-@@ -592,7 +591,7 @@
+@@ -595,7 +594,7 @@
}
/* Iterator that returns true for the first short option. */
@@ -33,9 +33,9 @@
const char *domain, void *cookie)
{
Index: src/compare.c
---- src/compare.c.orig 2006-03-20 10:23:29 +0100
-+++ src/compare.c 2006-10-22 11:36:29 +0200
-@@ -295,7 +295,7 @@
+--- src/compare.c.orig 2007-06-01 12:17:10 +0200
++++ src/compare.c 2007-06-08 18:46:17 +0200
+@@ -278,7 +278,7 @@
size_t len = strlen (current_stat_info.link_name);
char *linkbuf = alloca (len + 1);
@@ -45,9 +45,9 @@
if (status < 0)
{
Index: src/create.c
---- src/create.c.orig 2006-10-16 08:33:55 +0200
-+++ src/create.c 2006-10-22 11:36:18 +0200
-@@ -1600,7 +1600,7 @@
+--- src/create.c.orig 2007-06-01 12:17:10 +0200
++++ src/create.c 2007-06-08 18:46:17 +0200
+@@ -1692,7 +1692,7 @@
if (linklen != st->stat.st_size || linklen + 1 == 0)
xalloc_die ();
buffer = (char *) alloca (linklen + 1);
@@ -57,9 +57,9 @@
{
readlink_diag (p);
Index: src/incremen.c
---- src/incremen.c.orig 2006-09-08 18:42:18 +0200
-+++ src/incremen.c 2006-10-22 11:43:46 +0200
-@@ -479,6 +479,7 @@
+--- src/incremen.c.orig 2007-03-30 10:19:30 +0200
++++ src/incremen.c 2007-06-08 18:46:17 +0200
+@@ -481,6 +481,7 @@
children = CHANGED_CHILDREN;
but changed to: */
free (name_buffer);
@@ -68,8 +68,8 @@
return NULL;
}
Index: src/tar.c
---- src/tar.c.orig 2006-10-17 10:11:31 +0200
-+++ src/tar.c 2006-10-22 11:35:12 +0200
+--- src/tar.c.orig 2007-06-01 12:17:10 +0200
++++ src/tar.c 2007-06-08 18:46:17 +0200
@@ -20,6 +20,7 @@
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
@@ -79,8 +79,8 @@
#include <fnmatch.h>
#include <getline.h>
Index: src/utf8.c
---- src/utf8.c.orig 2005-05-18 14:23:49 +0200
-+++ src/utf8.c 2006-10-22 11:35:12 +0200
+--- src/utf8.c.orig 2006-12-13 09:08:22 +0100
++++ src/utf8.c 2007-06-08 18:46:17 +0200
@@ -22,6 +22,9 @@
#include "common.h"
#ifdef HAVE_ICONV_H
@@ -92,9 +92,9 @@
#ifndef ICONV_CONST
Index: src/xheader.c
---- src/xheader.c.orig 2006-10-22 11:35:12 +0200
-+++ src/xheader.c 2006-10-22 11:40:55 +0200
-@@ -28,6 +28,10 @@
+--- src/xheader.c.orig 2007-06-01 12:17:10 +0200
++++ src/xheader.c 2007-06-08 18:46:17 +0200
+@@ -27,6 +27,10 @@
#include <fnmatch.h>
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/tar/tar.spec
============================================================================
$ cvs diff -u -r1.58 -r1.59 tar.spec
--- openpkg-src/tar/tar.spec 1 Jan 2007 17:42:13 -0000 1.58
+++ openpkg-src/tar/tar.spec 8 Jun 2007 16:56:31 -0000 1.59
@@ -32,8 +32,8 @@
Class: CORE
Group: Archiver
License: GPL
-Version: 1.16.1
-Release: 20061210
+Version: 1.17
+Release: 20070608
# list of sources
Source0: ftp://ftp.gnu.org/gnu/tar/tar-%{version}.tar.gz
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]