Revisions of libxcrypt
Ana Guerrero (anag+factory)
accepted
request 1099083
from
Andreas Schwab (Andreas_Schwab)
(revision 21)
- Update to 4.4.36 * Fix left over bits failing with Perl v5.38.0 (forwarded request 1099082 from Andreas_Schwab)
Fabian Vogt (favogt_factory)
accepted
request 1096704
from
Andreas Schwab (Andreas_Schwab)
(revision 20)
- update to 4.4.35: * Fix build with Perl v5.38.0 (issue #170). * Fix build with MinGW-w(32|64). (forwarded request 1096332 from dirkmueller)
Dominique Leuenberger (dimstar_suse)
accepted
request 1090295
from
Andreas Schwab (Andreas_Schwab)
(revision 19)
- Update to 4.4.34 * Optimize some cast operation for performance in lib/alg-yescrypt-platform.c. * Add SHA-2 Maj() optimization proposed by Wei Dai in lib/alg-sha512.c. * Explicitly clean the stack and context state after computation in lib/alg-gost3411-2012-hmac.c, lib/alg-hmac-sha1.c, and lib/alg-sha256.c (issue #168). (forwarded request 1090294 from Andreas_Schwab)
Dominique Leuenberger (dimstar_suse)
accepted
request 1074716
from
Andreas Schwab (Andreas_Schwab)
(revision 18)
- Enable LTO now (boo#1138833) and use FAT LTO objects for static libs. (forwarded request 1074612 from marxin)
Dominique Leuenberger (dimstar_suse)
accepted
request 1071514
from
Andreas Schwab (Andreas_Schwab)
(revision 17)
- Enable livepatching support on x86_64.
Dominique Leuenberger (dimstar_suse)
accepted
request 1039143
from
Andreas Schwab (Andreas_Schwab)
(revision 16)
- Update to 4.4.33 * Fix variable name in crypt(3) for a datamember of 'struct crypt_data' * Fix -Werror=strict-overflow in lib/crypt-des.c, which is seen by GCC 12.x * Add some SHA-2 Maj() optimization in lib/alg-sha256.c * Fix -Werror=conversion in lib/alg-yescrypt-opt.c * Improvements to huge page handling in lib/alg-yescrypt-platform.c * Fix -Werror=sign-conversion in lib/alg-yescrypt-platform.c (forwarded request 1039142 from Andreas_Schwab)
Dominique Leuenberger (dimstar_suse)
accepted
request 1010206
from
Dirk Mueller (dirkmueller)
(revision 15)
Dominique Leuenberger (dimstar_suse)
accepted
request 941718
from
Dirk Mueller (dirkmueller)
(revision 14)
- update to 4.4.27: * Limit the maximum amount of rbytes to 64 bytes (512 bits) for yescrypt, gost-yescrypt, and scrypt
Dominique Leuenberger (dimstar_suse)
accepted
request 936522
from
Andreas Schwab (Andreas_Schwab)
(revision 13)
- update to 4.4.26: * fix compilation on system with gcc >= 10 that do not support declarations with __attribute__((symver)) - switch to bootstrapped tarball, add upstream signing key and verify source signature
Dominique Leuenberger (dimstar_suse)
accepted
request 912878
from
Andreas Schwab (Andreas_Schwab)
(revision 12)
- Update to 4.4.25 * Fix several issues found by Covscan in the testsuite. These include: - CWE-170: String not null terminated (STRING_NULL) - CWE-188: Reliance on integer endianness (INCOMPATIBLE_CAST) - CWE-190: Unintentional integer overflow (OVERFLOW_BEFORE_WIDEN) - CWE-569: Wrong sizeof argument (SIZEOF_MISMATCH) - CWE-573: Missing varargs init or cleanup (VARARGS) - CWE-687: Argument cannot be negative (NEGATIVE_RETURNS) * Stricter checking of invalid salt characters (issue #135). (forwarded request 912877 from Andreas_Schwab)
Dominique Leuenberger (dimstar_suse)
accepted
request 901705
from
Andreas Schwab (Andreas_Schwab)
(revision 11)
- 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). (forwarded request 901651 from polslinux)
Dominique Leuenberger (dimstar_suse)
accepted
request 885113
from
Andreas Schwab (Andreas_Schwab)
(revision 10)
- Update to 4.4.19 * Improve fallback implementation of explicit_bzero. * Add glibc-on-CSKY, ARC, and RISCV-32 entries to libcrypt.minver. These were added in GNU libc 2.29, 2.32, and 2.33 respectively * Do not build xcrypt.h if we’re not going to install it. * Do not apply --enable-obsolete-api-enosys mode to fcrypt. * Compilation fix for NetBSD. NetBSD’s <unistd.h> declares encrypt and setkey to return int, contrary to POSIX (which says they return void). Rename those declarations out of the way with macros. * Compilation fixes for building with GCC 11. Basically fixes for explicit type-casting. * Force update of existing symlinks during installation (forwarded request 885092 from polslinux)
Richard Brown (RBrownSUSE)
accepted
request 874287
from
Andreas Schwab (Andreas_Schwab)
(revision 9)
- Update to version 4.4.18 * Fix conversion error in lib/alg-gost3411-core.c (forwarded request 874286 from Andreas_Schwab)
Dominique Leuenberger (dimstar_suse)
accepted
request 831255
from
Andreas Schwab (Andreas_Schwab)
(revision 8)
- Add compatibility provides for SLE15 - Update to version 4.4.17 * Salt string compatibility with generic implementations (forwarded request 831254 from Andreas_Schwab)
Dominique Leuenberger (dimstar_suse)
accepted
request 780882
from
Andreas Schwab (Andreas_Schwab)
(revision 7)
- Update to version 4.4.15 * The compatibility symbols crypt_gensalt_r, xcrypt, xcrypt_r, xcrypt_gensalt, and xcrypt_gensalt_r are deprecated further * Speed up ka-sunmd5 by skipping most of the test phrases - Package README.md and TODO.md (bsc#1165389) (forwarded request 780881 from Andreas_Schwab)
Dominique Leuenberger (dimstar_suse)
accepted
request 768748
from
Andreas Schwab (Andreas_Schwab)
(revision 6)
- Update to version 4.4.12 * Another fix for GCC v10.x, which occurs on s390 architectures only. (forwarded request 768745 from Andreas_Schwab)
Dominique Leuenberger (dimstar_suse)
accepted
request 756005
from
Andreas Schwab (Andreas_Schwab)
(revision 5)
- gcc10.patch: fix build with gcc10 (bsc#1158192) (forwarded request 756004 from Andreas_Schwab)
Dominique Leuenberger (dimstar_suse)
accepted
request 754951
from
Andreas Schwab (Andreas_Schwab)
(revision 4)
- Update to version 4.4.10 * Fix alignment problem for GOST 34.11 (Streebog) in gost-yestcrypt. * The crypt_* functions will now all fail and set errno to ERANGE if their 'phrase' argument is longer than CRYPT_MAX_PASSPHRASE_SIZE characters (this is currently 512) * The NT hashing method no longer truncates passphrases at 128 characters; Windows does not do this. - format-overflow.patch: remove (forwarded request 754950 from Andreas_Schwab)
Dominique Leuenberger (dimstar_suse)
accepted
request 711714
from
Andreas Schwab (Andreas_Schwab)
(revision 3)
- Disable LTO due to symbol versioning (boo#1138833). (forwarded request 711689 from marxin)
Stephan Kulow (coolo)
accepted
request 677323
from
Andreas Schwab (Andreas_Schwab)
(revision 2)
- format-overflow.patch: Fix -Werror=format-overflow (forwarded request 677322 from Andreas_Schwab)
Displaying revisions 1 - 20 of 21