glibc: sync with upstream 2.32 branch

This commit is contained in:
Juergen Daubert 2021-08-06 12:41:15 +02:00
parent 47d0bb7874
commit f39015d66f
3 changed files with 1214 additions and 9 deletions

View File

@ -1,10 +1,10 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqq7YiPshFBB5CPmGMmusADxcu6YZ79M4YqtmTxJqKBj3x8t5Bzjnxpu+NGW0hE7kZXmz2juUl2TYUX461uiVMwQ=
SHA256 (Pkgfile) = 4ee4d7d539a2df3f2f04b500574a80a0efe84f692793d6cea079652984610909
RWRJc1FUaeVeqjLke5N/nYqmPS8FTuYrMIMM+JcrMXi+8bYduM69nInINCD/9aHGE46XRhhs9VXDk9OSXGGgYh+0qi53F07DdwE=
SHA256 (Pkgfile) = 9197d70016bdb5b75c53822a5949a397eda0feb038f59e7b2cfe3feef43eff1e
SHA256 (.footprint) = aa29daaba0d990bb954964b7605cf132588bcb5ee9cf56d219f2ed26e60eba7b
SHA256 (glibc-2.32.tar.xz) = 1627ea54f5a1a8467032563393e0901077626dc66f37f10ee6363bb722222836
SHA256 (linux-5.4.72.tar.xz) = 0e24645bd56fe5b55a7a662895f5562c103d71b54d097281f0c9c71ff22c1172
SHA256 (glibc-2.32-3.patch) = 6d84a6054984e89c4b139dfa1a29561ee2f146bafa479f1c465700220a6aee73
SHA256 (glibc-2.32-4.patch) = 3c93822f91229e21fb718390fd41a0dd279032e80c878d2657d268e77f851202
SHA256 (hosts) = 5c02b256c105f1d4a12fb738d71c1bab9eb126533074d7a0c8a14b92670c9431
SHA256 (resolv.conf) = 72ccb58768a72a771ec37142bc361a18478a07ec9de6e925a20760794389bf51
SHA256 (nsswitch.conf) = 859b8984e5e90aff3cce8f9779996ae4033b280d2122840e9411e2f44a1c2e61

View File

@ -4,10 +4,10 @@
name=glibc
version=2.32
release=3
release=4
source=(https://ftp.gnu.org/gnu/glibc/glibc-$version.tar.xz \
https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.4.72.tar.xz \
glibc-$version-3.patch \
glibc-$version-4.patch \
hosts resolv.conf nsswitch.conf host.conf ld.so.conf)
build() {
@ -18,7 +18,7 @@ build() {
make INSTALL_HDR_PATH=$PKG/usr headers_install
chown root:root $PKG/usr
patch -p1 -d $SRC/$name-${version:0:4} -i $SRC/$name-$version-3.patch
patch -p1 -d $SRC/$name-${version:0:4} -i $SRC/$name-$version-4.patch
mkdir $SRC/build
cd $SRC/build

File diff suppressed because it is too large Load Diff