Page MenuHomeFreeBSD

net/samba422: Do not keep ldb private
ClosedPublic

Authored by 0mp on Sep 4 2025, 9:14 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 23, 3:53 PM
Unknown Object (File)
Tue, Oct 21, 1:15 AM
Unknown Object (File)
Tue, Oct 21, 1:15 AM
Unknown Object (File)
Tue, Oct 21, 1:15 AM
Unknown Object (File)
Mon, Oct 20, 3:36 PM
Unknown Object (File)
Mon, Oct 20, 7:01 AM
Unknown Object (File)
Sun, Oct 19, 1:58 PM
Unknown Object (File)
Sun, Oct 12, 2:41 PM
Subscribers
None

Details

Reviewers
None
Group Reviewers
samba
Commits
R11:d195b82a96a1: net/samba422: Do not keep ldb private
Summary

Since version 4.22, Samba requires ldb to be bundled. This is
problematic for packaging because ldb is also used by ports such as
security/sssd2. In the past, we used a standalone ldb port to address
that.

Luckily, it turns out that Samba can turn its private libraries into
public ones via its configure script. This commit makes Samba's ldb
public.

PR: 289272
Sponsored by: Klara, Inc.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 66811
Build 63694: arc lint + arc unit

Event Timeline

0mp requested review of this revision.Sep 4 2025, 9:14 AM
0mp created this revision.

Refresh after the lmdb fixes

This revision was not accepted when it landed; it landed in state Needs Review.Wed, Oct 22, 2:31 PM
This revision was automatically updated to reflect the committed changes.