generated from smedev/Template-for-SMEServer-Contribs-Package
* Thu Sep 11 2025 Jean-Philippe Pialasse <jpp@koozali.org> 0.84-17.sme
- import from SME10 CVS and rename back to phpki
This commit is contained in:
48
phpki.spec
48
phpki.spec
@@ -1,10 +1,10 @@
|
||||
# $Id: phpki-ng.spec,v 1.4 2018/11/17 13:20:42 jcrisp Exp $
|
||||
# $Id: phpki.spec,v 1.4 2018/11/17 13:20:42 jcrisp Exp $
|
||||
# Authority: vip-ire
|
||||
# Name: Daniel Berteaud
|
||||
|
||||
%define name phpki
|
||||
%define version 0.84
|
||||
%define release 12
|
||||
%define release 17
|
||||
Summary: Phpki is a simple certificate management suite
|
||||
Name: %{name}
|
||||
Version: %{version}
|
||||
@@ -14,14 +14,16 @@ URL: http://sourceforge.net/projects/phpki/
|
||||
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
|
||||
Patch2: phpki-ng-0.84-fix-pregmatch-revoke-certs.patch
|
||||
Patch3: phpki-ng-0.84-fix-crl.patch
|
||||
Patch4: phpki-ng-0.84-fix-missing-slash-certtype-detection.patch
|
||||
Patch5: phpki-ng-0.84-fix-html-directory-check.patch
|
||||
Patch6: phpki-ng-0.84-fix-download-cert.patch
|
||||
Patch7: phpki-ng-0.84-fix-html-syntax-in-help.patch
|
||||
Patch8: phpki-ng-0.84-fix-final-redirect.patch
|
||||
#Patch1: phpki-ng-0.84-fix-for-php74-code-tidy.patch
|
||||
#Patch2: phpki-ng-0.84-fix-pregmatch-revoke-certs.patch
|
||||
#Patch3: phpki-ng-0.84-fix-crl.patch
|
||||
#Patch4: phpki-ng-0.84-fix-missing-slash-certtype-detection.patch
|
||||
#Patch5: phpki-ng-0.84-fix-html-directory-check.patch
|
||||
#Patch6: phpki-ng-0.84-fix-download-cert.patch
|
||||
#Patch7: phpki-ng-0.84-fix-html-syntax-in-help.patch
|
||||
#Patch8: phpki-ng-0.84-fix-final-redirect.patch
|
||||
#Patch9: phpki-ng-bz12272-bz12273-crl-whitespacepass.patch
|
||||
#Patch10: phpki-ng-bz12274-regex-secu.patch
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRoot: /var/tmp/%{name}-%{version}
|
||||
@@ -44,6 +46,24 @@ With it, you may create and centrally manage X.509 certificates for use with S/M
|
||||
e-mail clients, SSL servers, and VPN applications.
|
||||
|
||||
%changelog
|
||||
* Thu Sep 11 2025 Jean-Philippe Pialasse <jpp@koozali.org> 0.84-17.sme
|
||||
- import from SME10 CVS and rename back to phpki
|
||||
|
||||
* Sat Dec 17 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.84-16.sme
|
||||
- add dl_crl_pem.php [SME: 12272]
|
||||
|
||||
* Wed Dec 14 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.84-15.sme
|
||||
- fix regex and potential code injection [SME: 12274]
|
||||
|
||||
* Wed Dec 14 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.84-14.sme
|
||||
- add easy and safe access to crl download [SME: 12272]
|
||||
- fix revoke certificate failing on whitespace pass [SME: 12273]
|
||||
- fix missing default_md in config.php from previous versions [SME: 12267]
|
||||
- updated scriptlet to ease backup and restore
|
||||
|
||||
* Fri Nov 18 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.84-13.sme
|
||||
- remove extra space in URL in search.php [SME: 12232]
|
||||
|
||||
* Thu Sep 30 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.84-12.sme
|
||||
- Attempt to fix the final reload after CA creation [SME: 11192]
|
||||
|
||||
@@ -198,14 +218,6 @@ e-mail clients, SSL servers, and VPN applications.
|
||||
|
||||
%prep
|
||||
%setup -c -n %{name}
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
%patch5 -p1
|
||||
%patch6 -p1
|
||||
%patch7 -p1
|
||||
%patch8 -p1
|
||||
|
||||
%build
|
||||
%{__mkdir_p} root/opt/phpki/html
|
||||
|
Reference in New Issue
Block a user