[Lunar-commits] <moonbase> glibc: add a security patch.
Florin Braescu
florin at lunar-linux.org
Fri Oct 22 08:44:40 CEST 2010
commit f35764ba81e53f9e55f85c53244b0708a68a8a76
Author: Florin Braescu <florin at lunar-linux.org>
Date: Fri Oct 22 09:44:40 2010 +0300
glibc: add a security patch.
---
libs/glibc/BUILD | 1 +
libs/glibc/BUILD.x86_64 | 1 +
libs/glibc/DETAILS | 5 ++++-
3 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/libs/glibc/BUILD b/libs/glibc/BUILD
index 2177528..7dfeda6 100644
--- a/libs/glibc/BUILD
+++ b/libs/glibc/BUILD
@@ -26,6 +26,7 @@
patch_it $SOURCE2 1 &&
patch_it $SOURCE3 1 &&
patch_it $SOURCE4 1 &&
+ patch_it $SOURCE5 1 &&
INSTALL_ROOT=$SOURCE_DIRECTORY/glibcroot &&
mkdir -p $INSTALL_ROOT &&
diff --git a/libs/glibc/BUILD.x86_64 b/libs/glibc/BUILD.x86_64
index 015b887..c560d5d 100644
--- a/libs/glibc/BUILD.x86_64
+++ b/libs/glibc/BUILD.x86_64
@@ -24,6 +24,7 @@
patch_it $SOURCE2 1 &&
patch_it $SOURCE3 1 &&
patch_it $SOURCE4 1 &&
+ patch_it $SOURCE5 1 &&
INSTALL_ROOT=$SOURCE_DIRECTORY/glibcroot &&
mkdir -p $INSTALL_ROOT &&
diff --git a/libs/glibc/DETAILS b/libs/glibc/DETAILS
index e9f2332..62b0cb4 100644
--- a/libs/glibc/DETAILS
+++ b/libs/glibc/DETAILS
@@ -4,19 +4,22 @@
SOURCE2=$MODULE-2.11-no_timezones.patch.bz2
SOURCE3=$MODULE-2.11.1-__i686.patch.bz2
SOURCE4=$MODULE-2.11.2-makefile_fix-1.patch
+ SOURCE5=$MODULE-ORIGIN.patch.bz2
SOURCE_URL[0]=$GNU_URL/$MODULE
SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
SOURCE_URL[2]=http://www.mirrorservice.org/sites/ftp.gnu.org/gnu/glibc
SOURCE2_URL=$PATCH_URL
SOURCE3_URL=$PATCH_URL
SOURCE4_URL=$PATCH_URL
+ SOURCE5_URL=$PATCH_URL
SOURCE_VFY=sha1:ef5ca1e765719d3290bd24f94705f27534f3744b
SOURCE2_VFY=sha1:fc5bf75815daeeef52f7558f27992e02c2cdc87d
SOURCE3_VFY=sha1:e3f36e2bb17e51e31035f2cd405d099c624d0e9e
SOURCE4_VFY=sha1:13c31ed2b2a24940ed181b44d8cbc6338d72316d
+ SOURCE5_VFY=sha1:feb487ed427fc8cfa6d18c3776a30ad73d7d9177
WEB_SITE=http://www.gnu.org/software/libc
ENTERED=20010922
- UPDATED=20100918
+ UPDATED=20101022
SHORT="C library for use with GNU/Hurd and GNU/Linux"
PSAFE=no
More information about the Lunar-commits
mailing list