Accepting request 80006 from Base:System

- use symbol version OW_CRYPT_1.0 for the Owl extensions
  (crypt_r[an], crypt_gensalt.*)
- refactor sha2 gensalt patch
- document sha2 hashes in man page

- fix signature of sha2 functions (forwarded request 79998 from lnussel)

OBS-URL: https://build.opensuse.org/request/show/80006
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=79
This commit is contained in:
Sascha Peilicke
2011-08-29 10:34:37 +00:00
committed by Git OBS Bridge
parent b42ae6bb21
commit 3d10feaa6e
6 changed files with 270 additions and 214 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Aug 25 09:44:37 UTC 2011 - lnussel@suse.de
- use symbol version OW_CRYPT_1.0 for the Owl extensions
(crypt_r[an], crypt_gensalt.*)
- refactor sha2 gensalt patch
- document sha2 hashes in man page
-------------------------------------------------------------------
Mon Aug 22 13:12:18 UTC 2011 - aj@suse.de
@@ -44,6 +52,11 @@ Fri Aug 12 14:55:12 CEST 2011 - matz@suse.de
behaviour can confuse current users. [bnc #711829]
(patch glibc-revert-fseek-on-fclose.diff)
-------------------------------------------------------------------
Fri Jul 22 13:47:23 UTC 2011 - lnussel@suse.de
- fix signature of sha2 functions
-------------------------------------------------------------------
Thu Jul 21 12:37:09 UTC 2011 - rhafer@suse.de