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:59:33
Branch: HEAD Handle: 2007060817593200
Modified files:
openpkg-src/cpio cpio.patch cpio.spec
Log:
upgrading package: cpio 2.7 -> 2.8
Summary:
Revision Changes Path
1.8 +9 -26 openpkg-src/cpio/cpio.patch
1.38 +2 -2 openpkg-src/cpio/cpio.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/cpio/cpio.patch
============================================================================
$ cvs diff -u -r1.7 -r1.8 cpio.patch
--- openpkg-src/cpio/cpio.patch 17 May 2007 17:57:15 -0000 1.7
+++ openpkg-src/cpio/cpio.patch 8 Jun 2007 16:59:32 -0000 1.8
@@ -1,7 +1,7 @@
Index: lib/argp-help.c
---- lib/argp-help.c.orig 2006-09-12 10:59:04 +0200
-+++ lib/argp-help.c 2006-10-24 13:29:40 +0200
-@@ -567,7 +567,7 @@
+--- lib/argp-help.c.orig 2007-05-11 15:15:30 +0200
++++ lib/argp-help.c 2007-06-08 18:56:21 +0200
+@@ -570,7 +570,7 @@
return val;
}
@@ -10,7 +10,7 @@
__attribute__ ((always_inline))
hol_entry_long_iterate (const struct hol_entry *entry,
int (*func)(const struct argp_option *opt,
-@@ -592,7 +592,7 @@
+@@ -595,7 +595,7 @@
}
/* Iterator that returns true for the first short option. */
@@ -20,8 +20,8 @@
const char *domain, void *cookie)
{
Index: lib/rtapelib.c
---- lib/rtapelib.c.orig 2006-02-20 10:46:01 +0100
-+++ lib/rtapelib.c 2006-10-24 13:18:23 +0200
+--- lib/rtapelib.c.orig 2006-12-05 08:39:38 +0100
++++ lib/rtapelib.c 2007-06-08 18:56:21 +0200
@@ -625,7 +625,7 @@
{
char command_buffer[COMMAND_BUFFER_SIZE];
@@ -46,7 +46,7 @@
*--p = 0;
Index: lib/system.h
--- lib/system.h.orig 2006-09-08 18:57:52 +0200
-+++ lib/system.h 2006-10-24 13:18:23 +0200
++++ lib/system.h 2007-06-08 18:56:21 +0200
@@ -425,7 +425,7 @@
#include <intprops.h>
@@ -57,8 +57,8 @@
/* Prototypes for external functions. */
Index: src/userspec.c
---- src/userspec.c.orig 2005-05-19 11:25:58 +0200
-+++ src/userspec.c 2006-10-24 13:18:23 +0200
+--- src/userspec.c.orig 2007-05-18 12:02:31 +0200
++++ src/userspec.c 2007-06-08 18:56:21 +0200
@@ -22,6 +22,7 @@
#include <system.h>
@@ -67,20 +67,3 @@
#define alloca __builtin_alloca
#else
#ifdef HAVE_ALLOCA_H
-
------------------------------------------------------------------------------
-
-http://savannah.gnu.org/bugs/index.php?18094
-http://savannah.gnu.org/file/cvs-diff.log?file_id=11044
-
-Index: src/copyout.c
---- src/copyout.c 27 Sep 2006 09:28:50 -0000 1.19
-+++ src/copyout.c 24 Oct 2006 10:47:38 -0000
-@@ -806,6 +806,7 @@ process_copy_out ()
- free (link_name);
- continue;
- }
-+ link_name[link_size] = 0;
- cpio_safer_name_suffix (link_name, false,
- !no_abs_paths_flag, true);
- link_size = strlen (link_name);
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/cpio/cpio.spec
============================================================================
$ cvs diff -u -r1.37 -r1.38 cpio.spec
--- openpkg-src/cpio/cpio.spec 17 May 2007 17:57:15 -0000 1.37
+++ openpkg-src/cpio/cpio.spec 8 Jun 2007 16:59:32 -0000 1.38
@@ -32,8 +32,8 @@
Class: BASE
Group: Archiver
License: GPL
-Version: 2.7
-Release: 20070517
+Version: 2.8
+Release: 20070608
# list of sources
Source0: ftp://ftp.gnu.org/pub/gnu/cpio/cpio-%{version}.tar.gz
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]