[liburcu] Update to 0.15.6 (#49692)
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
diff --git a/src/urcu-bp.c b/src/urcu-bp.c
|
||||
index 8e9afd8..b1edc5c 100644
|
||||
--- a/src/urcu-bp.c
|
||||
+++ b/src/urcu-bp.c
|
||||
@@ -21,6 +21,7 @@
|
||||
#include <unistd.h>
|
||||
#include <stdbool.h>
|
||||
#include <sys/mman.h>
|
||||
+#include <assert.h>
|
||||
|
||||
#include <urcu/annotate.h>
|
||||
#include <urcu/assert.h>
|
||||
@@ -2,10 +2,8 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO urcu/userspace-rcu
|
||||
REF "v${VERSION}"
|
||||
SHA512 838a52fee5a566928766bf897c22be152f351f14928258ab42cdff5f48b621428872e3eb290ef16b10b92cb10fc3e767b35aa534f84893c9a61e471c8ecceb62
|
||||
SHA512 40649c19af80da95d4463600ae06295505ed1865dbcffce7ff201de5ec025a57530ee745184151296669cc64e99aaef16958452e6dbab7b8a655b2e911dafd72
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
fix-assert-include.patch
|
||||
)
|
||||
|
||||
vcpkg_make_configure(
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "liburcu",
|
||||
"version": "0.15.2",
|
||||
"version": "0.15.6",
|
||||
"description": "liburcu is a LGPLv2.1 userspace RCU (read-copy-update) library. This data synchronization library provides read-side access which scales linearly with the number of cores.",
|
||||
"homepage": "https://liburcu.org/",
|
||||
"license": null,
|
||||
|
||||
@@ -5701,7 +5701,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"liburcu": {
|
||||
"baseline": "0.15.2",
|
||||
"baseline": "0.15.6",
|
||||
"port-version": 0
|
||||
},
|
||||
"liburing": {
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "e69ea8f57388d51f4bc9c4216b41490b815e01c8",
|
||||
"version": "0.15.6",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "ddd0bba0b4f8b60557ce25a8eb9d63c55f750760",
|
||||
"version": "0.15.2",
|
||||
|
||||
Reference in New Issue
Block a user