Update package version to 2.43

This commit is contained in:
2026-01-31 20:12:52 +02:00
parent b5d2273ee2
commit 89f0f3d820
2 changed files with 6 additions and 5 deletions
+5 -3
View File
@@ -1,9 +1,11 @@
name: glibc name: glibc
description: The GNU C Library description: The GNU C Library
version: "2.42" version: "2.43"
revision: 4 revision: 1
url: https://www.gnu.org/software/libc/ url: https://www.gnu.org/software/libc/
license: GPL2-or-later,LGPL2.1-or-later,BSD-3-Clause license: GPL2-or-later,LGPL2.1-or-later,BSD-3-Clause
maintainers:
- [email protected]
architecture: any architecture: any
type: source type: source
keep: keep:
@@ -25,4 +27,4 @@ downloads:
- url: https://ftpmirror.gnu.org/gnu/glibc/glibc-${BPM_PKG_VERSION}.tar.xz - url: https://ftpmirror.gnu.org/gnu/glibc/glibc-${BPM_PKG_VERSION}.tar.xz
extract_to: ${BPM_SOURCE} extract_to: ${BPM_SOURCE}
extract_strip_components: 1 extract_strip_components: 1
checksum: d1775e32e4628e64ef930f435b67bb63af7599acb6be2b335b9f19f16509f17f checksum: d9c86c6b5dbddb43a3e08270c5844fc5177d19442cf5b8df4be7c07cd5fa3831
+1 -2
View File
@@ -84,6 +84,5 @@ package() {
# Install package licenses # Install package licenses
install -Dm644 "$BPM_SOURCE"/LICENSES "$BPM_OUTPUT"/usr/share/licenses/glibc/LICENSES install -Dm644 "$BPM_SOURCE"/LICENSES "$BPM_OUTPUT"/usr/share/licenses/glibc/LICENSES
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/glibc/COPYING install -Dm644 "$BPM_SOURCE"/COPYING* -t "$BPM_OUTPUT"/usr/share/licenses/glibc
install -Dm644 "$BPM_SOURCE"/COPYING.LIB "$BPM_OUTPUT"/usr/share/licenses/glibc/COPYING.LIB
} }