Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.9.2 20 Feb 2023 10:51:40
    |
Antoine Brodin (antoine)  |
databases/rocksdb: mark BROKEN
strip: open
/wrkdirs/usr/ports/databases/rocksdb/work/stage/usr/local/lib/librocksdb.so
failed: No such file or directory
Reported by: pkg-fallout |
7.9.2 05 Feb 2023 15:47:41
    |
Po-Chuan Hsieh (sunpoet)  |
databases/rocksdb: Update to 7.9.2
Changes: https://github.com/facebook/rocksdb/releases |
7.8.3 30 Jan 2023 12:58:59
    |
Po-Chuan Hsieh (sunpoet)  |
databases/rocksdb: Update to 7.8.3
- Enable ZSTD option by default
Changes: https://github.com/facebook/rocksdb/releases |
7.7.3 30 Dec 2022 09:04:06
    |
Po-Chuan Hsieh (sunpoet)  |
databases/rocksdb: Update to 7.7.3
- Update WWW
Changes: https://github.com/facebook/rocksdb/releases |
7.7.2 19 Nov 2022 08:11:17
    |
Po-Chuan Hsieh (sunpoet)  |
databases/rocksdb: Clean up Makefile
- Use = instead of ?= after 09bd0656bb445fed1675360acc33460e6d6fde44 |
7.7.2 09 Oct 2022 19:45:25
    |
Po-Chuan Hsieh (sunpoet)  |
databases/rocksdb: Update to 7.7.2
Changes: https://github.com/facebook/rocksdb/releases |
7.6.0 03 Oct 2022 17:10:16
    |
Po-Chuan Hsieh (sunpoet)  |
databases/rocksdb: Update to 7.6.0
Changes: https://github.com/facebook/rocksdb/releases |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
7.5.3 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
7.5.3 31 Aug 2022 18:49:28
    |
Po-Chuan Hsieh (sunpoet)  |
databases/rocksdb: Update to 7.5.3
Changes: https://github.com/facebook/rocksdb/releases |
7.4.5 27 Aug 2022 10:23:31
    |
Po-Chuan Hsieh (sunpoet)  |
databases/rocksdb: Update to 7.4.5
Changes: https://github.com/facebook/rocksdb/releases |
7.4.4 30 Jul 2022 19:24:06
    |
Po-Chuan Hsieh (sunpoet)  |
databases/rocksdb: Update to 7.4.4
Changes: https://github.com/facebook/rocksdb/releases |
7.4.3 30 Jul 2022 05:57:08
    |
Po-Chuan Hsieh (sunpoet)  |
databases/rocksdb: Update to 7.4.3
Changes: https://github.com/facebook/rocksdb/releases |
7.3.1 26 Jul 2022 11:41:47
    |
Dmitry Marakasov (amdmi3)  |
databases/rocksdb: mark BROKEN
Approved by: portmgr blanket |
7.3.1 20 Jul 2022 14:21:07
    |
Tobias C. Berner (tcberner)  |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
7.3.1 13 Jul 2022 00:19:05
    |
Po-Chuan Hsieh (sunpoet)  |
databases/rocksdb: Try to find the reason why it is broken on our package
building clusters
- Locate all shared libraries before running strip
- Clean up Makefile:
- Use INSTALL_LIB to install librocksdb_tools.so
- Remove PKGNAMESUFFIX: it is no-op after decouple rocksdb-lite from rocksdb
(09bd0656bb445fed1675360acc33460e6d6fde44 and
e4bc1f63b9dbdbde2463e8e4e33687aceb51bf1e)
from poudriere log [1]:
...
CCLD librocksdb.so.7.3.1
ln -fs librocksdb.so.7.3.1 librocksdb.so.7.3
ln -fs librocksdb.so.7.3.1 librocksdb.so.7
ln -fs librocksdb.so.7.3.1 librocksdb.so
...
[ -e librocksdb.so.7.3.1 ] && gmake install-shared || :
...
/usr/bin/strip
/wrkdirs/usr/ports/databases/rocksdb/work/stage/usr/local/lib/librocksdb.so
/wrkdirs/usr/ports/databases/rocksdb/work/stage/usr/local/lib/librocksdb_tools.so
strip: open
/wrkdirs/usr/ports/databases/rocksdb/work/stage/usr/local/lib/librocksdb.so
failed: No such file or directory
*** Error code 1
Stop.
make: stopped in /usr/ports/databases/rocksdb
Reference: http://beefy2.nyi.freebsd.org/data/123amd64-quarterly/3dc475798ba8/logs/rocksdb-7.3.1.log
[1] |
7.3.1 16 Jun 2022 13:59:07
    |
