!10 add sm3 crypt support
From: @lujie42 Reviewed-by: @zhujianwei001 Signed-off-by: @zhujianwei001
This commit is contained in:
commit
f1652d530a
1308
add-sm3-crypt-support.patch
Normal file
1308
add-sm3-crypt-support.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,15 +1,19 @@
|
|||||||
%define libdir /lib64
|
%define libdir /lib64
|
||||||
Name: libxcrypt
|
Name: libxcrypt
|
||||||
Version: 4.4.16
|
Version: 4.4.16
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Extended crypt library for DES, MD5, Blowfish and others
|
Summary: Extended crypt library for DES, MD5, Blowfish and others
|
||||||
License: LGPLv2+ and BSD and Public Domain
|
License: LGPLv2+ and BSD and Public Domain
|
||||||
URL: https://github.com/besser82/%{name}
|
URL: https://github.com/besser82/%{name}
|
||||||
Source0: https://github.com/besser82/libxcrypt/archive/%{name}-%{version}.tar.gz
|
Source0: https://github.com/besser82/libxcrypt/archive/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
|
Patch9000: add-sm3-crypt-support.patch
|
||||||
|
|
||||||
BuildRequires: autoconf libtool fipscheck
|
BuildRequires: autoconf libtool fipscheck
|
||||||
Obsoletes: %{name}-common < %{version}-%{release}
|
Obsoletes: %{name}-common < %{version}-%{release}
|
||||||
Provides: %{name}-common%{?_isa} = %{version}-%{release} %{name}%{?_isa} = %{version}-%{release}
|
Provides: %{name}-common%{?_isa} = %{version}-%{release} %{name}%{?_isa} = %{version}-%{release}
|
||||||
Provides: %{name}-common = %{version}-%{release}
|
Provides: %{name}-common = %{version}-%{release}
|
||||||
|
Provides: %{name}-sm3 = %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libxcrypt is a modern library for one-way hashing of passwords.
|
libxcrypt is a modern library for one-way hashing of passwords.
|
||||||
@ -96,6 +100,9 @@ make check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 28 2021 lujie <lujie42@huawei.com> - 4.4.16-2
|
||||||
|
- add sm3 crypt support
|
||||||
|
|
||||||
* Fri Aug 7 2020 yangzhuangzhuang <yangzhuangzhuang1@huawei.com> - 4.4.16-1
|
* Fri Aug 7 2020 yangzhuangzhuang <yangzhuangzhuang1@huawei.com> - 4.4.16-1
|
||||||
- update version to 4.4.16
|
- update version to 4.4.16
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user