summaryrefslogtreecommitdiff
path: root/glibc/Pkgfile
diff options
context:
space:
mode:
authorFredrik Rinnestam <fredrik@crux.nu>2017-06-20 14:58:58 +0200
committerFredrik Rinnestam <fredrik@crux.nu>2017-06-20 14:58:58 +0200
commiteee78a9dd5e0f9fac33f6815c396d2eaef4bc7ff (patch)
tree977b8301953a012144c511f5e480d50af4bc181c /glibc/Pkgfile
parent35e94c3c4b57ad1ffd5f9d0119dbc6df09922a73 (diff)
downloadcore-eee78a9dd5e0f9fac33f6815c396d2eaef4bc7ff.tar.gz
core-eee78a9dd5e0f9fac33f6815c396d2eaef4bc7ff.tar.xz
[notify] glibc: Synced with upstream. Contains fixes for
CVE-2017-1000366 and CVE-2015-5180.
Diffstat (limited to 'glibc/Pkgfile')
-rw-r--r--glibc/Pkgfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/glibc/Pkgfile b/glibc/Pkgfile
index dc60dd0f..698459a9 100644
--- a/glibc/Pkgfile
+++ b/glibc/Pkgfile
@@ -4,11 +4,12 @@
name=glibc
version=2.24
-release=3
+release=5
source=(http://ftpmirror.gnu.org/gnu/glibc/glibc-2.24.tar.xz \
http://crux.nu/files/distfiles/kernel-headers-4.9.5.tar.xz \
$name-2.20-multilib-dirs.patch \
- hosts resolv.conf nsswitch.conf host.conf ld.so.conf)
+ hosts resolv.conf nsswitch.conf host.conf ld.so.conf \
+ glibc-2.24-updates.patch)
build() {
# install kernel headers
@@ -16,6 +17,7 @@ build() {
cp -r $SRC/kernel-headers-4.9.5/include $PKG/usr
chown root:root $PKG/usr
+ patch -p1 -d $SRC/$name-${version:0:4} -i $SRC/glibc-2.24-updates.patch
patch -p1 -d $SRC/$name-${version:0:4} -i $SRC/$name-2.20-multilib-dirs.patch
mkdir $SRC/build

Generated by cgit