--- rpms/smeserver-phpki-ng/contribs10/smeserver-phpki-ng.spec 2022/12/13 07:31:23 1.19 +++ rpms/smeserver-phpki-ng/contribs10/smeserver-phpki-ng.spec 2023/05/12 02:30:33 1.26 @@ -4,7 +4,7 @@ Name: smeserver-phpki-ng Version: 0.3 -Release: 15%{?dist} +Release: 22%{?dist} Summary: php integration into SME server Group: Applications/System @@ -23,6 +23,8 @@ Patch4: smeserver-phpki-ng-0.3-bz12054- Patch5: smeserver-phpki-ng-0.3-bz12228-12198-11873-12229.patch Patch6: smeserver-phpki-ng-0.3-bz11438-takey.patch Patch7: smeserver-phpki-ng-0.3-httpd-typos.patch +Patch8: smeserver-phpki-ng-0.3-bz12268-bz12266-bz11440-bz11439.patch +Patch9: smeserver-phpki-ng-0.3-bz12293.patch BuildRoot: %{_tmppath}/%{name}-%{version} BuildArch: noarch @@ -32,11 +34,11 @@ BuildRequires: e-smith-devtools Requires: mod_auth_tkt Requires: openvpn Requires: e-smith-base -Requires: phpki-ng +Requires: phpki-ng >= 0.84-14 Requires: php-process Requires: e-smith-manager >= 2.6.0-22 Requires: e-smith-apache >= 2.6.0-19 -Requires: smeserver-php >= 3.0.0-43 +Requires: smeserver-php >= 3.0.0-44 Provides: smeserver-phpki #Obsoletes: smeserver-phpki @@ -48,6 +50,23 @@ This package contains specific configura %changelog +* Thu May 11 2023 Jean-Philippe Pialasse 0.3-22.sme +- fix httpd needs QSD in place of ? [SME: 12354] + +* Wed Dec 28 2022 Jean-Philippe Pialasse 0.3-21.sme +- fix chop isntead of chomp for config.php [SME: 12293] + fix PATH not right for exec + +* Sat Dec 17 2022 Jean-Philippe Pialasse 0.3-19.sme +- small fixes for config.php and httpd + +* Wed Dec 14 2022 Jean-Philippe Pialasse 0.3-18.sme +- revert log/phpki [SME: 12266] +- phpki-ng autopopulate base info from ldap [SME: 11440] +- ensure user are seen by php-pool [SME: 12268] +- safe remote access for crl [SME: 11439] +- 17-18: applying patches + * Tue Dec 13 2022 Jean-Philippe Pialasse 0.3-15.sme - fix typo preventing httpd-pki to start 2 @@ -150,9 +169,10 @@ mkdir -p root/var/log/phpki %patch4 -p1 %patch5 -p1 rm -rf root/var/service/httpd-pki -rm -rf root/var/log/phpki %patch6 -p1 %patch7 -p1 +%patch8 -p1 +%patch9 -p1 %build perl createlinks @@ -172,6 +192,7 @@ chmod +x $RPM_BUILD_ROOT/usr/sbin/system --dir /var/lib/php/phpki/session 'attr(0770,root,phpki)' \ --dir /var/lib/php/phpki/opcache 'attr(0770,root,phpki)' \ --dir /var/lib/php/phpki/tmp 'attr(0770,root,phpki)' \ + --dir /var/log/phpki 'attr(0770,phpki,phpki)' \ > %{name}-%{version}-filelist %post