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: 10-Oct-2007 18:06:07
Branch: HEAD Handle: 2007101017060600
Modified files:
openpkg-src/openpkg HISTORY openpkg.spec tar.patch
Log:
upgrade to GNU tar 1.19
Summary:
Revision Changes Path
1.475 +1 -0 openpkg-src/openpkg/HISTORY
1.611 +2 -2 openpkg-src/openpkg/openpkg.spec
1.10 +18 -18 openpkg-src/openpkg/tar.patch
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/HISTORY
============================================================================
$ cvs diff -u -r1.474 -r1.475 HISTORY
--- openpkg-src/openpkg/HISTORY 14 Sep 2007 06:32:51 -0000 1.474
+++ openpkg-src/openpkg/HISTORY 10 Oct 2007 16:06:06 -0000 1.475
@@ -2,6 +2,7 @@
2007
====
+20071010 upgrade to GNU tar 1.19
20070914 upgrade to cURL 7.17.0
20070909 print entire list of all %NoSource files instead of bailing out on
the first missing file encountered
20070321 upgrade to openpkg-registry 1.1.3 remove legacy code which had the
side effect of the REGISTRY_UUID file being touched hourly
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/openpkg.spec
============================================================================
$ cvs diff -u -r1.610 -r1.611 openpkg.spec
--- openpkg-src/openpkg/openpkg.spec 14 Sep 2007 18:13:41 -0000 1.610
+++ openpkg-src/openpkg/openpkg.spec 10 Oct 2007 16:06:06 -0000 1.611
@@ -39,7 +39,7 @@
# o any cc(1)
# the package version/release
-%define V_openpkg 20070914
+%define V_openpkg 20071010
# the used software versions
%define V_rpm 4.2.1
@@ -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.18
+%define V_tar 1.19
%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.9 -r1.10 tar.patch
--- openpkg-src/openpkg/tar.patch 30 Jun 2007 08:20:44 -0000 1.9
+++ openpkg-src/openpkg/tar.patch 10 Oct 2007 16:06:06 -0000 1.10
@@ -1,7 +1,7 @@
Index: Makefile.in
---- Makefile.in.orig 2007-06-29 13:01:32 +0200
-+++ Makefile.in 2007-06-30 09:41:22 +0200
-@@ -466,7 +466,7 @@
+--- Makefile.in.orig 2007-10-10 13:00:22 +0200
++++ Makefile.in 2007-10-10 17:01:10 +0200
+@@ -485,7 +485,7 @@
target_alias = @target_alias@
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-06-28 19:18:55 +0200
-+++ lib/argp-help.c 2007-06-30 09:41:22 +0200
+--- lib/argp-help.c.orig 2007-09-28 15:11:36 +0200
++++ lib/argp-help.c 2007-10-10 17:01:10 +0200
@@ -570,8 +570,7 @@
return val;
}
@@ -24,8 +24,8 @@
int (*func)(const struct argp_option *opt,
const struct argp_option *real,
Index: src/compare.c
---- src/compare.c.orig 2007-06-27 15:30:31 +0200
-+++ src/compare.c 2007-06-30 09:41:22 +0200
+--- src/compare.c.orig 2007-08-26 10:56:55 +0200
++++ src/compare.c 2007-10-10 17:01:10 +0200
@@ -278,7 +278,7 @@
size_t len = strlen (current_stat_info.link_name);
char *linkbuf = alloca (len + 1);
@@ -36,9 +36,9 @@
if (status < 0)
{
Index: src/create.c
---- 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 @@
+--- src/create.c.orig 2007-10-05 19:46:49 +0200
++++ src/create.c 2007-10-10 17:01:10 +0200
+@@ -1696,7 +1696,7 @@
if (linklen != st->stat.st_size || linklen + 1 == 0)
xalloc_die ();
buffer = (char *) alloca (linklen + 1);
@@ -48,9 +48,9 @@
{
readlink_diag (p);
Index: src/incremen.c
---- 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 @@
+--- src/incremen.c.orig 2007-10-01 23:19:55 +0200
++++ src/incremen.c 2007-10-10 17:01:10 +0200
+@@ -526,6 +526,7 @@
children = CHANGED_CHILDREN;
but changed to: */
free (name_buffer);
@@ -59,8 +59,8 @@
return NULL;
}
Index: src/tar.c
---- src/tar.c.orig 2007-06-27 15:30:32 +0200
-+++ src/tar.c 2007-06-30 09:41:22 +0200
+--- src/tar.c.orig 2007-09-26 23:36:58 +0200
++++ src/tar.c 2007-10-10 17:01:10 +0200
@@ -20,6 +20,7 @@
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
@@ -68,10 +68,10 @@
+#include <locale.h>
#include <fnmatch.h>
- #include <getline.h>
+ #include <argp.h>
Index: src/utf8.c
--- src/utf8.c.orig 2007-06-27 15:30:32 +0200
-+++ src/utf8.c 2007-06-30 09:41:22 +0200
++++ src/utf8.c 2007-10-10 17:01:10 +0200
@@ -22,6 +22,9 @@
#include "common.h"
#ifdef HAVE_ICONV_H
@@ -84,7 +84,7 @@
#ifndef ICONV_CONST
Index: src/xheader.c
--- src/xheader.c.orig 2007-06-27 15:30:32 +0200
-+++ src/xheader.c 2007-06-30 09:41:22 +0200
++++ src/xheader.c 2007-10-10 17:01:10 +0200
@@ -27,6 +27,10 @@
#include <fnmatch.h>
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]