glibc-32: sync with upstream 2.32 branch

This commit is contained in:
Matt Housh 2022-02-12 07:58:43 -06:00
parent 701f83bc54
commit d2d5cf82cf
4 changed files with 17973 additions and 6677 deletions

View File

@ -1,8 +1,8 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqr36wOeAhPICGi1Hff3GLxSyoYwImwozO3FzfG+efpkBZ+KFTAEpXqJDjp1K5xAbEplpkh8jkVxtELbs/0aaLgE=
SHA256 (Pkgfile) = 0154f2a6a6db64fba487ffc0bd599452d8adf94d962a711c0e29104024eed1fb
RWRJc1FUaeVeqm/nPbq5zt0WZ0SA9McVxa1Kef5NVuMaopEjyOKhbC8Zrh2bTkfhmWcNU2DaaO4XOjQg8A0KgQffYCyegYLJ1wI=
SHA256 (Pkgfile) = c72bea81f9ef99780250fb3d5cb5913a39020ba51963d0d3d8bcc69cf9e0b67c
SHA256 (.footprint) = 45836a310a6801080a61130aca376091caab990a0c75d9fc039fcb7ad7298642
SHA256 (glibc-2.32.tar.xz) = 1627ea54f5a1a8467032563393e0901077626dc66f37f10ee6363bb722222836
SHA256 (linux-5.4.72.tar.xz) = 0e24645bd56fe5b55a7a662895f5562c103d71b54d097281f0c9c71ff22c1172
SHA256 (glibc-2.32-6.patch) = 70f33f14f62cb2daddd9bbfe0ffdfb3bb01880f7cedbc71cb534e82343d4a3d4
SHA256 (glibc-2.32-7.patch) = 765880b63e386bfab3898bbc273dbc683f737d6327289dcf968da2fe807575e4
SHA256 (lib32.conf) = 2f174d2bcefe1c29327690514f34d6970fffdd54398320ca23a11b5f1e3c9b2d

View File

@ -4,10 +4,10 @@
name=glibc-32
version=2.32
release=6
release=7
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-6.patch lib32.conf)
glibc-$version-7.patch lib32.conf)
build() {
# install kernel headers
@ -17,7 +17,7 @@ build() {
make INSTALL_HDR_PATH=$PKG/usr headers_install
chown root:root $PKG/usr
patch -p1 -d $SRC/glibc-${version:0:4} -i $SRC/glibc-$version-6.patch
patch -p1 -d $SRC/glibc-${version:0:4} -i $SRC/glibc-$version-7.patch
mkdir $SRC/build
cd $SRC/build

File diff suppressed because it is too large Load Diff

17967
glibc-32/glibc-2.32-7.patch Normal file

File diff suppressed because it is too large Load Diff