summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpettai <pettai@pkgsrc.org>2014-11-10 20:59:39 +0000
committerpettai <pettai@pkgsrc.org>2014-11-10 20:59:39 +0000
commitec9fff5f4c8d6d3128dc81ef6ef84a4524d74fe8 (patch)
treeff3759c4c1f3adf4f56dd518cf8308783e956497
parentf1a8e80a4424e69ab49176a8f1fe742a281958d9 (diff)
downloadpkgsrc-ec9fff5f4c8d6d3128dc81ef6ef84a4524d74fe8.tar.gz
2014-11-04 Userspace RCU 0.8.6
* Fix: silence gcc -Wextra warning * compiler: use __GNUC__ instead of the undefined __GNUC_MAJOR__ * Fix: lfstack reversed empty/non-empty return value * lfstack: fix: add missing __cds_lfs_init 2014-10-21 Userspace RCU 0.8.5 * Fix: preserve example files' timestamps when copying * rculfhash: remove duplicated code * rculfhash: handle pthread_create failures * rculfhash: fall back to single-threaded resize on calloc failure * x86: drop extra semi-colon in caa_cpu_relax * Fix: Use after free in rcu_barrier() * Fix: rcu_barrier(): uninitialized futex field * call_rcu threads should clear their PAUSED flag when they unpause * Fix: bring back dummy rcu_bp_exit symbol
-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 34216c3ae0e..13855d6c10f 100644
--- a/devel/userspace-rcu/Makefile
+++ b/devel/userspace-rcu/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2014/03/09 19:16:37 pettai Exp $
+# $NetBSD: Makefile,v 1.9 2014/11/10 20:59:39 pettai Exp $
#
-DISTNAME= userspace-rcu-0.8.4
+DISTNAME= userspace-rcu-0.8.6
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 9186c24204c..e5beceebef6 100644
--- a/devel/userspace-rcu/distinfo
+++ b/devel/userspace-rcu/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2014/03/09 19:16:37 pettai Exp $
+$NetBSD: distinfo,v 1.8 2014/11/10 20:59:39 pettai Exp $
-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
+SHA1 (userspace-rcu-0.8.6.tar.bz2) = f10e9bf812557cd0c2a35a277e04010ec278d25d
+RMD160 (userspace-rcu-0.8.6.tar.bz2) = 4d40678ed27a78768cea1947e54a2b510b52fa33
+Size (userspace-rcu-0.8.6.tar.bz2) = 424037 bytes