Po-Chuan Hsieh (sunpoet)  |
databases/rocksdb: Update to 7.3.1
Changes: https://github.com/facebook/rocksdb/releases |
7.2.2 13 May 2022 11:39:14
    |
Po-Chuan Hsieh (sunpoet)  |
databases/rocksdb: Update to 7.2.2
Changes: https://github.com/facebook/rocksdb/releases |
7.1.2 26 Apr 2022 15:01:11
    |
Po-Chuan Hsieh (sunpoet)  |
databases/rocksdb: Update to 7.1.2
Changes: https://github.com/facebook/rocksdb/releases |
7.1.1 17 Apr 2022 23:58:00
    |
Po-Chuan Hsieh (sunpoet)  |
databases/rocksdb: Update to 7.1.1
Changes: https://github.com/facebook/rocksdb/releases |
7.0.4 16 Apr 2022 04:19:06
    |
Po-Chuan Hsieh (sunpoet)  |
databases/rocksdb: Update to 7.0.4
Changes: https://github.com/facebook/rocksdb/releases |
7.0.2 30 Mar 2022 22:02:42
    |
Po-Chuan Hsieh (sunpoet)  |
databases/rocksdb: Update to 7.0.2
Changes: https://github.com/facebook/rocksdb/releases |
7.0.1 25 Mar 2022 13:36:40
    |
Po-Chuan Hsieh (sunpoet)  |
databases/rocksdb: Update to 7.0.1
Changes: https://github.com/facebook/rocksdb/releases |
6.29.3 07 Mar 2022 18:10:54
    |
Po-Chuan Hsieh (sunpoet)  |
databases/rocksdb: Update to 6.29.3
Changes: https://github.com/facebook/rocksdb/releases |
6.27.3 23 Jan 2022 18:17:30
    |
Po-Chuan Hsieh (sunpoet)  |
databases/rocksdb: Update to 6.27.3
Changes: https://github.com/facebook/rocksdb/releases |
6.26.1 18 Jan 2022 08:42:06
    |
Pietro Cerutti (gahr)  |
databases/rocksdb: unbreak with clang13
PR: 261187
Reported by: nc@ |
6.26.1 21 Dec 2021 18:46:18
    |
Po-Chuan Hsieh (sunpoet)  |
databases/rocksdb: Update to 6.26.1
Changes: https://github.com/facebook/rocksdb/releases |
6.26.0 21 Nov 2021 21:14:17
    |
Po-Chuan Hsieh (sunpoet)  |
databases/rocksdb: Update to 6.26.0
Changes: https://github.com/facebook/rocksdb/releases |
6.25.3 01 Nov 2021 13:41:22
    |
Po-Chuan Hsieh (sunpoet)  |
databases/rocksdb: Update to 6.25.3
Changes: https://github.com/facebook/rocksdb/releases |
6.22.1_1 25 Oct 2021 21:54:46
    |
Po-Chuan Hsieh (sunpoet)  |
databases/rocksdb-lite: Unbreak this port
Approved by: portmgr (blanket) |
6.22.1_1 25 Oct 2021 21:46:31
    |
Po-Chuan Hsieh (sunpoet)  |
databases/rocksdb: Strip shared library
- Bump PORTREVISION for package change |
6.22.1 25 Oct 2021 15:57:13
    |
Po-Chuan Hsieh (sunpoet)  |
databases/rocksdb: Move architecture-specific fixes into single patch file
- patch-aarch64 is merged from:
- patch-CMakeLists.txt
- patch-build_tools-build_detect_platform (part of)
- patch-powerpc64 is merged from:
- patch-util_crc32c.cc
-
patch-utilities_transactions_lock_range_range__tree_lib_portability_toku__time.h |
6.22.1 22 Oct 2021 11:42:51
    |
