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 .

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1105758

Title:
  On my PC, gcry_cipher_encrypt() doesn't release all x87 FPU data
  registers .

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libgcrypt11/+bug/1105758/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to