Keeping your installed OpenBSD packages up to date is hard and time-consuming. Nobody wants to read the mailing lists to spot security fixes and/or updates never mind wanting to build new packages from their ports tree and manually install them on each of their servers and/or desktops.
For this reason M:Tier is launching a new package repository which includes the latest security fixes and critical updates.
It's easy to setup and even easier to maintain…you don't need to do anything anymore. M:Tier will even notify you by e-mail if there's an update available (unless you opt-out).
M:Tier offers two service levels:
We offer our stable updates for OpenBSD packages built from the official OpenBSD ports tree. And for our LTS subscribers we offer backports for the two most recent releases. M:Tier will ensure that the packages it builds on your behalf are genuine, made possible thanks to M:Tier's signed packages. This will provide the total assurance that any package you download was built by M:Tier, and only M:Tier.
openup is a small utility for OpenBSD that can be run
standalone or from cron(8) and that checks for security
updates in both packages and the base system. It uses
the standard pkg tools and from 6.1 syspatch(8) is being
used to check and install updates for the base system.
Read more
or
download.
New packages are built as soon as an update is committed to OpenBSD's CVS tree. Once the package has been validated and uploaded a notification will be sent out to our subscribers by e-mail. For a greater level of trust our notifications have been GPG signed. These e-mails can be verified after importing our key into your keyring:
gpg --recv-keys 9F50B17B
Announcements on Twitter
will be made as soon as new packages are available.
Please note that if you
use openup
you can skip these steps as openup will take care of that
for you! So go ahead and download openup now.
We highly encourage the usage of openup, especially starting from 6.1 due to the changes made in the OpenBSD base system.
Several steps are needed in order to use M:Tier's OpenBSD stable packages, these are listed below:
Retrieve the key and install it as:
/etc/signify/mtier-72-pkg.pub
PKG_PATH=https://stable.mtier.org/updates/$(uname -r)/$(arch -s):${PKG_PATH}
For example:
Alternatively you may replacePKG_PATH=http://ftp.fr.openbsd.org/pub/OpenBSD/$(uname -r)/packages/$(arch -s)
PKG_PATH=https://stable.mtier.org/updates/$(uname -r)/$(arch -s):${PKG_PATH}
export PKG_PATH
$(arch -s)
with ${ARCH} and export that variable too. This
can currently simplify installing new packages.
Updating all packages to their latest stable version is just a matter of running:
pkg_add -u
rsync -av rsync://stable.mtier.org/OpenBSD-Stable/ .
In case you have any questions, concerns, or having issues getting started using the service, please contact M:Tier via e-mail or @mtierltd.