[notify] glibc-32: Synced with upstream. Contains fixes for

CVE-2017-1000366 and CVE-2015-5180.
This commit is contained in:
Fredrik Rinnestam 2017-06-20 15:26:36 +02:00
parent eee78a9dd5
commit 62eb2fedd5
4 changed files with 15022 additions and 4 deletions

View File

@ -1,3 +1,4 @@
655f50d41e24dcd37447fd6c63ce3f7f glibc-2.24-updates.patch
97dc5517f92016f3d70d83e3162ad318 glibc-2.24.tar.xz
ac19b5dac0b160aa59a2e265998c3e91 kernel-headers-4.9.5.tar.xz
a8f4549c716cd37244fbf1ed059497f8 lib32.conf

View File

@ -1,7 +1,8 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqgy+zDVBzaxiUtj9qjk77llpDzxL+/Kw+YhaDgV9yXeWfOgfLWa272oyoj3isViZ+xiv2s8v495U3i3LmfrkcAM=
SHA256 (Pkgfile) = c1d05d012efa069b734ef67a079721b5cab3d7c7b99c0372fa3815148badad7c
RWRJc1FUaeVeqnoY9f/WUSSU2kP4f/7u3nFnlwSRMb0MI28wvBXZ/yzOWqBPJzoeN30mfQjnKkfSkZ92JX4mMBXGN4XjPIKRmAs=
SHA256 (Pkgfile) = 70412cb73d56e5faa146698396967763dac1c80187d3813e2e426d3da36971d0
SHA256 (.footprint) = 0af47db3e8a5ea832d1f971ca56f7718a59167c0214375307a508ff46b327119
SHA256 (glibc-2.24.tar.xz) = 99d4a3e8efd144d71488e478f62587578c0f4e1fa0b4eed47ee3d4975ebeb5d3
SHA256 (kernel-headers-4.9.5.tar.xz) = 5783ad8f668ee71561fae370fbcdc477aaa6df249bd85635b87a8c204aeb4aa9
SHA256 (glibc-2.24-updates.patch) = d74245b3a34b4bcd119ac1da145ee01af77f98c0d3c4bee763049582e8582971
SHA256 (lib32.conf) = 2f174d2bcefe1c29327690514f34d6970fffdd54398320ca23a11b5f1e3c9b2d

View File

@ -4,10 +4,10 @@
name=glibc-32
version=2.24
release=2
release=6
source=(http://ftpmirror.gnu.org/gnu/glibc/glibc-2.24.tar.xz \
http://crux.nu/files/distfiles/kernel-headers-4.9.5.tar.xz \
lib32.conf)
glibc-2.24-updates.patch lib32.conf)
build() {
mkdir build
@ -17,6 +17,8 @@ build() {
export CC="${CC:-gcc} -m32"
export CFLAGS="$CFLAGS -Wno-error=parentheses"
patch -p1 -d $SRC/glibc-${version:0:4} -i $SRC/glibc-2.24-updates.patch
../glibc-${version:0:4}/configure --prefix=/usr \
--libdir=/usr/lib32 \
--libexecdir=/usr/lib32 \

File diff suppressed because it is too large Load Diff