11 Commits

Author SHA1 Message Date
jca
cd0fba1ff1 Drop RCS Ids in the ports I maintain 2022-03-10 00:04:05 +00:00
jca
f8b9ce7a20 Update to lmdb-0.9.29
Move MASTER_SITES to upstream's gitlab.
Initial diff from Aisha Tammy, thanks!
2021-05-12 23:37:31 +00:00
chrisz
0982af3927 uprade to lmdb 0.9.24 getting rid of backported patch. OK jca@ 2020-04-14 09:06:42 +00:00
jca
07e901c03b Provide debug-lmdb 2019-12-06 14:22:54 +00:00
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