diff options
author | pettai <pettai@pkgsrc.org> | 2013-12-05 13:30:39 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2013-12-05 13:30:39 +0000 |
commit | d1c253f7dda603b6b379b8f76f60b916b5eb4966 (patch) | |
tree | 1b9ad6cd5a04e15f676d5958b9c8809697452641 /devel/userspace-rcu | |
parent | 92d076a68f5e815cdfd81f82d5bde7835407ea31 (diff) | |
download | pkgsrc-d1c253f7dda603b6b379b8f76f60b916b5eb4966.tar.gz |
2013-11-12 Userspace RCU 0.7.9
* tls-compat: fix comment typo
* Keep ABI compatible with already compiled LGPL applications
* Fix: tls-compat multi-lib conflict
* gcc warning fixes: -Wsign-compare and -Wextra
* Fix: urcu-qsbr: reversed logic on RCU_DEBUG
* Fix: urcu-bp segfault in glibc pthread_kill()
* Fix urcu-bp: don't move registry
* Fix: compat futex duplicated lock and completion
* Fix: i386 compat code duplicated mutex instances
* Fix: urcu-bp: Bulletproof RCU arena resize bug
* Fix: test_mutex.c uninitialized mutex
Diffstat (limited to 'devel/userspace-rcu')
-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 f3b624cff07..0156d7594ac 100644 --- a/devel/userspace-rcu/Makefile +++ b/devel/userspace-rcu/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2013/09/14 06:47:12 pettai Exp $ +# $NetBSD: Makefile,v 1.6 2013/12/05 13:30:39 pettai Exp $ # -DISTNAME= userspace-rcu-0.7.8 +DISTNAME= userspace-rcu-0.7.9 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 9be2a218379..791855f4555 100644 --- a/devel/userspace-rcu/distinfo +++ b/devel/userspace-rcu/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2013/09/14 06:47:12 pettai Exp $ +$NetBSD: distinfo,v 1.5 2013/12/05 13:30:39 pettai Exp $ -SHA1 (userspace-rcu-0.7.8.tar.bz2) = ffdf81151847bc1d8e389a23d421292d6fa22428 -RMD160 (userspace-rcu-0.7.8.tar.bz2) = 5ee8164e6b56955c421065616402ec73615cd6e6 -Size (userspace-rcu-0.7.8.tar.bz2) = 384585 bytes +SHA1 (userspace-rcu-0.7.9.tar.bz2) = 4bb1439137e7b9638c67f4aca64ac9abd98edc4a +RMD160 (userspace-rcu-0.7.9.tar.bz2) = 32f9c18947b5de109dedce1db972f0c426f7b5c9 +Size (userspace-rcu-0.7.9.tar.bz2) = 385808 bytes |