summaryrefslogtreecommitdiff
path: root/glibc
diff options
context:
space:
mode:
authorFredrik Rinnestam <fredrik@crux.nu>2014-07-11 20:28:29 +0200
committerFredrik Rinnestam <fredrik@crux.nu>2014-07-11 20:28:33 +0200
commit490573cf0d92288ec31908446bd39b416cdeef89 (patch)
tree89d53064db0605cba08ffee918ff34b1171c5203 /glibc
parentdba5a80aca9181f1360dd8086184604ef310023d (diff)
downloadcore-490573cf0d92288ec31908446bd39b416cdeef89.tar.gz
core-490573cf0d92288ec31908446bd39b416cdeef89.tar.xz
[notify] glibc: fix for CVE-2014-0475
Diffstat (limited to 'glibc')
-rw-r--r--glibc/.md5sum1
-rw-r--r--glibc/Pkgfile4
2 files changed, 4 insertions, 1 deletions
diff --git a/glibc/.md5sum b/glibc/.md5sum
index 82567fe7..58c81025 100644
--- a/glibc/.md5sum
+++ b/glibc/.md5sum
@@ -1,3 +1,4 @@
+1d06c7a6084db7710bec7215143c5799 CVE-2014-0475.patch
a568134a222776d8fc23059dfb25d835 glibc-2.19-multilib-dirs.patch
e26b8cc666b162f999404b03970f14e4 glibc-2.19.tar.xz
96156bec8e05de67384dc93e72bdc313 host.conf
diff --git a/glibc/Pkgfile b/glibc/Pkgfile
index 7f20e1f3..9fc1f132 100644
--- a/glibc/Pkgfile
+++ b/glibc/Pkgfile
@@ -4,10 +4,11 @@
name=glibc
version=2.19
-release=2
+release=3
source=(http://ftp.gnu.org/gnu/glibc/glibc-$version.tar.xz \
http://crux.nu/files/distfiles/kernel-headers-3.12.tar.bz2 \
$name-$version-multilib-dirs.patch \
+ CVE-2014-0475.patch \
hosts resolv.conf nsswitch.conf host.conf ld.so.conf)
build() {
@@ -17,6 +18,7 @@ build() {
chown root:root $PKG/usr
patch -p1 -d $SRC/$name-$version -i $SRC/$name-$version-multilib-dirs.patch
+ patch -p1 -d $SRC/$name-$version -i $SRC/CVE-2014-0475.patch
mkdir $SRC/build
cd $SRC/build

Generated by cgit