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 17:07:01
Branch: HEAD Handle: 2007101016070000
Modified files:
openpkg-src/tar tar.patch tar.spec
Log:
upgrading package: tar 1.18 -> 1.19
Summary:
Revision Changes Path
1.19 +18 -39 openpkg-src/tar/tar.patch
1.62 +2 -2 openpkg-src/tar/tar.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/tar/tar.patch
============================================================================
$ cvs diff -u -r1.18 -r1.19 tar.patch
--- openpkg-src/tar/tar.patch 4 Sep 2007 08:33:25 -0000 1.18
+++ openpkg-src/tar/tar.patch 10 Oct 2007 15:07:00 -0000 1.19
@@ -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>
@@ -96,24 +96,3 @@
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));
-
------------------------------------------------------------------------------
-
-Security Fix (CVE-2007-4131)
-
-Index: src/names.c
---- src/names.c.orig
-+++ src/names.c
-@@ -1012,11 +1012,10 @@
- if (p[0] == '.' && p[1] == '.' && (ISSLASH (p[2]) || !p[2]))
- return 1;
-
-- do
-+ while (! ISSLASH (*p))
- {
- if (! *p++)
- return 0;
- }
-- while (! ISSLASH (*p));
- }
- }
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/tar/tar.spec
============================================================================
$ cvs diff -u -r1.61 -r1.62 tar.spec
--- openpkg-src/tar/tar.spec 4 Sep 2007 08:33:25 -0000 1.61
+++ openpkg-src/tar/tar.spec 10 Oct 2007 15:07:00 -0000 1.62
@@ -32,8 +32,8 @@
Class: CORE
Group: Archiver
License: GPL
-Version: 1.18
-Release: 20070904
+Version: 1.19
+Release: 20071010
# list of sources
Source0: ftp://ftp.gnu.org/gnu/tar/tar-%{version}.tar.gz
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]