Skip to content

Commit bd62e49

Browse files
committed
rocksdb: update to 11.0.4, rebuild for gflags-2.3.0_1.
1 parent 0450531 commit bd62e49

3 files changed

Lines changed: 5 additions & 90 deletions

File tree

common/shlibs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3696,7 +3696,7 @@ libwf-config.so.1 wf-config-0.5.0_1
36963696
libQt5Pas.so.1 qt5pas-2.6~beta_1
36973697
libOGDF.so libogdf-2018.03_1
36983698
libCOIN.so libogdf-2018.03_1
3699-
librocksdb.so.7 rocksdb-7.4.5_1
3699+
librocksdb.so.11 rocksdb-11.0.4_1
37003700
libfrr.so.0 libfrr-6.0_1
37013701
libkaccounts6.so.2 kf6-kaccounts-integration-24.02.0_1
37023702
libfrrospfapiclient.so.0 libfrrospfapiclient-6.0_1

srcpkgs/rocksdb/patches/fix-gcc13.patch

Lines changed: 0 additions & 85 deletions
This file was deleted.

srcpkgs/rocksdb/template

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Template file for 'rocksdb'
22
pkgname=rocksdb
3-
version=7.9.2
3+
version=11.0.4
44
revision=1
55
build_style=cmake
66
configure_args="-DPORTABLE=1 -DWITH_TESTS=0 -DUSE_RTTI=0 -DWITH_LZ4=1
7-
-DWITH_ZLIB=1 -DWITH_BZ2=1 -DWITH_SNAPPY=1 -DWITH_ZSTD=1"
7+
-DWITH_ZLIB=1 -DWITH_BZ2=1 -DWITH_SNAPPY=1 -DWITH_ZSTD=1 -DFAIL_ON_WARNINGS=0"
88
makedepends="liblz4-devel gflags-devel snappy-devel libzstd-devel bzip2-devel zlib-devel"
99
short_desc="RocksDB is a embeddable, persistent key-value store for fast storage"
10-
maintainer="magenbluten <mb0@codemonkey.cc>"
10+
maintainer="Orphaned <orphan@voidlinux.org>"
1111
license="GPL-2.0-or-later, Apache-2.0, BSD-3-Clause"
1212
homepage="https://github.com/facebook/rocksdb"
1313
distfiles="https://github.com/facebook/rocksdb/archive/v${version}.tar.gz"
14-
checksum=886378093098a1b2521b824782db7f7dd86224c232cf9652fcaf88222420b292
14+
checksum=b4dfd75199f385ec76056f81d33cde8f4cb446ea2ed1821feec7b996b3409f67
1515

1616
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
1717
broken="assembler errors"

0 commit comments

Comments
 (0)