7 Commits

Author SHA1 Message Date
jca
bcf347998a Move the ports I maintain to PERMIT_PACKAGE 2019-06-22 22:44:06 +00:00
chrisz
1fe8c3b1bc Backport double-free / use-after-free fix from upstream
8d93fe0718

ok jca@
2019-05-02 12:49:25 +00:00
jca
4372de3641 Update to lmdb-0.9.23 2018-12-28 17:32:36 +00:00
jca
71f8832283 Simplify MDB_WRITEMAP patch 2018-12-28 17:28:00 +00:00
jca
0ed22fca1d Fix up patch: in mdb_env_open, don't clobber flags already set in env 2018-12-28 17:26:09 +00:00
jca
a60e2774d4 Take maintainership 2018-11-16 21:00:15 +00:00
rsadowski
a262c672bc Import databases/lmdb
Tweaks/Input from Raf Czlonka <rczlonka AT gmail DOT com>, sthem@, jca@
ok jca@

LMDB is an ultra-fast, ultra-compact key-value data store developed by Symas
for the OpenLDAP Project.

It uses memory-mapped files, so it has the read performance of a pure in-memory
database while still offering the persistence of standard disk-based databases,
and is only limited to the size of the virtual address space, (it is not
limited to the size of physical RAM). LMDB was originally called MDB, but was
renamed to avoid confusion with other software associated with the name MDB.
2018-06-06 10:34:28 +00:00