pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-IO-Async
Module Name: pkgsrc
Committed By: mef
Date: Wed Jan 1 00:41:29 UTC 2020
Modified Files:
pkgsrc/devel/p5-IO-Async: Makefile distinfo
Log Message:
(devel/p5-IO-Async) Updated to 0.75
0.75 2019-11-26 00:06:59
[CHANGES]
* Remember to keep O_NONBLOCK off on IO::Async::Channel sync mode
filehandles
* Added IO::Async::Process->finish_future
* Added IO::Async::Routine->result_future
* Future-returning version of IO::Async::Function->stop
* Don't load IO::Socket or Sereal modules unless required
[BUGFIXES]
* Refresh the sigpipe in ->post_fork if required (RT128588)
* Fix some spelling mistakes (RT130087)
* Skip the async getprotobyname() test if it doesn't work
synchronously (RT131029)
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/p5-IO-Async/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/p5-IO-Async/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-Async/Makefile
diff -u pkgsrc/devel/p5-IO-Async/Makefile:1.16 pkgsrc/devel/p5-IO-Async/Makefile:1.17
--- pkgsrc/devel/p5-IO-Async/Makefile:1.16 Sun Nov 3 10:15:55 2019
+++ pkgsrc/devel/p5-IO-Async/Makefile Wed Jan 1 00:41:29 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2019/11/03 10:15:55 rillig Exp $
+# $NetBSD: Makefile,v 1.17 2020/01/01 00:41:29 mef Exp $
-DISTNAME= IO-Async-0.74
+DISTNAME= IO-Async-0.75
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
Index: pkgsrc/devel/p5-IO-Async/distinfo
diff -u pkgsrc/devel/p5-IO-Async/distinfo:1.10 pkgsrc/devel/p5-IO-Async/distinfo:1.11
--- pkgsrc/devel/p5-IO-Async/distinfo:1.10 Wed Aug 14 02:32:28 2019
+++ pkgsrc/devel/p5-IO-Async/distinfo Wed Jan 1 00:41:29 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2019/08/14 02:32:28 wen Exp $
+$NetBSD: distinfo,v 1.11 2020/01/01 00:41:29 mef Exp $
-SHA1 (IO-Async-0.74.tar.gz) = 92001ebb025ffe0a3a07b947b50cb848c74b54e5
-RMD160 (IO-Async-0.74.tar.gz) = 864103a9524a4040f1b703a28525b4ac2feb6b91
-SHA512 (IO-Async-0.74.tar.gz) = 99a2e7385259cbe645443c7dfdf4e9ba083f8ee3db7fa806d6576c21403c96641612c77f814dc0d7727a4391c8a375ec1ae026c955c1b34a3e172ffd7e9602b9
-Size (IO-Async-0.74.tar.gz) = 241367 bytes
+SHA1 (IO-Async-0.75.tar.gz) = 80d89ad682ced5f616de31ae9edede1da3ab31e0
+RMD160 (IO-Async-0.75.tar.gz) = 4495f85ced81ad207b045a9dc3f0314f94f0dfde
+SHA512 (IO-Async-0.75.tar.gz) = a8ae2d38ee4f7847ae80aeccb3553b978ff274d8a53dc1c9a17e21c7af43695293a98b2ef04190d51abb8e9cce15fbc6e175823c91ac48ab837ac0e71bed3bdc
+Size (IO-Async-0.75.tar.gz) = 242797 bytes
Home |
Main Index |
Thread Index |
Old Index