This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
phpMyAdmin49.spec
903 lines (657 loc) · 31.8 KB
/
phpMyAdmin49.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
%global pkgname phpMyAdmin
Summary: Handle the administration of MySQL over the World Wide Web
Name: phpMyAdmin49
Version: 4.9.11
Release: 1%{?dist}
# MIT (js/jquery/, js/jqplot, js/codemirror/, js/tracekit/)
# BSD (js/openlayers/)
# GPLv2+ (the rest)
License: GPLv2+ and MIT and BSD
URL: https://www.phpmyadmin.net/
Source0: https://files.phpmyadmin.net/%{pkgname}/%{version}/%{pkgname}-%{version}-all-languages.tar.xz
Source1: https://files.phpmyadmin.net/%{pkgname}/%{version}/%{pkgname}-%{version}-all-languages.tar.xz.asc
Source2: phpMyAdmin-config.inc.php
Source3: phpMyAdmin.htaccess
Source4: phpMyAdmin.nginx
# Redirect to system certificates
Patch0: phpMyAdmin-certs.patch
BuildArch: noarch
Requires(pre): shadow-utils
# From composer.json, "require": {
# "php": ">=5.5.0",
# "ext-mysqli": "*",
# "ext-xml": "*",
# "ext-pcre": "*",
# "ext-json": "*",
# "ext-ctype": "*",
# "ext-hash": "*",
# "phpmyadmin/sql-parser": "^4.3.2",
# "phpmyadmin/motranslator": "^4.0",
# "phpmyadmin/shapefile": "^2.0",
# "tecnickcom/tcpdf": "^6.2",
# "phpseclib/phpseclib": "^2.0",
# "google/recaptcha": "^1.1",
# "psr/container": "^1.0",
# "twig/twig": "^1.34",
# "twig/extensions": "~1.5.1",
# "symfony/expression-language": "^3.2 || ^2.8",
# "symfony/polyfill-mbstring": "^1.3"
# "conflict": {
# "phpseclib/phpseclib": "2.0.8",
# "tecnickcom/tcpdf": "<6.2",
# "pragmarx/google2fa": "<3.0.1",
# "bacon/bacon-qr-code": "<1.0",
# "samyoul/u2f-php-server": "<1.1"
Requires: php(language) >= 5.5
Requires: php-mysqli
Requires: php-xml
Requires: php-pcre
Requires: php-json
Requires: php-ctype
Requires: php-hash
# From composer.json, "suggest": {
# "ext-openssl": "Cookie encryption",
# "ext-curl": "Updates checking",
# "ext-opcache": "Better performance",
# "ext-zlib": "For gz import and export",
# "ext-bz2": "For bzip2 import and export",
# "ext-zip": "For zip import and export",
# "ext-gd2": "For image transformations",
# "ext-mbstring": "For best performance",
# "tecnickcom/tcpdf": "For PDF support",
# "pragmarx/google2fa": "For 2FA authentication",
# "bacon/bacon-qr-code": "For 2FA authentication",
# "samyoul/u2f-php-server": "For FIDO U2F authentication"
Requires: php-openssl
Requires: php-curl
Requires: php-zlib
Requires: php-bz2
Requires: php-zip
Requires: php-gd
Requires: php-mbstring
# From phpcompatinfo reports for 4.8.0
Requires: php-date
Requires: php-filter
Requires: php-iconv
Requires: php-libxml
Requires: php-session
Requires: php-simplexml
Requires: php-spl
Requires: php-xmlwriter
# System certificates
Requires: ca-certificates
# Bundled JS library
Provides: bundled(js-codemirror)
Provides: bundled(js-jqplot) = 1.0.9
Provides: bundled(js-jquery) = 3.2.1
Provides: bundled(js-openlayers)
Provides: bundled(js-tracekit)
Provides: phpmyadmin = %{version}-%{release}
Provides: phpmyadmin49 = %{version}-%{release}
# safe replacement
Provides: %{pkgname} = %{version}-%{release}
Provides: %{pkgname}%{?_isa} = %{version}-%{release}
Conflicts: %{pkgname} < %{version}-%{release}
%package httpd
Summary: Apache HTTP Server configuration for phpMyAdmin
BuildArch: noarch
Requires: %{name} = %{version}-%{release}
Requires: httpd
%description httpd
Apache HTTP Server configuration for phpMyAdmin.
%package nginx
Summary: Nginx configuration for phpMyAdmin
BuildArch: noarch
Requires: %{name} = %{version}-%{release}
Requires: nginx
%description nginx
Nginx configuration for phpMyAdmin.
%description
phpMyAdmin is a tool written in PHP intended to handle the administration of
MySQL over the World Wide Web. Most frequently used operations are supported
by the user interface (managing databases, tables, fields, relations, indexes,
users, permissions), while you still have the ability to directly execute any
SQL statement.
Features include an intuitive web interface, support for most MySQL features
(browse and drop databases, tables, views, fields and indexes, create, copy,
drop, rename and alter databases, tables, fields and indexes, maintenance
server, databases and tables, with proposals on server configuration, execute,
edit and bookmark any SQL-statement, even batch-queries, manage MySQL users
and privileges, manage stored procedures and triggers), import data from CSV
and SQL, export data to various formats: CSV, SQL, XML, PDF, OpenDocument Text
and Spreadsheet, Word, Excel, LATEX and others, administering multiple servers,
creating PDF graphics of your database layout, creating complex queries using
Query-by-example (QBE), searching globally in a database or a subset of it,
transforming stored data into any format using a set of predefined functions,
like displaying BLOB-data as image or download-link and much more...
%prep
%setup -q -n %{pkgname}-%{version}-all-languages
%patch0 -p1
# Setup vendor config file
sed -e "/'CHANGELOG_FILE'/s@./ChangeLog@%{_pkgdocdir}/ChangeLog@" \
-e "/'LICENSE_FILE'/s@./LICENSE@%{_pkgdocdir}/LICENSE@" \
-e "/'CONFIG_DIR'/s@''@'%{_sysconfdir}/%{pkgname}/'@" \
-e "/'SETUP_CONFIG_FILE'/s@./config/config.inc.php@%{_localstatedir}/lib/%{pkgname}/config/config.inc.php@" \
-e '/LICENSE_FILE/s:%_defaultdocdir:%_defaultlicensedir:' \
-e '/AUTOLOAD_FILE/s@./vendor@%{_datadir}/%{pkgname}/vendor@' \
-e '/TEMP_DIR/s@./tmp@%{_localstatedir}/lib/%{pkgname}/temp@' \
-i libraries/vendor_config.php
%build
%install
mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{pkgname}
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/%{pkgname}/{upload,save,config,temp}/
cp -ad * $RPM_BUILD_ROOT%{_datadir}/%{pkgname}/
install -Dpm 0644 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d/%{pkgname}.conf
install -Dpm 0640 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/%{pkgname}/config.inc.php
install -Dpm 0644 %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/nginx/default.d/%{pkgname}.conf
rm -f $RPM_BUILD_ROOT%{_datadir}/%{pkgname}/{[CDLR]*,*.txt,config.sample.inc.php}
rm -rf $RPM_BUILD_ROOT%{_datadir}/%{pkgname}/{doc,examples}/
rm -f doc/html/.buildinfo
rm $RPM_BUILD_ROOT/%{_datadir}/%{pkgname}/composer.*
# JS libraries sources
#rm -r %{buildroot}%{_datadir}/%{name}/js/jquery/src
#rm -r %{buildroot}%{_datadir}/%{name}/js/openlayers/src
# Bundled certificates
rm -r %{buildroot}%{_datadir}/%{pkgname}/libraries/certs
mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{pkgname}/doc/
ln -s ../../../..%{_pkgdocdir}/html/ $RPM_BUILD_ROOT%{_datadir}/%{pkgname}/doc/html
mv -f config.sample.inc.php examples/
mv -f $RPM_BUILD_ROOT%{_datadir}/%{pkgname}/js/vendor/jquery/MIT-LICENSE.txt LICENSE-jquery
mv -f $RPM_BUILD_ROOT%{_datadir}/%{pkgname}/js/vendor/codemirror/LICENSE LICENSE-codemirror
%pre
# add phpmyadmin group
getent group phpmyadmin >/dev/null || groupadd -r phpmyadmin
# add phpmyadmin user
getent passwd phpmyadmin >/dev/null || \
useradd -r -g phpmyadmin -d %{_localstatedir}/lib/%{pkgname} \
-s /sbin/nologin -c "phpMyAdmin" phpmyadmin
# add apache to phpmyadmin group
getent passwd apache >/dev/null && gpasswd -a apache phpmyadmin
# add php-fpm to phpmyadmin group
getent passwd php-fpm >/dev/null && gpasswd -a php-fpm phpmyadmin
exit 0
%post
# generate a 32 chars secret key for this install
SECRET=$(printf "%04x%04x%04x%04x%04x%04x%04x%04x" $RANDOM $RANDOM $RANDOM $RANDOM $RANDOM $RANDOM $RANDOM $RANDOM)
sed -e "/'blowfish_secret'/s/MUSTBECHANGEDONINSTALL/$SECRET/" \
-i %{_sysconfdir}/%{pkgname}/config.inc.php
%files
%license LICENSE*
%doc ChangeLog README doc/html/ examples/
%doc composer.json
%{_datadir}/%{pkgname}/
%dir %attr(0750,root,phpmyadmin) %{_sysconfdir}/%{pkgname}/
%config(noreplace) %attr(0640,root,phpmyadmin) %{_sysconfdir}/%{pkgname}/config.inc.php
%dir %{_localstatedir}/lib/%{pkgname}/
%dir %attr(0770,phpmyadmin,phpmyadmin) %{_localstatedir}/lib/%{pkgname}/upload/
%dir %attr(0770,phpmyadmin,phpmyadmin) %{_localstatedir}/lib/%{pkgname}/save/
%dir %attr(0770,phpmyadmin,phpmyadmin) %{_localstatedir}/lib/%{pkgname}/config/
%dir %attr(0770,phpmyadmin,phpmyadmin) %{_localstatedir}/lib/%{pkgname}/temp/
%files httpd
%config(noreplace) %{_sysconfdir}/httpd/conf.d/%{pkgname}.conf
%files nginx
%config(noreplace) %{_sysconfdir}/nginx/default.d/%{pkgname}.conf
%changelog
* Fri Oct 13 2023 Carl George <[email protected]> - 4.9.11-1
- Update to version 4.9.11
* Fri Sep 30 2022 Carl George <[email protected]> - 4.9.10-1
- Update to version 4.9.10
* Wed Jan 26 2022 Jakub Bartak <[email protected]> - 4.9.8-1
- Latest upstream
* Sat Oct 02 2021 Carl George <[email protected]> - 4.9.7-1
- Latest upstream
* Sun Apr 19 2020 Carl George <[email protected]> - 4.9.5-1
- Latest upstream
* Tue Dec 31 2019 Carl George <[email protected]> - 4.9.3-1
- Latest upstream
* Sat Sep 21 2019 Carl George <[email protected]> - 4.9.1-1
- Latest upstream
* Thu Jun 20 2019 Carl George <[email protected]> - 4.9.0.1-2
- Port from Fedora to IUS
- Move httpd and nginx config files to their own subpackages
- Add phpmyadmin user and group
* Tue Jun 4 2019 Remi Collet <[email protected]> - 4.9.0.1-1
- update to 4.9.0.1 (2019-06-04, important security fixes)
- raise dependency on phpmyadmin/sql-parser version 4.3.2
* Sat Feb 02 2019 Fedora Release Engineering <[email protected]> - 4.8.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Tue Jan 29 2019 Remi Collet <[email protected]> - 4.8.5-1
- update to 4.8.5 (2019-01-26, security fix)
* Tue Dec 11 2018 Remi Collet <[email protected]> - 4.8.4-1
- update to 4.8.4 (2018-12-11, security fix)
* Wed Aug 22 2018 Remi Collet <[email protected]> - 4.8.3-1
- update to 4.8.3 (2018-08-22, security fix)
* Fri Jul 13 2018 Fedora Release Engineering <[email protected]> - 4.8.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Fri Jun 22 2018 Remi Collet <[email protected]> - 4.8.2-1
- update to 4.8.2 (2018-06-21, important security fix)
* Fri May 25 2018 Remi Collet <[email protected]> - 4.8.1-1
- update to 4.8.1 (2018-05-25, bug fix release)
* Thu Apr 19 2018 Remi Collet <[email protected]> - 4.8.0.1-1
- update to 4.8.0.1 (2018-04-19, security release)
- add dependency on symfony/polyfill-mbstring for PHP < 7.2
* Mon Apr 9 2018 Remi Collet <[email protected]> 4.8.0-1
- update to 4.8.0 (2018-04-07, new features release)
- add dependency on psr/container
- add dependency on twig/twig
- add dependency on twig/extensions
- add dependency on symfony/expression-language
- add optional dependency on bacon/bacon-qr-code
- add optional dependency on pragmarx/google2fa, review #1552442
- add optional dependency on samyoul/u2f-php-server, review #1552450
- dependency on tecnickcom/tcpdf is now optional
* Tue Mar 6 2018 Remi Collet <[email protected]> - 4.7.9-1
- Update to 4.7.9 (2018-03-05, maintenance release)
* Wed Feb 21 2018 Remi Collet <[email protected]> 4.7.8-1
- update to 4.7.8 (2018-02-20, security release)
- raise dependency on phpmyadmin/motranslator version 4.0
- use range dependencies on F27+
* Fri Feb 09 2018 Igor Gnatenko <[email protected]> - 4.7.7-3
- Escape macros in %%changelog
* Fri Feb 09 2018 Fedora Release Engineering <[email protected]> - 4.7.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Sat Dec 23 2017 Remi Collet <[email protected]> 4.7.7-1
- update to 4.7.7 (2017-12-23, security release)
- raise dependency on phpmyadmin/motranslator version 3.4
* Fri Dec 1 2017 Remi Collet <[email protected]> 4.7.6-1
- update to 4.7.6 (2017-12-01, regular maintenance release)
- raise dependency on phpseclib/phpseclib 2.0.9
* Tue Oct 24 2017 Remi Collet <[email protected]> 4.7.5-2
- simplify scriptlet to avoid hang during update #1502966
* Mon Oct 23 2017 Remi Collet <[email protected]> 4.7.5-1
- update to 4.7.5 (2017-10-23, regular maintenance release)
- raise dependency on phpmyadmin/sql-parser version 4.2.3
* Thu Aug 24 2017 Remi Collet <[email protected]> 4.7.4-1
- update to 4.7.4 (2017-07-24, regular maintenance release)
- raise dependency on phpmyadmin/sql-parser version 4.1.10
* Tue Aug 1 2017 Remi Collet <[email protected]> 4.7.3-1
- update to 4.7.3 (2017-07-20, regular maintenance release)
- raise dependency on phpmyadmin/sql-parser version 4.1.9
* Thu Jul 27 2017 Fedora Release Engineering <[email protected]> - 4.7.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Fri Jun 30 2017 Remi Collet <[email protected]> 4.7.2-1
- update to 4.7.2 (2017-06-29, regular maintenance release)
- raise dependency on phpmyadmin/sql-parser version 4.1.7
- always use system certificates
* Fri Jun 2 2017 Remi Collet <[email protected]> 4.7.1-1
- update to 4.7.1
- raise dependency on phpmyadmin/sql-parser version 4.1.2
- add dependency on phpmyadmin/motranslator
- add dependency on phpmyadmin/shapefile
- add dependency on google/recaptcha
- use fedora autoloader instead of composer one
* Sat Feb 11 2017 Fedora Release Engineering <[email protected]> - 4.6.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Tue Jan 24 2017 Remi Collet <[email protected]> 4.6.6-1
- update to 4.6.6 (2017-01-23, bug and security fixes)
- ensure phpmyadmin/sql-parser v3 is used
* Sat Nov 26 2016 Remi Collet <[email protected]> 4.6.5.1-2
- update to 4.6.5.1 (2016-11-26, bug fixes)
* Fri Nov 25 2016 Remi Collet <[email protected]> 4.6.5-1
- update to 4.6.5 (2016-11-25, security and bug fixes)
- bump dependency on sql-parser 3.4.13
* Sun Aug 28 2016 Robert Scheck <[email protected]> 4.6.4-2
- Use 'blowfish_secret' with 32 characters for new installation
* Sun Aug 28 2016 Robert Scheck <[email protected]> 4.6.4-1
- Upgrade to 4.6.4 (#1370778)
* Tue Jul 26 2016 Remi Collet <[email protected]> 4.6.3-2
- bump dependency on sql-parser 3.4.4
* Thu Jun 23 2016 Robert Scheck <[email protected]> 4.6.3-1
- Upgrade to 4.6.3 (#1349500)
* Thu May 26 2016 Robert Scheck <[email protected]> 4.6.2-1
- Upgrade to 4.6.2 (#1339852, #1340065)
* Wed May 04 2016 Robert Scheck <[email protected]> 4.6.1-1
- Upgrade to 4.6.1 (#1332531)
* Tue Mar 22 2016 Remi Collet <[email protected]> 4.6.0-1
- update to 4.6.0 (2016-03-22, features release)
* Thu Mar 03 2016 Robert Scheck <[email protected]> 4.5.5.1-1
- Upgrade to 4.5.5.1 (#1310918, #1313221, #1313224, #1313695,
#1313696, thanks to Remi Collet)
* Thu Feb 04 2016 Fedora Release Engineering <[email protected]> - 4.5.4.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Sat Jan 30 2016 Robert Scheck <[email protected]> 4.5.4.1-1
- Upgrade to 4.5.4.1
* Thu Jan 28 2016 Robert Scheck <[email protected]> 4.5.4-1
- Upgrade to 4.5.4
* Fri Dec 25 2015 Robert Scheck <[email protected]> 4.5.3.1-1
- Upgrade to 4.5.3.1 (#1294254)
* Thu Dec 24 2015 Robert Scheck <[email protected]> 4.5.3-1
- Upgrade to 4.5.3
* Mon Nov 23 2015 Robert Scheck <[email protected]> 4.5.2-1
- Upgrade to 4.5.2
* Sun Oct 25 2015 Robert Scheck <[email protected]> 4.5.1-1
- Upgrade to 4.5.1 (#1274938)
* Fri Sep 25 2015 Robert Scheck <[email protected]> 4.5.0.2-1
- Upgrade to 4.5.0.2 (#1266494)
* Fri Sep 25 2015 Robert Scheck <[email protected]> 4.5.0.1-1
- Upgrade to 4.5.0.1 (#1265647)
* Wed Sep 23 2015 Robert Scheck <[email protected]> 4.5.0-1
- Upgrade to 4.5.0 (#1265647)
* Sun Sep 20 2015 Robert Scheck <[email protected]> 4.4.15-1
- Upgrade to 4.4.15
* Tue Sep 08 2015 Robert Scheck <[email protected]> 4.4.14.1-1
- Upgrade to 4.4.14.1
* Thu Aug 20 2015 Robert Scheck <[email protected]> 4.4.14-1
- Upgrade to 4.4.14
* Sat Aug 08 2015 Robert Scheck <[email protected]> 4.4.13.1-1
- Upgrade to 4.4.13.1
* Fri Aug 07 2015 Robert Scheck <[email protected]> 4.4.13-1
- Upgrade to 4.4.13
* Tue Jul 21 2015 Robert Scheck <[email protected]> 4.4.12-1
- Upgrade to 4.4.12 (thanks to Remi Collet)
* Mon Jul 06 2015 Robert Scheck <[email protected]> 4.4.11-1
- Upgrade to 4.4.11
* Sat Jun 20 2015 Robert Scheck <[email protected]> 4.4.10-1
- Upgrade to 4.4.10 (#1232982)
* Thu Jun 18 2015 Fedora Release Engineering <[email protected]> - 4.4.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Thu Jun 04 2015 Robert Scheck <[email protected]> 4.4.9-1
- Upgrade to 4.4.9
* Thu May 28 2015 Robert Scheck <[email protected]> 4.4.8-1
- Upgrade to 4.4.8
* Sat May 16 2015 Robert Scheck <[email protected]> 4.4.7-1
- Upgrade to 4.4.7 (#1222215)
* Thu May 14 2015 Robert Scheck <[email protected]> 4.4.6.1-1
- Upgrade to 4.4.6.1 (#1221418, #1221580, #1221581)
* Thu May 07 2015 Robert Scheck <[email protected]> 4.4.6-1
- Upgrade to 4.4.6
* Tue May 05 2015 Robert Scheck <[email protected]> 4.4.5-1
- Upgrade to 4.4.5 (#1218633)
* Sun Apr 26 2015 Robert Scheck <[email protected]> 4.4.4-1
- Upgrade to 4.4.4 (#1215417)
* Mon Apr 20 2015 Robert Scheck <[email protected]> 4.4.3-1
- Upgrade to 4.4.3
* Mon Apr 13 2015 Robert Scheck <[email protected]> 4.4.2-1
- Upgrade to 4.4.2
* Fri Apr 10 2015 Robert Scheck <[email protected]> 4.4.1.1-1
- Upgrade to 4.4.1.1 (#1208320)
- Mon Apr 06 2015 Robert Scheck <[email protected]> 4.4.0-1
- Upgrade to 4.4.0 (thanks to Remi Collet)
* Mon Mar 30 2015 Robert Scheck <[email protected]> 4.3.13-1
- Upgrade to 4.3.13
* Sat Mar 14 2015 Robert Scheck <[email protected]> 4.3.12-1
- Upgrade to 4.3.12
* Wed Mar 04 2015 Robert Scheck <[email protected]> 4.3.11.1-1
- Upgrade to 4.3.11.1
* Tue Mar 03 2015 Robert Scheck <[email protected]> 4.3.11-1
- Upgrade to 4.3.11
* Sat Feb 21 2015 Robert Scheck <[email protected]> 4.3.10-1
- Upgrade to 4.3.10 (#1194949)
* Fri Feb 06 2015 Robert Scheck <[email protected]> 4.3.9-1
- Upgrade to 4.3.9
* Sat Jan 24 2015 Robert Scheck <[email protected]> 4.3.8-1
- Upgrade to 4.3.8
* Sat Jan 24 2015 Robert Scheck <[email protected]> 4.3.7-1
- Upgrade to 4.3.7 (#1183602)
* Wed Jan 07 2015 Robert Scheck <[email protected]> 4.3.6-1
- Upgrade to 4.3.6
* Mon Jan 05 2015 Robert Scheck <[email protected]> 4.3.5-1
- Upgrade to 4.3.5
* Sun Jan 04 2015 Robert Scheck <[email protected]> 4.3.4-1
- Upgrade to 4.3.4 (#1178413)
* Sun Dec 21 2014 Robert Scheck <[email protected]> 4.3.3-1
- Upgrade to 4.3.3
* Fri Dec 12 2014 Robert Scheck <[email protected]> 4.3.2-1
- Upgrade to 4.3.2
* Thu Dec 11 2014 Robert Scheck <[email protected]> 4.3.1-2
- Use %%{pkgname} rather %%{name} in %%post scriptlet (#1173189)
* Tue Dec 09 2014 Robert Scheck <[email protected]> 4.3.1-1
- Upgrade to 4.3.1
* Sat Dec 06 2014 Robert Scheck <[email protected]> 4.3.0-1
- Upgrade to 4.3.0 (thanks to Remi Collet)
* Thu Dec 04 2014 Robert Scheck <[email protected]> 4.2.13.1-1
- Upgrade to 4.2.13.1
* Sun Nov 30 2014 Robert Scheck <[email protected]> 4.2.13-1
- Upgrade to 4.2.13
* Thu Nov 20 2014 Robert Scheck <[email protected]> 4.2.12-1
- Upgrade to 4.2.12 (#1166397)
* Sat Nov 01 2014 Robert Scheck <[email protected]> 4.2.11-1
- Upgrade to 4.2.11 (#1159524)
* Wed Oct 22 2014 Robert Scheck <[email protected]> 4.2.10.1-1
- Upgrade to 4.2.10.1 (#1155272, #1155362)
* Mon Oct 13 2014 Robert Scheck <[email protected]> 4.2.10-1
- Upgrade to 4.2.10 (#1152115)
* Sat Oct 4 2014 Remi Collet <[email protected]> 4.2.9.1-2
- provide nginx configuration (Fedora >= 21)
- fix license handling
* Thu Oct 02 2014 Robert Scheck <[email protected]> 4.2.9.1-1
- Upgrade to 4.2.9.1 (#1148664)
* Sun Sep 21 2014 Robert Scheck <[email protected]> 4.2.9-1
- Upgrade to 4.2.9
- Set default charset for Apache explicitly
* Wed Sep 17 2014 Robert Scheck <[email protected]> 4.2.8.1-2
- Move rm(1) calls from %%install to %%prep (#1121355 #c10)
* Tue Sep 16 2014 Robert Scheck <[email protected]> 4.2.8.1-1
- Upgrade to 4.2.8.1 (#1141635)
* Mon Sep 01 2014 Robert Scheck <[email protected]> 4.2.8-1
- Upgrade to 4.2.8
* Mon Aug 18 2014 Robert Scheck <[email protected]> 4.2.7.1-1
- Upgrade to 4.2.7.1 (#1130865, #1130866, #1131104)
* Thu Jul 31 2014 Robert Scheck <[email protected]> 4.2.7-1
- Upgrade to 4.2.7
* Sat Jul 19 2014 Robert Scheck <[email protected]> 4.2.6-1
- Upgrade to 4.2.6 (#548260, #959946, #989660, #989668, #993613
and #1000261, #1067713, #1110877, #1117600, #1117601)
- Switch from HTTP- to cookie-based authentication (for php-fpm)
* Sat Jun 07 2014 Fedora Release Engineering <[email protected]> - 3.5.8.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Thu Dec 12 2013 Ville Skyttä <[email protected]> - 3.5.8.2-2
- Fix paths to changelog and license when doc dir is unversioned (#994036).
- Fix source URL, use xz compressed tarball.
* Wed Oct 09 2013 Paul Wouters <[email protected]> - 3.5.8.2-1
- Upgrade to 3.5.8.2 (Various security issues)
* Sun Aug 04 2013 Fedora Release Engineering <[email protected]> - 3.5.8.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Thu Apr 25 2013 Robert Scheck <[email protected]> 3.5.8.1-1
- Upgrade to 3.5.8.1 (#956398, #956401)
* Sat Apr 13 2013 Robert Scheck <[email protected]> 3.5.8-1
- Upgrade to 3.5.8 (#949868)
* Sat Feb 23 2013 Robert Scheck <[email protected]> 3.5.7-1
- Upgrade to 3.5.7 (#912097)
* Sun Feb 10 2013 Robert Scheck <[email protected]> 3.5.6-1
- Upgrade to 3.5.6 (#889450)
* Sun Nov 18 2012 Robert Scheck <[email protected]> 3.5.4-1
- Upgrade to 3.5.4 (#877727)
* Tue Oct 09 2012 Robert Scheck <[email protected]> 3.5.3-1
- Upgrade to 3.5.3
* Wed Aug 15 2012 Robert Scheck <[email protected]> 3.5.2.2-1
- Upgrade to 3.5.2.2 (#845736)
* Sat Aug 11 2012 Robert Scheck <[email protected]> 3.5.2.1-1
- Upgrade to 3.5.2.1 (#845736)
* Mon Jul 30 2012 Robert Scheck <[email protected]> 3.5.2-1
- Upgrade to 3.5.2 (#838310)
* Sat Jul 21 2012 Fedora Release Engineering <[email protected]> - 3.5.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Sun May 06 2012 Robert Scheck <[email protected]> 3.5.1-1
- Upgrade to 3.5.1 (#819171)
* Sat May 05 2012 Remi Collet <[email protected]> 3.5.0-2
- make configuration compatible apache 2.2 / 2.4
* Sun Apr 08 2012 Robert Scheck <[email protected]> 3.5.0-1
- Upgrade to 3.5.0 (#790782, #795020, #809146)
* Sat Jan 14 2012 Fedora Release Engineering <[email protected]> - 3.4.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Thu Dec 22 2011 Robert Scheck <[email protected]> 3.4.9-1
- Upgrade to 3.4.9 (#769818)
* Sun Dec 04 2011 Robert Scheck <[email protected]> 3.4.8-1
- Upgrade to 3.4.8 (#759441)
* Sat Nov 12 2011 Robert Scheck <[email protected]> 3.4.7.1-1
- Upgrade to 3.4.7.1 (#753119)
* Sat Nov 05 2011 Robert Scheck <[email protected]> 3.4.7-1
- Upgrade to 3.4.7 (#746630, #746880)
* Sun Sep 18 2011 Robert Scheck <[email protected]> 3.4.5-1
- Upgrade to 3.4.5 (#733638, #738681, #629214)
* Thu Aug 25 2011 Robert Scheck <[email protected]> 3.4.4-1
- Upgrade to 3.4.4 (#733475, #733477, #733480)
* Tue Jul 26 2011 Robert Scheck <[email protected]> 3.4.3.2-2
- Disabled the warning for missing internal database relation
- Reworked spec file to build phpMyAdmin3 for RHEL 5 (#725885)
* Mon Jul 25 2011 Robert Scheck <[email protected]> 3.4.3.2-1
- Upgrade to 3.4.3.2 (#725377, #725381, #725382, #725383, #725384)
* Wed Jul 06 2011 Robert Scheck <[email protected]> 3.4.3.1-1
- Upgrade to 3.4.3.1 (#718964)
* Mon Jun 13 2011 Robert Scheck <[email protected]> 3.4.2-1
- Upgrade to 3.4.2 (#711743)
* Sun May 29 2011 Robert Scheck <[email protected]> 3.4.1-1
- Upgrade to 3.4.1 (#704171)
* Mon Mar 21 2011 Robert Scheck <[email protected]> 3.3.10-1
- Upstream released 3.3.10 (#661335, #662366, #662367, #689213)
* Sun Feb 13 2011 Robert Scheck <[email protected]> 3.3.9.2-1
- Upstream released 3.3.9.2 (#676172)
* Thu Feb 10 2011 Robert Scheck <[email protected]> 3.3.9.1-1
- Upstream released 3.3.9.1 (#676172)
* Wed Feb 09 2011 Fedora Release Engineering <[email protected]> - 3.3.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Mon Jan 03 2011 Robert Scheck <[email protected]> 3.3.9-1
- Upstream released 3.3.9 (#666925)
* Mon Nov 29 2010 Robert Scheck <[email protected]> 3.3.8.1-1
- Upstream released 3.3.8.1
* Fri Oct 29 2010 Robert Scheck <[email protected]> 3.3.8-1
- Upstream released 3.3.8 (#631748)
* Wed Sep 08 2010 Robert Scheck <[email protected]> 3.3.7-1
- Upstream released 3.3.7 (#631824, #631829)
* Sun Aug 29 2010 Robert Scheck <[email protected]> 3.3.6-1
- Upstream released 3.3.6 (#628301)
* Fri Aug 20 2010 Robert Scheck <[email protected]> 3.3.5.1-1
- Upstream released 3.3.5.1 (#625877, #625878)
- Added patch to fix wrong variable check at nopassword (#622428)
* Tue Jul 27 2010 Robert Scheck <[email protected]> 3.3.5-1
- Upstream released 3.3.5 (#618586)
* Tue Jun 29 2010 Robert Scheck <[email protected]> 3.3.4-1
- Upstream released 3.3.4 (#609057)
* Sat Jun 26 2010 Robert Scheck <[email protected]> 3.3.3-1
- Upstream released 3.3.3 (#558322, #589288, #589487)
* Sun Jan 10 2010 Robert Scheck <[email protected]> 3.2.5-1
- Upstream released 3.2.5
* Thu Dec 03 2009 Robert Scheck <[email protected]> 3.2.4-1
- Upstream released 3.2.4 (#540871, #540891)
* Thu Nov 05 2009 Robert Scheck <[email protected]> 3.2.3-1
- Upstream released 3.2.3
* Tue Oct 13 2009 Robert Scheck <[email protected]> 3.2.2.1-1
- Upstream released 3.2.2.1 (#528769)
- Require php-mcrypt for cookie authentication (#526979)
* Sun Sep 13 2009 Robert Scheck <[email protected]> 3.2.2-1
- Upstream released 3.2.2
* Sun Sep 06 2009 Robert Scheck <[email protected]> 3.2.1-2
- Added ::1 for localhost/loopback access (for IPv6 users)
* Mon Aug 10 2009 Robert Scheck <[email protected]> 3.2.1-1
- Upstream released 3.2.1
* Sun Jul 26 2009 Fedora Release Engineering <[email protected]> - 3.2.0.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Tue Jun 30 2009 Robert Scheck <[email protected]> 3.2.0.1-1
- Upstream released 3.2.0.1 (#508879)
* Tue Jun 30 2009 Robert Scheck <[email protected]> 3.2.0-1
- Upstream released 3.2.0
* Fri May 15 2009 Robert Scheck <[email protected]> 3.1.5-1
- Upstream released 3.1.5
* Sat Apr 25 2009 Robert Scheck <[email protected]> 3.1.4-1
- Upstream released 3.1.4
* Tue Apr 14 2009 Robert Scheck <[email protected]> 3.1.3.2-1
- Upstream released 3.1.3.2 (#495768)
* Wed Mar 25 2009 Robert Scheck <[email protected]> 3.1.3.1-1
- Upstream released 3.1.3.1 (#492066)
* Sun Mar 01 2009 Robert Scheck <[email protected]> 3.1.3-1
- Upstream released 3.1.3
* Mon Feb 23 2009 Robert Scheck <[email protected]> 3.1.2-2
- Rebuilt against rpm 4.6
* Tue Jan 20 2009 Robert Scheck <[email protected]> 3.1.2-1
- Upstream released 3.1.2
* Thu Dec 11 2008 Robert Scheck <[email protected]> 3.1.1-1
- Upstream released 3.1.1 (#475954)
* Sat Nov 29 2008 Robert Scheck <[email protected]> 3.1.0-1
- Upstream released 3.1.0
- Replaced LocationMatch with Directory directive (#469451)
* Thu Oct 30 2008 Robert Scheck <[email protected]> 3.0.1.1-1
- Upstream released 3.0.1.1 (#468974)
* Wed Oct 22 2008 Robert Scheck <[email protected]> 3.0.1-1
- Upstream released 3.0.1
* Sun Oct 19 2008 Robert Scheck <[email protected]> 3.0.0-1
- Upstream released 3.0.0
* Mon Sep 22 2008 Robert Scheck <[email protected]> 2.11.9.2-1
- Upstream released 2.11.9.2 (#463260)
* Tue Sep 16 2008 Robert Scheck <[email protected]> 2.11.9.1-1
- Upstream released 2.11.9.1 (#462430)
* Fri Aug 29 2008 Robert Scheck <[email protected]> 2.11.9-1
- Upstream released 2.11.9
* Mon Jul 28 2008 Robert Scheck <[email protected]> 2.11.8.1-1
- Upstream released 2.11.8.1 (#456637, #456950)
* Mon Jul 28 2008 Robert Scheck <[email protected]> 2.11.8-1
- Upstream released 2.11.8 (#456637)
* Tue Jul 15 2008 Robert Scheck <[email protected]> 2.11.7.1-1
- Upstream released 2.11.7.1 (#455520)
* Mon Jun 23 2008 Robert Scheck <[email protected]> 2.11.7-1
- Upstream released 2.11.7 (#452497)
* Tue Apr 29 2008 Robert Scheck <[email protected]> 2.11.6-1
- Upstream released 2.11.6
* Tue Apr 22 2008 Robert Scheck <[email protected]> 2.11.5.2-1
- Upstream released 2.11.5.2 (#443683)
* Sat Mar 29 2008 Robert Scheck <[email protected]> 2.11.5.1-1
- Upstream released 2.11.5.1
* Mon Mar 03 2008 Robert Scheck <[email protected]> 2.11.5-1
- Upstream released 2.11.5
* Sun Jan 13 2008 Robert Scheck <[email protected]> 2.11.4-1
- Upstream released 2.11.4
- Corrected mod_security example in configuration file (#427119)
* Sun Dec 09 2007 Robert Scheck <[email protected]> 2.11.3-1
- Upstream released 2.11.3
- Removed the RPM scriptlets doing httpd restarts (#227025)
- Patched an information disclosure known as CVE-2007-0095 (#221694)
- Provide virtual phpmyadmin package and a httpd alias (#231431)
* Wed Nov 21 2007 Robert Scheck <[email protected]> 2.11.2.2-1
- Upstream released 2.11.2.2 (#393771)
* Tue Nov 20 2007 Mike McGrath <[email protected]> 2.11.2.1-1
- Upstream released new version
* Mon Oct 29 2007 Mike McGrath <[email protected]> 2.11.2-1
- upstream released new version
* Mon Oct 22 2007 Mike McGrath <[email protected]> 2.11.1.2-1
- upstream released new version
* Thu Sep 06 2007 Mike McGrath <[email protected]> 2.11.0-1
- Upstream released new version
- Altered sources file as required
- Added proper license
* Mon Jul 23 2007 Mike McGrath <[email protected]> 2.10.3-1
- Upstream released new version
* Sat Mar 10 2007 Mike McGrath <[email protected]> 2.10.0.2-3
- Switched to the actual all-languages, not just utf-8
* Sun Mar 04 2007 Mike McGrath <[email protected]> 2.10.0.2-1
- Upstream released new version
* Sat Jan 20 2007 Mike McGrath <[email protected]> 2.9.2-1
- Upstream released new version
* Fri Dec 08 2006 Mike McGrath <[email protected]> 2.9.1.1-2
- Fixed bug in spec file
* Fri Dec 08 2006 Mike McGrath <[email protected]> 2.9.1.1-1
- Upstream released new version
* Wed Nov 15 2006 Mike McGrath <[email protected]> 2.9.1-3alpha
- Added dist tag
* Wed Nov 15 2006 Mike McGrath <[email protected]> 2.9.1-2alpha
- Fixed 215159
* Fri Nov 10 2006 Mike McGrath <[email protected]> 2.9.1-1alpha
- Added alpha tag since this is a release candidate
* Tue Nov 07 2006 Mike McGrath <[email protected]> 2.9.1-1
- Upstream released new version
* Wed Oct 04 2006 Mike McGrath <[email protected]> 2.9.0.2-1
- Upstream released new version
* Thu Jul 06 2006 Mike McGrath <[email protected]> 2.8.2-2
- Fixed a typo in the Apache config
* Mon Jul 03 2006 Mike McGrath <[email protected]> 2.8.2-1
- Upstream released 2.8.2
- Added more restrictive directives to httpd/conf.d/phpMyAdmin.conf
- removed htaccess file from the libraries dir
- Specific versions for various requires
* Sat May 13 2006 Mike McGrath <[email protected]> 2.8.0.4-1
- Upstream released 2.8.0.4
- Added requires php, instead of requires httpd, now using webserver
* Sun May 07 2006 Mike McGrath <[email protected]> 2.8.0.3-2
- Added mysql-php and php-mbstring as a requires
* Fri Apr 07 2006 Mike McGrath <[email protected]> 2.8.0.3-1
- Fixed XSS vulnerability: PMASA-2006-1
- It was possible to conduct an XSS attack with a direct call to some scripts
- under the themes directory.
* Tue Apr 04 2006 Mike McGrath <[email protected]> 2.8.0.2-3
- Made config files actually configs
- Moved doc files to the doc dir
* Tue Apr 04 2006 Mike McGrath <[email protected]> 2.8.0.2-2
- Moved everything to %%{_datadir}
- Moved config file to /etc/
- Used description from phpMyAdmin project info
* Mon Apr 03 2006 Mike McGrath <[email protected]> 2.8.0.2-1
- Initial Spec file creation for Fedora