diff --git a/libxcrypt-4.4.18.tar.gz b/libxcrypt-4.4.18.tar.gz deleted file mode 100644 index e1f01a2..0000000 --- a/libxcrypt-4.4.18.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3801f0263a8596b15ec466343fc1fdc4ad4ec7416c51e038a3528fd47f3be01a -size 529383 diff --git a/libxcrypt-4.4.19.tar.gz b/libxcrypt-4.4.19.tar.gz new file mode 100644 index 0000000..ff40c82 --- /dev/null +++ b/libxcrypt-4.4.19.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c8a90d29824918ba390396de7d64c33005e31fb676460e005f9f85f356217e2 +size 534269 diff --git a/libxcrypt.changes b/libxcrypt.changes index 08a947c..bf13735 100644 --- a/libxcrypt.changes +++ b/libxcrypt.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Apr 13 14:59:57 UTC 2021 - Paolo Stivanin + +- 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 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 + ------------------------------------------------------------------- Mon Feb 22 10:41:24 UTC 2021 - Andreas Schwab diff --git a/libxcrypt.spec b/libxcrypt.spec index a24c95d..c92d244 100644 --- a/libxcrypt.spec +++ b/libxcrypt.spec @@ -17,7 +17,7 @@ Name: libxcrypt -Version: 4.4.18 +Version: 4.4.19 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