/[smecontribs]/rpms/phpki/contribs9/phpki.spec
ViewVC logotype

Annotation of /rpms/phpki/contribs9/phpki.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.5 - (hide annotations) (download)
Tue Mar 3 14:55:34 2020 UTC (4 years, 2 months ago) by jcrisp
Branch: MAIN
CVS Tags: phpki-0_82-20_el6_sme
Changes since 1.4: +13 -3 lines
* Tue Mar 03 2020 John Crisp <jcrsip@safeandsoundit.co.uk> 0.82-20.sme
- Backporting some fixes from 0.83+
- Fix start/finish/revoke dates
- expand preg match statements
- Fix some formatting
- Bump the required release version
- Fix country code check [SME:8911]

1 jcrisp 1.5 # $Id: phpki.spec,v 1.4 2018/11/17 13:20:42 jcrisp Exp $
2 vip-ire 1.1 # Authority: vip-ire
3     # Name: Daniel Berteaud
4    
5     %define name phpki
6     %define version 0.82
7 jcrisp 1.5 %define release 20
8 vip-ire 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     Patch13: phpki-0.82-ca_help.patch
30     Patch14: phpki-0.82-empty_pass_php_5.2.patch
31     Patch15: phpki-0.82-update_crl_via_cron.patch
32     Patch16: phpki-0.82-use_sha1.patch
33     Patch17: phpki-0.82-ca_admin_users.patch
34 jcrisp 1.2 Patch18: phpki-0.82.bz10622.fixphpwarnings.patch
35 dani 1.3 Patch19: phpki-0.82-potential_xss_php_self.patch
36 jcrisp 1.4 Patch20: phpki-0.82-fix-preg_match.patch
37 jcrisp 1.5 Patch21: phpki-0.82-fix-dates.patch
38 vip-ire 1.1
39     BuildArch: noarch
40     BuildRoot: /var/tmp/%{name}-%{version}
41    
42     BuildRequires: e-smith-devtools
43    
44 jcrisp 1.5 Requires: e-smith-release >= 9.0
45 vip-ire 1.1 Requires: php
46     Requires: openssl
47     Requires: openvpn
48     AutoReqProv: no
49    
50     %description
51     http://sourceforge.net/projects/phpki/
52     PHPki is an Open Source Web application for managing a multi-agency PKI for HIPAA compliance.
53     With it, you may create and centrally manage X.509 certificates for use with S/MIME enabled
54     e-mail clients, SSL servers, and VPN applications.
55    
56     %changelog
57 jcrisp 1.5 * Tue Mar 03 2020 John Crisp <jcrsip@safeandsoundit.co.uk> 0.82-20.sme
58     - Backporting some fixes from 0.83+
59     - Fix start/finish/revoke dates
60     - expand preg match statements
61     - Fix some formatting
62     - Bump the required release version
63     - Fix country code check [SME:8911]
64    
65 jcrisp 1.4 * Sat Nov 17 2018 Terry Fage <tfage@yahoo.com.au> 0.82-19.sme
66     - Fix preg_match warnings [SME:10622]
67    
68 dani 1.3 * Mon Oct 8 2018 Daniel B. <daniel@firewall-services.com> 0.82-18.sme
69     - Fix potential XSS with unsafe use of PHP_SELF [SME: 10626]
70    
71 jcrisp 1.2 * Thu Sep 6 2018 brian r. <brianr@bjsystems.co.uk> 0.82-17.sme
72     - Replace use of ereg by preg_replace as per deprecated in php 5.3 and removed in 7.0
73 jcrisp 1.4 - [SME: 10622]
74 jcrisp 1.2
75 vip-ire 1.1 * Mon Dec 12 2011 Daniel B. <daniel@firewall-services.com> 0.82-16.sme
76     - Remove php-posix dependency (not available, nor needed on SME 7.x) [SME: 6805]
77    
78     * Wed Oct 26 2011 Daniel B. <daniel@firewall-services.com> 0.82-15.sme
79     - Requires php-posix
80    
81     * Wed Jun 29 2011 Daniel B. <daniel@firewall-services.com> 0.82-14.sme
82     - Don't check issuer (everyone allowed to access /ca can manage
83     all the certificates, access to /ca is controlled by apache)
84    
85     * Tue Mar 15 2011 Daniel B. <daniel@firewall-services.com> 0.82-13.sme
86     - Replace md5 with sha1 for signing
87    
88     * Fri May 28 2010 Daniel B. <daniel@firewall-services.com> [0.82-12]
89     - Weekly update the CRL via cron so MS Crypto API will be happy
90    
91     * Thu Mar 18 2010 Daniel B. <daniel@firewall-services.com> [0.82-11]
92     - Fixe empty password with PHP 5.2 (SME 8b5)
93    
94     * Wed Aug 26 2009 Daniel B. <daniel@firewall-services.com> [0.82-10]
95     - Fixe links for CA help page
96    
97     * Mon Mar 23 2009 Daniel B. <daniel@firewall-services.com> [0.82-9]
98     - Remove links after uninstall so you can easily re-install the contrib
99     later [SME: 5091]
100    
101     * Tue Mar 03 2009 Daniel B. <daniel@firewall-services.com> [0.82-8]
102     - Add e-smith-devtools as a dependencie
103    
104     * Tue Jan 20 2009 Daniel B. <daniel@firewall-services.com> [0.82-7]
105     - Don't replace config file on upgrades
106    
107     * Wed Jan 07 2009 Daniel B. <daniel@firewall-services.com> [0.82-6]
108     - Remove the email address from the file name during upload (in search page)
109     - Remove secure.sh script
110    
111     * Tue Dec 16 2008 Daniel B. <daniel@firewall-services.com> [0.82-5]
112     - Link index.php to setup-presetup.php
113    
114     * Mon Dec 08 2008 Daniel B. <daniel@firewall-services.com> [0.82-4]
115     - Changes so certificates imported from openvpn-bridge are recognized
116     - Configure default admin user to 'admin'
117     - Create a static key for OpenVPN TLS auth (requires openvpn)
118     - Add expirey values (3 Months, 6 Months)
119     - Display or download takey.pem and dhparam1024.pem from
120     the certificate management menue
121     - Display the Root certificate in PEM format
122     - Possibility to download the CRL in PEM format
123     - Remove the email address from the file name during upload
124     - Disable download of certificate after creating a new one
125     - Remove security warning after setup
126    
127     * Wed Dec 05 2008 Daniel B. <daniel@firewall-services.com> [0.82-3]
128     - Correct extension name for email_signing certificates
129     - Remove links, and recreate them in the %post section so upgrade can be done smoothly
130    
131     * Wed Nov 26 2008 Daniel B. <daniel@firewall-services.com> [0.82-0]
132     - initial release
133     - builds from unchanged .tar.gz
134    
135     %prep
136     %setup -c -n %{name}
137     %patch1 -p1
138     %patch2 -p1
139     %patch3 -p1
140     %patch4 -p1
141     %patch5 -p1
142     %patch6 -p1
143     %patch7 -p1
144     %patch8 -p1
145     %patch9 -p1
146     %patch10 -p1
147     %patch11 -p1
148     %patch12 -p1
149     %patch13 -p1
150     %patch14 -p1
151     %patch15 -p1
152     %patch16 -p1
153     %patch17 -p1
154 jcrisp 1.2 %patch18 -p1
155 dani 1.3 %patch19 -p1
156 jcrisp 1.4 %patch20 -p1
157 jcrisp 1.5 %patch21 -p1
158 vip-ire 1.1
159     %build
160     %{__mkdir_p} root/opt/phpki/html
161     %{__mkdir_p} root/opt/phpki/phpki-store
162     %{__mkdir_p} root/opt/phpki/bin
163     %{__mkdir_p} root/%{_sysconfdir}/cron.weekly/
164     %{__mv} %{name}-%{version}/gen_crl.php root/opt/phpki/bin/
165     %{__mv} %{name}-%{version}/* root/opt/phpki/html/
166    
167    
168     cat <<"HERE" > root/%{_sysconfdir}/cron.weekly/phpki_update_crl
169     #!/bin/bash
170    
171     cd /opt/phpki/bin
172     php ./gen_crl.php 2>&1 > /dev/null
173    
174     HERE
175    
176    
177     # Remove links to setup page so upgrades can be done smoothly
178     %{__rm} -f root/opt/phpki/html/index.php
179     %{__rm} -f root/opt/phpki/html/ca/index.php
180     %{__rm} -f root/opt/phpki/html/setup.php
181    
182     # This script shouldn't be here
183     %{__rm} -f root/opt/phpki/html/secure.sh
184    
185    
186     %install
187     rm -rf $RPM_BUILD_ROOT
188     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
189     rm -f %{name}-%{version}-filelist
190     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
191     --file '/opt/phpki/html/config.php' 'attr(660,root,phpki) %config(noreplace)' \
192     --file '/opt/phpki/html/openssl.cnf' 'attr(660,root,phpki) %config(noreplace)' \
193     --file '%{_sysconfdir}/cron.weekly/phpki_update_crl' 'attr(744,root,root)' \
194     --dir '/opt/phpki/html' 'attr(770,root,phpki)' \
195     --dir '/opt/phpki/html/ca' 'attr(770,root,phpki)' \
196     --dir '/opt/phpki/phpki-store' 'attr(750,phpki,phpki)' \
197     > %{name}-%{version}-filelist
198    
199     %files -f %{name}-%{version}-filelist
200     %defattr(-,root,root)
201    
202     %clean
203     cd ..
204     rm -rf $RPM_BUILD_ROOT
205    
206     %pre
207     if ! /usr/bin/id phpki &>/dev/null; then
208     /usr/sbin/useradd -c 'Phpki User' -s /sbin/nologin -r -d /opt/phpki/phpki-store phpki &>/dev/null || \
209     %logmsg "Unexpected error adding user \"phpki\". Abort installation."
210     fi
211    
212     %preun
213    
214     %post
215     # First install, point index.php to setup.php
216     if [ $1 == 1 ]; then
217     %{__ln_s} /opt/phpki/html/setup.php-presetup /opt/phpki/html/index.php
218     %{__ln_s} /opt/phpki/html/setup.php-presetup /opt/phpki/html/setup.php
219     echo "<?php
220     header(\"Location: ./../index.php\");
221     ?>
222     " > /opt/phpki/html/ca/index.php
223     fi
224    
225     %postun
226     # Remove the links to index.php after uninstall
227     if [ $1 == 0 ]; then
228     %{__rm} -f /opt/phpki/html/index.php
229     %{__rm} -f /opt/phpki/html/setup.php
230     %{__rm} -f /opt/phpki/html/ca/index.php
231     fi
232    
233    
234     true

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed