ソースを参照

upgrade to GNU tar 1.15.1

Ralf S. Engelschall 21 年 前
コミット
7b9a5c0ec1
3 ファイル変更36 行追加13 行削除
  1. 1 0
      openpkg/HISTORY
  2. 2 2
      openpkg/openpkg.spec
  3. 33 11
      openpkg/tar.patch

+ 1 - 0
openpkg/HISTORY

@@ -2,6 +2,7 @@
 2004
 ====
 
+20041222 upgrade to GNU tar 1.15.1
 20041220 upgrade to cURL 7.12.3
 20041220 add "tool override" support for Debian-based Ubuntu Linux distribution
 

+ 2 - 2
openpkg/openpkg.spec

@@ -39,7 +39,7 @@
 #   o any cc(1)
 
 #   the package version/release
-%define       V_openpkg  20041220
+%define       V_openpkg  20041222
 
 #   the used software versions
 %define       V_rpm      4.2.1
@@ -50,7 +50,7 @@
 %define       V_make     3.80
 %define       V_gzip     1.3.5
 %define       V_patch    2.5.9
-%define       V_tar      1.14
+%define       V_tar      1.15.1
 %define       V_bash     3.0
 %define       V_uuid     1.1.1
 

+ 33 - 11
openpkg/tar.patch

@@ -1,19 +1,19 @@
 Index: src/incremen.c
---- src/incremen.c.orig	2004-02-21 10:39:18.000000000 +0100
-+++ src/incremen.c	2004-04-05 08:25:44.000000000 +0200
+--- src/incremen.c.orig	2004-09-06 13:30:42 +0200
++++ src/incremen.c	2004-12-20 19:55:06 +0100
 @@ -133,6 +133,8 @@
    if (! dirp)
      {
-       savedir_error (path);
+       savedir_error (dir_name);
 +      errno = 1;
 +      return;
      }
    errno = 0;
  
 Index: src/utf8.c
---- src/utf8.c.orig	2004-04-04 11:53:30.000000000 +0200
-+++ src/utf8.c	2004-04-06 09:42:13.000000000 +0200
-@@ -21,6 +21,9 @@
+--- src/utf8.c.orig	2004-10-25 16:14:53 +0200
++++ src/utf8.c	2004-12-20 19:54:25 +0100
+@@ -22,6 +22,9 @@
  #include "common.h"
  #ifdef HAVE_ICONV_H
  # include <iconv.h>
@@ -22,15 +22,37 @@ Index: src/utf8.c
 +# define ICONV_CONST const
  #endif
  
- struct langtab
+ #ifndef ICONV_CONST
 Index: src/xheader.c
---- src/xheader.c.orig	2004-04-04 11:53:30.000000000 +0200
-+++ src/xheader.c	2004-05-14 16:17:02.000000000 +0200
-@@ -21,6 +21,7 @@
- #include <hash.h>
+--- src/xheader.c.orig	2004-09-06 13:31:14 +0200
++++ src/xheader.c	2004-12-20 19:54:25 +0100
+@@ -23,6 +23,7 @@
  #include <quotearg.h>
+ #include <stpcpy.h>
  #include <xstrtol.h>
 +#include <stpcpy.h>
  
  #include "common.h"
  
+Index: rmt/rmt.c
+--- rmt/rmt.c.orig	2004-09-06 15:49:41 +0200
++++ rmt/rmt.c	2004-12-20 20:01:28 +0100
+@@ -38,6 +38,7 @@
+ 
+ #include <getopt.h>
+ #include <sys/socket.h>
++#include <locale.h>
+ 
+ #ifndef EXIT_FAILURE
+ # define EXIT_FAILURE 1
+Index: src/tar.c
+--- src/tar.c.orig	2004-12-18 21:01:07 +0100
++++ src/tar.c	2004-12-20 20:01:54 +0100
+@@ -20,6 +20,7 @@
+    59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+ 
+ #include <system.h>
++#include <locale.h>
+ 
+ #include <fnmatch.h>
+ #include <argp.h>