Loading
bogofilter: split into bogofilter-db and bogofilter-sqlite
Split the `bogofilter` package into `bogofilter-db` and `bogofilter-sqlite`, aliasing `bogofilter` to `bogofilter-db`. Users may also build with any of the supported databases (`kyotocabinet`, `lmdb`, `sqlite`, or `db`) by passing their preferred database as an override. The next release (1.3.0) will switch to the sqlite backend by default so splitting now: 1. Gives users a chance to upgrade at their leisure before the default switches. 2. Gives users a way to explicitly stick with Berkeley DB (by switching to `bogofilter-db`.