[ic] Jon J's Security Patch

Curt Hauge interchange-users@lists.akopia.com
Wed Jun 13 14:14:01 2001


Quoting Christopher VanOosterhout

> Recently you issued a patch.  Thanks!!
>
> Now I have one problem ... what do I do with it?
>

Go find the file, in this case:

/var/cvs/interchange/dist/lib/UI/Primitive.pm

then edit it with a text editor and go to the specific line numbers, in this
case go to line 23 from the top. Remove the whole line with the '-' in front
and replace it with the line with the '+' in front of it. Be careful what
you are doing, too:

@@ -23,7 +23,7 @@

  package UI::Primitive;

-$VERSION = substr(q$Revision: 1.26 $, 10);
+$VERSION = substr(q$Revision: 1.27 $, 10);
  $DEBUG = 0;

  use vars qw!

Don't forget to change the version:

--- Primitive.pm        2001/02/02 02:09:57     1.26
+++ Primitive.pm        2001/06/08 18:58:43     1.27

and any other lines with a '-' that you see.

Good luck!

Curt Hauge