!13 新增支持SM3加密算法

Merge pull request !13 from houmingyong/openEuler-22.03-LTS-Next
This commit is contained in:
openeuler-ci-bot 2021-12-21 10:46:18 +00:00 committed by Gitee
commit de8054684d
2 changed files with 1292 additions and 1 deletions

1284
add-sm3-crypt-support.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,16 +1,20 @@
%define libdir /lib64
Name: libxcrypt
Version: 4.4.26
Release: 1
Release: 2
Summary: Extended crypt library for DES, MD5, Blowfish and others
License: LGPLv2+ and BSD and Public Domain
URL: https://github.com/besser82/%{name}
Source0: https://github.com/besser82/%{name}/archive/v%{version}.tar.gz
Patch9000: add-sm3-crypt-support.patch
BuildRequires: autoconf libtool fipscheck
BuildRequires: perl >= 5.14.0
Obsoletes: %{name}-common < %{version}-%{release}
Provides: %{name}-common%{?_isa} = %{version}-%{release} %{name}%{?_isa} = %{version}-%{release}
Provides: %{name}-common = %{version}-%{release}
Provides: %{name}-sm3 = %{version}-%{release}
%description
libxcrypt is a modern library for one-way hashing of passwords.
@ -97,6 +101,9 @@ make check
%changelog
* Thu Dec 16 2021 houmingyong<houmingyong@huawei.com> - 4.4.26-2
- add sm3 crypt support
* Sat Dec 4 2021 yixiangzhike <yixiangzhike007@163.com> - 4.4.26-1
- update to 4.4.26