From owner-svn-ports-all@freebsd.org Sun Feb 2 10:57:37 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1A0B8228670; Sun, 2 Feb 2020 10:57:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 489SbN71Fnz3MJR; Sun, 2 Feb 2020 10:57:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EC0EEEC4D; Sun, 2 Feb 2020 10:57:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 012AvaKG073912; Sun, 2 Feb 2020 10:57:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 012AvaIT073907; Sun, 2 Feb 2020 10:57:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202002021057.012AvaIT073907@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 2 Feb 2020 10:57:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r524851 - in head/databases/rocksdb: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/databases/rocksdb: . files X-SVN-Commit-Revision: 524851 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Feb 2020 10:57:37 -0000 Author: sunpoet Date: Sun Feb 2 10:57:36 2020 New Revision: 524851 URL: https://svnweb.freebsd.org/changeset/ports/524851 Log: Update to 6.6.3 Changes: https://github.com/facebook/rocksdb/releases Deleted: head/databases/rocksdb/files/patch-tools-block_cache_analyzer-block_cache_trace_analyzer.cc Modified: head/databases/rocksdb/Makefile head/databases/rocksdb/distinfo head/databases/rocksdb/pkg-plist Modified: head/databases/rocksdb/Makefile ============================================================================== --- head/databases/rocksdb/Makefile Sun Feb 2 10:55:27 2020 (r524850) +++ head/databases/rocksdb/Makefile Sun Feb 2 10:57:36 2020 (r524851) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rocksdb -PORTVERSION= 6.5.3 +PORTVERSION= 6.6.3 DISTVERSIONPREFIX= v CATEGORIES= databases Modified: head/databases/rocksdb/distinfo ============================================================================== --- head/databases/rocksdb/distinfo Sun Feb 2 10:55:27 2020 (r524850) +++ head/databases/rocksdb/distinfo Sun Feb 2 10:57:36 2020 (r524851) @@ -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 Modified: head/databases/rocksdb/pkg-plist ============================================================================== --- head/databases/rocksdb/pkg-plist Sun Feb 2 10:55:27 2020 (r524850) +++ head/databases/rocksdb/pkg-plist Sun Feb 2 10:57:36 2020 (r524851) @@ -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