Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions release/packages/ucl/freebsd-update-all.ucl
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/*
* FreeBSD Update Package
*/

comment = "Binary updates for the FreeBSD base system"

desc = <<EOD
The freebsd-update(8) utility fetches and installs binary security and
errata updates for the FreeBSD base system. It can also be used to
upgrade from one major or minor version of FreeBSD to another.

freebsd-update(8) uses cryptographic signatures to verify the authenticity
of downloaded updates, and includes support for rollback of failed updates.
EOD

annotations {
set = "minimal,minimal-jail"
}
6 changes: 6 additions & 0 deletions release/packages/ucl/jail-all.ucl
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jails, and an optional rc(8) service to start jails during system startup using
the /etc/jail.conf configuration file.
EOD

deps {
"freebsd-update" {
version = "${VERSION}"
}
}

annotations {
set = "optional,optional-jail"
}
2 changes: 2 additions & 0 deletions usr.sbin/freebsd-update/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
PACKAGE= freebsd-update

CONFS= freebsd-update.conf
SCRIPTS=freebsd-update.sh
MAN= freebsd-update.8
Expand Down