Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
glibc: update to 2.38.1 (githash cfe1219)
ref: - https://github.com/bminor/glibc/commits/release/2.38/master - https://github.com/bminor/glibc/blob/release/2.38/master/NEWS The following bugs are resolved with this release: [29039] Corrupt DTV after reuse of a TLS module ID following dlclose with unused TLS [30694] The iconv program no longer tells the user which given encoding name was wrong [30709] nscd fails to build with cleanup handler if built with -fexceptions [30721] x86_64: Fix build with --disable-multiarch [30745] Slight bug in cache info codes for x86 [30843] potential use-after-free in getcanonname (CVE-2023-4806) [31183] Wide stream buffer size reduced MB_LEN_MAX bytes after bug 17522 fix [31184] FAIL: elf/tst-tlsgap [31185] Incorrect thread point access in _dl_tlsdesc_undefweak and _dl_tlsdesc_dynamic diff --git a/packages/devel/glibc/package.mk b/packages/devel/glibc/package.mk index e9b4034c71..d0822a46ef 100644 --- a/packages/devel/glibc/package.mk +++ b/packages/devel/glibc/package.mk @@ -3,11 +3,11 @@ # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) PKG_NAME="glibc" -PKG_VERSION="2.38" -PKG_SHA256="fb82998998b2b29965467bc1b69d152e9c307d2cf301c9eafb4555b770ef3fd2" +PKG_VERSION="44f757a6364a546359809d48c76b3debd26e77d4" +PKG_SHA256="9acdc19250bc6872265ec77eb9347cc0def5535c6017b0465385bce16bbbe619" PKG_LICENSE="GPL" PKG_SITE="https://www.gnu.org/software/libc/" -PKG_URL="https://ftp.gnu.org/pub/gnu/glibc/${PKG_NAME}-${PKG_VERSION}.tar.xz" +PKG_URL="https://github.com/bminor/glibc/archive/${PKG_VERSION}.tar.gz" PKG_DEPENDS_TARGET="ccache:host autotools:host linux:host gcc:bootstrap pigz:host Python3:host" PKG_DEPENDS_INIT="glibc" PKG_LONGDESC="The Glibc package contains the main C library."
- Loading branch information