-
-
-
v58.43aa513c4 · ·
58.4: changeable usign tool path and updater.sh arguments pass trough * Argument --usign can be used to change path to usign tool * updater.sh passes arguments it doesn't know to pkgupdate. This way any additional options can be passed to it. * migrator now uses state file same as pkgupdate so other tools should see it as running update.
-
v58.372494e90 · ·
58.3: Support for localization packages * Added variable l10n and helper function for_l10n to be used for localization packages. It reads uci list updater.l10n. * Add ability to export variables between scripts using Export command * Fix updater-migrate init script hanging because of opened standard io
-
v58.25e389ee0 · ·
58.2: Check arguments passed to request functions * Type and values for some arguments are checked as they are passed to request functions from configuration scripts to catch invalid usage. * Report migrator failure using system notification * Fix migrator being killed when it uninstalls it self * Small cleanups and debug/trace messages changes
-
v533f7041cd · ·
Make opkg wrapper more resilient and some fixes * opkg wrapper now adds Install command only if it detects that package was installed in current run. * Fix failure when requesting for specific version of package with content given in configuration. * Fix when package was miss reported as having multiple candidates. * Fix possibility of updater hanging if subprocess of subprocess hanged.
-
v50239320ed · ·
Use libcurl and embed busybox * libcurl is now used instead of curl command * statically compiled busybox is embedded to updater library to be served instead of system one to use same busybox for whole updater run * raise error when content is missing and allow its ignore * fix collision when .list files also contained directories * fix bug causing content miss to not be reported
-
-