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: 18-Oct-2007 09:18:20
Branch: HEAD Handle: 2007101808181603
Modified files:
openpkg-src/openpkg HISTORY openpkg.spec tar.patch
Log:
upgrade to latest Tar patch from cs@
Summary:
Revision Changes Path
1.481 +1 -0 openpkg-src/openpkg/HISTORY
1.617 +1 -1 openpkg-src/openpkg/openpkg.spec
1.12 +11 -14 openpkg-src/openpkg/tar.patch
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/HISTORY
============================================================================
$ cvs diff -u -r1.480 -r1.481 HISTORY
--- openpkg-src/openpkg/HISTORY 17 Oct 2007 07:01:34 -0000 1.480
+++ openpkg-src/openpkg/HISTORY 18 Oct 2007 07:18:16 -0000 1.481
@@ -2,6 +2,7 @@
2007
====
+20071018 upgrade to latest Tar patch
20071017 try to port Tar and OpenSSL to AIX 5 and Solaris 8 again
20071015 avoid calling of autoconf while building GNU bash
20071014 fix OpenSSL patch (some important portability related hunks were
lost)
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/openpkg.spec
============================================================================
$ cvs diff -u -r1.616 -r1.617 openpkg.spec
--- openpkg-src/openpkg/openpkg.spec 17 Oct 2007 07:01:34 -0000 1.616
+++ openpkg-src/openpkg/openpkg.spec 18 Oct 2007 07:18:19 -0000 1.617
@@ -39,7 +39,7 @@
# o any cc(1)
# the package version/release
-%define V_openpkg 20071017
+%define V_openpkg 20071018
# the used software versions
%define V_rpm 4.2.1
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/tar.patch
============================================================================
$ cvs diff -u -r1.11 -r1.12 tar.patch
--- openpkg-src/openpkg/tar.patch 17 Oct 2007 07:01:34 -0000 1.11
+++ openpkg-src/openpkg/tar.patch 18 Oct 2007 07:18:19 -0000 1.12
@@ -23,20 +23,6 @@
hol_entry_long_iterate (const struct hol_entry *entry,
int (*func)(const struct argp_option *opt,
const struct argp_option *real,
-Index: lib/system.h
---- lib/system.h.orig 2007-06-27 15:49:45 +0200
-+++ lib/system.h 2007-10-17 08:43:09 +0200
-@@ -417,6 +417,10 @@
-
- #include <limits.h>
-
-+#ifndef CHAR_BIT
-+# define CHAR_BIT 8
-+#endif
-+
- #ifndef MB_LEN_MAX
- # define MB_LEN_MAX 1
- #endif
Index: src/compare.c
--- src/compare.c.orig 2007-08-26 10:56:55 +0200
+++ src/compare.c 2007-10-17 08:40:12 +0200
@@ -110,3 +96,14 @@
static bool xheader_protected_pattern_p (char const *pattern);
static bool xheader_protected_keyword_p (char const *keyword);
static void xheader_set_single_keyword (char *) __attribute__ ((noreturn));
+Index: lib/strerror.c
+--- lib/strerror.c.orig 2007-09-28 15:11:37 +0200
++++ lib/strerror.c 2007-10-18 00:55:28 +0200
+@@ -23,6 +23,7 @@
+
+ # include <string.h>
+ # include <stdio.h>
++# include <limits.h>
+
+ # undef strerror
+
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]