pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ivykis



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Wed Jan  4 11:45:50 UTC 2017

Modified Files:
        pkgsrc/devel/ivykis: Makefile distinfo

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ivykis/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ivykis/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/ivykis/Makefile
diff -u pkgsrc/devel/ivykis/Makefile:1.4 pkgsrc/devel/ivykis/Makefile:1.5
--- pkgsrc/devel/ivykis/Makefile:1.4    Fri Nov  4 10:47:36 2016
+++ pkgsrc/devel/ivykis/Makefile        Wed Jan  4 11:45:50 2017
@@ -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/}
 

Index: pkgsrc/devel/ivykis/distinfo
diff -u pkgsrc/devel/ivykis/distinfo:1.2 pkgsrc/devel/ivykis/distinfo:1.3
--- pkgsrc/devel/ivykis/distinfo:1.2    Fri Nov  4 10:47:36 2016
+++ pkgsrc/devel/ivykis/distinfo        Wed Jan  4 11:45:50 2017
@@ -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