new upstream version fixing cache side-channel attack on RSA private keys

This commit is contained in:
Tomas Mraz 2013-07-26 14:27:50 +02:00
parent 03c131f7fa
commit 0551bce381
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ libgcrypt-1.4.5-hobbled.tar.bz2
/libgcrypt-1.5.0-hobbled.tar.bz2
/libgcrypt-1.5.1-hobbled.tar.xz
/libgcrypt-1.5.2-hobbled.tar.xz
/libgcrypt-1.5.3-hobbled.tar.xz

View File

@ -1,6 +1,6 @@
Name: libgcrypt
Version: 1.5.2
Release: 3%{?dist}
Version: 1.5.3
Release: 1%{?dist}
URL: http://www.gnupg.org/
Source0: libgcrypt-%{version}-hobbled.tar.xz
# The original libgcrypt sources now contain potentially patented ECC
@ -174,6 +174,9 @@ exit 0
%doc COPYING
%changelog
* Fri Jul 26 2013 Tomáš Mráz <tmraz@redhat.com> 1.5.3-1
- new upstream version fixing cache side-channel attack on RSA private keys
* Thu Jun 20 2013 Tomáš Mráz <tmraz@redhat.com> 1.5.2-3
- silence false error detected by valgrind (#968288)

View File

@ -1 +1 @@
2a60d011ddc880cfd0d1da8eaec228a5 libgcrypt-1.5.2-hobbled.tar.xz
99e0f2dc94dac6eceab709d03d613328 libgcrypt-1.5.3-hobbled.tar.xz