mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
liburcu: update to 0.10.0. (#8423)
* liburcu: update to 0.10.0. * glusterfs: rebuild glusterfs against liburcu-bp.so.6 * lttng-ust: update to 2.9.1. Since lttng-ust needs a revbump due to liburcu-cds.so.6 liburcu-0.10.0_1 we take this opportunity to automatically bump it
This commit is contained in:
parent
4814626441
commit
cd1848b4ae
4 changed files with 12 additions and 12 deletions
|
@ -2426,13 +2426,13 @@ libmarkdown.so.2 discount-2.2.0_3
|
||||||
libkeystone.so.0 keystone-0.9_1
|
libkeystone.so.0 keystone-0.9_1
|
||||||
libmate-slab.so.0 libmate-control-center-1.14.0_2
|
libmate-slab.so.0 libmate-control-center-1.14.0_2
|
||||||
libuev.so.1 libuev-1.4.2_1
|
libuev.so.1 libuev-1.4.2_1
|
||||||
liburcu-bp.so.4 liburcu-0.9.1_1
|
liburcu-bp.so.6 liburcu-0.10.0_1
|
||||||
liburcu-cds.so.4 liburcu-0.9.1_1
|
liburcu-cds.so.6 liburcu-0.10.0_1
|
||||||
liburcu-common.so.4 liburcu-0.9.1_1
|
liburcu-common.so.6 liburcu-0.10.0_1
|
||||||
liburcu-mb.so.4 liburcu-0.9.1_1
|
liburcu-mb.so.6 liburcu-0.10.0_1
|
||||||
liburcu-qsbr.so.4 liburcu-0.9.1_1
|
liburcu-qsbr.so.6 liburcu-0.10.0_1
|
||||||
liburcu-signal.so.4 liburcu-0.9.1_1
|
liburcu-signal.so.6 liburcu-0.10.0_1
|
||||||
liburcu.so.4 liburcu-0.9.1_1
|
liburcu.so.6 liburcu-0.10.0_1
|
||||||
liblttng-ust.so.0 lttng-ust-2.7.2_1
|
liblttng-ust.so.0 lttng-ust-2.7.2_1
|
||||||
liblttng-ust-ctl.so.2 lttng-ust-2.7.2_1
|
liblttng-ust-ctl.so.2 lttng-ust-2.7.2_1
|
||||||
liblttng-ust-fork.so.0 lttng-ust-2.7.2_1
|
liblttng-ust-fork.so.0 lttng-ust-2.7.2_1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'glusterfs'
|
# Template file for 'glusterfs'
|
||||||
pkgname=glusterfs
|
pkgname=glusterfs
|
||||||
version=3.8.15
|
version=3.8.15
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-glupy --enable-crypt-xlator
|
configure_args="--disable-glupy --enable-crypt-xlator
|
||||||
--sbindir=/usr/bin --with-mountutildir=/usr/bin
|
--sbindir=/usr/bin --with-mountutildir=/usr/bin
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# template file for 'liburcu'
|
# template file for 'liburcu'
|
||||||
pkgname=liburcu
|
pkgname=liburcu
|
||||||
version=0.9.4
|
version=0.10.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="LGPLv2.1 userspace RCU (read-copy-update) library"
|
short_desc="LGPLv2.1 userspace RCU (read-copy-update) library"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Simon Thoby <simonthoby@live.fr>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
homepage="http://liburcu.org"
|
homepage="http://liburcu.org"
|
||||||
distfiles="http://www.lttng.org/files/urcu/userspace-rcu-${version}.tar.bz2"
|
distfiles="http://www.lttng.org/files/urcu/userspace-rcu-${version}.tar.bz2"
|
||||||
checksum=ec6c909249040dfa59bb34686482b62072ce5477f5e2e2153dac47de50b36b68
|
checksum=7cb58a7ba5151198087f025dc8d19d8918e9c6d56772f039696c111d9aad3190
|
||||||
wrksrc="userspace-rcu-${version}"
|
wrksrc="userspace-rcu-${version}"
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# template file for 'lttng-ust'
|
# template file for 'lttng-ust'
|
||||||
pkgname=lttng-ust
|
pkgname=lttng-ust
|
||||||
version=2.8.1
|
version=2.9.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Low-overhead tracing capabilities for userspace"
|
short_desc="Low-overhead tracing capabilities for userspace"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Simon Thoby <simonthoby@live.fr>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
homepage="http://lttng.org"
|
homepage="http://lttng.org"
|
||||||
distfiles="${homepage}/files/${pkgname}/${pkgname}-${version}.tar.bz2"
|
distfiles="${homepage}/files/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=6e41349107e83e7b43c69ed358e48788ca2fd095bad61737b850e3f3d2c0508a
|
checksum=b891d267cdbbbd11cf34751f66c21c4a7fdc0eec3c1b53be2c40dca073b7daa4
|
||||||
makedepends="liburcu-devel"
|
makedepends="liburcu-devel"
|
||||||
|
|
||||||
lttng-ust-devel_package() {
|
lttng-ust-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue