Updated devel/p5-IO-AIO to 4.34
------------------------------- 4.34 Sun May 1 19:18:24 CEST 2016 - def0.h was not properly generated during previous release, causing compile errors on various platforms. - major/minor were accidentally switched (reported by Alexander Lishenyuk). - removed duplicate definition of MAP_HUGETLB, that was found due to a bug in Perl::Tidy (testcase by alaska332@gmail.com). - added (untested!) aio_fcntl, aio_ioctl requests. - (libeio) names set via prctl are truncated to 15 chars + nul, not 16, as manpages-dev originally claimed. 4.33 Mon Jan 18 12:50:10 CET 2016 - add IO::AIO::pipe2 function. - added support for FALLOC_FL_COLLAPSE_RANGE and FALLOC_FL_ZERO_RANGE constants. - added support for O_TMPFILE and O_PATH constants. - added support for MAP_FIXED, MAP_GROWSDOWN,MAP_32BIT, MAP_HUGETLB, MAP_STACK consdtants, whether they can be sensibly used or not. - use NO_INIT where applicable. - update libecb. - added stability canary support. - updated linux super magic table to 4.3.3.
This commit is contained in:
parent
06c3827e83
commit
ca7d3fd55f
2 changed files with 11 additions and 9 deletions
|
@ -1,10 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.14 2016/06/08 19:23:02 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2016/06/19 12:29:07 mef Exp $
|
||||
#
|
||||
|
||||
DISTNAME= IO-AIO-4.32
|
||||
DISTNAME= IO-AIO-4.34
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= parallel
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
@ -17,6 +16,9 @@ LICENSE= ${PERL5_LICENSE}
|
|||
# with all perl configuration settings, id est
|
||||
# the Config module, set in its environment
|
||||
|
||||
# build time requirment
|
||||
BUILD_DEPENDS+= p5-Canary-Stability-[0-9]*:../../devel/p5-Canary-Stability
|
||||
|
||||
USE_LANGUAGES= c
|
||||
PERL5_PACKLIST= auto/IO/AIO/.packlist
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.9 2015/11/03 03:28:20 agc Exp $
|
||||
$NetBSD: distinfo,v 1.10 2016/06/19 12:29:07 mef Exp $
|
||||
|
||||
SHA1 (IO-AIO-4.32.tar.gz) = 9486559af32d8901a56cc8b46a39ec8622157dac
|
||||
RMD160 (IO-AIO-4.32.tar.gz) = d3490145a4ec9688fa93d5acbe42579c911554e4
|
||||
SHA512 (IO-AIO-4.32.tar.gz) = fd0e4e047f5e2ba735758fb8ab32608c4a2dc1c2e9e6498484e2fc6bbf2357bc53ec0054f79c15f61b0e310ad0764ef0abfb1f5c6e7c81ba720faec479b371d7
|
||||
Size (IO-AIO-4.32.tar.gz) = 150475 bytes
|
||||
SHA1 (IO-AIO-4.34.tar.gz) = cf49c0d9d52226503ccc1165b324b2d536d258f6
|
||||
RMD160 (IO-AIO-4.34.tar.gz) = 04f817a8283e282e7b74c1982083d1fec08497e4
|
||||
SHA512 (IO-AIO-4.34.tar.gz) = 7b7e05fb01513864321c1aa2a28192444299486831b75461bd57bad5a0370863d46df42c698288096eac55f9972a3492f8af46cb265f13c721da698c9fe3529c
|
||||
Size (IO-AIO-4.34.tar.gz) = 156615 bytes
|
||||
SHA1 (patch-AIO.xs) = 999f28ec9233b2dd5a879f821f2a24ad5e1b3243
|
||||
|
|
Loading…
Reference in a new issue