Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Mar 2026 15:42:48 +0000
From:      Lexi Winter <ivy@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 43773002fa63 - main - packages: Move xz to the minimal set
Message-ID:  <69c6a578.26e4e.11e143a9@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by ivy:

URL: https://cgit.FreeBSD.org/src/commit/?id=43773002fa63262d531ce3ee5cf5d3fe872a3388

commit 43773002fa63262d531ce3ee5cf5d3fe872a3388
Author:     Lexi Winter <ivy@FreeBSD.org>
AuthorDate: 2026-03-27 14:49:30 +0000
Commit:     Lexi Winter <ivy@FreeBSD.org>
CommitDate: 2026-03-27 15:42:37 +0000

    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
---
 release/packages/ucl/xz-all.ucl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release/packages/ucl/xz-all.ucl b/release/packages/ucl/xz-all.ucl
index 8a7c33bcce46..3523dc70ca55 100644
--- a/release/packages/ucl/xz-all.ucl
+++ b/release/packages/ucl/xz-all.ucl
@@ -25,5 +25,5 @@ applications to use this functionality programmatically.
 EOD
 
 annotations {
-	set = "optional,optional-jail"
+	set = "minimal,minimal-jail"
 }


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69c6a578.26e4e.11e143a9>