1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00

Update to 6.6.3

Changes:	https://github.com/facebook/rocksdb/releases
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-02-02 10:57:36 +00:00
parent 59abf321fa
commit 95725ee1f8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=524851
4 changed files with 5 additions and 15 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= rocksdb
PORTVERSION= 6.5.3
PORTVERSION= 6.6.3
DISTVERSIONPREFIX= v
CATEGORIES= databases

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1578727836
SHA256 (facebook-rocksdb-v6.5.3_GH0.tar.gz) = 6dc023a11d61d00c8391bd44f26ba7db06c44be228c10b552edc84e02d7fbde2
SIZE (facebook-rocksdb-v6.5.3_GH0.tar.gz) = 5787695
TIMESTAMP = 1580562253
SHA256 (facebook-rocksdb-v6.6.3_GH0.tar.gz) = 619a962a491323bc79921f6cb2ac46bd291c08abe7307dc3626820e6fe3639a3
SIZE (facebook-rocksdb-v6.6.3_GH0.tar.gz) = 5883208

View File

@ -1,11 +0,0 @@
--- tools/block_cache_analyzer/block_cache_trace_analyzer.cc.orig 2019-10-30 17:32:00 UTC
+++ tools/block_cache_analyzer/block_cache_trace_analyzer.cc
@@ -580,7 +580,7 @@ void BlockCacheTraceAnalyzer::WriteCorre
const std::map<std::string, Features>& label_features,
const std::map<std::string, Predictions>& label_predictions,
uint32_t max_number_of_values) const {
- std::default_random_engine rand_engine(env_->NowMicros());
+ std::default_random_engine rand_engine(static_cast<unsigned int>(env_->NowMicros()));
for (auto const& label_feature_vectors : label_features) {
const Features& past = label_feature_vectors.second;
auto it = label_predictions.find(label_feature_vectors.first);

View File

@ -26,6 +26,7 @@ include/rocksdb/convenience.h
include/rocksdb/db.h
include/rocksdb/db_bench_tool.h
include/rocksdb/db_dump_tool.h
include/rocksdb/db_stress_tool.h
include/rocksdb/env.h
include/rocksdb/env_encryption.h
include/rocksdb/experimental.h