--- rpms/phpki-ng/contribs10/phpki-ng.spec 2020/11/24 16:17:15 1.1 +++ rpms/phpki-ng/contribs10/phpki-ng.spec 2021/03/07 19:16:18 1.2 @@ -4,7 +4,7 @@ %define name phpki-ng %define version 0.84 -%define release 1 +%define release 2 Summary: Phpki is a simple certificate management suite Name: %{name} Version: %{version} @@ -14,14 +14,15 @@ URL: http://sourceforge.net/projects/p Group: SMEserver/addon #wget http://www.fooweb.com/downloads/foo-3.6.431.tar.gz Source: %{name}-%{version}.tar.gz +Patch1: phpki-ng-0.84-fix-for-php74-code-tidy.patch BuildArch: noarch BuildRoot: /var/tmp/%{name}-%{version} BuildRequires: e-smith-devtools -Requires: e-smith-release >= 9.0 -Requires: php +Requires: e-smith-release >= 10.0 +Requires: php74-php-fpm Requires: openssl Requires: openvpn Conflicts: phpki @@ -30,13 +31,21 @@ AutoReqProv: no %description http://sourceforge.net/projects/phpki/ https://github.com/radicand/phpki +https://github.com/reetp/phpki PHPki is an Open Source Web application for managing a multi-agency PKI for HIPAA compliance. With it, you may create and centrally manage X.509 certificates for use with S/MIME enabled e-mail clients, SSL servers, and VPN applications. %changelog +* Wed Mar 07 2021 John Crisp 0.84-2.sme +- Change version to 0.84 +- Fix undefined constant errors [SME: 11397] +- fix tempdir [SME: 11398] +- update code to be PHP 7.4+ compliant +- format with CodeSniff to PSR2 + * Wed Apr 01 2020 John Crisp 0.84-1.sme -- Rename to php-ng 0.84 +- Rename to php-ng 0.84 [SME: 11192] - Fix date sorting in certificates * Thu Mar 19 2020 John Crisp 0.83-9.sme @@ -68,7 +77,7 @@ e-mail clients, SSL servers, and VPN app * Fri Feb 28 2020 John Crisp 0.83-1.sme - Update to 0.83 -* Sat Nov 17 2018 Terry Fage +* Sat Nov 17 2018 Terry Fage 0.82-19.sme - Fix preg_match warnings [SME:10622] * Mon Oct 8 2018 Daniel B. 0.82-18.sme @@ -140,6 +149,7 @@ e-mail clients, SSL servers, and VPN app %prep %setup -c -n %{name} +%patch1 -p1 %build %{__mkdir_p} root/opt/phpki/html @@ -154,7 +164,7 @@ cat <<"HERE" > root/%{_sysconfdir}/cron. #!/bin/bash cd /opt/phpki/bin -php ./gen_crl.php 2>&1 > /dev/null +/usr/bin/php74 ./gen_crl.php 2>&1 > /dev/null HERE