git: 659b3175edc2 - stable/15 - ncurses: Move to the minimal set
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Oct 2025 04:43:25 UTC
The branch stable/15 has been updated by ivy:
URL: https://cgit.FreeBSD.org/src/commit/?id=659b3175edc23c337bbfb0c02760864d29fb94fb
commit 659b3175edc23c337bbfb0c02760864d29fb94fb
Author: Lexi Winter <ivy@FreeBSD.org>
AuthorDate: 2025-10-08 03:21:25 +0000
Commit: Lexi Winter <ivy@FreeBSD.org>
CommitDate: 2025-10-10 04:29:21 +0000
ncurses: Move to the minimal set
MFC after: 1 day
Reviewed by: bapt
Sponsored by: https://www.patreon.com/bsdivy
Differential Revision: https://reviews.freebsd.org/D52950
(cherry picked from commit ecaf90ee03bccc14f7628c1e87ac18e29064c079)
---
release/packages/ucl/ncurses-all.ucl | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/release/packages/ucl/ncurses-all.ucl b/release/packages/ucl/ncurses-all.ucl
index c0d52e046e78..3963eb98aa72 100644
--- a/release/packages/ucl/ncurses-all.ucl
+++ b/release/packages/ucl/ncurses-all.ucl
@@ -17,3 +17,7 @@ curses interface, and is also backward compatible with traditional BSD curses.
This package ships with a limited termcap database, but it is designed to use
a terminfo database provided by ports, such as in misc/terminfo-db.
EOD
+
+annotations {
+ set = "minimal,minimal-jail"
+}