pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ivykis Update devel/ivykis to 0.41.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5e342f7a367
branches:  trunk
changeset: 356727:a5e342f7a367
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Wed Jan 04 11:45:50 2017 +0000

description:
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).

diffstat:

 devel/ivykis/Makefile |   4 ++--
 devel/ivykis/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r d08f634b2802 -r a5e342f7a367 devel/ivykis/Makefile
--- a/devel/ivykis/Makefile     Wed Jan 04 11:31:59 2017 +0000
+++ b/devel/ivykis/Makefile     Wed Jan 04 11:45:50 2017 +0000
@@ -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 -r d08f634b2802 -r a5e342f7a367 devel/ivykis/distinfo
--- a/devel/ivykis/distinfo     Wed Jan 04 11:31:59 2017 +0000
+++ b/devel/ivykis/distinfo     Wed Jan 04 11:45:50 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index