Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Dec 2023 20:53:59 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1949c4ca5aed - main - databases/rocksdb: Update to 8.9.1
Message-ID:  <202312142053.3BEKrxU0003203@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1949c4ca5aed66020afb569e8ee10ac8811200e0

commit 1949c4ca5aed66020afb569e8ee10ac8811200e0
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-12-14 20:44:51 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-12-14 20:44:51 +0000

    databases/rocksdb: Update to 8.9.1
    
    Changes:        https://github.com/facebook/rocksdb/releases
---
 databases/rocksdb/Makefile                   |  2 +-
 databases/rocksdb/distinfo                   |  6 +++---
 databases/rocksdb/files/patch-env-io_posix.h | 11 -----------
 3 files changed, 4 insertions(+), 15 deletions(-)

diff --git a/databases/rocksdb/Makefile b/databases/rocksdb/Makefile
index 42d234ecf479..88273692e9f8 100644
--- a/databases/rocksdb/Makefile
+++ b/databases/rocksdb/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	rocksdb
-PORTVERSION=	8.8.1
+PORTVERSION=	8.9.1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	databases
 
diff --git a/databases/rocksdb/distinfo b/databases/rocksdb/distinfo
index 8a8b1cc76e44..584b906b192d 100644
--- a/databases/rocksdb/distinfo
+++ b/databases/rocksdb/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1700759706
-SHA256 (facebook-rocksdb-v8.8.1_GH0.tar.gz) = 056c7e21ad8ae36b026ac3b94b9d6e0fcc60e1d937fc80330921e4181be5c36e
-SIZE (facebook-rocksdb-v8.8.1_GH0.tar.gz) = 12926946
+TIMESTAMP = 1702543606
+SHA256 (facebook-rocksdb-v8.9.1_GH0.tar.gz) = c22d2097e7aa75629612fd020499bdae0d3e321c7bc4361960c42aaf9cbd6dc1
+SIZE (facebook-rocksdb-v8.9.1_GH0.tar.gz) = 13293245
diff --git a/databases/rocksdb/files/patch-env-io_posix.h b/databases/rocksdb/files/patch-env-io_posix.h
deleted file mode 100644
index 837f4ab039e3..000000000000
--- a/databases/rocksdb/files/patch-env-io_posix.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- env/io_posix.h.orig	2022-12-22 17:30:39 UTC
-+++ env/io_posix.h
-@@ -29,7 +29,7 @@
- 
- // For non linux platform, the following macros are used only as place
- // holder.
--#if !(defined OS_LINUX) && !(defined CYGWIN) && !(defined OS_AIX)
-+#if !(defined OS_LINUX) && !(defined CYGWIN) && !(defined OS_AIX) && !(defined OS_FREEBSD)
- #define POSIX_FADV_NORMAL 0     /* [MC1] no further special treatment */
- #define POSIX_FADV_RANDOM 1     /* [MC1] expect random page refs */
- #define POSIX_FADV_SEQUENTIAL 2 /* [MC1] expect sequential page refs */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312142053.3BEKrxU0003203>