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 10:20:44
Branch: HEAD Handle: 2007063009204301
Modified files:
openpkg-src/openpkg HISTORY openpkg.spec tar.patch
Log:
upgrade to GNU tar 1.18
Summary:
Revision Changes Path
1.468 +1 -0 openpkg-src/openpkg/HISTORY
1.603 +2 -2 openpkg-src/openpkg/openpkg.spec
1.9 +18 -27 openpkg-src/openpkg/tar.patch
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/HISTORY
============================================================================
$ cvs diff -u -r1.467 -r1.468 HISTORY
--- openpkg-src/openpkg/HISTORY 25 Jun 2007 15:52:11 -0000 1.467
+++ openpkg-src/openpkg/HISTORY 30 Jun 2007 08:20:43 -0000 1.468
@@ -2,6 +2,7 @@
2007
====
+20070630 upgrade to GNU tar 1.18
20070625 upgrade to cURL 7.16.3
20070624 upgrade to openpkg-tools 1.4.5
20070623 apply a workaround to GNU gzip for resolving potential futimens()
conflict (fixes built under Fedora 7)
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/openpkg.spec
============================================================================
$ cvs diff -u -r1.602 -r1.603 openpkg.spec
--- openpkg-src/openpkg/openpkg.spec 25 Jun 2007 15:52:11 -0000 1.602
+++ openpkg-src/openpkg/openpkg.spec 30 Jun 2007 08:20:44 -0000 1.603
@@ -39,7 +39,7 @@
# o any cc(1)
# the package version/release
-%define V_openpkg 20070625
+%define V_openpkg 20070630
# 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.17
+%define V_tar 1.18
%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.8 -r1.9 tar.patch
--- openpkg-src/openpkg/tar.patch 8 Jun 2007 17:16:32 -0000 1.8
+++ openpkg-src/openpkg/tar.patch 30 Jun 2007 08:20:44 -0000 1.9
@@ -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>
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]