summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2017-01-04 11:45:50 +0000
committerfhajny <fhajny@pkgsrc.org>2017-01-04 11:45:50 +0000
commit8d270ef10c538bf05ee84f0ee6517a54c27dc0af (patch)
treebaf1981cd69440194764fdce37ad18e9a288e9d0
parentd4a2405bbddc594882bbeacd0ec3bc344e1f4f5b (diff)
downloadpkgsrc-8d270ef10c538bf05ee84f0ee6517a54c27dc0af.tar.gz
Update devel/ivykis to 0.41.
* A fix for the aarch64/ppc64 linker issue that has been plaguing us for a while (https://github.com/buytenh/ivykis/issues/6). I don't have access to a ppc box, but I reproduced the problem in an aarch64 (qemu-system-aarch64) virtual machine and fixed it there. * libivykis.so now no longer pulls in libpthread.so, and linking against libpthread.so is now fully optional. If libpthread isn't linked in, ivykis can perform various optimizations, such as skipping pthread mutex calls, and iv_event can skip creating an eventfd when running in single-threaded mode. * iv_signal now lets you register a thread-specific signal interest, indicated by the IV_SIGNAL_FLAG_THIS_THREAD flag, for which the handler will be called when that signal is delivered to the thread the interest was registered in (and will not trigger if the signal is delivered to another thread in the process).
-rw-r--r--devel/ivykis/Makefile4
-rw-r--r--devel/ivykis/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/ivykis/Makefile b/devel/ivykis/Makefile
index 070486046e1..48637fb2f85 100644
--- a/devel/ivykis/Makefile
+++ b/devel/ivykis/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2016/11/04 10:47:36 fhajny Exp $
+# $NetBSD: Makefile,v 1.5 2017/01/04 11:45:50 fhajny Exp $
-DISTNAME= ivykis-0.40
+DISTNAME= ivykis-0.41
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=buytenh/}
diff --git a/devel/ivykis/distinfo b/devel/ivykis/distinfo
index f0659d07fbf..e5fc1aa9226 100644
--- a/devel/ivykis/distinfo
+++ b/devel/ivykis/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2016/11/04 10:47:36 fhajny Exp $
+$NetBSD: distinfo,v 1.3 2017/01/04 11:45:50 fhajny Exp $
-SHA1 (ivykis-0.40.tar.gz) = a9d2b623072a8eb7c5c45ef718ba15d435fd3fb9
-RMD160 (ivykis-0.40.tar.gz) = a068e1d73cc28dde4611dd9d4d9acfdcdb76fb7e
-SHA512 (ivykis-0.40.tar.gz) = 3b9934b0fa0228792049c0492d58d7f9600dbed38b516e78d4b72104a6de86aceca1aa514afcf5e53d917ef48502061abdde426609f983ec3cf9af9081eb9c9f
-Size (ivykis-0.40.tar.gz) = 447906 bytes
+SHA1 (ivykis-0.41.tar.gz) = 3878d3155253751cfe97e1abb7987fe6719b4fae
+RMD160 (ivykis-0.41.tar.gz) = e4930cc0d3df88f96e14ecc4dc770d7ba37fdc1f
+SHA512 (ivykis-0.41.tar.gz) = 6e12768c7f2a17fb4a108f1a46cffd9aeb3bc81e88efafcddc96938bf306d4612db181d5f49278cbf309a93baf59cc4b932d02706b6309af6e8bd10517d73ce4
+Size (ivykis-0.41.tar.gz) = 652904 bytes