aboutsummaryrefslogtreecommitdiff
path: root/lib/libblocklist
Commit message (Collapse)AuthorAgeFilesLines
* lib/libbl[ao]cklist: Use LIB_PACKAGELexi Winter2026-01-061-0/+2
| | | | | | | | | | | | | | This avoids e.g. utilities or ssh depending on the full blocklist package just because they link against libblocklist. This change moves files between packages so, until we have a proper policy on how to handle this in release/stable branches, it should not be MFC'd. MFC after: never Reviewed by: bapt Sponsored by: https://www.patreon.com/bsdivy Differential Revision: https://reviews.freebsd.org/D53605
* blocklist: Rename blacklist to blocklistJose Luis Duran2025-10-122-0/+46
Follow up upstream rename from blacklist to blocklist. - Old names and rc scripts are still valid, but emitting an ugly warning - Old firewall rules and anchor names should work, but emitting an ugly warning - Old MK_BLACKLIST* knobs are wired to the new ones Although care has been taken not to break current configurations, this is a large patch containing mostly duplicated code. If issues arise, it will be swiftly reverted. Reviewed by: ivy (pkgbase) Approved by: emaste (mentor) MFC after: 2 days Relnotes: yes