pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/mail/postfix



On Sun, Mar 8, 2026 at 8:47 AM Greg Troxel <gdt%lexort.com@localhost> wrote:
>
> "Takahiro Kambe" <taca%netbsd.org@localhost> writes:
>
> >   * Some (Linux) distributions are removing support for BerkeleyDB
> >     databases (In Postfix, this means we lose support for the hash:
> >     and btree: lookup tables). See NON_BERKELEYDB_README for manual and
> >     partially automatic migration from btree: to lmdb:, and from hash:
> >     to lmdb: or cdb:.
>
> (This is not a comment or a complaint about your postfix upgrade!)
>
> Does anyone understand that larger story behind "Some (Linux)
> distributions" removing Berkeley DB support?  Given widespread usage,
> that seems surprising and feels unreasonable.  Are there some good
> reasons I don't know about, or is it just a systemd/wayland thing?

It's an Oracle bug.  Looking at releases and forums, they seem to have
iced development, but I don't have specific knowledge if there is
anybody left working on it or not.  Additionally, the licence changes
and format compatibility issues with newer versions have made it a
pain for some packaging/distributing and usage.  Many projects have
moved to lmdb for something somwhat similar, or sqlite.

Regards,
Kevin


Home | Main Index | Thread Index | Old Index