Skip to content

Commit

Permalink
Merge pull request #55 from Worteks/issue-33
Browse files Browse the repository at this point in the history
Add module argon2
  • Loading branch information
coudot authored Apr 28, 2020
2 parents 51c9064 + 501591e commit e6e31fb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions SPECS/openldap-ltb.spec
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ BuildRequires: groff, tcp_wrappers-devel
%if "%{?dist}" == ".el7" || "%{?dist}" == ".el8"
%{?systemd_requires}
BuildRequires: systemd
BuildRequires: libsodium-devel
%endif

Requires: gawk, libtool-ltdl, berkeleydb-ltb >= 4.6.21
Expand Down Expand Up @@ -304,6 +305,13 @@ cd passwd/sha2
make clean
make %{?_smp_mflags} "prefix=%{ldapserverdir}" "LDAP_LIB="
cd ../..
%if "%{?dist}" == ".el7" || "%{?dist}" == ".el8"
## argon2
cd passwd/argon2
make clean
make %{?_smp_mflags} "prefix=%{ldapserverdir}" "LDAP_LIB="
cd ../..
%endif
cd ../..
# MDB utils
cd libraries/liblmdb
Expand Down Expand Up @@ -402,6 +410,11 @@ cd ../..
cd passwd/sha2
make install "prefix=%{buildroot}%{ldapserverdir}"
cd ../..
%if "%{?dist}" == ".el7" || "%{?dist}" == ".el8"
cd passwd/argon2
make install "prefix=%{buildroot}%{ldapserverdir}"
cd ../..
%endif
cd ../..

# MDB utils
Expand Down Expand Up @@ -655,6 +668,7 @@ rm -rf %{buildroot}
%changelog
* Tue Apr 28 2020 - Clement Oudot <[email protected]> - 2.4.50-1
- Upgrade to OpenLDAP 2.4.50
- Add module passwd argon2
* Fri Jan 31 2020 - Clement Oudot <[email protected]> - 2.4.49-1
- Upgrade to OpenLDAP 2.4.49
* Thu Jan 16 2020 - Clement Oudot <[email protected]> - 2.4.48-3
Expand Down

0 comments on commit e6e31fb

Please sign in to comment.