]> git.pld-linux.org Git - packages/ca-certificates.git/blob - ca-certificates.spec
- up to 20141019
[packages/ca-certificates.git] / ca-certificates.spec
1 # TODO
2 # - cleanup dead links from /etc/openssl/certs after -update uninstall
3 # - https://bugzilla.mozilla.org/show_bug.cgi?id=549701 and
4 #   http://groups.google.com/group/mozilla.dev.security.policy/browse_thread/thread/b6493a285ba79998#
5 # - add certs noted in TODO file
6 #
7 Summary:        Common CA Certificates PEM files
8 Summary(pl.UTF-8):      Pliki PEM popularnych certyfikatów CA
9 Name:           ca-certificates
10 Version:        20141019
11 Release:        1
12 License:        GPL v2 (scripts), MPL v2 (mozilla certs), distributable (other certs)
13 Group:          Libraries
14 Source0:        ftp://ftp.debian.org/debian/pool/main/c/ca-certificates/%{name}_%{version}.tar.xz
15 # Source0-md5:  f619282081c8bfc65ea64c37fa5285ed
16 Source1:        https://www.verisign.com/support/thawte-roots.zip
17 # Source1-md5:  21a284ebdc6e8f4178d5cc10fb9e1ef2
18 Source2:        http://www.certum.pl/keys/CA.pem
19 # Source2-md5:  35610177afc9c64e70f1ce62c1885496
20 Source3:        http://www.certum.pl/keys/level1.pem
21 # Source3-md5:  ba2d2e234ef9cfd2e6e5f810c964862e
22 Source4:        http://www.certum.pl/keys/level2.pem
23 # Source4-md5:  d06578a04e8cb23071f3870430ea0cf0
24 Source5:        http://www.certum.pl/keys/level3.pem
25 # Source5-md5:  47b67c63a52236576fc0d1150327c962
26 Source6:        http://www.certum.pl/keys/level4.pem
27 # Source6-md5:  f1f8a65d177745311a1e99f029ae5d71
28 Source7:        http://www.certum.pl/keys/vs.pem
29 # Source7-md5:  8da19ffc48c5dcc2868b1aa55f1d5983
30 Source8:        http://www.certum.pl/keys/na.pem
31 # Source8-md5:  ba571cb35e7672ff7ae95132ac1bfec4
32 Source9:        http://www.certum.pl/keys/tsa.pem
33 # Source9-md5:  1a7b3faf8ed00f4d80297de74862e102
34 Source10:       http://www.certum.pl/keys/class1.pem
35 # Source10-md5: 058436b132ea2df6972821f546104a16
36 Source11:       http://www.certum.pl/keys/class2.pem
37 # Source11-md5: 5caf7fe99b1fc6e63c40b3d081711d1b
38 Source12:       http://www.certum.pl/keys/class3.pem
39 # Source12-md5: 07bc97e21da092ba53535c7379e1b58b
40 Source13:       http://www.certum.pl/keys/class4.pem
41 # Source13-md5: 99ef61d509539af89f1c025b67245965
42 Source14:       http://crt.tcs.terena.org/TERENASSLCA.crt
43 # Source14-md5: f62cd1546a8ef14e31ba1ce8eecd234a
44 Source15:       http://crt.tcs.terena.org/TERENAeScienceSSLCA.crt
45 # Source15-md5: 5feea35ab01a373f115219706f1f57bd
46 Source16:       http://crt.tcs.terena.org/TERENAPersonalCA.crt
47 # Source16-md5: 53eaa497c8fb0b79f14fe9f69693689a
48 Source17:       http://crt.tcs.terena.org/TERENAeSciencePersonalCA.crt
49 # Source17-md5: e25cc655d3ebe920ca9c187e3dde9191
50 Source18:       http://crt.tcs.terena.org/TERENACodeSigningCA.crt
51 # Source18-md5: 74c9f511ab03a4e6b7462e310abfa89b
52 Source19:       http://www.sk.ee/upload/files/JUUR-SK.PEM.cer
53 # Source19-md5: 805784c06c9eff3771a4b9bd631cd3f5
54 Source20:       http://www.sk.ee/upload/files/ESTEID-SK.PEM.cer
55 # Source20-md5: 387beee5b8539ab7d91628f486295899
56 Source21:       http://www.sk.ee/upload/files/ESTEID-SK%202007.PEM.cer?/ESTEID-SK_2007.PEM.cer
57 # Source21-md5: 2b1a2a77f565d68fdf5f19f6cc3a5600
58 Source22:       http://www.sk.ee/upload/files/ESTEID-SK%202011.pem.cer?/ESTEID-SK_2011.pem.cer
59 # Source22-md5: cfcc1e592cb0ff305158a7e32730546c
60 Patch0:         %{name}-undebianize.patch
61 Patch1:         %{name}-more-certs.patch
62 Patch2:         %{name}-etc-certs.patch
63 Patch3:         %{name}-c_rehash.sh.patch
64 Patch5:         %{name}-DESTDIR.patch
65 Patch6:         %{name}.d.patch
66 URL:            http://www.cacert.org/
67 BuildRequires:  openssl-tools
68 BuildRequires:  python
69 BuildRequires:  python-modules
70 BuildRequires:  rpm >= 4.4.9-56
71 BuildRequires:  sed >= 4.0
72 BuildRequires:  tar >= 1:1.22
73 BuildRequires:  unzip
74 BuildRequires:  xz
75 Obsoletes:      certificates
76 BuildArch:      noarch
77 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
78
79 %define         certsdir        /etc/certs
80 %define         openssldir      /etc/openssl/certs
81
82 %description
83 Common CA Certificates PEM files.
84
85 %description -l pl.UTF-8
86 Pliki PEM popularnych certyfikatów CA.
87
88 %package update
89 Summary:        Script for updating CA Certificates database
90 Summary(pl.UTF-8):      Skrypt do odświeżania bazy certyfikatów CA
91 Group:          Libraries
92 Requires:       %{name} = %{version}-%{release}
93 Requires:       mktemp
94 %if "%{pld_release}" == "ac"
95 Requires:       openssl-tools >= 0.9.7m-6.3
96 %else
97 Requires:       openssl-tools >= 0.9.8i-3
98 %endif
99
100 %description update
101 Script and data for updating CA Certificates database.
102
103 %description update -l pl.UTF-8
104 Skrypt i dane do odświeżania bazy certyfikatów CA.
105
106 %prep
107 %setup -q
108 %patch0 -p1
109 %patch1 -p1
110 %patch2 -p1
111 %patch3 -p1
112 %patch5 -p1
113 %patch6 -p1
114
115 %{__sed} -i -e 's,@openssldir@,%{openssldir},' sbin/update-ca-certificates*
116
117 %{__unzip} -qq %{SOURCE1} -d thawte
118
119 find thawte/ -name *.pem -o -name *.txt| while read f ; do
120         if (file "$f" | grep -q "PEM"); then
121                 ff=$(echo $f | sed -e 's|[ ,]|_|g' -e 's|[()]|=|g')
122                 nname=$(basename "$ff" .pem)
123                 nname=$(basename "$nname" .txt)
124                 nname=$(basename "$nname" _b64)
125                 cp -pi "$f" "thawte/${nname}.crt"
126         else
127                 echo "Skipping $f, doesn't look like PEM CERT"
128         fi
129 done
130
131 install -d certum
132 cp -pi %{SOURCE2} certum
133 cp -pi %{SOURCE3} certum
134 cp -pi %{SOURCE4} certum
135 cp -pi %{SOURCE5} certum
136 cp -pi %{SOURCE6} certum
137 cp -pi %{SOURCE7} certum
138 cp -pi %{SOURCE8} certum
139 cp -pi %{SOURCE9} certum
140 cp -pi %{SOURCE10} certum
141 cp -pi %{SOURCE11} certum
142 cp -pi %{SOURCE12} certum
143 cp -pi %{SOURCE13} certum
144 for a in certum/*.pem; do
145         mv -i "$a" "${a%.pem}.crt"
146 done
147
148 # http://www.sk.ee/en/Repository/certs/rootcertificates
149 # JUUR-SK, ESTEID-SK and ESTEID-SK 2007, ESTEID-SK 2011
150 install -d esteid
151 cp -pi %{SOURCE19} esteid
152 cp -pi %{SOURCE20} esteid
153 cp -pi %{SOURCE21} esteid/ESTEID-SK_2007.crt
154 cp -pi %{SOURCE22} esteid/ESTEID-SK_2011.crt
155 for a in esteid/*.PEM.cer; do
156         mv -i "$a" "${a%.PEM.cer}.crt"
157 done
158
159 %build
160 install -d terena
161 openssl x509 -inform DER -in %{SOURCE14} -outform PEM -out terena/$(basename %{SOURCE14})
162 openssl x509 -inform DER -in %{SOURCE15} -outform PEM -out terena/$(basename %{SOURCE15})
163 openssl x509 -inform DER -in %{SOURCE16} -outform PEM -out terena/$(basename %{SOURCE16})
164 openssl x509 -inform DER -in %{SOURCE17} -outform PEM -out terena/$(basename %{SOURCE17})
165 openssl x509 -inform DER -in %{SOURCE18} -outform PEM -out terena/$(basename %{SOURCE18})
166
167 %{__make}
168
169 # We have those and more in specific dirs
170 rm mozilla/{Thawte,thawte,Certum,IGC_A,Deutsche_Telekom_Root_CA_2,Juur-SK}*.crt
171
172 # See TODO
173 # rm mozilla/RSA_Security_1024_v3.crt
174
175 %install
176 rm -rf $RPM_BUILD_ROOT
177 install -d $RPM_BUILD_ROOT{%{_datadir}/%{name},%{_sbindir},%{certsdir},/etc/pki/tls,%{_sysconfdir}/ca-certificates.d}
178 %{__make} install \
179         DESTDIR=$RPM_BUILD_ROOT
180
181 find $RPM_BUILD_ROOT%{_datadir}/ca-certificates -name '*.crt' -exec sed -i -e 's/\r$//' {} \;
182
183 (
184 cd $RPM_BUILD_ROOT%{_datadir}/ca-certificates
185 find . -name '*.crt' | sort | cut -b3-
186 ) > $RPM_BUILD_ROOT%{_sysconfdir}/ca-certificates.conf
187
188 # build %{certsdir}/ca-certificates.crt
189 install -d $RPM_BUILD_ROOT%{openssldir}
190 ./sbin/update-ca-certificates --destdir $RPM_BUILD_ROOT
191 rm -rf $RPM_BUILD_ROOT%{openssldir}
192
193 %clean
194 rm -rf $RPM_BUILD_ROOT
195
196 %post update
197 %{_sbindir}/update-ca-certificates --fresh || :
198
199 %files
200 %defattr(644,root,root,755)
201 %doc debian/README.Debian debian/changelog
202 %dir /etc/pki/tls
203 %config(noreplace) %verify(not md5 mtime size) %{certsdir}/ca-certificates.crt
204
205 %files update
206 %defattr(644,root,root,755)
207 %attr(755,root,root) %{_sbindir}/update-ca-certificates
208 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ca-certificates.conf
209 %dir %{_sysconfdir}/ca-certificates.d
210 %{_datadir}/ca-certificates
This page took 0.110841 seconds and 3 git commands to generate.