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