1 |
jpp |
1.1 |
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}} |
2 |
|
|
%global pkgname phpMyAdmin |
3 |
|
|
|
4 |
|
|
# Having below mentioned separate projects externally or only internally? |
5 |
|
|
%global gettext 1 |
6 |
|
|
%global tcpdf 1 |
7 |
|
|
|
8 |
|
|
%if 0%{?fedora} >= 21 |
9 |
|
|
# nginx 1.6 with nginx-filesystem |
10 |
|
|
%global with_nginx 1 |
11 |
|
|
# httpd 2.4 with httpd-filesystem |
12 |
|
|
%global with_httpd 1 |
13 |
|
|
%else |
14 |
|
|
%global with_nginx 0 |
15 |
|
|
%global with_httpd 0 |
16 |
|
|
%endif |
17 |
|
|
|
18 |
|
|
Summary: Handle the administration of MySQL over the World Wide Web |
19 |
|
|
Name: phpMyAdmin |
20 |
|
|
Version: 4.4.15.10 |
21 |
|
|
Release: 4%{?dist} |
22 |
|
|
# MIT (js/jquery/, js/canvg/, js/codemirror/, libraries/sql-formatter/), |
23 |
|
|
# BSD (libraries/plugins/auth/recaptcha/), |
24 |
|
|
# GPLv2+ (the rest) |
25 |
|
|
License: GPLv2+ and MIT and BSD |
26 |
|
|
Group: Applications/Internet |
27 |
|
|
URL: https://www.phpmyadmin.net/ |
28 |
|
|
Source0: https://files.phpmyadmin.net/%{name}/%{version}/%{name}-%{version}-all-languages.tar.xz |
29 |
|
|
Source1: https://files.phpmyadmin.net/%{name}/%{version}/%{name}-%{version}-all-languages.tar.xz.asc |
30 |
|
|
Source2: phpMyAdmin-config.inc.php |
31 |
|
|
Source3: phpMyAdmin.htaccess |
32 |
|
|
Source4: phpMyAdmin.nginx |
33 |
|
|
Patch0: phpMyAdmin-4.4.15.10-pmasa-2017-8.patch |
34 |
|
|
Patch1: phpMyAdmin-4.4.15.10-pmasa-2018-1.patch |
35 |
|
|
Patch2: phpMyAdmin-4.4.15.10-force-links.patch |
36 |
|
|
Patch3: phpMyAdmin-4.4.15.10-php-array.patch |
37 |
|
|
Patch4: phpMyAdmin-4.4.15.10-gettext-search.patch |
38 |
|
|
# Optional (and partially redundant) runtime requirements: php-bcmath, php-gmp, php-recode, php-soap, |
39 |
|
|
# php-mcrypt, php-phpseclib-crypt-aes >= 2.0.0, php-phpseclib-crypt-random >= 2.0.0 |
40 |
|
|
Requires: php(language) >= 5.3.7, php-filter, php-xmlwriter |
41 |
|
|
%if %{with_nginx} |
42 |
|
|
Requires: nginx-filesystem |
43 |
|
|
%endif |
44 |
|
|
%if %{with_httpd} |
45 |
|
|
Requires: httpd-filesystem |
46 |
|
|
Requires: php(httpd) |
47 |
|
|
Suggests: httpd |
48 |
|
|
%endif |
49 |
|
|
Requires: webserver, php-bz2, php-ctype, php-curl, php-date, php-gd >= 5.3.7, php-iconv |
50 |
|
|
Requires: php-json, php-libxml, php-mbstring >= 5.3.7, php-mysqli >= 5.3.7, php-openssl |
51 |
|
|
Requires: php-pcre, php-session, php-simplexml, php-spl, php-zip, php-zlib |
52 |
|
|
%if 0%{?gettext} |
53 |
|
|
Requires: php-php-gettext |
54 |
|
|
%endif |
55 |
|
|
# Optional runtime requirements for tcpdf: php-openssl, php-tidy (usually not required in phpMyAdmin) |
56 |
|
|
%if 0%{?tcpdf} |
57 |
|
|
Requires: php-tcpdf, php-tcpdf-dejavu-sans-fonts |
58 |
|
|
%else |
59 |
|
|
Requires: php-hash, php-xml >= 5.3.7 |
60 |
|
|
%endif |
61 |
|
|
Provides: phpmyadmin = %{version}-%{release} |
62 |
|
|
BuildArch: noarch |
63 |
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
64 |
|
|
|
65 |
|
|
%description |
66 |
|
|
phpMyAdmin is a tool written in PHP intended to handle the administration of |
67 |
|
|
MySQL over the World Wide Web. Most frequently used operations are supported |
68 |
|
|
by the user interface (managing databases, tables, fields, relations, indexes, |
69 |
|
|
users, permissions), while you still have the ability to directly execute any |
70 |
|
|
SQL statement. |
71 |
|
|
|
72 |
|
|
Features include an intuitive web interface, support for most MySQL features |
73 |
|
|
(browse and drop databases, tables, views, fields and indexes, create, copy, |
74 |
|
|
drop, rename and alter databases, tables, fields and indexes, maintenance |
75 |
|
|
server, databases and tables, with proposals on server configuration, execute, |
76 |
|
|
edit and bookmark any SQL-statement, even batch-queries, manage MySQL users |
77 |
|
|
and privileges, manage stored procedures and triggers), import data from CSV |
78 |
|
|
and SQL, export data to various formats: CSV, SQL, XML, PDF, OpenDocument Text |
79 |
|
|
and Spreadsheet, Word, Excel, LATEX and others, administering multiple servers, |
80 |
|
|
creating PDF graphics of your database layout, creating complex queries using |
81 |
|
|
Query-by-example (QBE), searching globally in a database or a subset of it, |
82 |
|
|
transforming stored data into any format using a set of predefined functions, |
83 |
|
|
like displaying BLOB-data as image or download-link and much more... |
84 |
|
|
|
85 |
|
|
%prep |
86 |
|
|
%setup -q -n %{pkgname}-%{version}-all-languages |
87 |
|
|
%patch0 -p1 |
88 |
|
|
%patch1 -p1 |
89 |
|
|
%patch2 -p1 |
90 |
|
|
%patch3 -p1 |
91 |
|
|
%patch4 -p1 |
92 |
|
|
|
93 |
|
|
# Setup vendor config file |
94 |
|
|
sed -e "/'CHANGELOG_FILE'/s@./ChangeLog@%{_pkgdocdir}/ChangeLog@" \ |
95 |
|
|
-e "/'LICENSE_FILE'/s@./LICENSE@%{_pkgdocdir}/LICENSE@" \ |
96 |
|
|
-e "/'CONFIG_DIR'/s@'./'@'%{_sysconfdir}/%{pkgname}/'@" \ |
97 |
|
|
-e "/'SETUP_CONFIG_FILE'/s@./config/config.inc.php@%{_localstatedir}/lib/%{pkgname}/config/config.inc.php@" \ |
98 |
|
|
%if 0%{?gettext} |
99 |
|
|
-e "/'GETTEXT_INC'/s@./libraries/php-gettext/gettext.inc@%{_datadir}/php/gettext/gettext.inc@" \ |
100 |
|
|
%endif |
101 |
|
|
%if 0%{?tcpdf} |
102 |
|
|
-e "/'TCPDF_INC'/s@./libraries/tcpdf/tcpdf.php@%{_datadir}/php/tcpdf/tcpdf.php@" \ |
103 |
|
|
%endif |
104 |
|
|
-e "/'PHPSECLIB_INC_DIR'/s@./libraries/phpseclib@%{_datadir}/pear@" \ |
105 |
|
|
%if 0%{?_licensedir:1} |
106 |
|
|
-e '/LICENSE_FILE/s:%_defaultdocdir:%_defaultlicensedir:' \ |
107 |
|
|
%endif |
108 |
|
|
-i libraries/vendor_config.php |
109 |
|
|
|
110 |
|
|
# Remove bundled libraries |
111 |
|
|
%if 0%{?gettext} |
112 |
|
|
rm -rf libraries/php-gettext/ |
113 |
|
|
%endif |
114 |
|
|
|
115 |
|
|
%if 0%{?tcpdf} |
116 |
|
|
rm -rf libraries/tcpdf/ |
117 |
|
|
%endif |
118 |
|
|
|
119 |
|
|
rm -rf libraries/phpseclib/ |
120 |
|
|
|
121 |
|
|
# Remove sources of JavaScript libraries |
122 |
|
|
rm -rf js/jquery/src/ js/openlayers/src/ |
123 |
|
|
|
124 |
|
|
%build |
125 |
|
|
|
126 |
|
|
%install |
127 |
|
|
rm -rf $RPM_BUILD_ROOT |
128 |
|
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{pkgname} |
129 |
|
|
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/%{pkgname}/{upload,save,config}/ |
130 |
|
|
cp -ad * $RPM_BUILD_ROOT%{_datadir}/%{pkgname}/ |
131 |
|
|
install -Dpm 0644 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d/%{pkgname}.conf |
132 |
|
|
install -Dpm 0640 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/%{pkgname}/config.inc.php |
133 |
|
|
%if %{with_nginx} |
134 |
|
|
install -Dpm 0644 %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/nginx/default.d/%{pkgname}.conf |
135 |
|
|
%endif |
136 |
|
|
|
137 |
|
|
rm -f $RPM_BUILD_ROOT%{_datadir}/%{pkgname}/{[CDLR]*,*.txt,config.sample.inc.php} |
138 |
|
|
rm -rf $RPM_BUILD_ROOT%{_datadir}/%{pkgname}/{doc,examples}/ |
139 |
|
|
rm -f doc/html/.buildinfo |
140 |
|
|
|
141 |
|
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{pkgname}/doc/ |
142 |
|
|
ln -s ../../../..%{_pkgdocdir}/html/ $RPM_BUILD_ROOT%{_datadir}/%{pkgname}/doc/html |
143 |
|
|
mv -f config.sample.inc.php examples/ |
144 |
|
|
|
145 |
|
|
mv -f $RPM_BUILD_ROOT%{_datadir}/%{pkgname}/js/jquery/MIT-LICENSE.txt LICENSE-jquery |
146 |
|
|
mv -f $RPM_BUILD_ROOT%{_datadir}/%{pkgname}/js/canvg/MIT-LICENSE.txt LICENSE-canvg |
147 |
|
|
mv -f $RPM_BUILD_ROOT%{_datadir}/%{pkgname}/js/codemirror/LICENSE LICENSE-codemirror |
148 |
|
|
mv -f $RPM_BUILD_ROOT%{_datadir}/%{pkgname}/libraries/plugins/auth/recaptcha/LICENSE LICENSE-recaptcha |
149 |
|
|
mv -f $RPM_BUILD_ROOT%{_datadir}/%{pkgname}/libraries/sql-formatter/LICENSE.txt LICENSE-sql-formatter |
150 |
|
|
%if ! 0%{?tcpdf} |
151 |
|
|
mv -f $RPM_BUILD_ROOT%{_datadir}/%{pkgname}/libraries/tcpdf/LICENSE.TXT LICENSE-tcpdf |
152 |
|
|
%endif |
153 |
|
|
|
154 |
|
|
%clean |
155 |
|
|
rm -rf $RPM_BUILD_ROOT |
156 |
|
|
|
157 |
|
|
%post |
158 |
|
|
# Generate a secret key for this installation |
159 |
|
|
sed -e "/'blowfish_secret'/s/MUSTBECHANGEDONINSTALL/$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1)/" \ |
160 |
|
|
-i %{_sysconfdir}/%{pkgname}/config.inc.php |
161 |
|
|
|
162 |
|
|
%files |
163 |
|
|
%defattr(-,root,root,-) |
164 |
|
|
%{!?_licensedir:%global license %%doc} |
165 |
|
|
%license LICENSE* |
166 |
|
|
%doc ChangeLog README DCO doc/html/ examples/ |
167 |
|
|
%{_datadir}/%{pkgname}/ |
168 |
|
|
%dir %attr(0750,root,apache) %{_sysconfdir}/%{pkgname}/ |
169 |
|
|
%config(noreplace) %attr(0640,root,apache) %{_sysconfdir}/%{pkgname}/config.inc.php |
170 |
|
|
%config(noreplace) %{_sysconfdir}/httpd/conf.d/%{pkgname}.conf |
171 |
|
|
%if %{with_nginx} |
172 |
|
|
%config(noreplace) %{_sysconfdir}/nginx/default.d/%{pkgname}.conf |
173 |
|
|
%endif |
174 |
|
|
%dir %{_localstatedir}/lib/%{pkgname}/ |
175 |
|
|
%dir %attr(0750,apache,apache) %{_localstatedir}/lib/%{pkgname}/upload/ |
176 |
|
|
%dir %attr(0750,apache,apache) %{_localstatedir}/lib/%{pkgname}/save/ |
177 |
|
|
%dir %attr(0750,apache,apache) %{_localstatedir}/lib/%{pkgname}/config/ |
178 |
|
|
|
179 |
|
|
%changelog |
180 |
|
|
* Tue Oct 29 2019 Robert Scheck <robert@fedoraproject.org> 4.4.15.10-4 |
181 |
|
|
- Added upstream patch for table searching with non-english locale |
182 |
|
|
|
183 |
|
|
* Wed May 16 2018 Robert Scheck <robert@fedoraproject.org> 4.4.15.10-3 |
184 |
|
|
- Added backported patch for PMASA-2018-1 (#1547748) |
185 |
|
|
- Backported patch to fix displaying mysql.user and mysql.db |
186 |
|
|
- Added patch to silence PHP warning for count() in export |
187 |
|
|
|
188 |
|
|
* Mon Jun 26 2017 Robert Scheck <robert@fedoraproject.org> 4.4.15.10-2 |
189 |
|
|
- Added backported patch for PMASA-2017-8 (#1437828, #1464267) |
190 |
|
|
|
191 |
|
|
* Thu Feb 23 2017 Robert Scheck <robert@fedoraproject.org> 4.4.15.10-1 |
192 |
|
|
- Upgrade to 4.4.15.10 (#1415405, #1424968, #1415995, #1415996, |
193 |
|
|
#1415997, #1415998, #1415999, #1416000, #1416004) |
194 |
|
|
|
195 |
|
|
* Mon Nov 28 2016 Robert Scheck <robert@fedoraproject.org> 4.4.15.9-1 |
196 |
|
|
- Upgrade to 4.4.15.9 (#1399197) |
197 |
|
|
|
198 |
|
|
* Sun Aug 28 2016 Robert Scheck <robert@fedoraproject.org> 4.4.15.8-2 |
199 |
|
|
- Use 'blowfish_secret' with 32 characters for new installation |
200 |
|
|
|
201 |
|
|
* Sun Aug 28 2016 Robert Scheck <robert@fedoraproject.org> 4.4.15.8-1 |
202 |
|
|
- Upgrade to 4.4.15.8 (#1370778) |
203 |
|
|
|
204 |
|
|
* Thu Jun 23 2016 Robert Scheck <robert@fedoraproject.org> 4.4.15.7-1 |
205 |
|
|
- Upgrade to 4.4.15.7 (#1349500) |
206 |
|
|
|
207 |
|
|
* Thu May 26 2016 Robert Scheck <robert@fedoraproject.org> 4.4.15.6-1 |
208 |
|
|
- Upgrade to 4.4.15.6 (#1340065) |
209 |
|
|
|
210 |
|
|
* Thu Mar 03 2016 Robert Scheck <robert@fedoraproject.org> 4.4.15.5-1 |
211 |
|
|
- Upgrade to 4.4.15.5 (#1313221, #1313224, #1313695, #1313696) |
212 |
|
|
|
213 |
|
|
* Sat Jan 30 2016 Robert Scheck <robert@fedoraproject.org> 4.4.15.4-1 |
214 |
|
|
- Upgrade to 4.4.15.4 |
215 |
|
|
|
216 |
|
|
* Thu Jan 28 2016 Robert Scheck <robert@fedoraproject.org> 4.4.15.3-1 |
217 |
|
|
- Upgrade to 4.4.15.3 |
218 |
|
|
|
219 |
|
|
* Fri Dec 25 2015 Robert Scheck <robert@fedoraproject.org> 4.4.15.2-1 |
220 |
|
|
- Upgrade to 4.4.15.2 (#1294254) |
221 |
|
|
|
222 |
|
|
* Sun Oct 25 2015 Robert Scheck <robert@fedoraproject.org> 4.4.15.1-1 |
223 |
|
|
- Upgrade to 4.4.15.1 (#1275108) |
224 |
|
|
|
225 |
|
|
* Sun Sep 20 2015 Robert Scheck <robert@fedoraproject.org> 4.4.15-1 |
226 |
|
|
- Upgrade to 4.4.15 |
227 |
|
|
|
228 |
|
|
* Tue Sep 08 2015 Robert Scheck <robert@fedoraproject.org> 4.4.14.1-1 |
229 |
|
|
- Upgrade to 4.4.14.1 |
230 |
|
|
|
231 |
|
|
* Thu Aug 20 2015 Robert Scheck <robert@fedoraproject.org> 4.4.14-1 |
232 |
|
|
- Upgrade to 4.4.14 |
233 |
|
|
|
234 |
|
|
* Sat Aug 08 2015 Robert Scheck <robert@fedoraproject.org> 4.4.13.1-1 |
235 |
|
|
- Upgrade to 4.4.13.1 |
236 |
|
|
|
237 |
|
|
* Fri Aug 07 2015 Robert Scheck <robert@fedoraproject.org> 4.4.13-1 |
238 |
|
|
- Upgrade to 4.4.13 |
239 |
|
|
|
240 |
|
|
* Thu Jul 21 2015 Robert Scheck <robert@fedoraproject.org> 4.4.12-1 |
241 |
|
|
- Upgrade to 4.4.12 (thanks to Remi Collet) |
242 |
|
|
|
243 |
|
|
* Mon Jul 06 2015 Robert Scheck <robert@fedoraproject.org> 4.4.11-1 |
244 |
|
|
- Upgrade to 4.4.11 |
245 |
|
|
|
246 |
|
|
* Sat Jun 20 2015 Robert Scheck <robert@fedoraproject.org> 4.4.10-1 |
247 |
|
|
- Upgrade to 4.4.10 (#1232982) |
248 |
|
|
|
249 |
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.4.9-2 |
250 |
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild |
251 |
|
|
|
252 |
|
|
* Thu Jun 04 2015 Robert Scheck <robert@fedoraproject.org> 4.4.9-1 |
253 |
|
|
- Upgrade to 4.4.9 |
254 |
|
|
|
255 |
|
|
* Thu May 28 2015 Robert Scheck <robert@fedoraproject.org> 4.4.8-1 |
256 |
|
|
- Upgrade to 4.4.8 |
257 |
|
|
|
258 |
|
|
* Sat May 16 2015 Robert Scheck <robert@fedoraproject.org> 4.4.7-1 |
259 |
|
|
- Upgrade to 4.4.7 (#1222215) |
260 |
|
|
|
261 |
|
|
* Thu May 14 2015 Robert Scheck <robert@fedoraproject.org> 4.4.6.1-1 |
262 |
|
|
- Upgrade to 4.4.6.1 (#1221418, #1221580, #1221581) |
263 |
|
|
|
264 |
|
|
* Thu May 07 2015 Robert Scheck <robert@fedoraproject.org> 4.4.6-1 |
265 |
|
|
- Upgrade to 4.4.6 |
266 |
|
|
|
267 |
|
|
* Tue May 05 2015 Robert Scheck <robert@fedoraproject.org> 4.4.5-1 |
268 |
|
|
- Upgrade to 4.4.5 (#1218633) |
269 |
|
|
|
270 |
|
|
* Sun Apr 26 2015 Robert Scheck <robert@fedoraproject.org> 4.4.4-1 |
271 |
|
|
- Upgrade to 4.4.4 (#1215417) |
272 |
|
|
|
273 |
|
|
* Mon Apr 20 2015 Robert Scheck <robert@fedoraproject.org> 4.4.3-1 |
274 |
|
|
- Upgrade to 4.4.3 |
275 |
|
|
|
276 |
|
|
* Mon Apr 13 2015 Robert Scheck <robert@fedoraproject.org> 4.4.2-1 |
277 |
|
|
- Upgrade to 4.4.2 |
278 |
|
|
|
279 |
|
|
* Fri Apr 10 2015 Robert Scheck <robert@fedoraproject.org> 4.4.1.1-1 |
280 |
|
|
- Upgrade to 4.4.1.1 (#1208320) |
281 |
|
|
|
282 |
|
|
- Mon Apr 06 2015 Robert Scheck <robert@fedoraproject.org> 4.4.0-1 |
283 |
|
|
- Upgrade to 4.4.0 (thanks to Remi Collet) |
284 |
|
|
|
285 |
|
|
* Mon Mar 30 2015 Robert Scheck <robert@fedoraproject.org> 4.3.13-1 |
286 |
|
|
- Upgrade to 4.3.13 |
287 |
|
|
|
288 |
|
|
* Sat Mar 14 2015 Robert Scheck <robert@fedoraproject.org> 4.3.12-1 |
289 |
|
|
- Upgrade to 4.3.12 |
290 |
|
|
|
291 |
|
|
* Wed Mar 04 2015 Robert Scheck <robert@fedoraproject.org> 4.3.11.1-1 |
292 |
|
|
- Upgrade to 4.3.11.1 |
293 |
|
|
|
294 |
|
|
* Tue Mar 03 2015 Robert Scheck <robert@fedoraproject.org> 4.3.11-1 |
295 |
|
|
- Upgrade to 4.3.11 |
296 |
|
|
|
297 |
|
|
* Sat Feb 21 2015 Robert Scheck <robert@fedoraproject.org> 4.3.10-1 |
298 |
|
|
- Upgrade to 4.3.10 (#1194949) |
299 |
|
|
|
300 |
|
|
* Fri Feb 06 2015 Robert Scheck <robert@fedoraproject.org> 4.3.9-1 |
301 |
|
|
- Upgrade to 4.3.9 |
302 |
|
|
|
303 |
|
|
* Sat Jan 24 2015 Robert Scheck <robert@fedoraproject.org> 4.3.8-1 |
304 |
|
|
- Upgrade to 4.3.8 |
305 |
|
|
|
306 |
|
|
* Sat Jan 24 2015 Robert Scheck <robert@fedoraproject.org> 4.3.7-1 |
307 |
|
|
- Upgrade to 4.3.7 (#1183602) |
308 |
|
|
|
309 |
|
|
* Wed Jan 07 2015 Robert Scheck <robert@fedoraproject.org> 4.3.6-1 |
310 |
|
|
- Upgrade to 4.3.6 |
311 |
|
|
|
312 |
|
|
* Mon Jan 05 2015 Robert Scheck <robert@fedoraproject.org> 4.3.5-1 |
313 |
|
|
- Upgrade to 4.3.5 |
314 |
|
|
|
315 |
|
|
* Sun Jan 04 2015 Robert Scheck <robert@fedoraproject.org> 4.3.4-1 |
316 |
|
|
- Upgrade to 4.3.4 (#1178413) |
317 |
|
|
|
318 |
|
|
* Sun Dec 21 2014 Robert Scheck <robert@fedoraproject.org> 4.3.3-1 |
319 |
|
|
- Upgrade to 4.3.3 |
320 |
|
|
|
321 |
|
|
* Fri Dec 12 2014 Robert Scheck <robert@fedoraproject.org> 4.3.2-1 |
322 |
|
|
- Upgrade to 4.3.2 |
323 |
|
|
|
324 |
|
|
* Thu Dec 11 2014 Robert Scheck <robert@fedoraproject.org> 4.3.1-2 |
325 |
|
|
- Use %%{pkgname} rather %%{name} in %%post scriptlet (#1173189) |
326 |
|
|
|
327 |
|
|
* Tue Dec 09 2014 Robert Scheck <robert@fedoraproject.org> 4.3.1-1 |
328 |
|
|
- Upgrade to 4.3.1 |
329 |
|
|
|
330 |
|
|
* Sat Dec 06 2014 Robert Scheck <robert@fedoraproject.org> 4.3.0-1 |
331 |
|
|
- Upgrade to 4.3.0 (thanks to Remi Collet) |
332 |
|
|
|
333 |
|
|
* Thu Dec 04 2014 Robert Scheck <robert@fedoraproject.org> 4.2.13.1-1 |
334 |
|
|
- Upgrade to 4.2.13.1 |
335 |
|
|
|
336 |
|
|
* Sun Nov 30 2014 Robert Scheck <robert@fedoraproject.org> 4.2.13-1 |
337 |
|
|
- Upgrade to 4.2.13 |
338 |
|
|
|
339 |
|
|
* Thu Nov 20 2014 Robert Scheck <robert@fedoraproject.org> 4.2.12-1 |
340 |
|
|
- Upgrade to 4.2.12 (#1166397) |
341 |
|
|
|
342 |
|
|
* Sat Nov 01 2014 Robert Scheck <robert@fedoraproject.org> 4.2.11-1 |
343 |
|
|
- Upgrade to 4.2.11 (#1159524) |
344 |
|
|
|
345 |
|
|
* Wed Oct 22 2014 Robert Scheck <robert@fedoraproject.org> 4.2.10.1-1 |
346 |
|
|
- Upgrade to 4.2.10.1 (#1155272, #1155362) |
347 |
|
|
|
348 |
|
|
* Mon Oct 13 2014 Robert Scheck <robert@fedoraproject.org> 4.2.10-1 |
349 |
|
|
- Upgrade to 4.2.10 (#1152115) |
350 |
|
|
|
351 |
|
|
* Sat Oct 4 2014 Remi Collet <remi@fedoraproject.org> 4.2.9.1-2 |
352 |
|
|
- provide nginx configuration (Fedora >= 21) |
353 |
|
|
- fix license handling |
354 |
|
|
|
355 |
|
|
* Thu Oct 02 2014 Robert Scheck <robert@fedoraproject.org> 4.2.9.1-1 |
356 |
|
|
- Upgrade to 4.2.9.1 (#1148664) |
357 |
|
|
|
358 |
|
|
* Sun Sep 21 2014 Robert Scheck <robert@fedoraproject.org> 4.2.9-1 |
359 |
|
|
- Upgrade to 4.2.9 |
360 |
|
|
- Set default charset for Apache explicitly |
361 |
|
|
|
362 |
|
|
* Wed Sep 17 2014 Robert Scheck <robert@fedoraproject.org> 4.2.8.1-2 |
363 |
|
|
- Move rm(1) calls from %%install to %%prep (#1121355 #c10) |
364 |
|
|
|
365 |
|
|
* Tue Sep 16 2014 Robert Scheck <robert@fedoraproject.org> 4.2.8.1-1 |
366 |
|
|
- Upgrade to 4.2.8.1 (#1141635) |
367 |
|
|
|
368 |
|
|
* Mon Sep 01 2014 Robert Scheck <robert@fedoraproject.org> 4.2.8-1 |
369 |
|
|
- Upgrade to 4.2.8 |
370 |
|
|
|
371 |
|
|
* Mon Aug 18 2014 Robert Scheck <robert@fedoraproject.org> 4.2.7.1-1 |
372 |
|
|
- Upgrade to 4.2.7.1 (#1130865, #1130866, #1131104) |
373 |
|
|
|
374 |
|
|
* Thu Jul 31 2014 Robert Scheck <robert@fedoraproject.org> 4.2.7-1 |
375 |
|
|
- Upgrade to 4.2.7 |
376 |
|
|
|
377 |
|
|
* Sat Jul 19 2014 Robert Scheck <robert@fedoraproject.org> 4.2.6-1 |
378 |
|
|
- Upgrade to 4.2.6 (#548260, #959946, #989660, #989668, #993613 |
379 |
|
|
and #1000261, #1067713, #1110877, #1117600, #1117601) |
380 |
|
|
- Switch from HTTP- to cookie-based authentication (for php-fpm) |
381 |
|
|
|
382 |
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.8.2-3 |
383 |
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild |
384 |
|
|
|
385 |
|
|
* Thu Dec 12 2013 Ville Skyttä <ville.skytta@iki.fi> - 3.5.8.2-2 |
386 |
|
|
- Fix paths to changelog and license when doc dir is unversioned (#994036). |
387 |
|
|
- Fix source URL, use xz compressed tarball. |
388 |
|
|
|
389 |
|
|
* Wed Oct 09 2013 Paul Wouters <pwouters@redhat.com> - 3.5.8.2-1 |
390 |
|
|
- Upgrade to 3.5.8.2 (Various security issues) |
391 |
|
|
|
392 |
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.8.1-2 |
393 |
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild |
394 |
|
|
|
395 |
|
|
* Thu Apr 25 2013 Robert Scheck <robert@fedoraproject.org> 3.5.8.1-1 |
396 |
|
|
- Upgrade to 3.5.8.1 (#956398, #956401) |
397 |
|
|
|
398 |
|
|
* Sat Apr 13 2013 Robert Scheck <robert@fedoraproject.org> 3.5.8-1 |
399 |
|
|
- Upgrade to 3.5.8 (#949868) |
400 |
|
|
|
401 |
|
|
* Sat Feb 23 2013 Robert Scheck <robert@fedoraproject.org> 3.5.7-1 |
402 |
|
|
- Upgrade to 3.5.7 (#912097) |
403 |
|
|
|
404 |
|
|
* Sun Feb 10 2013 Robert Scheck <robert@fedoraproject.org> 3.5.6-1 |
405 |
|
|
- Upgrade to 3.5.6 (#889450) |
406 |
|
|
|
407 |
|
|
* Sun Nov 18 2012 Robert Scheck <robert@fedoraproject.org> 3.5.4-1 |
408 |
|
|
- Upgrade to 3.5.4 (#877727) |
409 |
|
|
|
410 |
|
|
* Tue Oct 09 2012 Robert Scheck <robert@fedoraproject.org> 3.5.3-1 |
411 |
|
|
- Upgrade to 3.5.3 |
412 |
|
|
|
413 |
|
|
* Wed Aug 15 2012 Robert Scheck <robert@fedoraproject.org> 3.5.2.2-1 |
414 |
|
|
- Upgrade to 3.5.2.2 (#845736) |
415 |
|
|
|
416 |
|
|
* Sat Aug 11 2012 Robert Scheck <robert@fedoraproject.org> 3.5.2.1-1 |
417 |
|
|
- Upgrade to 3.5.2.1 (#845736) |
418 |
|
|
|
419 |
|
|
* Mon Jul 30 2012 Robert Scheck <robert@fedoraproject.org> 3.5.2-1 |
420 |
|
|
- Upgrade to 3.5.2 (#838310) |
421 |
|
|
|
422 |
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.1-2 |
423 |
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild |
424 |
|
|
|
425 |
|
|
* Sun May 06 2012 Robert Scheck <robert@fedoraproject.org> 3.5.1-1 |
426 |
|
|
- Upgrade to 3.5.1 (#819171) |
427 |
|
|
|
428 |
|
|
* Sat May 05 2012 Remi Collet <remi@fedoraproject.org> 3.5.0-2 |
429 |
|
|
- make configuration compatible apache 2.2 / 2.4 |
430 |
|
|
|
431 |
|
|
* Sun Apr 08 2012 Robert Scheck <robert@fedoraproject.org> 3.5.0-1 |
432 |
|
|
- Upgrade to 3.5.0 (#790782, #795020, #809146) |
433 |
|
|
|
434 |
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.9-2 |
435 |
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild |
436 |
|
|
|
437 |
|
|
* Thu Dec 22 2011 Robert Scheck <robert@fedoraproject.org> 3.4.9-1 |
438 |
|
|
- Upgrade to 3.4.9 (#769818) |
439 |
|
|
|
440 |
|
|
* Sun Dec 04 2011 Robert Scheck <robert@fedoraproject.org> 3.4.8-1 |
441 |
|
|
- Upgrade to 3.4.8 (#759441) |
442 |
|
|
|
443 |
|
|
* Sat Nov 12 2011 Robert Scheck <robert@fedoraproject.org> 3.4.7.1-1 |
444 |
|
|
- Upgrade to 3.4.7.1 (#753119) |
445 |
|
|
|
446 |
|
|
* Sat Nov 05 2011 Robert Scheck <robert@fedoraproject.org> 3.4.7-1 |
447 |
|
|
- Upgrade to 3.4.7 (#746630, #746880) |
448 |
|
|
|
449 |
|
|
* Sun Sep 18 2011 Robert Scheck <robert@fedoraproject.org> 3.4.5-1 |
450 |
|
|
- Upgrade to 3.4.5 (#733638, #738681, #629214) |
451 |
|
|
|
452 |
|
|
* Thu Aug 25 2011 Robert Scheck <robert@fedoraproject.org> 3.4.4-1 |
453 |
|
|
- Upgrade to 3.4.4 (#733475, #733477, #733480) |
454 |
|
|
|
455 |
|
|
* Tue Jul 26 2011 Robert Scheck <robert@fedoraproject.org> 3.4.3.2-2 |
456 |
|
|
- Disabled the warning for missing internal database relation |
457 |
|
|
- Reworked spec file to build phpMyAdmin3 for RHEL 5 (#725885) |
458 |
|
|
|
459 |
|
|
* Mon Jul 25 2011 Robert Scheck <robert@fedoraproject.org> 3.4.3.2-1 |
460 |
|
|
- Upgrade to 3.4.3.2 (#725377, #725381, #725382, #725383, #725384) |
461 |
|
|
|
462 |
|
|
* Wed Jul 06 2011 Robert Scheck <robert@fedoraproject.org> 3.4.3.1-1 |
463 |
|
|
- Upgrade to 3.4.3.1 (#718964) |
464 |
|
|
|
465 |
|
|
* Mon Jun 13 2011 Robert Scheck <robert@fedoraproject.org> 3.4.2-1 |
466 |
|
|
- Upgrade to 3.4.2 (#711743) |
467 |
|
|
|
468 |
|
|
* Sun May 29 2011 Robert Scheck <robert@fedoraproject.org> 3.4.1-1 |
469 |
|
|
- Upgrade to 3.4.1 (#704171) |
470 |
|
|
|
471 |
|
|
* Mon Mar 21 2011 Robert Scheck <robert@fedoraproject.org> 3.3.10-1 |
472 |
|
|
- Upstream released 3.3.10 (#661335, #662366, #662367, #689213) |
473 |
|
|
|
474 |
|
|
* Sun Feb 13 2011 Robert Scheck <robert@fedoraproject.org> 3.3.9.2-1 |
475 |
|
|
- Upstream released 3.3.9.2 (#676172) |
476 |
|
|
|
477 |
|
|
* Thu Feb 10 2011 Robert Scheck <robert@fedoraproject.org> 3.3.9.1-1 |
478 |
|
|
- Upstream released 3.3.9.1 (#676172) |
479 |
|
|
|
480 |
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.9-2 |
481 |
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild |
482 |
|
|
|
483 |
|
|
* Mon Jan 03 2011 Robert Scheck <robert@fedoraproject.org> 3.3.9-1 |
484 |
|
|
- Upstream released 3.3.9 (#666925) |
485 |
|
|
|
486 |
|
|
* Mon Nov 29 2010 Robert Scheck <robert@fedoraproject.org> 3.3.8.1-1 |
487 |
|
|
- Upstream released 3.3.8.1 |
488 |
|
|
|
489 |
|
|
* Fri Oct 29 2010 Robert Scheck <robert@fedoraproject.org> 3.3.8-1 |
490 |
|
|
- Upstream released 3.3.8 (#631748) |
491 |
|
|
|
492 |
|
|
* Wed Sep 08 2010 Robert Scheck <robert@fedoraproject.org> 3.3.7-1 |
493 |
|
|
- Upstream released 3.3.7 (#631824, #631829) |
494 |
|
|
|
495 |
|
|
* Sun Aug 29 2010 Robert Scheck <robert@fedoraproject.org> 3.3.6-1 |
496 |
|
|
- Upstream released 3.3.6 (#628301) |
497 |
|
|
|
498 |
|
|
* Fri Aug 20 2010 Robert Scheck <robert@fedoraproject.org> 3.3.5.1-1 |
499 |
|
|
- Upstream released 3.3.5.1 (#625877, #625878) |
500 |
|
|
- Added patch to fix wrong variable check at nopassword (#622428) |
501 |
|
|
|
502 |
|
|
* Tue Jul 27 2010 Robert Scheck <robert@fedoraproject.org> 3.3.5-1 |
503 |
|
|
- Upstream released 3.3.5 (#618586) |
504 |
|
|
|
505 |
|
|
* Tue Jun 29 2010 Robert Scheck <robert@fedoraproject.org> 3.3.4-1 |
506 |
|
|
- Upstream released 3.3.4 (#609057) |
507 |
|
|
|
508 |
|
|
* Sat Jun 26 2010 Robert Scheck <robert@fedoraproject.org> 3.3.3-1 |
509 |
|
|
- Upstream released 3.3.3 (#558322, #589288, #589487) |
510 |
|
|
|
511 |
|
|
* Sun Jan 10 2010 Robert Scheck <robert@fedoraproject.org> 3.2.5-1 |
512 |
|
|
- Upstream released 3.2.5 |
513 |
|
|
|
514 |
|
|
* Thu Dec 03 2009 Robert Scheck <robert@fedoraproject.org> 3.2.4-1 |
515 |
|
|
- Upstream released 3.2.4 (#540871, #540891) |
516 |
|
|
|
517 |
|
|
* Thu Nov 05 2009 Robert Scheck <robert@fedoraproject.org> 3.2.3-1 |
518 |
|
|
- Upstream released 3.2.3 |
519 |
|
|
|
520 |
|
|
* Tue Oct 13 2009 Robert Scheck <robert@fedoraproject.org> 3.2.2.1-1 |
521 |
|
|
- Upstream released 3.2.2.1 (#528769) |
522 |
|
|
- Require php-mcrypt for cookie authentication (#526979) |
523 |
|
|
|
524 |
|
|
* Sun Sep 13 2009 Robert Scheck <robert@fedoraproject.org> 3.2.2-1 |
525 |
|
|
- Upstream released 3.2.2 |
526 |
|
|
|
527 |
|
|
* Sun Sep 06 2009 Robert Scheck <robert@fedoraproject.org> 3.2.1-2 |
528 |
|
|
- Added ::1 for localhost/loopback access (for IPv6 users) |
529 |
|
|
|
530 |
|
|
* Mon Aug 10 2009 Robert Scheck <robert@fedoraproject.org> 3.2.1-1 |
531 |
|
|
- Upstream released 3.2.1 |
532 |
|
|
|
533 |
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.0.1-2 |
534 |
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild |
535 |
|
|
|
536 |
|
|
* Tue Jun 30 2009 Robert Scheck <robert@fedoraproject.org> 3.2.0.1-1 |
537 |
|
|
- Upstream released 3.2.0.1 (#508879) |
538 |
|
|
|
539 |
|
|
* Tue Jun 30 2009 Robert Scheck <robert@fedoraproject.org> 3.2.0-1 |
540 |
|
|
- Upstream released 3.2.0 |
541 |
|
|
|
542 |
|
|
* Fri May 15 2009 Robert Scheck <robert@fedoraproject.org> 3.1.5-1 |
543 |
|
|
- Upstream released 3.1.5 |
544 |
|
|
|
545 |
|
|
* Sat Apr 25 2009 Robert Scheck <robert@fedoraproject.org> 3.1.4-1 |
546 |
|
|
- Upstream released 3.1.4 |
547 |
|
|
|
548 |
|
|
* Tue Apr 14 2009 Robert Scheck <robert@fedoraproject.org> 3.1.3.2-1 |
549 |
|
|
- Upstream released 3.1.3.2 (#495768) |
550 |
|
|
|
551 |
|
|
* Wed Mar 25 2009 Robert Scheck <robert@fedoraproject.org> 3.1.3.1-1 |
552 |
|
|
- Upstream released 3.1.3.1 (#492066) |
553 |
|
|
|
554 |
|
|
* Sun Mar 01 2009 Robert Scheck <robert@fedoraproject.org> 3.1.3-1 |
555 |
|
|
- Upstream released 3.1.3 |
556 |
|
|
|
557 |
|
|
* Mon Feb 23 2009 Robert Scheck <robert@fedoraproject.org> 3.1.2-2 |
558 |
|
|
- Rebuilt against rpm 4.6 |
559 |
|
|
|
560 |
|
|
* Tue Jan 20 2009 Robert Scheck <robert@fedoraproject.org> 3.1.2-1 |
561 |
|
|
- Upstream released 3.1.2 |
562 |
|
|
|
563 |
|
|
* Thu Dec 11 2008 Robert Scheck <robert@fedoraproject.org> 3.1.1-1 |
564 |
|
|
- Upstream released 3.1.1 (#475954) |
565 |
|
|
|
566 |
|
|
* Sat Nov 29 2008 Robert Scheck <robert@fedoraproject.org> 3.1.0-1 |
567 |
|
|
- Upstream released 3.1.0 |
568 |
|
|
- Replaced LocationMatch with Directory directive (#469451) |
569 |
|
|
|
570 |
|
|
* Thu Oct 30 2008 Robert Scheck <robert@fedoraproject.org> 3.0.1.1-1 |
571 |
|
|
- Upstream released 3.0.1.1 (#468974) |
572 |
|
|
|
573 |
|
|
* Wed Oct 22 2008 Robert Scheck <robert@fedoraproject.org> 3.0.1-1 |
574 |
|
|
- Upstream released 3.0.1 |
575 |
|
|
|
576 |
|
|
* Sun Oct 19 2008 Robert Scheck <robert@fedoraproject.org> 3.0.0-1 |
577 |
|
|
- Upstream released 3.0.0 |
578 |
|
|
|
579 |
|
|
* Mon Sep 22 2008 Robert Scheck <robert@fedoraproject.org> 2.11.9.2-1 |
580 |
|
|
- Upstream released 2.11.9.2 (#463260) |
581 |
|
|
|
582 |
|
|
* Tue Sep 16 2008 Robert Scheck <robert@fedoraproject.org> 2.11.9.1-1 |
583 |
|
|
- Upstream released 2.11.9.1 (#462430) |
584 |
|
|
|
585 |
|
|
* Fri Aug 29 2008 Robert Scheck <robert@fedoraproject.org> 2.11.9-1 |
586 |
|
|
- Upstream released 2.11.9 |
587 |
|
|
|
588 |
|
|
* Mon Jul 28 2008 Robert Scheck <robert@fedoraproject.org> 2.11.8.1-1 |
589 |
|
|
- Upstream released 2.11.8.1 (#456637, #456950) |
590 |
|
|
|
591 |
|
|
* Mon Jul 28 2008 Robert Scheck <robert@fedoraproject.org> 2.11.8-1 |
592 |
|
|
- Upstream released 2.11.8 (#456637) |
593 |
|
|
|
594 |
|
|
* Tue Jul 15 2008 Robert Scheck <robert@fedoraproject.org> 2.11.7.1-1 |
595 |
|
|
- Upstream released 2.11.7.1 (#455520) |
596 |
|
|
|
597 |
|
|
* Mon Jun 23 2008 Robert Scheck <robert@fedoraproject.org> 2.11.7-1 |
598 |
|
|
- Upstream released 2.11.7 (#452497) |
599 |
|
|
|
600 |
|
|
* Tue Apr 29 2008 Robert Scheck <robert@fedoraproject.org> 2.11.6-1 |
601 |
|
|
- Upstream released 2.11.6 |
602 |
|
|
|
603 |
|
|
* Tue Apr 22 2008 Robert Scheck <robert@fedoraproject.org> 2.11.5.2-1 |
604 |
|
|
- Upstream released 2.11.5.2 (#443683) |
605 |
|
|
|
606 |
|
|
* Sat Mar 29 2008 Robert Scheck <robert@fedoraproject.org> 2.11.5.1-1 |
607 |
|
|
- Upstream released 2.11.5.1 |
608 |
|
|
|
609 |
|
|
* Mon Mar 03 2008 Robert Scheck <robert@fedoraproject.org> 2.11.5-1 |
610 |
|
|
- Upstream released 2.11.5 |
611 |
|
|
|
612 |
|
|
* Sun Jan 13 2008 Robert Scheck <robert@fedoraproject.org> 2.11.4-1 |
613 |
|
|
- Upstream released 2.11.4 |
614 |
|
|
- Corrected mod_security example in configuration file (#427119) |
615 |
|
|
|
616 |
|
|
* Sun Dec 09 2007 Robert Scheck <robert@fedoraproject.org> 2.11.3-1 |
617 |
|
|
- Upstream released 2.11.3 |
618 |
|
|
- Removed the RPM scriptlets doing httpd restarts (#227025) |
619 |
|
|
- Patched an information disclosure known as CVE-2007-0095 (#221694) |
620 |
|
|
- Provide virtual phpmyadmin package and a httpd alias (#231431) |
621 |
|
|
|
622 |
|
|
* Wed Nov 21 2007 Robert Scheck <robert@fedoraproject.org> 2.11.2.2-1 |
623 |
|
|
- Upstream released 2.11.2.2 (#393771) |
624 |
|
|
|
625 |
|
|
* Tue Nov 20 2007 Mike McGrath <mmcgrath@redhat.com> 2.11.2.1-1 |
626 |
|
|
- Upstream released new version |
627 |
|
|
|
628 |
|
|
* Mon Oct 29 2007 Mike McGrath <mmcgrath@redhat.com> 2.11.2-1 |
629 |
|
|
* upstream released new version |
630 |
|
|
|
631 |
|
|
* Mon Oct 22 2007 Mike McGrath <mmcgrath@redhat.com> 2.11.1.2-1 |
632 |
|
|
* upstream released new version |
633 |
|
|
|
634 |
|
|
* Thu Sep 06 2007 Mike McGrath <mmcgrath@redhat.com> 2.11.0-1 |
635 |
|
|
- Upstream released new version |
636 |
|
|
- Altered sources file as required |
637 |
|
|
- Added proper license |
638 |
|
|
|
639 |
|
|
* Mon Jul 23 2007 Mike McGrath <mmcgrath@redhat.com> 2.10.3-1 |
640 |
|
|
- Upstream released new version |
641 |
|
|
|
642 |
|
|
* Sat Mar 10 2007 Mike McGrath <mmcgrath@redhat.com> 2.10.0.2-3 |
643 |
|
|
- Switched to the actual all-languages, not just utf-8 |
644 |
|
|
|
645 |
|
|
* Sun Mar 04 2007 Mike McGrath <mmcgrath@redhat.com> 2.10.0.2-1 |
646 |
|
|
- Upstream released new version |
647 |
|
|
|
648 |
|
|
* Sat Jan 20 2007 Mike McGrath <imlinux@gmail.com> 2.9.2-1 |
649 |
|
|
- Upstream released new version |
650 |
|
|
|
651 |
|
|
* Fri Dec 08 2006 Mike McGrath <imlinux@gmail.com> 2.9.1.1-2 |
652 |
|
|
- Fixed bug in spec file |
653 |
|
|
|
654 |
|
|
* Fri Dec 08 2006 Mike McGrath <imlinux@gmail.com> 2.9.1.1-1 |
655 |
|
|
- Upstream released new version |
656 |
|
|
|
657 |
|
|
* Wed Nov 15 2006 Mike McGrath <imlinux@gmail.com> 2.9.1-3alpha |
658 |
|
|
- Added dist tag |
659 |
|
|
|
660 |
|
|
* Wed Nov 15 2006 Mike McGrath <imlinux@gmail.com> 2.9.1-2alpha |
661 |
|
|
- Fixed 215159 |
662 |
|
|
|
663 |
|
|
* Fri Nov 10 2006 Mike McGrath <imlinux@gmail.com> 2.9.1-1alpha |
664 |
|
|
- Added alpha tag since this is a release candidate |
665 |
|
|
|
666 |
|
|
* Tue Nov 07 2006 Mike McGrath <imlinux@gmail.com> 2.9.1-1 |
667 |
|
|
- Upstream released new version |
668 |
|
|
|
669 |
|
|
* Wed Oct 04 2006 Mike McGrath <imlinux@gmail.com> 2.9.0.2-1 |
670 |
|
|
- Upstream released new version |
671 |
|
|
|
672 |
|
|
* Thu Jul 06 2006 Mike McGrath <imlinux@gmail.com> 2.8.2-2 |
673 |
|
|
- Fixed a typo in the Apache config |
674 |
|
|
|
675 |
|
|
* Mon Jul 03 2006 Mike McGrath <imlinux@gmail.com> 2.8.2-1 |
676 |
|
|
- Upstream released 2.8.2 |
677 |
|
|
- Added more restrictive directives to httpd/conf.d/phpMyAdmin.conf |
678 |
|
|
- removed htaccess file from the libraries dir |
679 |
|
|
- Specific versions for various requires |
680 |
|
|
|
681 |
|
|
* Sat May 13 2006 Mike McGrath <imlinux@gmail.com> 2.8.0.4-1 |
682 |
|
|
- Upstream released 2.8.0.4 |
683 |
|
|
- Added requires php, instead of requires httpd, now using webserver |
684 |
|
|
|
685 |
|
|
* Sun May 07 2006 Mike McGrath <imlinux@gmail.com> 2.8.0.3-2 |
686 |
|
|
- Added mysql-php and php-mbstring as a requires |
687 |
|
|
|
688 |
|
|
* Fri Apr 07 2006 Mike McGrath <imlinux@gmail.com> 2.8.0.3-1 |
689 |
|
|
- Fixed XSS vulnerability: PMASA-2006-1 |
690 |
|
|
- It was possible to conduct an XSS attack with a direct call to some scripts |
691 |
|
|
- under the themes directory. |
692 |
|
|
|
693 |
|
|
* Tue Apr 04 2006 Mike McGrath <imlinux@gmail.com> 2.8.0.2-3 |
694 |
|
|
- Made config files actually configs |
695 |
|
|
- Moved doc files to the doc dir |
696 |
|
|
|
697 |
|
|
* Tue Apr 04 2006 Mike McGrath <imlinux@gmail.com> 2.8.0.2-2 |
698 |
|
|
- Moved everything to %{_datadir} |
699 |
|
|
- Moved config file to /etc/ |
700 |
|
|
- Used description from phpMyAdmin project info |
701 |
|
|
|
702 |
|
|
* Mon Apr 03 2006 Mike McGrath <imlinux@gmail.com> 2.8.0.2-1 |
703 |
|
|
- Initial Spec file creation for Fedora |