summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2020-04-26 14:09:21 +0000
committermef <mef@pkgsrc.org>2020-04-26 14:09:21 +0000
commite65e63cbac2f7980d574e68af11f738b8503ed96 (patch)
treedf01137224058d6e2c2747bc9b7ad1c25ac12e85 /sysutils
parent7f986bd090dec1ce1330b778ab73ae4dc9f2ad22 (diff)
downloadpkgsrc-e65e63cbac2f7980d574e68af11f738b8503ed96.tar.gz
(sysutils/p5-Quota) Updated to 1.8.1
Changes in 1.8.1 (April 2020) - correction to Q_XQUOTASYNC update done in 1.8.0: return value inverted - compile-fixes and enhancements for latest versions of the BSDs: - compile fix: FreeBSD lacks define RQUOTA_USRQUOTA in rpcsvc/rquota.h - NetBSD: map QUOTA_NOLIMIT to 0 for consistency with other platforms - DragonFly support prepared (untested); obsolete BSD/OS removed - getmntent(): decode numerical values of fs type and options to strings - renamed compile-switch HAVE_STATVFS: too generic (conflict Python.h) - fixes for group quota support via RPC (i.e. v2 aka extended RPC): - removed use of USE_EXT_RQUOTA in include/rquota.h: switch is defined only later, thus extended quota was inadvertedly disabled - Linux & OpenBSD: switched from rpcsvc/rquota.h to internal rquota.h, as sys header lacks definition for extended RPC - getnfsquota(): don't use v1 RPC for group quota if v2 fails; return error instead - adjusted order of elements in ext_getquota_args to match XDR encoding (just to avoid confusion; no harm) - setqlim: raise error in case of truncation of given limits to 32-bit - test.pl: - added smoke test: run automatically upon $ENV{AUTOMATED_TESTING} - enhanced "forced RPC" test: ask for host:path, allow skipping
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/p5-Quota/Makefile4
-rw-r--r--sysutils/p5-Quota/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/p5-Quota/Makefile b/sysutils/p5-Quota/Makefile
index ad71a3f49ec..35100cf19ca 100644
--- a/sysutils/p5-Quota/Makefile
+++ b/sysutils/p5-Quota/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2020/04/20 13:24:25 mef Exp $
+# $NetBSD: Makefile,v 1.15 2020/04/26 14:09:21 mef Exp $
-DISTNAME= Quota-1.8.0
+DISTNAME= Quota-1.8.1
PKGNAME= p5-${DISTNAME}
CATEGORIES= sysutils perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Quota/}
diff --git a/sysutils/p5-Quota/distinfo b/sysutils/p5-Quota/distinfo
index 22ad32f4867..c7f675c9a2c 100644
--- a/sysutils/p5-Quota/distinfo
+++ b/sysutils/p5-Quota/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2020/04/20 13:24:25 mef Exp $
+$NetBSD: distinfo,v 1.6 2020/04/26 14:09:21 mef Exp $
-SHA1 (Quota-1.8.0.tar.gz) = cc35dbd1062a02274888fd82a517d02f058e2734
-RMD160 (Quota-1.8.0.tar.gz) = 615417fb07d4b1129d4e22cf329e1132b1f11ccd
-SHA512 (Quota-1.8.0.tar.gz) = d86c6fbf766e5d0bafdf95eae1a7b3bf196abda7d91ed7a35b77393e1ef08a849f2184142a113f90dbfb080399ab951884984cd9d01b6455129593fbcd847092
-Size (Quota-1.8.0.tar.gz) = 54601 bytes
+SHA1 (Quota-1.8.1.tar.gz) = fbd8b44940d786777a258a7749b9e9d23e91fa6b
+RMD160 (Quota-1.8.1.tar.gz) = 6e9238feaf199e27daf71a0653acd53bc98c20be
+SHA512 (Quota-1.8.1.tar.gz) = 9e27cb03c7cd76a995ff775b9a5a67b8d8deeb814efacb17b4769c567935ebabe03ba2354a6977ae86fffaeb65e8f457906adee60de3e0a86ba78516057c1d72
+Size (Quota-1.8.1.tar.gz) = 57058 bytes