forked from pool/libgcrypt
Accepting request 215568 from home:AndreasStieger:branches:devel:libraries:c_c++
libgcrypt 1.6.1 OBS-URL: https://build.opensuse.org/request/show/215568 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgcrypt?expand=0&rev=43
This commit is contained in:
parent
0de965d808
commit
8c0ad30407
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:662d508600ad94cc334e665b7016137feedfcca5226998c65ddd56bdfca29708
|
||||
size 2499149
|
Binary file not shown.
3
libgcrypt-1.6.1.tar.bz2
Normal file
3
libgcrypt-1.6.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a1c3efea69f8ffe769f488b300ce190eeeb0c30de24a53f1c1b6e4202fdc2070
|
||||
size 2470885
|
BIN
libgcrypt-1.6.1.tar.bz2.sig
Normal file
BIN
libgcrypt-1.6.1.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 29 18:40:49 UTC 2014 - andreas.stieger@gmx.de
|
||||
|
||||
- libgcrypt 1.6.1, a bugfix release with the folloging fixes:
|
||||
* Added emulation for broken Whirlpool code prior to 1.6.0.
|
||||
* Improved performance of KDF functions.
|
||||
* Improved ECDSA compliance.
|
||||
* Fixed message digest lookup by OID (regression in 1.6.0).
|
||||
* Fixed memory leaks in ECC code.
|
||||
* Fixed some asm build problems and feature detection bugs.
|
||||
* Interface changes relative to the 1.6.0 release:
|
||||
GCRY_MD_FLAG_BUGEMU1 NEW (minor API change).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 3 16:36:21 UTC 2014 - dmueller@suse.com
|
||||
|
||||
|
@ -20,11 +20,11 @@
|
||||
%define separate_hmac256_binary 0
|
||||
|
||||
%define libsoname %{name}20
|
||||
%define sosuffix 20.0.0
|
||||
%define sosuffix 20.0.1
|
||||
|
||||
Name: libgcrypt
|
||||
Url: http://directory.fsf.org/wiki/Libgcrypt
|
||||
Version: 1.6.0
|
||||
Version: 1.6.1
|
||||
Release: 0
|
||||
Summary: The GNU Crypto Library
|
||||
License: GPL-2.0+ and LGPL-2.1+ and GPL-3.0+
|
||||
|
Loading…
Reference in New Issue
Block a user