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 19:16:33
Branch: HEAD Handle: 2007060818163101
Modified files:
openpkg-src/openpkg HISTORY openpkg.spec tar.patch
Log:
upgrade to GNU tar 1.17
Summary:
Revision Changes Path
1.461 +1 -0 openpkg-src/openpkg/HISTORY
1.596 +1 -1 openpkg-src/openpkg/openpkg.spec
1.8 +24 -24 openpkg-src/openpkg/tar.patch
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/HISTORY
============================================================================
$ cvs diff -u -r1.460 -r1.461 HISTORY
--- openpkg-src/openpkg/HISTORY 8 Jun 2007 07:29:41 -0000 1.460
+++ openpkg-src/openpkg/HISTORY 8 Jun 2007 17:16:31 -0000 1.461
@@ -2,6 +2,7 @@
2007
====
+20070608 upgrade to GNU tar 1.17
20070608 fix tracking of gzip
20070607 use path /etc/rc.d/init.d/ instead of non-standard /etc/init.d/
under AIX
20070606 under MacOS X do not add -Wl,-search_paths_first if -c or -E is
present on the cc command line
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/openpkg.spec
============================================================================
$ cvs diff -u -r1.595 -r1.596 openpkg.spec
--- openpkg-src/openpkg/openpkg.spec 8 Jun 2007 07:29:41 -0000 1.595
+++ openpkg-src/openpkg/openpkg.spec 8 Jun 2007 17:16:31 -0000 1.596
@@ -51,7 +51,7 @@
%define V_gzip 1.3.12
%define V_gzip_r 1.13
%define V_patch 2.5.9
-%define V_tar 1.16.1
+%define V_tar 1.17
%define V_bash 3.2
%define V_uuid 1.6.0
%define V_config 20060923
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/tar.patch
============================================================================
$ cvs diff -u -r1.7 -r1.8 tar.patch
--- openpkg-src/openpkg/tar.patch 5 Dec 2006 12:27:45 -0000 1.7
+++ openpkg-src/openpkg/tar.patch 8 Jun 2007 17:16:32 -0000 1.8
@@ -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>
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]