summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-09-02 13:03:17 +0000
committerobache <obache@pkgsrc.org>2013-09-02 13:03:17 +0000
commit99a8500beffb690f53fa9d4788006c1cb71a19ae (patch)
tree373fa9d65215addda45ab8c7685f5d18b9aa8231
parent839cacc5da01c63a70c5941ceb907a6afdef8527 (diff)
downloadpkgsrc-99a8500beffb690f53fa9d4788006c1cb71a19ae.tar.gz
Update p5-IO-AIO to 4.18.
Revision history for IO::AIO 4.18 Thu Oct 11 07:01:26 CEST 2012 - fix unintended xthread_create by intentionalising it :) 4.17 Thu Oct 11 05:19:47 CEST 2012 - rename aio_fallocate to aio_allocate, to match documentation. - add list of linux fsid values to aio_statvfs docs. - work around a bug in btrfs' FIEMAP ioctl implementation. - work around AIX bug: statvfs.f_fsid is a struct, not unsigned long as per unix spec. 4.16 Tue Aug 14 05:39:03 CEST 2012 - aio_statvfs was wromgly marked for wd emulation, causing it to malfunction for paths. - fix a crash in aio_fiemap, when used on ranges without any extents. - work around linux kernel bug (at least in 3.2): kernel might trash fiemap input arguments. - work around linux kernel bug (at least in 3.2): kernel does not set FIEMAP_EXTENT_LAST on last segment. - work around linux kernel bug (at least in 3.2): kernel silently truncates segment count if a file. - make fh argument of IO::AIO::mmap optional, also add mmap/munmap to quick overview. - splice can corrupt data. - (libeio) remove pread/pwrite emulation. - do not grow mmaped scalars in aio_read. - add FALLOC_FL_PUNCH_HOLE and document fallocate. - provide pread/pwrite for win32, making it link again on native win32.
-rw-r--r--devel/p5-IO-AIO/Makefile5
-rw-r--r--devel/p5-IO-AIO/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-IO-AIO/Makefile b/devel/p5-IO-AIO/Makefile
index 406553a2599..e9c67312a34 100644
--- a/devel/p5-IO-AIO/Makefile
+++ b/devel/p5-IO-AIO/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2013/05/31 12:40:24 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2013/09/02 13:03:17 obache Exp $
#
-DISTNAME= IO-AIO-4.15
+DISTNAME= IO-AIO-4.18
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= parallel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
diff --git a/devel/p5-IO-AIO/distinfo b/devel/p5-IO-AIO/distinfo
index a9a5ef3362d..208d3831ddc 100644
--- a/devel/p5-IO-AIO/distinfo
+++ b/devel/p5-IO-AIO/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2012/05/11 11:31:44 sno Exp $
+$NetBSD: distinfo,v 1.4 2013/09/02 13:03:17 obache Exp $
-SHA1 (IO-AIO-4.15.tar.gz) = 27b321bc60a070945b6bae190e9f549e6678f15f
-RMD160 (IO-AIO-4.15.tar.gz) = 13095220800547da8958a0f3301bf603c9a07c8e
-Size (IO-AIO-4.15.tar.gz) = 140637 bytes
+SHA1 (IO-AIO-4.18.tar.gz) = 158c76d718a4474607532fdd943ce199ee65213c
+RMD160 (IO-AIO-4.18.tar.gz) = 6017fd9ec5b2a292a1f8bb743a7c0193e0523201
+Size (IO-AIO-4.18.tar.gz) = 146624 bytes