pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-EV



Module Name:    pkgsrc
Committed By:   mef
Date:           Wed Nov 27 12:28:39 UTC 2019

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

Log Message:
(devel/p5-EV) Updated from 4.28 to 4.30

4.30 Fri Nov 22 21:00:00 CET 2019
        - (libev) use a different and hopefully even more portable
          test to disable io_uring when header files are too old,
          by directly testing LINUX_VERSION_CODE.
        - (libev) fix a bug in the io_uring backend that polled the wrong
          backend fd, causing it to not work in many cases.

4.29 Fri Nov 22 15:34:29 CET 2019
        - (libev) add io uring autoconf and non-autoconf detection,
          the latter of which should disable io_uring compilation
          on old systems.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/p5-EV/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/p5-EV/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-EV/Makefile
diff -u pkgsrc/devel/p5-EV/Makefile:1.29 pkgsrc/devel/p5-EV/Makefile:1.30
--- pkgsrc/devel/p5-EV/Makefile:1.29    Wed Nov 20 06:22:22 2019
+++ pkgsrc/devel/p5-EV/Makefile Wed Nov 27 12:28:39 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2019/11/20 06:22:22 gutteridge Exp $
+# $NetBSD: Makefile,v 1.30 2019/11/27 12:28:39 mef Exp $
 
-DISTNAME=      EV-4.28
+DISTNAME=      EV-4.30
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/ML/MLEHMANN/}

Index: pkgsrc/devel/p5-EV/distinfo
diff -u pkgsrc/devel/p5-EV/distinfo:1.17 pkgsrc/devel/p5-EV/distinfo:1.18
--- pkgsrc/devel/p5-EV/distinfo:1.17    Wed Nov 20 06:22:22 2019
+++ pkgsrc/devel/p5-EV/distinfo Wed Nov 27 12:28:39 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.17 2019/11/20 06:22:22 gutteridge Exp $
+$NetBSD: distinfo,v 1.18 2019/11/27 12:28:39 mef Exp $
 
-SHA1 (EV-4.28.tar.gz) = df1fd18f8ab4a9978f0559288705af8ce280576b
-RMD160 (EV-4.28.tar.gz) = a554a64e840927015526bcada73645cd10adc89f
-SHA512 (EV-4.28.tar.gz) = d27517fe11f9085d638ab12c21e5a3b625d3bdb8e0155033672b2b4bc64a73841d1aedbd29da687d7254d76bbea3bba5dd1313e6fc04693a46c113f4133fe770
-Size (EV-4.28.tar.gz) = 212550 bytes
+SHA1 (EV-4.30.tar.gz) = 308395a556a23c04a8364e8edbdf6180c68dc2d2
+RMD160 (EV-4.30.tar.gz) = 8ba42b76beea2d1694d79983d7926a76863d13c2
+SHA512 (EV-4.30.tar.gz) = e1ad5279a50e156c98411652710feb7473cef6cfe3b8db3a9f5fdcf34017be5b53025e34d301de18e9389c61f323b94f64a0b4798bbfba159b5e67f1d520b7b8
+Size (EV-4.30.tar.gz) = 214156 bytes
 SHA1 (patch-libev_ev.h) = 4a64abdc7d4d936623ad7a6a68195bf65218e1ed



Home | Main Index | Thread Index | Old Index