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: 30-Jun-2007 09:44:49
Branch: HEAD Handle: 2007063008444900
Modified files:
openpkg-src/tar tar.patch tar.spec
Log:
upgrading package: tar 1.17 -> 1.18
Summary:
Revision Changes Path
1.17 +18 -27 openpkg-src/tar/tar.patch
1.60 +2 -2 openpkg-src/tar/tar.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/tar/tar.patch
============================================================================
$ cvs diff -u -r1.16 -r1.17 tar.patch
--- openpkg-src/tar/tar.patch 8 Jun 2007 16:56:31 -0000 1.16
+++ openpkg-src/tar/tar.patch 30 Jun 2007 07:44:49 -0000 1.17
@@ -1,8 +1,8 @@
Index: Makefile.in
---- 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@
+--- Makefile.in.orig 2007-06-29 13:01:32 +0200
++++ Makefile.in 2007-06-30 09:41:22 +0200
+@@ -466,7 +466,7 @@
+ target_alias = @target_alias@
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = ChangeLog.1 PORTS
-SUBDIRS = doc lib rmt src scripts po tests
@@ -11,8 +11,8 @@
$(MAKE) $(AM_MAKEFLAGS) all-recursive
Index: lib/argp-help.c
---- lib/argp-help.c.orig 2007-05-11 15:15:30 +0200
-+++ lib/argp-help.c 2007-06-08 18:46:17 +0200
+--- lib/argp-help.c.orig 2007-06-28 19:18:55 +0200
++++ lib/argp-help.c 2007-06-30 09:41:22 +0200
@@ -570,8 +570,7 @@
return val;
}
@@ -23,18 +23,9 @@
hol_entry_long_iterate (const struct hol_entry *entry,
int (*func)(const struct argp_option *opt,
const struct argp_option *real,
-@@ -595,7 +594,7 @@
- }
-
- /* Iterator that returns true for the first short option. */
--static inline int
-+static int
- until_short (const struct argp_option *opt, const struct argp_option *real,
- const char *domain, void *cookie)
- {
Index: src/compare.c
---- src/compare.c.orig 2007-06-01 12:17:10 +0200
-+++ src/compare.c 2007-06-08 18:46:17 +0200
+--- src/compare.c.orig 2007-06-27 15:30:31 +0200
++++ src/compare.c 2007-06-30 09:41:22 +0200
@@ -278,7 +278,7 @@
size_t len = strlen (current_stat_info.link_name);
char *linkbuf = alloca (len + 1);
@@ -45,8 +36,8 @@
if (status < 0)
{
Index: src/create.c
---- src/create.c.orig 2007-06-01 12:17:10 +0200
-+++ src/create.c 2007-06-08 18:46:17 +0200
+--- src/create.c.orig 2007-06-27 15:30:31 +0200
++++ src/create.c 2007-06-30 09:41:22 +0200
@@ -1692,7 +1692,7 @@
if (linklen != st->stat.st_size || linklen + 1 == 0)
xalloc_die ();
@@ -57,8 +48,8 @@
{
readlink_diag (p);
Index: src/incremen.c
---- src/incremen.c.orig 2007-03-30 10:19:30 +0200
-+++ src/incremen.c 2007-06-08 18:46:17 +0200
+--- src/incremen.c.orig 2007-06-27 15:30:32 +0200
++++ src/incremen.c 2007-06-30 09:41:22 +0200
@@ -481,6 +481,7 @@
children = CHANGED_CHILDREN;
but changed to: */
@@ -68,8 +59,8 @@
return NULL;
}
Index: src/tar.c
---- src/tar.c.orig 2007-06-01 12:17:10 +0200
-+++ src/tar.c 2007-06-08 18:46:17 +0200
+--- src/tar.c.orig 2007-06-27 15:30:32 +0200
++++ src/tar.c 2007-06-30 09:41:22 +0200
@@ -20,6 +20,7 @@
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
@@ -79,8 +70,8 @@
#include <fnmatch.h>
#include <getline.h>
Index: src/utf8.c
---- src/utf8.c.orig 2006-12-13 09:08:22 +0100
-+++ src/utf8.c 2007-06-08 18:46:17 +0200
+--- src/utf8.c.orig 2007-06-27 15:30:32 +0200
++++ src/utf8.c 2007-06-30 09:41:22 +0200
@@ -22,6 +22,9 @@
#include "common.h"
#ifdef HAVE_ICONV_H
@@ -92,8 +83,8 @@
#ifndef ICONV_CONST
Index: src/xheader.c
---- src/xheader.c.orig 2007-06-01 12:17:10 +0200
-+++ src/xheader.c 2007-06-08 18:46:17 +0200
+--- src/xheader.c.orig 2007-06-27 15:30:32 +0200
++++ src/xheader.c 2007-06-30 09:41:22 +0200
@@ -27,6 +27,10 @@
#include <fnmatch.h>
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/tar/tar.spec
============================================================================
$ cvs diff -u -r1.59 -r1.60 tar.spec
--- openpkg-src/tar/tar.spec 8 Jun 2007 16:56:31 -0000 1.59
+++ openpkg-src/tar/tar.spec 30 Jun 2007 07:44:49 -0000 1.60
@@ -32,8 +32,8 @@
Class: CORE
Group: Archiver
License: GPL
-Version: 1.17
-Release: 20070608
+Version: 1.18
+Release: 20070630
# list of sources
Source0: ftp://ftp.gnu.org/gnu/tar/tar-%{version}.tar.gz
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]