From 0f80be04f25cc2481c493ef56c3bfc9779e5a72c Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Mon, 30 Jan 2023 16:45:43 +0000 Subject: [PATCH] libcap: update to 2.67. --- srcpkgs/libcap/template | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/srcpkgs/libcap/template b/srcpkgs/libcap/template index 13c13bcd2822..b1586d3dd7ac 100644 --- a/srcpkgs/libcap/template +++ b/srcpkgs/libcap/template @@ -1,6 +1,6 @@ # Template file for 'libcap' pkgname=libcap -version=2.54 +version=2.67 revision=1 bootstrap=yes build_style=gnu-makefile @@ -10,20 +10,15 @@ make_use_env=yes short_desc="POSIX.1e capabilities suite" maintainer="skmpz " license="GPL-2.0-only" -homepage="http://sites.google.com/site/fullycapable/" +homepage="https://sites.google.com/site/fullycapable/" changelog="https://sites.google.com/site/fullycapable/release-notes-for-libcap" -distfiles="${KERNEL_SITE}/libs/security/linux-privs/libcap2/${pkgname}-${version}.tar.xz" -checksum=5091b24247999fd7a5e62bd9ac8bc761cda29f9baa0d1a2ca6a46f13891b4f0f +distfiles="${KERNEL_SITE}/libs/security/linux-privs/libcap2/libcap-${version}.tar.xz" +checksum=ce9b22fdc271beb6dae7543da5f74cf24cb82e6848cfd088a5a069dec5ea5198 if [ "$CROSS_BUILD" ]; then make_build_args="CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-" -fi - -if [ "$CHROOT_READY" ]; then - hostmakedepends="perl" - if [ -z "$CROSS_BUILD" ]; then - hostmakedepends+=" gperf" - fi +elif [ "$CHROOT_READY" ]; then + hostmakedepends="gperf" fi libcap-devel_package() {