mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-04 11:15:56 +00:00
Updates RocksDB to version 9.7.3, the latest version supported in Conan 1.x. A patch for 9.7.4 that fixes a memory leak is included.
13 lines
529 B
YAML
13 lines
529 B
YAML
sources:
|
|
"9.7.3":
|
|
url: "https://github.com/facebook/rocksdb/archive/refs/tags/v9.7.3.tar.gz"
|
|
sha256: "acfabb989cbfb5b5c4d23214819b059638193ec33dad2d88373c46448d16d38b"
|
|
patches:
|
|
"9.7.3":
|
|
- patch_file: "patches/9.x.x-0001-exclude-thirdparty.patch"
|
|
patch_description: "Do not include thirdparty.inc"
|
|
patch_type: "portability"
|
|
- patch_file: "patches/9.7.3-0001-memory-leak.patch"
|
|
patch_description: "Fix a leak of obsolete blob files left open until DB::Close()"
|
|
patch_type: "portability"
|