From 5d344d55108a2d9bbf088e1c835ec52d7d1b9c802b1ea8a75277cf2aa9af9d94 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 13 Apr 2021 15:51:06 +0000 Subject: [PATCH] Accepting request 885092 from home:polslinux:branches:Base:System MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 OBS-URL: https://build.opensuse.org/request/show/885092 OBS-URL: https://build.opensuse.org/package/show/Base:System/libxcrypt?expand=0&rev=29 --- libxcrypt-4.4.18.tar.gz | 3 --- libxcrypt-4.4.19.tar.gz | 3 +++ libxcrypt.changes | 16 ++++++++++++++++ libxcrypt.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 libxcrypt-4.4.18.tar.gz create mode 100644 libxcrypt-4.4.19.tar.gz 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