ctc-oss / fapolicy-analyzer

Tools to assist with the configuration and management of fapolicyd.
https://ctc-oss.github.io/fapolicy-analyzer
GNU General Public License v3.0
12 stars 5 forks source link

Request package for lmdb-rkv #729

Closed jw3 closed 1 year ago

jw3 commented 1 year ago

The rawhide package requirements have been reduced significantly with some recent build changes, it looks like we are down to lmdb-rkv and its dependencies.

https://github.com/mozilla/lmdb-rs

Note that there is an existing package for lmdb

https://github.com/danburkert/lmdb-rs

but that project is dated, and lmdb-rkv is a Mozilla fork of it that added 178 commits.

Attempted a quick switch to lmdb to test, but the api appears to have changed, did not dig in.

jw3 commented 1 year ago

The lmdb crate may work after all

ref #715

jw3 commented 1 year ago

Fixed in #730