Piotr Kubaj (pkubaj)  |
databases/rocksdb: fix build on powerpc64*
__ppc_get_timebase() is not present on FreeBSD. |
6.22.1 13 Oct 2021 19:12:07
    |
Po-Chuan Hsieh (sunpoet)  |
databases/rocksdb: Remove workaround which is fixed in 6.22.1 |
6.22.1 13 Oct 2021 06:12:34
    |
Po-Chuan Hsieh (sunpoet)  |
databases/rocksdb: Update to 6.22.1
Changes: https://github.com/facebook/rocksdb/releases |
6.11.6_1 10 Oct 2021 17:00:06
    |
Mikael Urankar (mikael)  |
databases/rocksdb: Fix build on aarch64.
Approved by: portmgr (build fix blanket) |
6.11.6_1 30 Sep 2021 21:23:30
    |
Rene Ladan (rene)  |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
6.11.6_1 06 Jul 2021 17:24:31
    |
Jung-uk Kim (jkim)  |
databases/rocksdb: Honor CPUTYPE and do not force '-march=native' on x86
PR: 256913
Approved by: sunpoet (maintainer) |
6.11.6 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
6.11.6 02 Dec 2020 00:52:50
  |
pkubaj  |
databases/rocksdb: fix build on powerpc64*
Merge upstream commit that fixes build with LLVM on ppc64* (also affects other
systems) and add patch which fixes build specifically on FreeBSD (PR currently
waiting for acceptance). |
6.11.6 15 Oct 2020 20:06:57
  |
sunpoet  |
Update to 6.11.6
Changes: https://github.com/facebook/rocksdb/releases |
6.11.4 23 Sep 2020 12:04:23
  |
sunpoet  |
Fix build with Clang 10
Obtained
from: https://github.com/facebook/rocksdb/commit/9cc25190e1ba6fc66bbd0d47caaf043d75839b6f |
6.11.4 24 Jul 2020 18:58:58
  |
sunpoet  |
Update to 6.11.4
Changes: https://github.com/facebook/rocksdb/releases |
6.10.2 15 Jun 2020 18:43:25
  |
sunpoet  |
Update to 6.10.2
Changes: https://github.com/facebook/rocksdb/releases |
6.10.1 31 May 2020 18:16:39
  |
sunpoet  |
Update to 6.10.1
- Convert REINPLACE_CMD to patch files
Changes: https://github.com/facebook/rocksdb/releases |
6.8.1 27 Apr 2020 20:58:07
  |
sunpoet  |
Update to 6.8.1
Changes: https://github.com/facebook/rocksdb/releases |
6.7.3 28 Mar 2020 12:45:09
  |
sunpoet  |
Update to 6.7.3
Changes: https://github.com/facebook/rocksdb/releases |
6.6.4 03 Feb 2020 19:45:00
  |
sunpoet  |
Update to 6.6.4
Changes: https://github.com/facebook/rocksdb/releases |
6.6.3 02 Feb 2020 10:57:36
  |
sunpoet  |
Update to 6.6.3
Changes: https://github.com/facebook/rocksdb/releases |
6.5.3 11 Jan 2020 10:41:06
  |
sunpoet  |
Update to 6.5.3
Changes: https://github.com/facebook/rocksdb/releases |
6.5.2 28 Dec 2019 06:56:08
  |
sunpoet  |
Update to 6.5.2
Changes: https://github.com/facebook/rocksdb/releases |
6.4.6 18 Nov 2019 18:10:29
  |
sunpoet  |
Update to 6.4.6
Changes: https://github.com/facebook/rocksdb/releases |
6.3.6 21 Oct 2019 23:32:14
  |
sunpoet  |
Update to 6.3.6
Changes: https://github.com/facebook/rocksdb/releases |
6.2.4 28 Sep 2019 20:02:33
  |
sunpoet  |
Allow build with Clang 8
Clang 8 detects shadow enums and stops the build. This workaround adds
-Wno-error=shadow to bypass it.
In file included from db/builder.cc:19:
./db/internal_stats.h:112:5: error: declaration shadows a variable in namespace
'rocksdb' [-Werror,-Wshadow]
WAL_FILE_BYTES,
^
./include/rocksdb/statistics.h:196:3: note: previous declaration is here
WAL_FILE_BYTES, // Number of bytes written to WAL
^
In file included from db/builder.cc:19:
./db/internal_stats.h:113:5: error: declaration shadows a variable in namespace
'rocksdb' [-Werror,-Wshadow]
WAL_FILE_SYNCED,
^ (Only the first 15 lines of the commit message are shown above ) |
6.2.4 27 Sep 2019 21:26:12
  |
