From 1705d8a471370843571373d629d482fcb321da27 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sun, 25 Aug 2024 10:30:41 +0000 Subject: [PATCH] core/nfs-utils to 2.7.1-1 --- core/nfs-utils/.SRCINFO | 22 ++++++++++++++++------ core/nfs-utils/.nvchecker.toml | 6 ++++++ core/nfs-utils/PKGBUILD | 14 +++++++------- 3 files changed, 29 insertions(+), 13 deletions(-) create mode 100644 core/nfs-utils/.nvchecker.toml diff --git a/core/nfs-utils/.SRCINFO b/core/nfs-utils/.SRCINFO index 07f02577e..552835d4f 100644 --- a/core/nfs-utils/.SRCINFO +++ b/core/nfs-utils/.SRCINFO @@ -1,30 +1,40 @@ pkgbase = nfs-utils - pkgver = 2.6.4 + pkgver = 2.7.1 pkgrel = 1 url = http://nfs.sourceforge.net arch = x86_64 + license = GPL-2.0-or-later 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 = https://www.kernel.org/pub/linux/utils/nfs-utils/2.7.1/nfs-utils-2.7.1.tar.xz + source = https://www.kernel.org/pub/linux/utils/nfs-utils/2.7.1/nfs-utils-2.7.1.tar.sign source = exports source = sysusers.d validpgpkeys = E1B71E339E20A10A676F7CB69AFB1D681A125177 - sha256sums = 01b3b0fb9c7d0bbabf5114c736542030748c788ec2fd9734744201e9b0a1119d + sha256sums = 885c948a84a58bca4148f459588f9a7369dbb40dcc466f04e455c6b10fd0aa48 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 + depends = libxml2 + depends = libtirpc + depends = e2fsprogs + depends = keyutils + depends = util-linux-libs + depends = krb5 + depends = libcap + depends = gcc-libs + depends = glibc + depends = sh optdepends = sqlite: for nfsdcltrack and fsidd usage optdepends = python: for rpcctl, nfsiostat, nfsdclnts and mountstats usage backup = etc/exports @@ -35,7 +45,7 @@ pkgname = nfs-utils pkgname = nfsidmap pkgdesc = Library to help mapping IDs, mainly for NFSv4 - license = GPL2 depends = libldap depends = krb5 + depends = glibc backup = etc/idmapd.conf diff --git a/core/nfs-utils/.nvchecker.toml b/core/nfs-utils/.nvchecker.toml new file mode 100644 index 000000000..f83099e88 --- /dev/null +++ b/core/nfs-utils/.nvchecker.toml @@ -0,0 +1,6 @@ +[nfs-utils] +source = "git" +git = "git://git.linux-nfs.org/projects/steved/nfs-utils.git" +exclude_regex = ".*(rc).*" +from_pattern = 'nfs-utils-(\d+)-(\d+)-(\d+)' +to_pattern = '\1.\2.\3' diff --git a/core/nfs-utils/PKGBUILD b/core/nfs-utils/PKGBUILD index 42c98cadf..8918545bf 100644 --- a/core/nfs-utils/PKGBUILD +++ b/core/nfs-utils/PKGBUILD @@ -10,17 +10,18 @@ pkgbase=nfs-utils pkgname=('nfs-utils' 'nfsidmap') -pkgver=2.6.4 +pkgver=2.7.1 pkgrel=1 arch=('x86_64') url='http://nfs.sourceforge.net' +license=('GPL-2.0-or-later') makedepends=('libevent' 'sqlite' 'rpcsvc-proto' 'device-mapper') # http://git.linux-nfs.org/?p=steved/nfs-utils.git;a=summary 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.4/sha256sums.asc -sha256sums=('01b3b0fb9c7d0bbabf5114c736542030748c788ec2fd9734744201e9b0a1119d' +sha256sums=('885c948a84a58bca4148f459588f9a7369dbb40dcc466f04e455c6b10fd0aa48' 'SKIP' 'b8238b74179f7e1626db2b637671ddc17288a1c5b7692954ae6d2fbb1be3788d' '8e1b6aa59cf5539b9da13cfec217b3ca7b6c32e08df3b0a204901ed2891b2ded') @@ -66,11 +67,11 @@ check() { package_nfs-utils() { pkgdesc="Support programs for Network File Systems" - license=('GPL2') - backup=(etc/{exports,nfs.conf,nfsmount.conf} var/lib/nfs/{etab,rmtab}) - depends=('rpcbind' 'nfsidmap' 'gssproxy' 'libevent' 'device-mapper') + depends=('rpcbind' 'nfsidmap' 'gssproxy' 'libevent' 'device-mapper' + 'libxml2' 'libtirpc' 'e2fsprogs' 'keyutils' 'util-linux-libs' + 'krb5' 'libcap' 'gcc-libs' 'glibc' 'sh') optdepends=('sqlite: for nfsdcltrack and fsidd usage' 'python: for rpcctl, nfsiostat, nfsdclnts and mountstats usage') @@ -113,9 +114,8 @@ package_nfs-utils() { package_nfsidmap() { pkgdesc="Library to help mapping IDs, mainly for NFSv4" - license=('GPL2') backup=(etc/idmapd.conf) - depends=('libldap' 'krb5') + depends=('libldap' 'krb5' 'glibc') cd "${pkgbase}"-${pkgver} make -C support DESTDIR="$pkgdir" install