Merge branch 'PurpleI2P:openssl' into ui

This commit is contained in:
dr|z3d 2021-08-23 03:49:49 +00:00 committed by GitHub
commit 30099b6f8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 61 additions and 3 deletions

View file

@ -108,8 +108,7 @@ port = 7070
# user = i2pd
# pass = changeme
## Select webconsole language
## Currently supported english (default), afrikaans, russian, turkmen and ukrainian languages
## Currently supported english (default), afrikaans, russian, turkmen, ukrainian and uzbek languages
# lang = english
[httpproxy]

View file

@ -56,9 +56,14 @@ cd build
%endif
%endif
%if 0%{?fedora} >= 36
pushd redhat-linux-build
%else
%if 0%{?fedora} >= 33
pushd %{_target_platform}
%endif
%endif
%if 0%{?mageia} > 7
pushd build
@ -77,9 +82,13 @@ popd
%install
pushd build
%if 0%{?fedora} >= 36
pushd redhat-linux-build
%else
%if 0%{?fedora} >= 33
pushd %{_target_platform}
%endif
%endif
%if 0%{?mageia}
pushd build

View file

@ -54,9 +54,13 @@ cd build
%endif
%endif
%if 0%{?fedora} >= 36
pushd redhat-linux-build
%else
%if 0%{?fedora} >= 33
pushd %{_target_platform}
%endif
%endif
%if 0%{?mageia} > 7
pushd build
@ -75,9 +79,13 @@ popd
%install
pushd build
%if 0%{?fedora} >= 36
pushd redhat-linux-build
%else
%if 0%{?fedora} >= 33
pushd %{_target_platform}
%endif
%endif
%if 0%{?mageia}
pushd build