4 |
|
|
5 |
%define name phpki-ng |
%define name phpki-ng |
6 |
%define version 0.84 |
%define version 0.84 |
7 |
%define release 2 |
%define release 6 |
8 |
Summary: Phpki is a simple certificate management suite |
Summary: Phpki is a simple certificate management suite |
9 |
Name: %{name} |
Name: %{name} |
10 |
Version: %{version} |
Version: %{version} |
15 |
#wget http://www.fooweb.com/downloads/foo-3.6.431.tar.gz |
#wget http://www.fooweb.com/downloads/foo-3.6.431.tar.gz |
16 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
17 |
Patch1: phpki-ng-0.84-fix-for-php74-code-tidy.patch |
Patch1: phpki-ng-0.84-fix-for-php74-code-tidy.patch |
18 |
|
Patch2: phpki-ng-0.84-fix-pregmatch-revoke-certs.patch |
19 |
|
Patch3: phpki-ng-0.84-fix-crl.patch |
20 |
|
Patch4: phpki-ng-0.84-fix-missing-slash-certtype-detection.patch |
21 |
|
Patch5: phpki-ng-0.84-fix-html-directory-check.patch |
22 |
|
|
23 |
BuildArch: noarch |
BuildArch: noarch |
24 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
41 |
e-mail clients, SSL servers, and VPN applications. |
e-mail clients, SSL servers, and VPN applications. |
42 |
|
|
43 |
%changelog |
%changelog |
44 |
* Wed Mar 07 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.84-2.sme |
* Thu Mar 18 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.84-6.sme |
45 |
|
- Update html header info |
46 |
|
- Remove obsolete align |
47 |
|
- Remove accidentally duplicated html |
48 |
|
- Fix typo |
49 |
|
- Fix directory check |
50 |
|
- move function flush_exec to functions file |
51 |
|
|
52 |
|
* Tue Mar 09 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.84-5.sme |
53 |
|
- Fix missing / [SME:11435] |
54 |
|
- Update cert type detection for renew [SME: 11436] |
55 |
|
- Code formatting |
56 |
|
|
57 |
|
* Mon Mar 08 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.84-4.sme |
58 |
|
- Fix crl creation [SME: 11141] |
59 |
|
- Extra notes in setup page |
60 |
|
|
61 |
|
* Mon Mar 08 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.84-3.sme |
62 |
|
- Fix Typo in certificate password [SME: 11435] |
63 |
|
- Fix typos and preg_match issues [SME: 11436] |
64 |
|
- Add Certificate creation notification [SME: 11437] |
65 |
|
- Bit of file formatting |
66 |
|
|
67 |
|
* Wed Mar 03 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.84-2.sme |
68 |
- Change version to 0.84 |
- Change version to 0.84 |
69 |
- Fix undefined constant errors [SME: 11397] |
- Fix undefined constant errors [SME: 11397] |
70 |
- fix tempdir [SME: 11398] |
- fix tempdir [SME: 11398] |
177 |
%prep |
%prep |
178 |
%setup -c -n %{name} |
%setup -c -n %{name} |
179 |
%patch1 -p1 |
%patch1 -p1 |
180 |
|
%patch2 -p1 |
181 |
|
%patch3 -p1 |
182 |
|
%patch4 -p1 |
183 |
|
%patch5 -p1 |
184 |
|
|
185 |
%build |
%build |
186 |
%{__mkdir_p} root/opt/phpki/html |
%{__mkdir_p} root/opt/phpki/html |