pkgchkxx-0.2.4
·
28 commits
to master
since this release
pkgrrxx -u
now displays a progress bar while checking for outdated packages, ifstderr
is a tty.- Fix an issue where
pkgchkxx -u
can access invalidated memory and then crash. The bug was introduced at version 0.2.2. Reported by @ryoon [#9] and @0323pin [#10]. - Fix the formatting of
pkgchkxx
displaying commands to run. There was a space missing between time and command. - Fix
pkgchkxx -un
not simulating the effect ofpkg_delete -r
. The same issue exists in the originalpkg_chk
but it'd be nice to fix it.