Bug 254321 - security/cyrus-sasl2-saslauthd: Add support LMDB for SASLDB
Summary: security/cyrus-sasl2-saslauthd: Add support LMDB for SASLDB
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Hajimu UMEMOTO
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-16 01:08 UTC by Norikatsu Shigemura
Modified: 2021-03-16 11:24 UTC (History)
1 user (show)

See Also:


Attachments
lmdb support patch (1.02 KB, patch)
2021-03-16 01:08 UTC, Norikatsu Shigemura
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Norikatsu Shigemura 2021-03-16 01:08:04 UTC
Created attachment 223311 [details]
lmdb support patch

Hi ume-san!

I found a different from security/cyrus-sasl2 and security/cyrus-sasl2-saslauthd
which are LMDB support.
saslpasswd2 and sasldblistusers2 are OK, but testsaslauthd is not OK.
So I fixed by attached patch file.
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-03-16 11:21:47 UTC
A commit references this bug:

Author: ume
Date: Tue Mar 16 11:21:25 UTC 2021
New revision: 568555
URL: https://svnweb.freebsd.org/changeset/ports/568555

Log:
  Add LMDB support for saslauthd.

  PR:		254321
  Submitted by:	nork

Changes:
  head/security/cyrus-sasl2-saslauthd/Makefile
Comment 2 Hajimu UMEMOTO freebsd_committer freebsd_triage 2021-03-16 11:24:05 UTC
Thanks, committed!
Since LMDB is not enabled by default, we do not need to bump PORTREVISION.