Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.48 grimoire by George Sherwood (1e2b1c023c10c4fed5e57e9c6932362b574029f4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.48 grimoire by George Sherwood (1e2b1c023c10c4fed5e57e9c6932362b574029f4)
  • Date: Sat, 25 Sep 2010 13:31:53 -0500

GIT changes to stable-0.48 grimoire by George Sherwood
<gsherwood AT sourcemage.org>:

archive/bzip2/DETAILS | 6 +++---
archive/bzip2/HISTORY | 4 ++++
libs/glibc/HISTORY | 3 +++
libs/glibc/PRE_BUILD | 4 +++-
4 files changed, 13 insertions(+), 4 deletions(-)

New commits:
commit 1e2b1c023c10c4fed5e57e9c6932362b574029f4
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: George Sherwood <gsherwood AT sourcemage.org>

archive/bzip2: version 1.0.6, fixes CVE-2010-0405
(cherry picked from commit 03b5181d97b3b39ed5dd5e9d724710e03ff178ef)

commit 775e26abed71a29619beda5598cb32b24c1155d5
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: George Sherwood <gsherwood AT sourcemage.org>

libs/glibc: fixed build with make 3.82
(cherry picked from commit 528e0008422329e00fc88ea09a20d2c41260835c)

diff --git a/archive/bzip2/DETAILS b/archive/bzip2/DETAILS
index fabb037..a1feba9 100755
--- a/archive/bzip2/DETAILS
+++ b/archive/bzip2/DETAILS
@@ -1,13 +1,13 @@
SPELL=bzip2
- VERSION=1.0.5
+ VERSION=1.0.6
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.bzip.org/$VERSION/$SOURCE
-
SOURCE_HASH=sha512:c017d3d59dd324ac91af0edc178c76b60a5f90fbb775cf843e39062f95bd846238f2c53705f8890ed3f34bc0e6e75671a73d13875eb0287d6201cb45f0a2d338
+
SOURCE_HASH=sha512:00ace5438cfa0c577e5f578d8a808613187eff5217c35164ffe044fbafdfec9e98f4192c02a7d67e01e5a5ccced630583ad1003c37697219b0f147343a3fdd12
WEB_SITE=http://www.bzip.org/
ENTERED=20010922
PATCHLEVEL=3
- SECURITY_PATCH=1
+ SECURITY_PATCH=2
LICENSE[0]=BSD
KEYWORDS="archive"
SHORT="Free, patent free, high-quality data compressor"
diff --git a/archive/bzip2/HISTORY b/archive/bzip2/HISTORY
index 199a5a2..d8d9494 100644
--- a/archive/bzip2/HISTORY
+++ b/archive/bzip2/HISTORY
@@ -1,3 +1,7 @@
+2010-09-20 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: updated to 1.0.6, SECURITY_PATCH=2,
+ fixes CVE-2010-0405
+
2008-03-20 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* PRE_BUILD, DETAILS: updated to 1.0.5, SECURITY_PATCH=1

diff --git a/libs/glibc/HISTORY b/libs/glibc/HISTORY
index 8b172d2..762a99d 100644
--- a/libs/glibc/HISTORY
+++ b/libs/glibc/HISTORY
@@ -1,3 +1,6 @@
+2010-09-12 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * PRE_BUILD: fixed build with make 3.82
+
2010-08-06 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.12.1, HEADERS_VERSION=2.6.35, gnu.gpg -> glibc.gpg
* PRE_BUILD, binutils-2.20.patch: removed patch
diff --git a/libs/glibc/PRE_BUILD b/libs/glibc/PRE_BUILD
index 5c94952..8d99f5d 100755
--- a/libs/glibc/PRE_BUILD
+++ b/libs/glibc/PRE_BUILD
@@ -81,5 +81,7 @@ mk_source_dir $SOURCE_DIRECTORY.bld &&
# fix #11832 - linking in /tmp doesn't work with grsecurity so do it
elsewhere
local test_path=$SOURCE_DIRECTORY.bld/test-installation &&
mkdir $test_path &&
-sed -i "s,/tmp,$test_path,g" scripts/test-installation.pl
+sed -i "s,/tmp,$test_path,g" scripts/test-installation.pl &&
+sed -i 's/ot \$/ot:\n\ttouch $@\n$/' manual/Makefile
+




  • [SM-Commit] GIT changes to stable-0.48 grimoire by George Sherwood (1e2b1c023c10c4fed5e57e9c6932362b574029f4), George Sherwood, 09/25/2010

Archive powered by MHonArc 2.6.24.

Top of Page