[cvs] [Wiki] changed: SecurityTips

Chuck Hagenbuch chuck at horde.org
Tue Oct 31 11:38:53 PST 2006


chuck  Tue, 31 Oct 2006 11:38:53 -0800

Modified page: http://wiki.horde.org/SecurityTips
New Revision:  2.3
Change log:  Tweak as I agree with Ben K.

@@ -134,7 +134,16 @@
  There's only one thing: Keep your installation of PEAR up to date. Here's how:
  <code>
  pear upgrade-all
  </code>
-It's perfectly safe to put this into your crontab to let PEAR upgrade itself.
+
+You'll want to test after upgrades to ensure that nothing has changed or broken, as packages have been known to have bugs now and then, but generally the releases are good. If you are less inclined to blindly upgrade everything, you can find out what new releases are available with:
+<code>
+pear list-upgrades
+</code>
+
+Then you can upgrade packages individually with:
+<code>
+pear upgrade package-name
+</code>
  
  * [http://pear.php.net/ PHP Extension and Application Repository] (PEAR) Homepage


More information about the cvs mailing list