Page MenuHomeFreeBSD

net/turnserver: Disable all database options except SQLITE by default
AbandonedPublic

Authored by yuri on Jan 9 2018, 8:07 AM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 12 2024, 6:15 PM
Unknown Object (File)
Dec 20 2023, 7:56 AM
Unknown Object (File)
Oct 5 2023, 9:55 PM
Unknown Object (File)
Jun 26 2023, 12:26 PM
Unknown Object (File)
Jun 15 2023, 6:51 PM
Unknown Object (File)
Jan 8 2023, 4:56 PM
Unknown Object (File)
Dec 27 2022, 2:55 PM
Subscribers

Details

Summary

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209560

The long-forgotten bug report.
In a very simple app like this, there is no need to have heavy-weight DB backends permanently attached as dependencies. SQLite should more than suffice for 99.9% of users.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 14213
Build 14376: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Jan 9 2018, 6:30 PM
bhughes requested changes to this revision.Jan 9 2018, 7:20 PM
bhughes added a subscriber: bhughes.

I'm the maintainer of net/turnserver, I took over after this PR got positive feedback (but before any change was done). At the very least, I want/need to leave Redis enabled, as this is necessary for receiving runtime notifications from the turnserver. Personally, I don't see the problem in pulling in all client databases, for maximum flexibility.

This revision now requires changes to proceed.Jan 9 2018, 7:20 PM