main/coreutils: upgrade to 9.2

This commit is contained in:
psykose 2023-03-20 18:05:50 +00:00
parent 81a7894fa4
commit 697be37d57

View File

@ -2,13 +2,13 @@
# Contributor: Michael Mason <ms13sp@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=coreutils
pkgver=9.1
pkgver=9.2
pkgrel=0
pkgdesc="The basic file, shell and text manipulation utilities"
url="https://www.gnu.org/software/coreutils/"
arch="all"
license="GPL-3.0-or-later"
makedepends="bash acl-dev attr-dev utmps-dev perl automake autoconf"
makedepends="acl-dev attr-dev utmps-dev perl"
subpackages="$pkgname-doc"
install="$pkgname.post-deinstall"
source="https://ftp.gnu.org/gnu/coreutils/coreutils-$pkgver.tar.xz
@ -20,7 +20,9 @@ options="!check"
# - CVE-2017-18018
build() {
CFLAGS="$CFLAGS -I/usr/include/utmps" LIBS="-lutmps -lskarnet -lrt" ./configure \
CFLAGS="$CFLAGS -I/usr/include/utmps -flto=auto" \
LIBS="-lutmps -lskarnet" \
./configure \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
@ -66,5 +68,5 @@ check() {
}
sha512sums="
a6ee2c549140b189e8c1b35e119d4289ec27244ec0ed9da0ac55202f365a7e33778b1dc7c4e64d1669599ff81a8297fe4f5adbcc8a3a2f75c919a43cd4b9bdfa coreutils-9.1.tar.xz
7e3108fefba4ef995cc73c64ac5f4e09827a44649a97ddd624eb61d67ce82da5ed6dc8c0f79d3e269f5cdb7d43877a61ef5b93194dd905bec432a7e31f9f479c coreutils-9.2.tar.xz
"