Accepting request 885113 from Base:System
- 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) OBS-URL: https://build.opensuse.org/request/show/885113 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxcrypt?expand=0&rev=10
This commit is contained in:
commit
ccacbc3aa5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3801f0263a8596b15ec466343fc1fdc4ad4ec7416c51e038a3528fd47f3be01a
|
||||
size 529383
|
3
libxcrypt-4.4.19.tar.gz
Normal file
3
libxcrypt-4.4.19.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c8a90d29824918ba390396de7d64c33005e31fb676460e005f9f85f356217e2
|
||||
size 534269
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 13 14:59:57 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 22 10:41:24 UTC 2021 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user