Dirk Mueller
0de965d808
- fix bnc#856915: can't open /dev/urandom * correct libgcrypt-1.5.0-etc_gcrypt_rngseed-symlink.diff - require libgpg-error 1.11 or higher - fix dependency for 32bit devel package - name hmac files according soname - fix hmac subpackage dependency - update to 1.6. * Removed the long deprecated gcry_ac interface. Thus Libgcrypt is not anymore ABI compatible to previous versions if they used the ac interface. Check NEWS in libgcrypt-devel for removed interfaces. * Removed the module register subsystem. * The deprecated message digest debug macros have been removed. Use gcry_md_debug instead. * Removed deprecated control codes. * Improved performance of most cipher algorithms as well as for the SHA family of hash functions. * Added support for the IDEA cipher algorithm. * Added support for the Salsa20 and reduced Salsa20/12 stream ciphers. * Added limited support for the GOST 28147-89 cipher algorithm. * Added support for the GOST R 34.11-94 and R 34.11-2012 (Stribog) hash algorithms. * Added a random number generator to directly use the system's RNG. Also added an interface to prefer the use of a specified RNG. * Added support for the SCRYPT algorithm. * Mitigated the Yarom/Falkner flush+reload side-channel attack on RSA secret keys. See <http://eprint.iacr.org/2013/448> [CVE-2013-4242]. OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgcrypt?expand=0&rev=41
29 lines
814 B
Diff
29 lines
814 B
Diff
Index: libgcrypt-1.6.0/mpi/config.links
|
|
===================================================================
|
|
--- libgcrypt-1.6.0.orig/mpi/config.links
|
|
+++ libgcrypt-1.6.0/mpi/config.links
|
|
@@ -282,12 +282,12 @@ case "${host}" in
|
|
;;
|
|
|
|
ppc620-*-* | \
|
|
- powerpc64*-*-*)
|
|
+ powerpc64-*-*)
|
|
mpi_sflags="-Wa,-mppc"
|
|
path="powerpc64"
|
|
mpi_cpu_arch="ppc"
|
|
;;
|
|
- powerpc*-*-linux*)
|
|
+ powerpc-*-linux*)
|
|
echo '/* configured for powerpc/ELF */' >>./mpi/asm-syntax.h
|
|
echo '#define ELF_SYNTAX' >>./mpi/asm-syntax.h
|
|
cat $srcdir/mpi/powerpc32/syntax.h >>./mpi/asm-syntax.h
|
|
@@ -327,7 +327,7 @@ case "${host}" in
|
|
path="powerpc32"
|
|
mpi_cpu_arch="ppc"
|
|
;;
|
|
- powerpc*-*-*)
|
|
+ powerpc-*-*)
|
|
mpi_sflags="-Wa,-mppc"
|
|
path="powerpc32"
|
|
mpi_cpu_arch="ppc"
|