[arch-commits] Commit in nfs-utils/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Sun Feb 21 19:43:37 UTC 2021


    Date: Sunday, February 21, 2021 @ 19:43:36
  Author: andyrtr
Revision: 408565

upgpkg: nfs-utils 2.5.3-1: upstream update 2.5.3 - build additional new nfsv4 only server

Modified:
  nfs-utils/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-21 19:18:51 UTC (rev 408564)
+++ PKGBUILD	2021-02-21 19:43:36 UTC (rev 408565)
@@ -7,8 +7,8 @@
 
 pkgbase=nfs-utils
 pkgname=('nfs-utils' 'nfsidmap')
-pkgver=2.5.2
-pkgrel=3
+pkgver=2.5.3
+pkgrel=1
 arch=('x86_64')
 url='http://nfs.sourceforge.net'
 makedepends=('libevent' 'sqlite' 'rpcsvc-proto' 'device-mapper')
@@ -15,8 +15,8 @@
 # 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)
-# https://www.kernel.org/pub/linux/utils/nfs-utils/2.5.1/sha256sums.asc
-sha256sums=('d493b81c9d3ffce5d10af701a63ed2b8a21768c23da4a2eceb4d708aea65d9de'
+# https://www.kernel.org/pub/linux/utils/nfs-utils/2.5.3/sha256sums.asc
+sha256sums=('b54d6d8ea2ee62d64111278301ba4631b7bb19174e7f717a724fe5d463900c80'
             'SKIP'
             '610715ed3daedc43b2536f541c7c57e138fb31eab5d837d9a6187a7403e30154')
 validpgpkeys=('E1B71E339E20A10A676F7CB69AFB1D681A125177') # Steve Dickson
@@ -35,6 +35,7 @@
   ./configure --prefix=/usr \
     --sbindir=/usr/bin \
     --sysconfdir=/etc \
+    --enable-nfsv4server \
     --enable-gss \
     --without-tcp-wrappers \
     --with-statedir=/var/lib/nfs \



More information about the arch-commits mailing list