mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-07 06:17:14 +02:00
main/coreutils: upgrade to 9.2
This commit is contained in:
parent
81a7894fa4
commit
697be37d57
@ -2,13 +2,13 @@
|
|||||||
# Contributor: Michael Mason <ms13sp@gmail.com>
|
# Contributor: Michael Mason <ms13sp@gmail.com>
|
||||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||||
pkgname=coreutils
|
pkgname=coreutils
|
||||||
pkgver=9.1
|
pkgver=9.2
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="The basic file, shell and text manipulation utilities"
|
pkgdesc="The basic file, shell and text manipulation utilities"
|
||||||
url="https://www.gnu.org/software/coreutils/"
|
url="https://www.gnu.org/software/coreutils/"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="GPL-3.0-or-later"
|
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"
|
subpackages="$pkgname-doc"
|
||||||
install="$pkgname.post-deinstall"
|
install="$pkgname.post-deinstall"
|
||||||
source="https://ftp.gnu.org/gnu/coreutils/coreutils-$pkgver.tar.xz
|
source="https://ftp.gnu.org/gnu/coreutils/coreutils-$pkgver.tar.xz
|
||||||
@ -20,7 +20,9 @@ options="!check"
|
|||||||
# - CVE-2017-18018
|
# - CVE-2017-18018
|
||||||
|
|
||||||
build() {
|
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 \
|
--build=$CBUILD \
|
||||||
--host=$CHOST \
|
--host=$CHOST \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
@ -66,5 +68,5 @@ check() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
a6ee2c549140b189e8c1b35e119d4289ec27244ec0ed9da0ac55202f365a7e33778b1dc7c4e64d1669599ff81a8297fe4f5adbcc8a3a2f75c919a43cd4b9bdfa coreutils-9.1.tar.xz
|
7e3108fefba4ef995cc73c64ac5f4e09827a44649a97ddd624eb61d67ce82da5ed6dc8c0f79d3e269f5cdb7d43877a61ef5b93194dd905bec432a7e31f9f479c coreutils-9.2.tar.xz
|
||||||
"
|
"
|
||||||
|
Loading…
Reference in New Issue
Block a user