From 9f89bf3c5c1c9aec07196a8e7c515291e8425e24 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 21 Nov 2023 13:51:08 +0000 Subject: [PATCH] core/nfs-utils to 2.6.4-1 --- core/nfs-utils/.SRCINFO | 41 +++++++++++++++++++++++++++++++++++++++++ core/nfs-utils/PKGBUILD | 6 +++--- 2 files changed, 44 insertions(+), 3 deletions(-) create mode 100644 core/nfs-utils/.SRCINFO diff --git a/core/nfs-utils/.SRCINFO b/core/nfs-utils/.SRCINFO new file mode 100644 index 000000000..07f02577e --- /dev/null +++ b/core/nfs-utils/.SRCINFO @@ -0,0 +1,41 @@ +pkgbase = nfs-utils + pkgver = 2.6.4 + pkgrel = 1 + url = http://nfs.sourceforge.net + arch = x86_64 + makedepends = libevent + makedepends = sqlite + makedepends = rpcsvc-proto + makedepends = device-mapper + source = https://www.kernel.org/pub/linux/utils/nfs-utils/2.6.4/nfs-utils-2.6.4.tar.xz + source = https://www.kernel.org/pub/linux/utils/nfs-utils/2.6.4/nfs-utils-2.6.4.tar.sign + source = exports + source = sysusers.d + validpgpkeys = E1B71E339E20A10A676F7CB69AFB1D681A125177 + sha256sums = 01b3b0fb9c7d0bbabf5114c736542030748c788ec2fd9734744201e9b0a1119d + sha256sums = SKIP + sha256sums = b8238b74179f7e1626db2b637671ddc17288a1c5b7692954ae6d2fbb1be3788d + sha256sums = 8e1b6aa59cf5539b9da13cfec217b3ca7b6c32e08df3b0a204901ed2891b2ded + +pkgname = nfs-utils + pkgdesc = Support programs for Network File Systems + license = GPL2 + depends = rpcbind + depends = nfsidmap + depends = gssproxy + depends = libevent + depends = device-mapper + optdepends = sqlite: for nfsdcltrack and fsidd usage + optdepends = python: for rpcctl, nfsiostat, nfsdclnts and mountstats usage + backup = etc/exports + backup = etc/nfs.conf + backup = etc/nfsmount.conf + backup = var/lib/nfs/etab + backup = var/lib/nfs/rmtab + +pkgname = nfsidmap + pkgdesc = Library to help mapping IDs, mainly for NFSv4 + license = GPL2 + depends = libldap + depends = krb5 + backup = etc/idmapd.conf diff --git a/core/nfs-utils/PKGBUILD b/core/nfs-utils/PKGBUILD index 107552e8f..42c98cadf 100644 --- a/core/nfs-utils/PKGBUILD +++ b/core/nfs-utils/PKGBUILD @@ -10,7 +10,7 @@ pkgbase=nfs-utils pkgname=('nfs-utils' 'nfsidmap') -pkgver=2.6.3 +pkgver=2.6.4 pkgrel=1 arch=('x86_64') url='http://nfs.sourceforge.net' @@ -19,8 +19,8 @@ makedepends=('libevent' 'sqlite' 'rpcsvc-proto' 'device-mapper') source=(https://www.kernel.org/pub/linux/utils/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.{xz,sign} exports sysusers.d) -# https://mirrors.edge.kernel.org/pub/linux/utils/nfs-utils/2.6.3/sha256sums.asc -sha256sums=('38d89e853a71d3c560ff026af3d969d75e24f782ff68324e76261fe0344459e1' +# https://mirrors.edge.kernel.org/pub/linux/utils/nfs-utils/2.6.4/sha256sums.asc +sha256sums=('01b3b0fb9c7d0bbabf5114c736542030748c788ec2fd9734744201e9b0a1119d' 'SKIP' 'b8238b74179f7e1626db2b637671ddc17288a1c5b7692954ae6d2fbb1be3788d' '8e1b6aa59cf5539b9da13cfec217b3ca7b6c32e08df3b0a204901ed2891b2ded')