1 |
# $Id: phpki.spec,v 1.8 2020/04/02 12:39:02 jcrisp Exp $ |
# $Id: phpki.spec,v 1.1 2020/11/24 14:36:05 brianr Exp $ |
2 |
# Authority: vip-ire |
# Authority: vip-ire |
3 |
# Name: Daniel Berteaud |
# Name: Daniel Berteaud |
4 |
|
|
5 |
%define name phpki |
%define name phpki |
6 |
%define version 0.82 |
%define version 0.82 |
7 |
%define release 23 |
%define release 24 |
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} |
43 |
|
|
44 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
45 |
|
|
46 |
Requires: e-smith-release >= 9.0 |
Requires: e-smith-release >= 10.0 |
47 |
Requires: php |
Requires: php |
48 |
Requires: openssl |
Requires: openssl |
49 |
Requires: openvpn |
Requires: openvpn |
56 |
e-mail clients, SSL servers, and VPN applications. |
e-mail clients, SSL servers, and VPN applications. |
57 |
|
|
58 |
%changelog |
%changelog |
59 |
|
* Tue Nov 24 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 0.82-24.sme |
60 |
|
- Fix error in phpki-0.82-fix-dates.patch |
61 |
|
|
62 |
* Thu Apr 02 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 0.82-23.sme |
* Thu Apr 02 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 0.82-23.sme |
63 |
- Add secondary date sort after Status sort |
- Add secondary date sort after Status sort |
64 |
|
|
138 |
- Disable download of certificate after creating a new one |
- Disable download of certificate after creating a new one |
139 |
- Remove security warning after setup |
- Remove security warning after setup |
140 |
|
|
141 |
* Wed Dec 05 2008 Daniel B. <daniel@firewall-services.com> [0.82-3] |
* Fri Dec 05 2008 Daniel B. <daniel@firewall-services.com> [0.82-3] |
142 |
- Correct extension name for email_signing certificates |
- Correct extension name for email_signing certificates |
143 |
- Remove links, and recreate them in the %post section so upgrade can be done smoothly |
- Remove links, and recreate them in the %post section so upgrade can be done smoothly |
144 |
|
|