diff options
author | pettai <pettai> | 2014-11-10 20:59:39 +0000 |
---|---|---|
committer | pettai <pettai> | 2014-11-10 20:59:39 +0000 |
commit | 858f602d34b730464e84b2ebbb768a6ba86f99a3 (patch) | |
tree | ff3759c4c1f3adf4f56dd518cf8308783e956497 | |
parent | 94700f48e2f26fe2a36222e556ddcdee21d46325 (diff) | |
download | pkgsrc-858f602d34b730464e84b2ebbb768a6ba86f99a3.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/Makefile | 4 | ||||
-rw-r--r-- | devel/userspace-rcu/distinfo | 8 |
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 |