SHA256
1
0
forked from pool/libgcrypt

Accepting request 159896 from home:AndreasStieger:branches:devel:libraries:c_c++

1.5.1

OBS-URL: https://build.opensuse.org/request/show/159896
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgcrypt?expand=0&rev=19
This commit is contained in:
Ismail Dönmez
2013-03-19 09:04:38 +00:00
committed by Git OBS Bridge
parent c18825efff
commit 91b308c9c7
6 changed files with 452 additions and 9 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Mar 18 20:41:00 UTC 2013 - andreas.stieger@gmx.de
- update to 1.5.1
* Allow empty passphrase with PBKDF2.
* Do not abort on an invalid algorithm number in
gcry_cipher_get_algo_keylen and gcry_cipher_get_algo_blklen.
* Fixed some Valgrind warnings.
* Fixed a problem with select and high fd numbers.
* Improved the build system
* Various minor bug fixes.
* Interface changes relative to the 1.5.0 release:
GCRYCTL_SET_ENFORCED_FIPS_FLAG NEW.
GCRYPT_VERSION_NUMBER NEW.
- add verification of source code signatures
- now requires automake 1.11 to build
-------------------------------------------------------------------
Sat Feb 2 18:51:33 UTC 2013 - coolo@suse.com