sunpoet  |
Update to 6.2.4
Changes: https://github.com/facebook/rocksdb/releases |
6.2.2 04 Aug 2019 16:10:04
  |
sunpoet  |
Update to 6.2.2
Changes: https://github.com/facebook/rocksdb/releases |
6.1.2_1 26 Jul 2019 20:46:57
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
6.1.2 06 Jun 2019 18:36:37
  |
sunpoet  |
Update to 6.1.2
Changes: https://github.com/facebook/rocksdb/releases |
6.0.2 24 Apr 2019 17:42:02
  |
sunpoet  |
Update to 6.0.2
Changes: https://github.com/facebook/rocksdb/releases |
6.0.1 18 Apr 2019 17:59:49
  |
sunpoet  |
Update to 6.0.1
Changes: https://github.com/facebook/rocksdb/releases |
5.18.3 16 Apr 2019 23:49:12
  |
sunpoet  |
Convert to test framework |
5.18.3 01 Mar 2019 11:18:26
  |
sunpoet  |
Update to 5.18.3
Changes: https://github.com/facebook/rocksdb/releases |
5.17.2_1 12 Dec 2018 01:35:36
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
5.17.2 11 Dec 2018 10:10:02
  |
antoine  |
Spell CHOSEN_COMPILER_TYPE correctly
PR: 199098
With hat: portmgr |
5.17.2 26 Nov 2018 18:59:29
  |
sunpoet  |
Fix build and unbreak this port
Approved by: portmgr (blanket) |
5.17.2 25 Nov 2018 17:10:50
  |
sunpoet  |
Fix build on i386 |
5.17.2 13 Nov 2018 23:55:18
  |
sunpoet  |
Update to 5.17.2
Changes: https://github.com/facebook/rocksdb/releases |
5.15.10 15 Sep 2018 23:59:53
  |
sunpoet  |
Update to 5.15.10
Changes: https://github.com/facebook/rocksdb/releases |
5.14.3 23 Aug 2018 17:53:45
  |
sunpoet  |
Update to 5.14.3
Changes: https://github.com/facebook/rocksdb/releases |
5.14.2_1 22 Aug 2018 21:45:00
  |
sunpoet  |
Update WWW |
5.14.2_1 29 Jul 2018 22:18:46
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
5.14.2 29 Jul 2018 19:09:40
  |
sunpoet  |
Update to 5.14.2
Changes: https://github.com/facebook/rocksdb/releases |
5.13.4 24 Jun 2018 20:16:04
  |
sunpoet  |
Update to 5.13.4
Changes: https://github.com/facebook/rocksdb/releases |
5.13.2 18 Jun 2018 03:49:10
  |
linimon  |
Mark ports broken on powerpc64, categories d-f.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket) |
5.13.2 26 May 2018 17:46:38
  |
sunpoet  |
Update to 5.13.2
Changes: https://github.com/facebook/rocksdb/releases |
5.13.1 16 May 2018 23:54:06
  |
sunpoet  |
Update to 5.13.1
Changes: https://github.com/facebook/rocksdb/releases |
5.12.4 27 Apr 2018 15:55:13
  |
sunpoet  |
Update to 5.12.4
Changes: https://github.com/facebook/rocksdb/releases |
5.12.2 04 Apr 2018 18:50:36
  |
sunpoet  |
Update to 5.12.2
Changes: https://github.com/facebook/rocksdb/releases |
5.11.3 13 Mar 2018 20:30:20
  |
sunpoet  |
Update to 5.11.3
Changes: https://github.com/facebook/rocksdb/releases |
5.10.4 02 Mar 2018 18:51:28
  |
sunpoet  |
Update to 5.10.4
Changes: https://github.com/facebook/rocksdb/releases
https://github.com/facebook/rocksdb/blob/5.10.fb/HISTORY.md |
5.10.3 25 Feb 2018 05:31:39
  |
