[SM-Commit] PERFORCE change 77666 by Arwed von Merkatz for review
Perforce Review Daemon
p4review at smee.org
Wed Apr 12 17:00:07 EDT 2006
Change 77666 by arwed_von_merkatz at arwed-Otherland on 2006/04/12 21:56:54
security update to stable*
Affected files ...
... //sgl/grimoires/stable-rc/0.4/archive/tar/DETAILS#2 integrate
... //sgl/grimoires/stable-rc/0.4/archive/tar/HISTORY#2 integrate
... //sgl/grimoires/stable-rc/0.4/archive/tar/PRE_BUILD#2 integrate
... //sgl/grimoires/stable-rc/0.4/archive/tar/patches/tar-1.15.1-sparse_fix-1.patch#2 integrate
... //sgl/grimoires/stable-rc/0.4/archive/tar/patches/tar.patch#1 branch
... //sgl/grimoires/stable/0.3/archive/tar/DEPENDS#1 branch
... //sgl/grimoires/stable/0.3/archive/tar/DETAILS#2 integrate
... //sgl/grimoires/stable/0.3/archive/tar/HISTORY#2 integrate
... //sgl/grimoires/stable/0.3/archive/tar/PRE_BUILD#2 integrate
... //sgl/grimoires/stable/0.3/archive/tar/patches/tar-1.15.1-sparse_fix-1.patch#2 integrate
... //sgl/grimoires/stable/0.3/archive/tar/patches/tar.patch#1 branch
Differences ...
==== //sgl/grimoires/stable-rc/0.4/archive/tar/DETAILS#2 (xtext) ====
@@ -7,8 +7,10 @@
WEB_SITE=http://www.gnu.org/software/tar/tar.html
ENTERED=20010922
UPDATED=20050526
+ SECURITY_PATCH=1
LICENSE[0]=GPL
BUILD_API=2
+ KEYWORDS="archive"
SHORT="tar creates GNU tar archives."
cat << EOF
GNU tar - Creates tar archives
==== //sgl/grimoires/stable-rc/0.4/archive/tar/HISTORY#2 (text) ====
@@ -1,3 +1,13 @@
+2006-04-12 George Sherwood <george at beernabeer.com>
+ * DETAILS: Updated Security_Patch. Bug #10893 & SMGLSA-2006-19.
+ * PRE_BUILD: Added patch. Changed first patch to -p0
+ * tar-1.15.1-sparse_fix-1.patch: Updated to use -p0. Wasn't
+ working with -p1
+ * tar.patch: Added security patch. Bug #10893 & SMGLSA-2006-19.
+
+2006-03-12 Karsten Behrmann <BearPerson at sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
2006-02-08 Eric Sandall <eric at sandall.us>
* DEPENDS: Depends on smgl-fhs (for directory structure)
==== //sgl/grimoires/stable-rc/0.4/archive/tar/PRE_BUILD#2 (xtext) ====
@@ -1,3 +1,4 @@
default_pre_build &&
cd ${SOURCE_DIRECTORY} &&
-patch -p1 < ${SCRIPT_DIRECTORY}/patches/tar-1.15.1-sparse_fix-1.patch
+patch -p0 < ${SCRIPT_DIRECTORY}/patches/tar-1.15.1-sparse_fix-1.patch &&
+patch -p0 < ${SCRIPT_DIRECTORY}/patches/tar.patch
==== //sgl/grimoires/stable-rc/0.4/archive/tar/patches/tar-1.15.1-sparse_fix-1.patch#2 (text) ====
@@ -5,8 +5,8 @@
Upstream Status: Applied
Description: Fixes large file corruptions using option -S
http://lists.gnu.org/archive/html/bug-tar/2005-03/msg00004.html
---- tar-1.15.1/src/sparse.c.orig 2005-03-20 04:23:34.144506120 +0000
-+++ tar-1.15.1/src/sparse.c 2005-03-20 04:23:56.842055568 +0000
+--- src/sparse.c.orig 2005-03-20 04:23:34.144506120 +0000
++++ src/sparse.c 2005-03-20 04:23:56.842055568 +0000
@@ -1,6 +1,6 @@
/* Functions for dealing with sparse files
==== //sgl/grimoires/stable/0.3/archive/tar/DETAILS#2 (xtext) ====
@@ -3,12 +3,14 @@
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
- MD5[0]=c7496cce77c64a78b77ceca6666e5b0d
+ SOURCE_HASH=sha512:4c86794cb3e1f97b40e8ad246a24df66e05afba2bae2edb27b4524f1a37bcaea2a99318b8ebed4654ff43451cf66a6714d40c920f68e0cb3ba6c7d36c6cab0d6
WEB_SITE=http://www.gnu.org/software/tar/tar.html
ENTERED=20010922
UPDATED=20050526
+ SECURITY_PATCH=1
LICENSE[0]=GPL
BUILD_API=2
+ KEYWORDS="archive"
SHORT="tar creates GNU tar archives."
cat << EOF
GNU tar - Creates tar archives
==== //sgl/grimoires/stable/0.3/archive/tar/HISTORY#2 (text) ====
@@ -1,3 +1,22 @@
+2006-04-12 George Sherwood <george at beernabeer.com>
+ * DETAILS: Updated Security_Patch. Bug #10893 & SMGLSA-2006-19.
+ * PRE_BUILD: Added patch. Changed first patch to -p0
+ * tar-1.15.1-sparse_fix-1.patch: Updated to use -p0. Wasn't
+ working with -p1
+ * tar.patch: Added security patch. Bug #10893 & SMGLSA-2006-19.
+
+2006-03-12 Karsten Behrmann <BearPerson at sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
+2006-02-08 Eric Sandall <eric at sandall.us>
+ * DEPENDS: Depends on smgl-fhs (for directory structure)
+
+2006-02-06 Eric Sandall <eric at sandall.us>
+ * DEPENDS: Depends on gnupg (for SOURCE verification)
+
+2005-11-29 Seth Woolley <seth at tautology.org>
+ * DETAILS: MD5 -> SHA512
+
2005-05-26 Thomas Houssin <Thomas.Houssin at sourcemage.org>
* PRE_BUILD: Added patch to fix large file corruptions using option -S
@@ -35,7 +54,7 @@
* HISTORY: Formatted to Guru Handbook
2004-01-09 Christoph Steckelberg <heffer at mailberlin.net>
- * DETAILS: Changed version back to 1.13.25 due
+ * DETAILS: Changed version back to 1.13.25 due
to incompatibilities
* dotdotpatch.diff: added patch
==== //sgl/grimoires/stable/0.3/archive/tar/PRE_BUILD#2 (xtext) ====
@@ -1,3 +1,4 @@
default_pre_build &&
cd ${SOURCE_DIRECTORY} &&
-patch -p1 < ${SCRIPT_DIRECTORY}/patches/tar-1.15.1-sparse_fix-1.patch
+patch -p0 < ${SCRIPT_DIRECTORY}/patches/tar-1.15.1-sparse_fix-1.patch &&
+patch -p0 < ${SCRIPT_DIRECTORY}/patches/tar.patch
==== //sgl/grimoires/stable/0.3/archive/tar/patches/tar-1.15.1-sparse_fix-1.patch#2 (text) ====
@@ -5,8 +5,8 @@
Upstream Status: Applied
Description: Fixes large file corruptions using option -S
http://lists.gnu.org/archive/html/bug-tar/2005-03/msg00004.html
---- tar-1.15.1/src/sparse.c.orig 2005-03-20 04:23:34.144506120 +0000
-+++ tar-1.15.1/src/sparse.c 2005-03-20 04:23:56.842055568 +0000
+--- src/sparse.c.orig 2005-03-20 04:23:34.144506120 +0000
++++ src/sparse.c 2005-03-20 04:23:56.842055568 +0000
@@ -1,6 +1,6 @@
/* Functions for dealing with sparse files
More information about the SM-Commit
mailing list