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:           Fri Nov  4 10:47:37 UTC 2016

Modified Files:
        pkgsrc/devel/ivykis: Makefile distinfo

Log Message:
Update devel/ivykis to 0.40.

- Don't forget to ship src/pthr.h in 'make dist' generated tarballs.
- test/Makefile.am: Include dependencies for all test programs.
- Guard against multiple inclusion of mutex.h and pthr.h.
- Rename mutex_*() functions to __mutex_*().
- test/avl: Reduce test AVL tree size.
- Turn iv_validate_now() into a no-op.
- iv_fd: Let ->poll() return whether a timeout could have occurred.
- iv_fd: Allow timeout handling optimizations in poll methods.
- epoll: Implement ->set_poll_timeout() using timerfd_create(2).
- kqueue: Implement ->set_poll_timeout() using EVFILT_TIMER.
- port: Implement ->set_poll_timeout() using timer_create(3C).
- spinlock.h: Fix pthread_sigmask() pointer aliasing issue.
- Use a maxium event polling timeout of a day.
- iv_task: Allow task registered by another task to run immediately.
- Split off implementations of iv_thread_get_id() into separate files.
- Further mangle names of the __mutex_*() functions.
- Add EINTR check loops to a few more write(2) call instances.
- test/: Avoid long long printf format specifiers.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ivykis/Makefile
cvs rdiff -u -r1.1 -r1.2 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.3 pkgsrc/devel/ivykis/Makefile:1.4
--- pkgsrc/devel/ivykis/Makefile:1.3    Tue Jan  5 10:47:52 2016
+++ pkgsrc/devel/ivykis/Makefile        Fri Nov  4 10:47:36 2016
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2016/01/05 10:47:52 fhajny Exp $
+# $NetBSD: Makefile,v 1.4 2016/11/04 10:47:36 fhajny Exp $
 
-DISTNAME=      ivykis-0.39
-PKGREVISION=   1
+DISTNAME=      ivykis-0.40
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=buytenh/}
 

Index: pkgsrc/devel/ivykis/distinfo
diff -u pkgsrc/devel/ivykis/distinfo:1.1 pkgsrc/devel/ivykis/distinfo:1.2
--- pkgsrc/devel/ivykis/distinfo:1.1    Sun Nov  1 13:38:52 2015
+++ pkgsrc/devel/ivykis/distinfo        Fri Nov  4 10:47:36 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2015/11/01 13:38:52 fhajny Exp $
+$NetBSD: distinfo,v 1.2 2016/11/04 10:47:36 fhajny Exp $
 
-SHA1 (ivykis-0.39.tar.gz) = 393d53ecec161c0b103c26703ba9e981acea2387
-RMD160 (ivykis-0.39.tar.gz) = c376b69803974532e051758cd6dab464d30dfe86
-SHA512 (ivykis-0.39.tar.gz) = 1b98b8fc049270706f4c2466281178a28621e5c7bf79cab2638c2a0160af0379338ba62879c1f24a7cae324103f2a49ba5452238868c1d444e4cd6b66ad99f13
-Size (ivykis-0.39.tar.gz) = 411312 bytes
+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



Home | Main Index | Thread Index | Old Index