owut: update to 2024.07.21
authorEric Fahlgren <ericfahlgren@gmail.com>
Sun, 21 Jul 2024 21:31:14 +0000 (14:31 -0700)
committerRosen Penev <rosenp@gmail.com>
Tue, 23 Jul 2024 01:51:38 +0000 (18:51 -0700)
commit3e7521280749822955ad446d56785297ee5a3a42
tree9f718e09068836615c679cb6e64539c8fc1a8154
parent5a923168c834157bc590c9b43de2c172dd934645
owut: update to 2024.07.21

A couple of minor bug fixes, and several enhancements.

The major addition is the pre-install hook, which allows user to
intercept processing between the download and install.  This allows,
for example, copying the download artifacts (firmware-manifest.json)
to persistent storage and saving it for later reference.  Other
uses include automating backups as part of the upgrade process.
See /etc/owut.d/pre-install.sh for examples.

- bugs
  https://github.com/efahl/owut/commit/dc521b2 version list bug fix
  https://github.com/efahl/owut/commit/75faac2 fix OpenWRT firmware version comparisons
- enhancements
  https://github.com/efahl/owut/commit/0937933 add '--pre-install' hook
  https://github.com/efahl/owut/commit/23c2066 reduce 'dump' output verbosity
  https://github.com/efahl/owut/commit/cc9618d tweak the undocumented '--device' option handling
  https://github.com/efahl/owut/commit/2ec138b improve help

Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
utils/owut/Makefile