The branch releng/15.0 has been updated by cperciva:

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

commit bcb4095b368bfdca243bc3040ca9a634740042d4
Author:     Lexi Winter <[email protected]>
AuthorDate: 2025-10-25 17:26:20 +0000
Commit:     Colin Percival <[email protected]>
CommitDate: 2025-10-30 16:15:06 +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.
    
    Approved by:    re (cperciva)
    MFC after:      3 days
    Reviewed by:    dch
    Sponsored by:   https://www.patreon.com/bsdivy
    Differential Revision:  https://reviews.freebsd.org/D53154
    
    (cherry picked from commit 8a9d29bedab597df6bfd4fab1b1bb023f8375a1f)
    (cherry picked from commit c392cdae9b5fa86f21574b48930f4dd2535aef6f)
---
 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