SHA256
1
0
forked from pool/glibc

Accepting request 76458 from home:lnussel:crypt_blowfish

- update crypt_blowfish to version 1.2 (bnc#700876)
  * due to the signedness bug fix 2a hashes are incompatible with
    previous versions if the password contains 8bit chracters!
  * libcrypt now exports crypt_gensalt

OBS-URL: https://build.opensuse.org/request/show/76458
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=81
This commit is contained in:
2011-07-19 12:17:47 +00:00
committed by Git OBS Bridge
parent 6129e0af30
commit 90eb33f2d4
7 changed files with 307 additions and 800 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Jul 19 08:41:55 UTC 2011 - lnussel@suse.de
- update crypt_blowfish to version 1.2 (bnc#700876)
* due to the signedness bug fix 2a hashes are incompatible with
previous versions if the password contains 8bit chracters!
* libcrypt now exports crypt_gensalt
-------------------------------------------------------------------
Thu Jul 7 14:50:15 UTC 2011 - aj@suse.de