./sysutils/sysupgrade, Automate upgrades of NetBSD

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.5nb10, Package name: sysupgrade-1.5nb10, Maintainer: jmmv

sysupgrade is a script to automate NetBSD system upgrades. sysupgrade
works by first fetching distribution sets from a specified site or local
directory, then by upgrading the system using such distribution sets and
later by ensuring that the system configuration is up to date. All the
process is controlled by a configuration file, and the defaults should
suit the most common NetBSD upgrades.

sysupgrade can be used to perform upgrades across different system major
and/or minor versions, and it can also be used to track a stable or
development branch from the CVS repository.

sysbuild is the perfect companion to sysupgrade in those cases where you
want to roll your own binaries: both utilities share a very similar
command-line and configuration interface, and the default configuration
files provide examples on how to integrate one with the other.


Required to run:
[devel/shtk]

Required to build:
[pkgtools/cwrappers]

Package options: tests

Master sites:

Filesize: 74.056 KB

Version history: (Expand)


CVS history: (Expand)


   2022-04-15 11:10:56 by Nia Alarie | Files touched by this commit (4)
Log message:
sysupgrade: Infer default archive extension based on the CPU architecture.
   2022-04-15 10:07:25 by Nia Alarie | Files touched by this commit (3)
Log message:
sysupgrade: protect against failures when /usr/sbin is not in PATH
   2021-10-26 13:20:30 by Nia Alarie | Files touched by this commit (630)
Log message:
sysutils: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630)
Log message:
sysutils: Remove SHA1 hashes for distfiles
   2021-03-14 09:44:01 by Nia Alarie | Files touched by this commit (3)
Log message:
sysupgrade: More useful example URLs.
   2020-10-21 23:34:21 by Kamil Rytarowski | Files touched by this commit (3)
Log message:
sysupgrade: Switch the default case to .tar.xz sets

The .tgz users can tune it setting ARCHIVE_EXTENSION.
   2020-10-14 11:50:49 by Maya Rashish | Files touched by this commit (3)
Log message:
sysupgrade: rm *${arch_ext} as well as *gz, not in place of.

PKGREVISION++
   2020-10-13 02:50:08 by Maya Rashish | Files touched by this commit (3)
Log message:
sysupgrade: PKGREVISION->5, handle ARCHIVE_EXTENSION also in sysupgrade clean

From Sunil Nimmagadda in PR pkg/55713