Patches

Find here patches that did not make it into the releases of YAPET so far.

Patch Applies to  
Fixes build with gcc 4.3 or later 0.2
Fixes display of cursor and the backspace behavior 0.2
Enable dialog boxes to be closed by pressing <ESCAPE> 0.3/0.3a
Fix the bug preventing csv2yapet to convert CSV fields containing a field delimiter in the values. See also http://bugs.guengel.ch/show_bug.cgi?id=6. 0.4
File suffix can be ommited in config file ~/.yapet. See also http://bugs.guengel.ch/show_bug.cgi?id=3. 0.4
Enable case-insensitive search even with strcasestr() not available. See also http://bugs.guengel.ch/show_bug.cgi?id=7. 0.4
Enable VI keys for movement in password record list. See also http://bugs.guengel.ch/show_bug.cgi?id=9. 0.4
Switches the default RNG Engine from /dev/random to /dev/urandom for the password generator. 0.5
Fixes bug #26 preventing compiling YAPET using gcc 4.4. 0.6

In order to apply the patches downloaded here to YAPET, do the following

  1. download the patch to the directory where you unpacked the corresponding YAPET source release.
  2. open a terminal and change to the directory where your YAPET source release is located
  3. issue the command
    patch -p1 < <filename>
    where <filename> is the name of the patch you downloaded
$Id: patches.shtml 2923 2009-09-04 20:42:20Z rafi $