Accepting request 831254 from home:Andreas_Schwab:Factory
- Add compatibility provides for SLE15 - Update to version 4.4.17 * Salt string compatibility with generic implementations OBS-URL: https://build.opensuse.org/request/show/831254 OBS-URL: https://build.opensuse.org/package/show/Base:System/libxcrypt?expand=0&rev=25
This commit is contained in:
parent
33fea6aeda
commit
43ec80ab8d
@ -1,4 +1,6 @@
|
|||||||
libcrypt1
|
libcrypt1
|
||||||
|
arch i586 provides "libowcrypt.so.1"
|
||||||
|
arch i586 provides "libowcrypt.so.1(OW_CRYPT_1.0)"
|
||||||
libxcrypt-devel
|
libxcrypt-devel
|
||||||
requires -libxcrypt-<targettype>
|
requires -libxcrypt-<targettype>
|
||||||
requires "libcrypt1-<targettype> = <version>"
|
requires "libcrypt1-<targettype> = <version>"
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8bcdef03bc65f9dbda742e56820435b6f13eea59fb903765141c6467f4655e5a
|
|
||||||
size 480586
|
|
3
libxcrypt-4.4.17.tar.gz
Normal file
3
libxcrypt-4.4.17.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7665168d0409574a03f7b484682e68334764c29c21ca5df438955a381384ca07
|
||||||
|
size 519096
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 1 14:47:37 UTC 2020 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- Add compatibility provides for SLE15
|
||||||
|
- Update to version 4.4.17
|
||||||
|
* Salt string compatibility with generic implementations
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 2 09:50:17 UTC 2020 - Andreas Schwab <schwab@suse.de>
|
Mon Mar 2 09:50:17 UTC 2020 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libxcrypt
|
Name: libxcrypt
|
||||||
Version: 4.4.15
|
Version: 4.4.17
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Extended crypt library for DES, MD5, Blowfish and others
|
Summary: Extended crypt library for DES, MD5, Blowfish and others
|
||||||
License: GPL-3.0-or-later AND LGPL-2.1-or-later AND BSD-2-Clause AND BSD-3-Clause AND SUSE-Public-Domain
|
License: GPL-3.0-or-later AND LGPL-2.1-or-later AND BSD-2-Clause AND BSD-3-Clause AND SUSE-Public-Domain
|
||||||
@ -42,6 +42,16 @@ Openwall Linux, 'crypt_rn', 'crypt_ra', 'crypt_gensalt',
|
|||||||
Summary: Extended crypt library for DES, MD5, Blowfish and others
|
Summary: Extended crypt library for DES, MD5, Blowfish and others
|
||||||
License: LGPL-2.1-or-later AND BSD-2-Clause AND BSD-3-Clause AND SUSE-Public-Domain
|
License: LGPL-2.1-or-later AND BSD-2-Clause AND BSD-3-Clause AND SUSE-Public-Domain
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
# Compatibility provides to help the transition from libowcrypt.so.1
|
||||||
|
# to libcrypt.so.1, which provides all symbols of the former
|
||||||
|
%ifarch x86_64 s390x ppc64le aarch64
|
||||||
|
Provides: libowcrypt.so.1()(64bit)
|
||||||
|
Provides: libowcrypt.so.1(OW_CRYPT_1.0)(64bit)
|
||||||
|
%endif
|
||||||
|
%ifarch i586
|
||||||
|
Provides: libowcrypt.so.1
|
||||||
|
Provides: libowcrypt.so.1(OW_CRYPT_1.0)
|
||||||
|
%endif
|
||||||
|
|
||||||
%description -n libcrypt1
|
%description -n libcrypt1
|
||||||
libxcrypt is a modern library for one-way hashing of passwords. It
|
libxcrypt is a modern library for one-way hashing of passwords. It
|
||||||
|
Loading…
Reference in New Issue
Block a user