Previously when you had multiple version of a same package installed
servpeek would fail to parse query command output (thanks gem). This should be fixed now.
The fix brings an interesting benefit: if you're not interested in the
version of a package when querying it, you can simply ignore the last argument of NewSwPkg
function. This PR also hides Cmd fields to avoid situations when external package clients mess around with them during command execution.
Previously when you had multiple version of a same package installed servpeek would fail to parse query command output (thanks
gem
). This should be fixed now. The fix brings an interesting benefit: if you're not interested in the version of a package when querying it, you can simply ignore the last argument ofNewSwPkg
function. This PR also hidesCmd
fields to avoid situations when external package clients mess around with them during command execution.