* update x86_64-pc-linux-gnu-glibc-headers to 2.41-1

This commit is contained in:
Alexander Baldeck 2025-02-05 07:14:56 +01:00
parent 218f22df9d
commit cdbb9cc132
2 changed files with 34 additions and 7 deletions

View File

@ -0,0 +1,27 @@
pkgbase = x86_64-pc-linux-gnu-glibc-headers
pkgdesc = GNU C Library headers (x86_64-pc-linux-gnu)
pkgver = 2.41
pkgrel = 1
url = http://www.gnu.org/software/libc/
arch = any
license = GPL
license = LGPL
makedepends = x86_64-pc-linux-gnu-gcc-stage1>=14.2.1
makedepends = python
makedepends = git
depends = x86_64-pc-linux-gnu-linux-api-headers>=6.13
options = !buildflags
options = !strip
options = staticlibs
source = git+https://sourceware.org/git/glibc.git#commit=74f59e9271cbb4071671e5a474e7d4f1622b186f
source = sdt-config.h
source = sdt.h
source = reenable_DT_HASH.patch
validpgpkeys = 7273542B39962DF7B299931416792B4EA25340F8
validpgpkeys = BC7C7372637EC10C57D7AA6579C43DFBF1CF2187
sha256sums = 6b0d3f131c196845b0f93d9885e68c67d8e895f0f0bf935bfb8631edb5fe2412
sha256sums = cdc234959c6fdb43f000d3bb7d1080b0103f4080f5e67bcfe8ae1aaf477812f0
sha256sums = 774061aff612a377714a509918a9e0e0aafce708b87d2d7e06b1bd1f6542fe70
sha256sums = cf9fe494f7ec69752a63d1b0a9ad689aa620888ae9b902b6383a6fbc7c1726a7
pkgname = x86_64-pc-linux-gnu-glibc-headers

View File

@ -8,15 +8,15 @@
_target=x86_64-pc-linux-gnu
pkgname=${_target}-glibc-headers
pkgver=2.39+r64+g70f560fc221
_commit=70f560fc22212f733647c9121c26bbb2307f2e10
pkgrel=2
pkgver=2.41
_commit=74f59e9271cbb4071671e5a474e7d4f1622b186f
pkgrel=1
pkgdesc="GNU C Library headers (${_target})"
arch=('any')
url="http://www.gnu.org/software/libc/"
license=(GPL LGPL)
depends=("${_target}-linux-api-headers>=6.8")
makedepends=("${_target}-gcc-stage1>=14.1.1" python git)
depends=("${_target}-linux-api-headers>=6.13")
makedepends=("${_target}-gcc-stage1>=14.2.1" python git)
options=(!buildflags !strip staticlibs)
source=(git+https://sourceware.org/git/glibc.git#commit=${_commit}
sdt-config.h
@ -24,14 +24,14 @@ source=(git+https://sourceware.org/git/glibc.git#commit=${_commit}
reenable_DT_HASH.patch)
validpgpkeys=(7273542B39962DF7B299931416792B4EA25340F8 # Carlos O'Donell
BC7C7372637EC10C57D7AA6579C43DFBF1CF2187) # Siddhesh Poyarekar
sha256sums=('13ce6521ed9aee361246b299f3649f31956e7fb905827589a1ec014d4a27b38e'
sha256sums=('6b0d3f131c196845b0f93d9885e68c67d8e895f0f0bf935bfb8631edb5fe2412'
'cdc234959c6fdb43f000d3bb7d1080b0103f4080f5e67bcfe8ae1aaf477812f0'
'774061aff612a377714a509918a9e0e0aafce708b87d2d7e06b1bd1f6542fe70'
'cf9fe494f7ec69752a63d1b0a9ad689aa620888ae9b902b6383a6fbc7c1726a7')
pkgver() {
cd glibc
git describe --tags | sed 's/[^-]*-//;s/[^-]*-/&r/;s/-/+/g'
git describe --abbrev=12 --tags | sed 's/[^-]*-//;s/[^-]*-/&r/;s/-/+/g'
}
prepare() {