sunpoet  |
Fix rocksdb-lite for osquery
- Bump PORTREVISION for package change
Requested by: lx
Reference: https://github.com/facebook/osquery/issues/4059 |
5.10.3 22 Feb 2018 19:50:12
  |
sunpoet  |
Update to 5.10.3
Changes: https://github.com/facebook/rocksdb/releases
https://github.com/facebook/rocksdb/blob/5.10.fb/HISTORY.md |
5.10.2 15 Feb 2018 12:48:04
  |
sunpoet  |
Fix build on FreeBSD 10
PR: 225785
Submitted by: lbartoletti <lbartoletti@tuxfamily.org>
MFH: 2018Q1 |
5.10.2 07 Feb 2018 20:09:59
  |
sunpoet  |
Update to 5.10.2
- Use newly-added ROCKSDB_DISABLE_* environment variables
Changes: https://github.com/facebook/rocksdb/releases
https://github.com/facebook/rocksdb/blob/master/HISTORY.md |
5.9.2 27 Dec 2017 19:51:30
  |
sunpoet  |
Pet portlint: move BROKEN_* upward |
5.9.2 27 Dec 2017 08:02:58
  |
linimon  |
Remove "-march=native" as a barrier to building on arm.
However, the builds still fail, but much farther along in the process.
So, this fix is necessary, but insufficient.
TODO: confirm the exact way rocksdb-lite fails on armv7 (I haven't run
that combination yet).
Approved by: portmgr (tier-2 blanket) |
5.9.2 23 Dec 2017 16:49:17
  |
sunpoet  |
Cosmetic change to avoid unpaired symbols |
5.9.2 19 Dec 2017 18:20:26
  |
sunpoet  |
Update to 5.9.2
Changes: https://github.com/facebook/rocksdb/releases
https://github.com/facebook/rocksdb/blob/master/HISTORY.md |
5.8.8 11 Dec 2017 10:36:44
  |
sunpoet  |
Update to 5.8.8
Changes: https://github.com/facebook/rocksdb/releases
https://github.com/facebook/rocksdb/blob/master/HISTORY.md |
5.8.7 03 Dec 2017 20:34:18
  |
sunpoet  |
Update to 5.8.7
Changes: https://github.com/facebook/rocksdb/releases
https://github.com/facebook/rocksdb/blob/master/HISTORY.md |
5.8.6_1 01 Dec 2017 12:56:49
  |
zi  |
- Fix sysutils/osquery build by adding USE_RTTI=1 to MAKE_ENV
- Bump PORTREVISION
PR: 223836
Submitted by: lwshu@ |
5.8.6 30 Nov 2017 06:13:35
  |
linimon  |
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run |
5.8.6 21 Nov 2017 18:05:51
  |
sunpoet  |
Update to 5.8.6
Changes: https://github.com/facebook/rocksdb/releases
https://github.com/facebook/rocksdb/blob/master/HISTORY.md |
5.8 20 Nov 2017 04:30:26
  |
sunpoet  |
Update to 5.8
Changes: https://github.com/facebook/rocksdb/releases
https://github.com/facebook/rocksdb/blob/master/HISTORY.md |
5.7.3_1 10 Sep 2017 20:55:39
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
5.7.3 31 Aug 2017 15:31:29
  |
sunpoet  |
Update to 5.7.3
Changes: https://github.com/facebook/rocksdb/releases
https://github.com/facebook/rocksdb/blob/master/HISTORY.md |
5.7.2 20 Aug 2017 12:26:24
  |
sunpoet  |
Pet portlint: move BROKEN_* upward |
5.7.2 16 Aug 2017 15:44:39
  |
sunpoet  |
Update to 5.7.2
Changes: https://github.com/facebook/rocksdb/releases
https://github.com/facebook/rocksdb/blob/master/HISTORY.md |
5.7.1 12 Aug 2017 18:58:43
  |
sunpoet  |
Update to 5.7.1
Changes: https://github.com/facebook/rocksdb/releases
https://github.com/facebook/rocksdb/blob/master/HISTORY.md |
5.6.1 26 Jul 2017 18:20:15
  |
sunpoet  |
Update to 5.6.1
Changes: https://github.com/facebook/rocksdb/releases
https://github.com/facebook/rocksdb/blob/master/HISTORY.md |