databases/rocksdb: Update to 6.25.3
Changes: https://github.com/facebook/rocksdb/releases
This commit is contained in:
parent
194d3695a8
commit
ef407d6ae4
@ -1,6 +1,6 @@
|
||||
# Created by: David Thiel <lx@FreeBSD.org>
|
||||
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 0
|
||||
|
||||
MAINTAINER= lx@FreeBSD.org
|
||||
COMMENT= Persistent key-value store for fast storage environments (lite version)
|
||||
|
@ -1,9 +1,8 @@
|
||||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
PORTNAME= rocksdb
|
||||
PORTVERSION= 6.22.1
|
||||
PORTVERSION= 6.25.3
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER?= sunpoet@FreeBSD.org
|
||||
@ -70,7 +69,7 @@ PLIST_SUB+= LITE="" NO_LITE="@comment "
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${CHOSEN_COMPILER_TYPE} == clang
|
||||
CXXFLAGS+= -Wno-inconsistent-missing-override -Wno-unused-parameter -Wno-unused-variable
|
||||
CXXFLAGS+= -Wno-inconsistent-missing-override -Wno-unused-parameter -Wno-unused-variable -Wno-unused-private-field
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1634000442
|
||||
SHA256 (facebook-rocksdb-v6.22.1_GH0.tar.gz) = 2df8f34a44eda182e22cf84dee7a14f17f55d305ff79c06fb3cd1e5f8831e00d
|
||||
SIZE (facebook-rocksdb-v6.22.1_GH0.tar.gz) = 9129964
|
||||
TIMESTAMP = 1635363729
|
||||
SHA256 (facebook-rocksdb-v6.25.3_GH0.tar.gz) = ba454cf196281441f205a009e74ca8023cff555cca55869471a59bb29316eb7e
|
||||
SIZE (facebook-rocksdb-v6.25.3_GH0.tar.gz) = 9307554
|
||||
|
@ -73,6 +73,8 @@ include/rocksdb/table_properties.h
|
||||
include/rocksdb/thread_status.h
|
||||
include/rocksdb/threadpool.h
|
||||
include/rocksdb/trace_reader_writer.h
|
||||
include/rocksdb/trace_record.h
|
||||
include/rocksdb/trace_record_result.h
|
||||
include/rocksdb/transaction_log.h
|
||||
include/rocksdb/types.h
|
||||
include/rocksdb/universal_compaction.h
|
||||
@ -80,6 +82,7 @@ include/rocksdb/utilities/backup_engine.h
|
||||
include/rocksdb/utilities/backupable_db.h
|
||||
include/rocksdb/utilities/checkpoint.h
|
||||
include/rocksdb/utilities/convenience.h
|
||||
include/rocksdb/utilities/customizable_util.h
|
||||
include/rocksdb/utilities/db_ttl.h
|
||||
include/rocksdb/utilities/debug.h
|
||||
include/rocksdb/utilities/env_librados.h
|
||||
@ -96,6 +99,8 @@ include/rocksdb/utilities/optimistic_transaction_db.h
|
||||
include/rocksdb/utilities/option_change_migration.h
|
||||
include/rocksdb/utilities/options_type.h
|
||||
include/rocksdb/utilities/options_util.h
|
||||
include/rocksdb/utilities/regex.h
|
||||
include/rocksdb/utilities/replayer.h
|
||||
include/rocksdb/utilities/sim_cache.h
|
||||
include/rocksdb/utilities/stackable_db.h
|
||||
include/rocksdb/utilities/table_properties_collectors.h
|
||||
|
Loading…
Reference in New Issue
Block a user