Accepting request 901651 from home:polslinux:branches:Base:System
- Update to 4.4.23 * Fix output calculation for gensalt_yescrypt_rn(). * Fix -Werror=conversion in lib/crypt-des-obsolete.c, test/des-obsolete.c, and test/des-obsolete_r.c. * The crypt_checksalt() function has been fixed to correctly return with 'CRYPT_SALT_INVALID', in case the setting, that is passed to be checked, represents an empty passphrase or an uncomputed setting for descrypt without any salt characters. * The crypt_checksalt() function will now return the value 'CRYPT_SALT_METHOD_LEGACY' in case the setting, that is passed to be checked, uses a hashing method, which is considered to be too weak for use with new passphrases. * Fix build when the CFLAGS variable, that is passed into the configure script, has a leading whitespace character in it (issue #123). OBS-URL: https://build.opensuse.org/request/show/901651 OBS-URL: https://build.opensuse.org/package/show/Base:System/libxcrypt?expand=0&rev=31
This commit is contained in:
parent
5d344d5510
commit
8e8baa9f59
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c8a90d29824918ba390396de7d64c33005e31fb676460e005f9f85f356217e2
|
||||
size 534269
|
3
libxcrypt-4.4.23.tar.gz
Normal file
3
libxcrypt-4.4.23.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9cbbcb795ed5d121a1613eb0e40c77173b53e15a746796fc7cd7bd71cfd64533
|
||||
size 536009
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 24 08:48:06 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- Update to 4.4.23
|
||||
* Fix output calculation for gensalt_yescrypt_rn().
|
||||
* Fix -Werror=conversion in lib/crypt-des-obsolete.c,
|
||||
test/des-obsolete.c, and test/des-obsolete_r.c.
|
||||
* The crypt_checksalt() function has been fixed to correctly return
|
||||
with 'CRYPT_SALT_INVALID', in case the setting, that is passed
|
||||
to be checked, represents an empty passphrase or an uncomputed
|
||||
setting for descrypt without any salt characters.
|
||||
* The crypt_checksalt() function will now return the value
|
||||
'CRYPT_SALT_METHOD_LEGACY' in case the setting, that is passed
|
||||
to be checked, uses a hashing method, which is considered to be
|
||||
too weak for use with new passphrases.
|
||||
* Fix build when the CFLAGS variable, that is passed into the
|
||||
configure script, has a leading whitespace character in it
|
||||
(issue #123).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 13 14:59:57 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: libxcrypt
|
||||
Version: 4.4.19
|
||||
Version: 4.4.23
|
||||
Release: 0
|
||||
Summary: Extended crypt library for DES, MD5, Blowfish and others
|
||||
License: BSD-2-Clause AND GPL-3.0-or-later AND LGPL-2.1-or-later AND BSD-3-Clause AND SUSE-Public-Domain
|
||||
|
Loading…
Reference in New Issue
Block a user