1 |
vip-ire |
1.8 |
# $Id: phpki.spec,v 1.7 2010/05/28 09:49:57 vip-ire Exp $ |
2 |
slords |
1.2 |
# Authority: vip-ire |
3 |
|
|
# Name: Daniel Berteaud |
4 |
|
|
|
5 |
slords |
1.1 |
%define name phpki |
6 |
|
|
%define version 0.82 |
7 |
vip-ire |
1.8 |
%define release 13 |
8 |
slords |
1.1 |
Summary: Phpki is a simple certificate management suite |
9 |
|
|
Name: %{name} |
10 |
|
|
Version: %{version} |
11 |
|
|
Release: %{release}%{?dist} |
12 |
|
|
License: GNU GPL version 2 |
13 |
|
|
URL: http://sourceforge.net/projects/phpki/ |
14 |
|
|
Group: SMEserver/addon |
15 |
|
|
#wget http://www.fooweb.com/downloads/foo-3.6.431.tar.gz |
16 |
|
|
Source: phpki-0.82.tar.gz |
17 |
|
|
Patch1: phpki-0.82-email_signing.patch |
18 |
|
|
Patch2: phpki-0.82-sme_openvpn_bridge_compat.patch |
19 |
|
|
Patch3: phpki-0.82-sme_admin_user.patch |
20 |
|
|
Patch4: phpki-0.82-openvpn_static_key.patch |
21 |
|
|
Patch5: phpki-0.82-expirey.patch |
22 |
|
|
Patch6: phpki-0.82-dl_display_ta_dh.patch |
23 |
|
|
Patch7: phpki-0.82-dl_crl_in_pem.patch |
24 |
|
|
Patch8: phpki-0.82-remove_email_from_upload_file_name.patch |
25 |
|
|
Patch9: phpki-0.82-display_root_pem.patch |
26 |
|
|
Patch10: phpki-0.82-disable_download_after_create.patch |
27 |
|
|
Patch11: phpki-0.82-remove_security_warning.patch |
28 |
|
|
Patch12: phpki-0.82-remove_email_from_upload_file_name.patch2 |
29 |
vip-ire |
1.5 |
Patch13: phpki-0.82-ca_help.patch |
30 |
vip-ire |
1.6 |
Patch14: phpki-0.82-empty_pass_php_5.2.patch |
31 |
vip-ire |
1.7 |
Patch15: phpki-0.82-update_crl_via_cron.patch |
32 |
vip-ire |
1.8 |
Patch16: phpki-0.82-use_sha1.patch |
33 |
slords |
1.1 |
|
34 |
|
|
BuildArch: noarch |
35 |
|
|
BuildRoot: /var/tmp/%{name}-%{version} |
36 |
vip-ire |
1.3 |
|
37 |
|
|
BuildRequires: e-smith-devtools |
38 |
|
|
|
39 |
slords |
1.1 |
Requires: e-smith-release >= 7.0 |
40 |
|
|
Requires: php |
41 |
|
|
Requires: openssl |
42 |
|
|
Requires: openvpn |
43 |
|
|
AutoReqProv: no |
44 |
|
|
|
45 |
|
|
%description |
46 |
|
|
http://sourceforge.net/projects/phpki/ |
47 |
|
|
PHPki is an Open Source Web application for managing a multi-agency PKI for HIPAA compliance. |
48 |
|
|
With it, you may create and centrally manage X.509 certificates for use with S/MIME enabled |
49 |
|
|
e-mail clients, SSL servers, and VPN applications. |
50 |
|
|
|
51 |
|
|
%changelog |
52 |
vip-ire |
1.8 |
* Tue Mar 15 2011 Daniel B. <daniel@firewall-services.com> 0.82-13.sme |
53 |
|
|
- Replace md5 with sha1 for signing |
54 |
|
|
|
55 |
vip-ire |
1.7 |
* Fri May 28 2010 Daniel B. <daniel@firewall-services.com> [0.82-12] |
56 |
|
|
- Weekly update the CRL via cron so MS Crypto API will be happy |
57 |
|
|
|
58 |
vip-ire |
1.6 |
* Thu Mar 18 2010 Daniel B. <daniel@firewall-services.com> [0.82-11] |
59 |
|
|
- Fixe empty password with PHP 5.2 (SME 8b5) |
60 |
|
|
|
61 |
vip-ire |
1.5 |
* Wed Aug 26 2009 Daniel B. <daniel@firewall-services.com> [0.82-10] |
62 |
|
|
- Fixe links for CA help page |
63 |
|
|
|
64 |
vip-ire |
1.4 |
* Mon Mar 23 2009 Daniel B. <daniel@firewall-services.com> [0.82-9] |
65 |
|
|
- Remove links after uninstall so you can easily re-install the contrib |
66 |
|
|
later [SME: 5091] |
67 |
|
|
|
68 |
vip-ire |
1.3 |
* Tue Mar 03 2009 Daniel B. <daniel@firewall-services.com> [0.82-8] |
69 |
|
|
- Add e-smith-devtools as a dependencie |
70 |
|
|
|
71 |
slords |
1.1 |
* Tue Jan 20 2009 Daniel B. <daniel@firewall-services.com> [0.82-7] |
72 |
|
|
- Don't replace config file on upgrades |
73 |
|
|
|
74 |
|
|
* Wed Jan 07 2009 Daniel B. <daniel@firewall-services.com> [0.82-6] |
75 |
|
|
- Remove the email address from the file name during upload (in search page) |
76 |
|
|
- Remove secure.sh script |
77 |
|
|
|
78 |
|
|
* Tue Dec 16 2008 Daniel B. <daniel@firewall-services.com> [0.82-5] |
79 |
|
|
- Link index.php to setup-presetup.php |
80 |
|
|
|
81 |
|
|
* Mon Dec 08 2008 Daniel B. <daniel@firewall-services.com> [0.82-4] |
82 |
|
|
- Changes so certificates imported from openvpn-bridge are recognized |
83 |
|
|
- Configure default admin user to 'admin' |
84 |
|
|
- Create a static key for OpenVPN TLS auth (requires openvpn) |
85 |
|
|
- Add expirey values (3 Months, 6 Months) |
86 |
|
|
- Display or download takey.pem and dhparam1024.pem from |
87 |
|
|
the certificate management menue |
88 |
|
|
- Display the Root certificate in PEM format |
89 |
|
|
- Possibility to download the CRL in PEM format |
90 |
|
|
- Remove the email address from the file name during upload |
91 |
|
|
- Disable download of certificate after creating a new one |
92 |
|
|
- Remove security warning after setup |
93 |
|
|
|
94 |
|
|
* Wed Dec 05 2008 Daniel B. <daniel@firewall-services.com> [0.82-3] |
95 |
|
|
- Correct extension name for email_signing certificates |
96 |
|
|
- Remove links, and recreate them in the %post section so upgrade can be done smoothly |
97 |
|
|
|
98 |
|
|
* Wed Nov 26 2008 Daniel B. <daniel@firewall-services.com> [0.82-0] |
99 |
|
|
- initial release |
100 |
|
|
- builds from unchanged .tar.gz |
101 |
|
|
|
102 |
|
|
%prep |
103 |
|
|
%setup -c -n %{name} |
104 |
|
|
%patch1 -p1 |
105 |
|
|
%patch2 -p1 |
106 |
|
|
%patch3 -p1 |
107 |
|
|
%patch4 -p1 |
108 |
|
|
%patch5 -p1 |
109 |
|
|
%patch6 -p1 |
110 |
|
|
%patch7 -p1 |
111 |
|
|
%patch8 -p1 |
112 |
|
|
%patch9 -p1 |
113 |
|
|
%patch10 -p1 |
114 |
|
|
%patch11 -p1 |
115 |
|
|
%patch12 -p1 |
116 |
vip-ire |
1.5 |
%patch13 -p1 |
117 |
vip-ire |
1.6 |
%patch14 -p1 |
118 |
vip-ire |
1.7 |
%patch15 -p1 |
119 |
vip-ire |
1.8 |
%patch16 -p1 |
120 |
slords |
1.1 |
|
121 |
|
|
%build |
122 |
|
|
%{__mkdir_p} root/opt/phpki/html |
123 |
|
|
%{__mkdir_p} root/opt/phpki/phpki-store |
124 |
vip-ire |
1.7 |
%{__mkdir_p} root/opt/phpki/bin |
125 |
|
|
%{__mkdir_p} root/%{_sysconfdir}/cron.weekly/ |
126 |
|
|
%{__mv} %{name}-%{version}/gen_crl.php root/opt/phpki/bin/ |
127 |
slords |
1.1 |
%{__mv} %{name}-%{version}/* root/opt/phpki/html/ |
128 |
|
|
|
129 |
vip-ire |
1.7 |
|
130 |
|
|
cat <<"HERE" > root/%{_sysconfdir}/cron.weekly/phpki_update_crl |
131 |
|
|
#!/bin/bash |
132 |
|
|
|
133 |
|
|
cd /opt/phpki/bin |
134 |
|
|
php ./gen_crl.php 2>&1 > /dev/null |
135 |
|
|
|
136 |
|
|
HERE |
137 |
|
|
|
138 |
|
|
|
139 |
slords |
1.1 |
# Remove links to setup page so upgrades can be done smoothly |
140 |
|
|
%{__rm} -f root/opt/phpki/html/index.php |
141 |
|
|
%{__rm} -f root/opt/phpki/html/ca/index.php |
142 |
|
|
%{__rm} -f root/opt/phpki/html/setup.php |
143 |
|
|
|
144 |
|
|
# This script shouldn't be here |
145 |
|
|
%{__rm} -f root/opt/phpki/html/secure.sh |
146 |
|
|
|
147 |
|
|
|
148 |
|
|
%install |
149 |
|
|
rm -rf $RPM_BUILD_ROOT |
150 |
|
|
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
151 |
|
|
rm -f %{name}-%{version}-filelist |
152 |
|
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
153 |
|
|
--file '/opt/phpki/html/config.php' 'attr(660,root,phpki) %config(noreplace)' \ |
154 |
|
|
--file '/opt/phpki/html/openssl.cnf' 'attr(660,root,phpki) %config(noreplace)' \ |
155 |
vip-ire |
1.7 |
--file '%{_sysconfdir}/cron.weekly/phpki_update_crl' 'attr(744,root,root)' \ |
156 |
slords |
1.1 |
--dir '/opt/phpki/html' 'attr(770,root,phpki)' \ |
157 |
|
|
--dir '/opt/phpki/html/ca' 'attr(770,root,phpki)' \ |
158 |
|
|
--dir '/opt/phpki/phpki-store' 'attr(750,phpki,phpki)' \ |
159 |
|
|
> %{name}-%{version}-filelist |
160 |
|
|
|
161 |
|
|
%files -f %{name}-%{version}-filelist |
162 |
|
|
%defattr(-,root,root) |
163 |
|
|
|
164 |
|
|
%clean |
165 |
|
|
cd .. |
166 |
|
|
rm -rf $RPM_BUILD_ROOT |
167 |
|
|
|
168 |
|
|
%pre |
169 |
|
|
if ! /usr/bin/id phpki &>/dev/null; then |
170 |
|
|
/usr/sbin/useradd -c 'Phpki User' -s /sbin/nologin -r -d /opt/phpki/phpki-store phpki &>/dev/null || \ |
171 |
|
|
%logmsg "Unexpected error adding user \"phpki\". Abort installation." |
172 |
|
|
fi |
173 |
|
|
|
174 |
|
|
%preun |
175 |
|
|
|
176 |
|
|
%post |
177 |
|
|
# First install, point index.php to setup.php |
178 |
|
|
if [ $1 == 1 ]; then |
179 |
|
|
%{__ln_s} /opt/phpki/html/setup.php-presetup /opt/phpki/html/index.php |
180 |
|
|
%{__ln_s} /opt/phpki/html/setup.php-presetup /opt/phpki/html/setup.php |
181 |
|
|
echo "<?php |
182 |
|
|
header(\"Location: ./../index.php\"); |
183 |
|
|
?> |
184 |
|
|
" > /opt/phpki/html/ca/index.php |
185 |
vip-ire |
1.4 |
fi |
186 |
slords |
1.1 |
|
187 |
vip-ire |
1.4 |
%postun |
188 |
|
|
# Remove the links to index.php after uninstall |
189 |
|
|
if [ $1 == 0 ]; then |
190 |
|
|
%{__rm} -f /opt/phpki/html/index.php |
191 |
|
|
%{__rm} -f /opt/phpki/html/setup.php |
192 |
|
|
%{__rm} -f /opt/phpki/html/ca/index.php |
193 |
slords |
1.1 |
fi |
194 |
|
|
|
195 |
|
|
|
196 |
|
|
true |