-
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
-
v60.0273ea069 · ·
60.0: conf.d directory and localrepo * Entry configuration script cleaned up most of the features were separated to it's own configuration scripts * Added localrepo tool for local repository management * Obsolete package content (replaced by localrepo) * Automatic journal recovery in pkgupdate * Added few more info output lines to make updater less silent * Configuration flags were dropped without replacement * Variable root_dir can be now accessed from configuration * Allow access to files accessing functions in Local restriction level * Small reorganization and cleanup in source files and documentation
-
v59.42ccf8656 · ·
59.4: Run updater every four hours and fix approvals * updater.sh has now option --rand-sleep to randomly delay updater's execution * updater is now running every fourth hour instead of just twice a day * Fix problem when update was approved in case of closed stdin * Fix problem with order of candidates in some cases