pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/p5-Quota



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Apr 20 13:24:25 UTC 2020

Modified Files:
        pkgsrc/sysutils/p5-Quota: Makefile distinfo

Log Message:
(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.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/sysutils/p5-Quota/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/p5-Quota/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/p5-Quota/Makefile
diff -u pkgsrc/sysutils/p5-Quota/Makefile:1.13 pkgsrc/sysutils/p5-Quota/Makefile:1.14
--- pkgsrc/sysutils/p5-Quota/Makefile:1.13      Sun Aug 11 13:23:13 2019
+++ pkgsrc/sysutils/p5-Quota/Makefile   Mon Apr 20 13:24:25 2020
@@ -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/}
 

Index: pkgsrc/sysutils/p5-Quota/distinfo
diff -u pkgsrc/sysutils/p5-Quota/distinfo:1.4 pkgsrc/sysutils/p5-Quota/distinfo:1.5
--- pkgsrc/sysutils/p5-Quota/distinfo:1.4       Tue Feb  9 13:35:40 2016
+++ pkgsrc/sysutils/p5-Quota/distinfo   Mon Apr 20 13:24:25 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2016/02/09 13:35:40 mef Exp $
+$NetBSD: distinfo,v 1.5 2020/04/20 13:24:25 mef Exp $
 
-SHA1 (Quota-1.7.2.tar.gz) = c56f862eec199a200ac16c15389a61b3824f0ed6
-RMD160 (Quota-1.7.2.tar.gz) = fe0d727f1284dee5bac791b2ec31e743e9f96937
-SHA512 (Quota-1.7.2.tar.gz) = 55ea9fbf027676b0e6f7a6f97fd3e75749860ebefe0127791a0d8cd8a427676eb1f6bf1ddf1a3687666752430faef877eedd12ccce39b7b76466fc7bfc628433
-Size (Quota-1.7.2.tar.gz) = 50436 bytes
+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



Home | Main Index | Thread Index | Old Index