svn commit: r533213 - in head: dns/gdnsd3 dns/knot2 net/glusterfs sysutils/liburcu sysutils/liburcu/files sysutils/lttng-tools sysutils/lttng-ust
Matthias Andree
mandree at FreeBSD.org
Mon Apr 27 23:45:54 UTC 2020
Author: mandree
Date: Mon Apr 27 23:45:51 2020
New Revision: 533213
URL: https://svnweb.freebsd.org/changeset/ports/533213
Log:
sysutils/liburcu: update to 0.12.1
Since the library version changes from 6.0.0 to 6.1.0:
All ports that depend on liburcu in default configuration get
PORTREVISION bumped. All were build-tested in 12.1 amd64 poudriere bulk -t.
Reset maintainer (mmokhi@), repeated maintainer timeout.
PR: 243768
Reported by: alex_y_xu at yahoo.ca
Approved by: maintainer timeout (mmokhi, 88 d)
Deleted:
head/sysutils/liburcu/files/
Modified:
head/dns/gdnsd3/Makefile
head/dns/knot2/Makefile
head/net/glusterfs/Makefile
head/sysutils/liburcu/Makefile
head/sysutils/liburcu/distinfo
head/sysutils/liburcu/pkg-plist
head/sysutils/lttng-tools/Makefile
head/sysutils/lttng-ust/Makefile
Modified: head/dns/gdnsd3/Makefile
==============================================================================
--- head/dns/gdnsd3/Makefile Mon Apr 27 23:27:47 2020 (r533212)
+++ head/dns/gdnsd3/Makefile Mon Apr 27 23:45:51 2020 (r533213)
@@ -3,6 +3,7 @@
PORTNAME= gdnsd
PORTVERSION= 3.0.0
+PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= https://github.com/gdnsd/gdnsd/releases/download/v${PORTVERSION}/ \
ZI \
Modified: head/dns/knot2/Makefile
==============================================================================
--- head/dns/knot2/Makefile Mon Apr 27 23:27:47 2020 (r533212)
+++ head/dns/knot2/Makefile Mon Apr 27 23:45:51 2020 (r533213)
@@ -3,6 +3,7 @@
PORTNAME= knot
DISTVERSION= 2.9.3
+PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \
https://dns.company/downloads/knot-dns/
Modified: head/net/glusterfs/Makefile
==============================================================================
--- head/net/glusterfs/Makefile Mon Apr 27 23:27:47 2020 (r533212)
+++ head/net/glusterfs/Makefile Mon Apr 27 23:45:51 2020 (r533213)
@@ -2,7 +2,7 @@
PORTNAME= glusterfs
PORTVERSION= 3.11.1
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= net
MASTER_SITES= http://bits.gluster.org/pub/gluster/glusterfs/src/
Modified: head/sysutils/liburcu/Makefile
==============================================================================
--- head/sysutils/liburcu/Makefile Mon Apr 27 23:27:47 2020 (r533212)
+++ head/sysutils/liburcu/Makefile Mon Apr 27 23:45:51 2020 (r533213)
@@ -2,21 +2,18 @@
# $FreeBSD$
PORTNAME= liburcu
-PORTVERSION= 0.10.1
+PORTVERSION= 0.12.1
CATEGORIES= sysutils
MASTER_SITES= http://lttng.org/files/urcu/
DISTNAME= userspace-rcu-${PORTVERSION}
-MAINTAINER= mmokhi at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= Userspace read-copy-update (RCU) data synchronization library
LICENSE= LGPL21
-BROKEN_mips= Fails to build: undefined reference to `__sync_bool_compare_and_swap_4
-BROKEN_mips64= Fails to build: undefined reference to `__sync_bool_compare_and_swap_4
-
PLIST_SUB= SO_SHORT_VER=6 \
- SO_VER=6.0.0
+ SO_VER=6.1.0
USES= pathfix libtool tar:bzip2
USE_LDCONFIG= yes
Modified: head/sysutils/liburcu/distinfo
==============================================================================
--- head/sysutils/liburcu/distinfo Mon Apr 27 23:27:47 2020 (r533212)
+++ head/sysutils/liburcu/distinfo Mon Apr 27 23:45:51 2020 (r533213)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1540996704
-SHA256 (userspace-rcu-0.10.1.tar.bz2) = 9c09220be4435dc27fcd22d291707b94b97f159e0c442fbcd60c168f8f79eb06
-SIZE (userspace-rcu-0.10.1.tar.bz2) = 503347
+TIMESTAMP = 1588030731
+SHA256 (userspace-rcu-0.12.1.tar.bz2) = bbfaead0345642b97e0de90f889dfbab4b2643a6a5e5c6bb59cd0d26fc0bcd0e
+SIZE (userspace-rcu-0.12.1.tar.bz2) = 527626
Modified: head/sysutils/liburcu/pkg-plist
==============================================================================
--- head/sysutils/liburcu/pkg-plist Mon Apr 27 23:27:47 2020 (r533212)
+++ head/sysutils/liburcu/pkg-plist Mon Apr 27 23:45:51 2020 (r533213)
@@ -7,17 +7,25 @@ include/urcu-qsbr.h
include/urcu.h
include/urcu/arch.h
include/urcu/arch/generic.h
+include/urcu/call-rcu.h
include/urcu/cds.h
include/urcu/compiler.h
include/urcu/config.h
include/urcu/debug.h
+include/urcu/defer.h
+include/urcu/flavor.h
include/urcu/futex.h
include/urcu/hlist.h
include/urcu/lfstack.h
include/urcu/list.h
+include/urcu/map/clear.h
include/urcu/map/urcu-bp.h
+include/urcu/map/urcu-mb.h
+include/urcu/map/urcu-memb.h
include/urcu/map/urcu-qsbr.h
+include/urcu/map/urcu-signal.h
include/urcu/map/urcu.h
+include/urcu/pointer.h
include/urcu/rcuhlist.h
include/urcu/rculfhash.h
include/urcu/rculfqueue.h
@@ -25,11 +33,16 @@ include/urcu/rculfstack.h
include/urcu/rculist.h
include/urcu/ref.h
include/urcu/static/lfstack.h
+include/urcu/static/pointer.h
include/urcu/static/rculfqueue.h
include/urcu/static/rculfstack.h
include/urcu/static/urcu-bp.h
-include/urcu/static/urcu-pointer.h
+include/urcu/static/urcu-common.h
+include/urcu/static/urcu-mb.h
+include/urcu/static/urcu-memb.h
include/urcu/static/urcu-qsbr.h
+include/urcu/static/urcu-signal-nr.h
+include/urcu/static/urcu-signal.h
include/urcu/static/urcu.h
include/urcu/static/wfcqueue.h
include/urcu/static/wfqueue.h
@@ -40,7 +53,13 @@ include/urcu/tls-compat.h
include/urcu/uatomic.h
include/urcu/uatomic/generic.h
include/urcu/uatomic_arch.h
+include/urcu/urcu-bp.h
include/urcu/urcu-futex.h
+include/urcu/urcu-mb.h
+include/urcu/urcu-memb.h
+include/urcu/urcu-qsbr.h
+include/urcu/urcu-signal.h
+include/urcu/urcu.h
include/urcu/urcu_ref.h
include/urcu/wfcqueue.h
include/urcu/wfqueue.h
@@ -61,6 +80,10 @@ lib/liburcu-mb.a
lib/liburcu-mb.so
lib/liburcu-mb.so.%%SO_SHORT_VER%%
lib/liburcu-mb.so.%%SO_VER%%
+lib/liburcu-memb.a
+lib/liburcu-memb.so
+lib/liburcu-memb.so.%%SO_SHORT_VER%%
+lib/liburcu-memb.so.%%SO_VER%%
lib/liburcu-qsbr.a
lib/liburcu-qsbr.so
lib/liburcu-qsbr.so.%%SO_SHORT_VER%%
Modified: head/sysutils/lttng-tools/Makefile
==============================================================================
--- head/sysutils/lttng-tools/Makefile Mon Apr 27 23:27:47 2020 (r533212)
+++ head/sysutils/lttng-tools/Makefile Mon Apr 27 23:45:51 2020 (r533213)
@@ -3,7 +3,7 @@
PORTNAME= lttng-tools
PORTVERSION= 2.9.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= sysutils
MASTER_SITES= http://lttng.org/files/${PORTNAME}/
Modified: head/sysutils/lttng-ust/Makefile
==============================================================================
--- head/sysutils/lttng-ust/Makefile Mon Apr 27 23:27:47 2020 (r533212)
+++ head/sysutils/lttng-ust/Makefile Mon Apr 27 23:45:51 2020 (r533213)
@@ -3,7 +3,7 @@
PORTNAME= lttng-ust
PORTVERSION= 2.9.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://lttng.org/files/${PORTNAME}/
More information about the svn-ports-all
mailing list