pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Coro



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Sep  3 17:02:20 UTC 2020

Modified Files:
        pkgsrc/devel/p5-Coro: Makefile distinfo

Log Message:
p5-Coro: update to 6.57.

Still works as badly as before:
t/00_basic.t .... Failed 3/5 subtests
t/01_unblock.t .. Failed 8/12 subtests

6.57  Wed Jul 29 15:08:44 CEST 2020
        - override AnyEvent condvar methods "properly", as AnyEvent
          has support for pluggable condvars since 2011. This also
          avoids problems with recursive waits by avoiding to mix
          impl methods with coro code.
        - allow rouse_wait to be called in a different thread.
        - slightly clarify rouse_cb/rouse_wait documentation.
        - slightly improve rouse callback performance and memory usage.
        - try to report correct calller when throwing exception in
          on $condvar->recv, not a useless line in Coro::AnyEvent.

6.56  Thu Feb 20 19:40:07 CET 2020
        - Coro::EV::time*once functions used ev_once, which is not cancelable.
          This could cause problems due to I/O watchers not being stopped up
          on exceptions/cancellation.

6.55  Fri Jul 19 17:28:09 CEST 2019
        - Coro::RWLock woke up only one reader instead of all after a wrlock
          (analyzed and patch by Maxim Skorobogatov).
        - slightly improved documentation of Coro::RWLock and RWLock testcase.
        - quickly (re)-ported to minix 3.3 before minix crashed again.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/p5-Coro/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/p5-Coro/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-Coro/Makefile
diff -u pkgsrc/devel/p5-Coro/Makefile:1.25 pkgsrc/devel/p5-Coro/Makefile:1.26
--- pkgsrc/devel/p5-Coro/Makefile:1.25  Mon Aug 31 18:07:44 2020
+++ pkgsrc/devel/p5-Coro/Makefile       Thu Sep  3 17:02:20 2020
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2020/08/31 18:07:44 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2020/09/03 17:02:20 wiz Exp $
 
-DISTNAME=      Coro-6.54
+DISTNAME=      Coro-6.57
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Coro/}
 

Index: pkgsrc/devel/p5-Coro/distinfo
diff -u pkgsrc/devel/p5-Coro/distinfo:1.14 pkgsrc/devel/p5-Coro/distinfo:1.15
--- pkgsrc/devel/p5-Coro/distinfo:1.14  Sat Apr 20 04:30:52 2019
+++ pkgsrc/devel/p5-Coro/distinfo       Thu Sep  3 17:02:20 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2019/04/20 04:30:52 wen Exp $
+$NetBSD: distinfo,v 1.15 2020/09/03 17:02:20 wiz Exp $
 
-SHA1 (Coro-6.54.tar.gz) = 33c3ec36197e48f8463ce6d76be0610aae2d7dc7
-RMD160 (Coro-6.54.tar.gz) = ef09774a667f6364672598c157085163e9ee8f16
-SHA512 (Coro-6.54.tar.gz) = 615a095dbe21561c261b5c2f19a486660391d96d4c32ffbc190635bab3f0671b12274a04f1ee55e30e00d3345b89f01875fcbfd56d8ff9cda9f51e814ef68097
-Size (Coro-6.54.tar.gz) = 196014 bytes
+SHA1 (Coro-6.57.tar.gz) = 1ff1c7aee5cd1c31fbc50c38ab86d0ab0930417d
+RMD160 (Coro-6.57.tar.gz) = 2959ba3cf6938a6094af43ae4e8b05779602feec
+SHA512 (Coro-6.57.tar.gz) = d5655c5df1d502c265b26e474f1423f9406029ce56254a92d78b51e14313f685575095e185758d743d78f3c74d758922ec57f714498cf982819c110d198d6f42
+Size (Coro-6.57.tar.gz) = 198128 bytes



Home | Main Index | Thread Index | Old Index