The branch main has been updated by ivy:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=8a9d29bedab597df6bfd4fab1b1bb023f8375a1f

commit 8a9d29bedab597df6bfd4fab1b1bb023f8375a1f
Author:     Lexi Winter <[email protected]>
AuthorDate: 2025-10-25 17:26:20 +0000
Commit:     Lexi Winter <[email protected]>
CommitDate: 2025-10-26 02:22:47 +0000

    packages: Put dhclient in the minimal-jail set
    
    This is somewhat widely used in VNET jails, it's fairly small (150kB on
    amd64) and it's enough of a core system component that it's reasonable
    to include, even if many jails don't require it.
    
    MFC after:      3 days
    Reviewed by:    dch
    Sponsored by:   https://www.patreon.com/bsdivy
    Differential Revision:  https://reviews.freebsd.org/D53154
---
 release/packages/ucl/dhclient-all.ucl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release/packages/ucl/dhclient-all.ucl 
b/release/packages/ucl/dhclient-all.ucl
index bae3c7d7c413..b540a23eeb71 100644
--- a/release/packages/ucl/dhclient-all.ucl
+++ b/release/packages/ucl/dhclient-all.ucl
@@ -46,5 +46,5 @@ EOD
 licenses = [ "BSD-3-Clause" ]
 
 annotations {
-       set = minimal
+       set = "minimal,minimal-jail"
 }

Reply via email to