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

Andreas Radke andyrtr at gemini.archlinux.org
Sun Jan 23 19:50:51 UTC 2022


    Date: Sunday, January 23, 2022 @ 19:50:51
  Author: andyrtr
Revision: 435006

upgpkg: nfs-utils 2.6.1-1: upstream update 2.6.1 - drops support for long outdated NFSv2

Modified:
  nfs-utils/trunk/PKGBUILD
  nfs-utils/trunk/exports

----------+
 PKGBUILD |   10 +++++-----
 exports  |    2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-23 19:03:22 UTC (rev 435005)
+++ PKGBUILD	2022-01-23 19:50:51 UTC (rev 435006)
@@ -7,8 +7,8 @@
 
 pkgbase=nfs-utils
 pkgname=('nfs-utils' 'nfsidmap')
-pkgver=2.5.4
-pkgrel=2
+pkgver=2.6.1
+pkgrel=1
 arch=('x86_64')
 url='http://nfs.sourceforge.net'
 makedepends=('libevent' 'sqlite' 'rpcsvc-proto' 'device-mapper')
@@ -15,10 +15,10 @@
 # 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.4/sha256sums.asc
-sha256sums=('51997d94e4c8bcef5456dd36a9ccc38e231207c4e9b6a9a2c108841e6aebe3dd'
+# https://mirrors.edge.kernel.org/pub/linux/utils/nfs-utils/2.6.1/sha256sums.asc
+sha256sums=('60dfcd94a9f3d72a12bc7058d811787ec87a6d593d70da2123faf9aad3d7a1df'
             'SKIP'
-            '610715ed3daedc43b2536f541c7c57e138fb31eab5d837d9a6187a7403e30154')
+            'b8238b74179f7e1626db2b637671ddc17288a1c5b7692954ae6d2fbb1be3788d')
 validpgpkeys=('E1B71E339E20A10A676F7CB69AFB1D681A125177') # Steve Dickson
 
 prepare() {

Modified: exports
===================================================================
--- exports	2022-01-23 19:03:22 UTC (rev 435005)
+++ exports	2022-01-23 19:50:51 UTC (rev 435006)
@@ -1,6 +1,6 @@
 # /etc/exports - exports(5) - directories exported to NFS clients
 #
-# Example for NFSv2 and NFSv3:
+# Example for NFSv3:
 #  /srv/home        hostname1(rw,sync) hostname2(ro,sync)
 # Example for NFSv4:
 #  /srv/nfs4	    hostname1(rw,sync,fsid=0)



More information about the arch-commits mailing list