troll (ex patchDownload) is an automatic agent that patches systems with security considerations.<ol><li>get the list of available patches<li>compare to the installed<li>check integrity<li>install those that are ok and don't break dependencies
Be the first to post a text review of troll. Rate and review a project by clicking thumbs up or thumbs down in the right column.
<h3>Version 0.3.6 :</h3> I fixed a bug hapening while reading the configuration file. I also add a new section in this file to allow less security on some package while checking for their integrity. <hr> <ul> <li> in parseInitFile(), change the lines <pre> ($key, $value) = split(/\s+/,$line); </pre> by <pre> ($key, $value) = split(/[\s,\t]+/,$line); </pre> Otherwise, the separator in spaces ... but it can also be tabulations (thanks Christophe) <li> add a new entry in the configuration file that enables to define different level of security for each package to install, depending of the trust you have in the vendor. <li> add a question to install (or not) a package that is not built from the distribution of the vendor. </ul>
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?