Update to 7.05
Upstream changes: 7.05 Wed Aug 21 10:38:08 CEST 2013 - uts46data.pl couldn't be found due to wrong naming of the file (reported by Fulko Hew). - handle lone \015's properly in AE::Handle's default line read (reported by various people). - untaint ip addresses found in /etc/hosts (patch by Jos茅 Mic贸). - the memleak fix in 7.03 caused resolving via /etc/hosts to always fail on first use (reported and testcase by Andrew Whatson). - expose AnyEvent::Log::format_time, and allow users to redefine it. - expose AnyEvent::Log::default_format, and allow redefinition. - expose AnyEvent::Log::fatal_exit, to allow redefinition. - AnyEvent::Debug shell can now run coro shell commands, if available. - t/63* tests were wrongly in MANIFEST. - kernel.org's finger server went MIA, switch to freebsd.org and icculus.org. - clarify that IO::AIO and AnyEvent::AIO are needed for AnyEvent::IO to function asynchronously (reported by Daniel Carosone). - hard-disable $^W in most tests, it generates too much garbage output. - use a (hopefully) more future-proof method to emulate common::sense. - upgrade to UTS-46:6.2.0. - switch to INSTLIB from INSTLIBDIR, as INSTLIBDIR was wrongly documented. should not affect anything.
This commit is contained in:
parent
b22eee3ee3
commit
8920312195
2 changed files with 7 additions and 8 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.29 2013/05/31 12:40:03 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.30 2013/08/27 02:24:13 wen Exp $
|
||||
|
||||
DISTNAME= AnyEvent-7.04
|
||||
PKGNAME= p5-AnyEvent-7.04
|
||||
PKGREVISION= 1
|
||||
DISTNAME= AnyEvent-7.05
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel
|
||||
#MASTER_SITES= http://www.cpan.org/modules/by-authors/Marc_Lehmann/
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/ML/MLEHMANN/}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.21 2013/01/26 15:19:24 rhaen Exp $
|
||||
$NetBSD: distinfo,v 1.22 2013/08/27 02:24:13 wen Exp $
|
||||
|
||||
SHA1 (AnyEvent-7.04.tar.gz) = 305f7c1de2a30b549782721615828f8a8ab15986
|
||||
RMD160 (AnyEvent-7.04.tar.gz) = f52f6472b18947cf2855f7c994005177eebb7038
|
||||
Size (AnyEvent-7.04.tar.gz) = 286523 bytes
|
||||
SHA1 (AnyEvent-7.05.tar.gz) = f9cba07ade472a672b9a676aa57c171243d4e422
|
||||
RMD160 (AnyEvent-7.05.tar.gz) = 0282bb0f6fd68246c0ba4f743b83a20afde58521
|
||||
Size (AnyEvent-7.05.tar.gz) = 289471 bytes
|
||||
|
|
Loading…
Reference in a new issue