Initialize for libxcrypt
This commit is contained in:
commit
e8480c69e4
6 changed files with 277 additions and 0 deletions
73
libxcrypt.changes
Normal file
73
libxcrypt.changes
Normal file
|
@ -0,0 +1,73 @@
|
|||
* Tue Dec 12 2023 pgajdos@suse.com
|
||||
- fix variable name for datamember in 'struct crypt_data' [bsc#1215496]
|
||||
- added patches
|
||||
fix https://github.com/besser82/libxcrypt/commit/b212d601549a0fc84cbbcaf21b931f903787d7e2
|
||||
+ libxcrypt-man-fix-variable-name.patch
|
||||
* Sat Feb 6 2021 dmueller@suse.com
|
||||
- add compatibility provides for Step 15 as well (bsc#1181571)
|
||||
* Tue Sep 1 2020 schwab@suse.de
|
||||
- Add compatibility provides for SLE15
|
||||
* Mon Mar 2 2020 schwab@suse.de
|
||||
- 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)
|
||||
* Thu Jan 30 2020 schwab@suse.de
|
||||
- Update to version 4.4.12
|
||||
* Another fix for GCC v10.x, which occurs on s390 architectures only.
|
||||
* Wed Jan 22 2020 schwab@suse.de
|
||||
- Update to version 4.4.11
|
||||
* Fixes for GCC v10.x
|
||||
* Change how the known-answer tests are parallelized
|
||||
- gcc10.patch: remove
|
||||
* Thu Dec 12 2019 schwab@suse.de
|
||||
- gcc10.patch: fix build with gcc10 (bsc#1158192)
|
||||
* Sat Dec 7 2019 schwab@suse.de
|
||||
- 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
|
||||
* Thu Jun 20 2019 mliska@suse.cz
|
||||
- Disable LTO due to symbol versioning (boo#1138833).
|
||||
* Tue Feb 19 2019 schwab@suse.de
|
||||
- format-overflow.patch: Fix -Werror=format-overflow
|
||||
* Thu Feb 14 2019 mliska@suse.cz
|
||||
- Update to version 4.4.3:
|
||||
* Add libxcrypt.so, libxcrypt.a and xcrypt.h.
|
||||
* Add new man3 manual pages.
|
||||
* Tue Oct 9 2018 schwab@suse.de
|
||||
- Set compatibility level to suse
|
||||
* Wed Aug 8 2018 schwab@suse.de
|
||||
- Add conflicts with glibc-devel < 2.28
|
||||
* Mon Aug 6 2018 jengelh@inai.de
|
||||
- Fix RPM groups for Factory.
|
||||
* Wed Aug 1 2018 schwab@suse.de
|
||||
- Update to libxcrypt 4.1.0
|
||||
* Fix spelling of SUSE.
|
||||
* Lower the minimum required automake version to 1.14.
|
||||
* Fix build with USE_SWAPCONTEXT turned off.
|
||||
* Extend --enable-weak-hashes configure option to accept optional
|
||||
"glibc" parameter.
|
||||
* Fix the leak of obtained random bytes.
|
||||
* Check expected output strings for deterministic methods.
|
||||
* Fix memory leak in crypt_sha1_rn.
|
||||
* Fix read of random bytes out of bounds in gensalt_sha1_rn.
|
||||
* Make it possible to disable individual hashes at configure time.
|
||||
* Make salt validation pickier.
|
||||
* Replace crypt-sunmd5.c with BSD-licensed cleanroom reimplementation.
|
||||
* Make crypt_gensalt for $sha1 deterministic.
|
||||
* Fix incorrect output-size computation in crypt_sha1_rn.
|
||||
* Add docs for SHA1, MD5/Sun, NTHASH.
|
||||
* Introduce CRYPT_GENSALT_IMPLEMENTS_* feature test macros.
|
||||
* Install libcrypt.pc symlink along with libxcrypt.pc.
|
||||
* Extend --enable-obsolete-api configure option.
|
||||
* Extend overall test coverage.
|
||||
* Wed May 23 2018 schwab@suse.de
|
||||
- Update to libxcrypt 4.0.1
|
||||
* Wed May 9 2018 schwab@suse.de
|
||||
- ABI compatible replacement for libcypt from glibc
|
Loading…
Add table
Add a link
Reference in a new issue