Skip to content

Commit 4377300

Browse files
Lexi WinterLexi Winter
authored andcommitted
packages: Move xz to the minimal set
pkg(8), via its daily periodic script, requires xz. We don't have a way to encode dependencies from ports on base packages right now, so instead move xz to the minimal set so it's always installed. This isn't an ideal solution, but it's justified in this case since pkg(8) is always installed, so having its dependencies always installed is acceptable. (Following discusson on the diff, new versions of pkg have now been changed to use zstd instead of xz, but we still think xz is useful enough to keep in minimal.) MFC after: 1 week (stable/15 only) Reviewed by: des, bapt, emaste Differential Revision: https://reviews.freebsd.org/D55630 Sponsored by: https://www.patreon.com/bsdivy
1 parent 8ba3ada commit 4377300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/packages/ucl/xz-all.ucl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ applications to use this functionality programmatically.
2525
EOD
2626

2727
annotations {
28-
set = "optional,optional-jail"
28+
set = "minimal,minimal-jail"
2929
}

0 commit comments

Comments
 (0)