diff options
author | mef <mef@pkgsrc.org> | 2020-04-20 13:24:25 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2020-04-20 13:24:25 +0000 |
commit | 5de18c0b74bfa335263b50bed7905a56710d26f3 (patch) | |
tree | 781260a4ef962468decc77c9549f8b4f9801288b /sysutils/p5-Quota/Makefile | |
parent | 6ffc9bcfe2c4ab164490c13b2c00b9d11f097666 (diff) | |
download | pkgsrc-5de18c0b74bfa335263b50bed7905a56710d26f3.tar.gz |
(sysutils/p5-Quota) Updated to 1.8.0
Changes in 1.8.0 (April 2020)
- revised "tirpc" change in 1.7.3: use "-ltirpc" only when SUN-RPC is
NOT included in libc; else we may compile against tirpc but linker
may resolved against libc; leads to memory corruption in auth_destroy()
- cntd. attempt at fixing Makefile.PL for build on NetBSD release > 6
- Backport of minor fixes & enhancements done while porting to Python
- extended test scripts (RPC test; read-back&verify limits after setqlim)
- RPC result handling: removed forced ESRCH error upon 0 limits
so that behavior matches that of local query (at least on Linux)
- corrected Quota::strerr() for errors caused in Sun-RPC library funcs
- updated include/quotaio_xfs.h to latest version in Linux headers
and use newer (~2004) interface Q_XQUOTASYNC for Quota::sync()
Changes in 1.7.4 (March 2020)
- Build fixes for NetBSD release > 6 and Apple/Darwin
based on failure reports of automated CPAN testing
- Added support for group quotas in test.pl;
Corrections to documentation of group quota handling
Changes in 1.7.3 (March 2020)
- Added detection for missing header rpc/rpc.h;
automatically switch to using "tirpc", if present.
Issue reported by Michael Stauber via CPAN ticket 128302
- Also fixed compiler warnings in ancient RPC code.
Diffstat (limited to 'sysutils/p5-Quota/Makefile')
-rw-r--r-- | sysutils/p5-Quota/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/p5-Quota/Makefile b/sysutils/p5-Quota/Makefile index 098f59a9006..ad71a3f49ec 100644 --- a/sysutils/p5-Quota/Makefile +++ b/sysutils/p5-Quota/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2019/08/11 13:23:13 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2020/04/20 13:24:25 mef Exp $ -DISTNAME= Quota-1.7.2 +DISTNAME= Quota-1.8.0 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 CATEGORIES= sysutils perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Quota/} |