mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 03:09:51 +03:00
main/libcap: upgrade to 2.76
https://sites.google.com/site/fullycapable/release-notes-for-libcap#h.wqnp1zp1o8bm
This commit is contained in:
parent
9025b6e9ee
commit
9c636e4600
1 changed files with 10 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Contributor: Leo <thinkabit.ukim@gmail.com>
|
# Contributor: Leo <thinkabit.ukim@gmail.com>
|
||||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||||
pkgname=libcap
|
pkgname=libcap
|
||||||
pkgver=2.73
|
pkgver=2.76
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="POSIX 1003.1e capabilities"
|
pkgdesc="POSIX 1003.1e capabilities"
|
||||||
arch="all"
|
arch="all"
|
||||||
|
@ -22,6 +22,14 @@ subpackages="
|
||||||
"
|
"
|
||||||
source="https://kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-$pkgver.tar.xz"
|
source="https://kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-$pkgver.tar.xz"
|
||||||
|
|
||||||
|
case "$CARCH" in
|
||||||
|
armv7)
|
||||||
|
# psx_test fails in the armv7 CI environment
|
||||||
|
# possibly related to https://bugzilla.kernel.org/show_bug.cgi?id=219912
|
||||||
|
options="$options !check"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
make BUILD_CC=gcc CC="${CC:-gcc}" lib=lib prefix=/usr GOLANG=no \
|
make BUILD_CC=gcc CC="${CC:-gcc}" lib=lib prefix=/usr GOLANG=no \
|
||||||
DESTDIR="$pkgdir"
|
DESTDIR="$pkgdir"
|
||||||
|
@ -64,5 +72,5 @@ libcap2() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
8ab72cf39bf029656b2a4a5972a0da4ab4b46a3d8a8da66d6cde925e06fe34df2fa5fc4d0b62c9cec4972b0b2678fdac6ef9421b6fb83c2a5bf869cf8d5fdb16 libcap-2.73.tar.xz
|
f9448628ce036a10ce71958b25e5dd31032c4d86d8d34d905d2dfa32890ad443804169d4c6b825fd4bfe260b5de20f046cee958e40268bcadbbe7f7731ae40ad libcap-2.76.tar.xz
|
||||||
"
|
"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue