summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorpettai <pettai@pkgsrc.org>2014-03-09 19:16:37 +0000
committerpettai <pettai@pkgsrc.org>2014-03-09 19:16:37 +0000
commit8192d7151e3c294c7e977539daea32939fb32c96 (patch)
tree90aea97c57564f3091f4c94e403dbfe54b4160e0 /devel
parent0308e8f8ed5367a59da8b471bfb5015beeac751e (diff)
downloadpkgsrc-8192d7151e3c294c7e977539daea32939fb32c96.tar.gz
2014-03-08 Userspace RCU 0.8.4
* Fix: move wait loop increment before first conditional block 2014-03-01 Userspace RCU 0.8.3 * Fix: high cpu usage in synchronize_rcu with long RCU read-side C.S. 2014-02-28 Userspace RCU 0.8.2 * Fix: out of tree build: doc/examples * Fix: out of tree build tests/common * tests/unit: use lib rather than source * automake: Rename INCLUDES to AM_CPPFLAGS (new name) * tests regressions: use lib rather than recompile from source * tests: use common lib rather than recompile compat sources * urcu tests: use lib rather than compile from source * urcu mb tests: use lib rather than recompile from source * urcu signal tests: use library rather than recompile source * tests: move yield debug to common test library * tests urcu bp: use lib rather than recompile source * test_urcu_defer: link on urcu lib rather than recompile source * tests/benchmark: use urcu qsbr lib rather than recompile from source * Pass the CC variable to the example Makefiles * Fix: urcu-bp interaction with threads vs constructors/destructors * Fix undefined NULL pointer arithmetic * Blacklist ARM gcc 4.8.0, 4.8.1, 4.8.2 * rculfhash: document max_nr_buckets = 0
Diffstat (limited to 'devel')
-rw-r--r--devel/userspace-rcu/Makefile4
-rw-r--r--devel/userspace-rcu/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/userspace-rcu/Makefile b/devel/userspace-rcu/Makefile
index fbc6b75e340..34216c3ae0e 100644
--- a/devel/userspace-rcu/Makefile
+++ b/devel/userspace-rcu/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2014/01/31 22:01:40 pettai Exp $
+# $NetBSD: Makefile,v 1.8 2014/03/09 19:16:37 pettai Exp $
#
-DISTNAME= userspace-rcu-0.8.1
+DISTNAME= userspace-rcu-0.8.4
CATEGORIES= devel
MASTER_SITES= http://lttng.org/files/urcu/
EXTRACT_SUFX= .tar.bz2
diff --git a/devel/userspace-rcu/distinfo b/devel/userspace-rcu/distinfo
index 02b03ab6aee..9186c24204c 100644
--- a/devel/userspace-rcu/distinfo
+++ b/devel/userspace-rcu/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2014/01/31 22:01:40 pettai Exp $
+$NetBSD: distinfo,v 1.7 2014/03/09 19:16:37 pettai Exp $
-SHA1 (userspace-rcu-0.8.1.tar.bz2) = d927520727a103f86aa2f87c76b1ca0df90fbfed
-RMD160 (userspace-rcu-0.8.1.tar.bz2) = 6cc439b21c5bf5960c99fda3cb0f032c9d16854c
-Size (userspace-rcu-0.8.1.tar.bz2) = 430112 bytes
+SHA1 (userspace-rcu-0.8.4.tar.bz2) = 4b3bf1b76e6ea50d9a56d9e5e00df2cc7c4d610f
+RMD160 (userspace-rcu-0.8.4.tar.bz2) = 3d2aba984641cee507129f8209c14d34e45233b7
+Size (userspace-rcu-0.8.4.tar.bz2) = 418911 bytes