Comment 3 for bug 1105758

Revision history for this message
Mitsutoshi NAKANO (bkbin005) wrote :

The patch was released to Gcrypt-devel ML ( http://lists.gnupg.org/mailman/listinfo/gcrypt-devel ) .
For the people troubled by this problem, I wrote that how to apply the patch

*** How to apply the patch . ***

1. Get source .
$apt-get -b source libgcrypt11
$ cd libgcrypt11-1.5.0

NOTE: Additional packages may be required at this time and you may become an error.
      Follow directions then .
   ex) $ sudo apt-get install dpkg-dev
       $ sudo apt-get install debhelper texlive-latex-base texlive-generic-recommended texinfo cdbs libgpg-error-dev autotools-dev

2. Get the patch .
2.1. Access by your Web browser to http://marc.info/?l=gcrypt-devel&m=135944673925649&w=2
2.2. Start your editor.
$vi mail.patch
2.3. Copy&paste the mail message whole sentence .
2.4. Save it
NOTE: Don't use wget .

3. Apply the patch .
$ patch -p1 -b <mail.patch

4. Check updating .
$ diff cipher/rijndael.c.orig cipher/rijndael.c | less

5. Build it .
$ make

6. Test it .
$ make check
$ echo $?
0

7. Install it .
$ sudo make install
$ sudo ldconfig

8. Test the application with which the problem had occurred .
ex) $ chromium-browser --password-store=gnome

Thanks all .