Skip to content

Commit

Permalink
glibc: applied patches from upstream, including security fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pitill0 committed May 15, 2024
1 parent a3022a3 commit 756cbcb
Show file tree
Hide file tree
Showing 3 changed files with 4,624 additions and 38 deletions.
15 changes: 15 additions & 0 deletions glibc/.signature
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
untrusted comment: verify with /etc/ports/core-arm64.pub
RWSKslkvIwb+2R5Qifoh4Kk2fjFpyW8CGlaQYkkx5hyXvLwy4fFdLZuueNnaAnpod2j5zRhtYvTlB+I3pSYOxQ2nxyY2hFNnRgY=
SHA256 (Pkgfile) = 09d61b380321ced019ef1bd5f2276fc77602053345ecda14dba645e6b77d5d25
SHA256 (.footprint) = 49b67a02d1fa80cf0fcbd8fa384b19c600e32c2925e5d48f0ff7399674f7f166
SHA256 (glibc-2.36.tar.xz) = 1c959fea240906226062cb4b1e7ebce71a9f0e3c0836c09e7e3423d434fcfe75
SHA256 (linux-5.15.55.tar.xz) = 1ef6bd508b6c3af3bef2d5b337e4477254dba284c79e329aa38f9763ae3bfdcc
SHA256 (linux-headers-cp-insteadof-rsync.patch) = 8249950494d1eea36c65e43f40ac2d639a6003e7e773781cf3f62e1184ae47c3
SHA256 (glibc-2.36-10.patch) = 4a82a555551a4973436f20d5355f52dcac9a1ce28fd037c2d216e5eab1093d5b
SHA256 (hosts) = 5c02b256c105f1d4a12fb738d71c1bab9eb126533074d7a0c8a14b92670c9431
SHA256 (resolv.conf) = 72ccb58768a72a771ec37142bc361a18478a07ec9de6e925a20760794389bf51
SHA256 (nsswitch.conf) = 859b8984e5e90aff3cce8f9779996ae4033b280d2122840e9411e2f44a1c2e61
SHA256 (host.conf) = 1bffc6575eb6204458758c34656cd44d87e7d89f545055f8857dd8906b7fb277
SHA256 (ld.so.conf) = 441a37924864b5b063208922ea04a926cd9654e74ed3f160b9d455b56d23387f
SHA256 (locale-gen) = 463c4137bd9c1ac7c15d3e5460e67e3826a4fbaeaf4cc53728d443d01f629936
SHA256 (locale.gen.in) = 413a286923fb6f26c3a1bd2d1f7cd9019b9e5dc6a6f7903f438b6844955c1a46
6 changes: 3 additions & 3 deletions glibc/Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

name=glibc
version=2.36
release=9
release=10
_kernel_version=5.15.55

source=(https://ftp.gnu.org/gnu/glibc/glibc-$version.tar.xz \
http://www.kernel.org/pub/linux/kernel/v5.x/linux-$_kernel_version.tar.xz \
linux-headers-cp-insteadof-rsync.patch \
$name-$version-9.patch \
$name-$version-10.patch \
hosts resolv.conf nsswitch.conf host.conf ld.so.conf \
locale-gen locale.gen.in)

Expand All @@ -25,7 +25,7 @@ build() {
make ARCH=arm64 -C $SRC/linux-$_kernel_version INSTALL_HDR_PATH=$PKG/usr headers_install
chown root:root $PKG/usr

patch -p1 -d $SRC/$name-${version:0:4} -i $SRC/$name-$version-9.patch
patch -p1 -d $SRC/$name-${version:0:4} -i $SRC/$name-$version-10.patch

export libc_cv_slibdir=/lib
export ASFLAGS="$CFLAGS"
Expand Down
Loading

0 comments on commit 756cbcb

Please sign in to comment.