-
v60.4.2e28d6f21 · ·
60.4.2: Support "Alternative" field of packages * Added hacky support for "Alternatives" field in packages (this field was added in upstream OpenWRT) * internal:// uri was removed * Default path to entry configuration changed from /etc/updater/entry.lua to /etc/updater/conf.lua * entry.lua/conf.lua is no longer embedded in pkgupdate and is now considered as a standard configuration file.
-
v60.37b359cb7 · ·
60.3: Code cleanup and fixup release * Added functions for file hash calculation not requiring data load to Lua just for file hash calculation. * Fix notification type for updater failure (was previously reported as update instead of error) * Fix some of the problems introduced in latest OpenWRT release * Drop sha256 and md5 implementation and use libcrypto instead * Other small code and documentation improvements
-
v60.176ccaa5a · ·
60.1: Replace updater.sh with updater-supervisor * Implement updater-supervisor (Python library and executable in the same time intended for non-interactive usage of pkgupdate. It newly implements features like approvals or notifications generation. Also there are multiple new features such as postrun hooks or ensure run.) * Obsolete updater.sh (intended replacement for CLI is pkgupdate and for automatic task updater-supervisor) * Use system tools instead of shipped ones for some test cases * Clean and refactor continuous integration tests