pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-IO-AIO
Module Name: pkgsrc
Committed By: wiz
Date: Sun Aug 26 06:26:46 UTC 2018
Modified Files:
pkgsrc/devel/p5-IO-AIO: Makefile distinfo
Log Message:
p5-IO-AIO: update to 4.6.
4.6 Sat Aug 25 21:58:36 CEST 2018
- add st_btime, st_btimesec, st_btimensec and st_gen accessors,
mostly for bsds which expose birthtime and st_gen members (netbsd, freebsd
but only st_gen on openbsd because they compiled their perl without support
for birthtimes).
- fix madvise and munlock to properly support negative offsets.
- allocate fd for the aio_close at boot time, to guarantee it working
later, rather than calling abort when it fails. also avoids
close-on-exec race issues after module load.
- #undef utime on win32, maybe this helps some reports of utime hangs.
- minor doc improvements.
- minor configure cleanups.
- use $Config{perllibs} instead of libs for configure. might help people
who didn'T install all perl dependencies (might break things as well).
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/p5-IO-AIO/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/p5-IO-AIO/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/p5-IO-AIO/Makefile
diff -u pkgsrc/devel/p5-IO-AIO/Makefile:1.19 pkgsrc/devel/p5-IO-AIO/Makefile:1.20
--- pkgsrc/devel/p5-IO-AIO/Makefile:1.19 Wed Aug 22 09:44:07 2018
+++ pkgsrc/devel/p5-IO-AIO/Makefile Sun Aug 26 06:26:46 2018
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2018/08/22 09:44:07 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.20 2018/08/26 06:26:46 wiz Exp $
-DISTNAME= IO-AIO-4.54
+DISTNAME= IO-AIO-4.6
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
Index: pkgsrc/devel/p5-IO-AIO/distinfo
diff -u pkgsrc/devel/p5-IO-AIO/distinfo:1.12 pkgsrc/devel/p5-IO-AIO/distinfo:1.13
--- pkgsrc/devel/p5-IO-AIO/distinfo:1.12 Wed Aug 15 02:03:38 2018
+++ pkgsrc/devel/p5-IO-AIO/distinfo Sun Aug 26 06:26:46 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2018/08/15 02:03:38 wen Exp $
+$NetBSD: distinfo,v 1.13 2018/08/26 06:26:46 wiz Exp $
-SHA1 (IO-AIO-4.54.tar.gz) = d638ca44ae9142bb082f1d56009e5bed456244f6
-RMD160 (IO-AIO-4.54.tar.gz) = 51c59e69dc30fdc9102ca761abe509095b65aa3e
-SHA512 (IO-AIO-4.54.tar.gz) = 5dea66714e0b53f318dbce91a63bef4c78cfa5338468c4c3d3e47ce9c3ea25c4e8c39143a16b3463f398d3d663ca34f201f65e60bd9c30cf0db167265166491e
-Size (IO-AIO-4.54.tar.gz) = 169488 bytes
+SHA1 (IO-AIO-4.6.tar.gz) = 41ad89cf6ac03f7af0942c0292789e83db373700
+RMD160 (IO-AIO-4.6.tar.gz) = e7d7d2093eacce912a1c6809bb690eda06defe84
+SHA512 (IO-AIO-4.6.tar.gz) = f9e47a024e3f3e0c33c940149c087c53bc9d42a81e31696afdb7a09f9bd608e57dcdf0b3a380c814d5ebc5e63e55bf1a9237725b8385484230ec3258b1105015
+Size (IO-AIO-4.6.tar.gz) = 172531 bytes
Home |
Main Index |
Thread Index |
Old Index