summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-db/phpmyadmin: Drop vulnerable release.Jorge Manuel B. S. Vicetto (jmbsvicetto)2020-04-152-62/+0
| | | | | | | | Bug: https://bugs.gentoo.org/714014 Bug: https://bugs.gentoo.org/715660 Bug: https://bugs.gentoo.org/717630 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
* dev-db/phpmyadmin: ppc64 stable wrt bug #714014Agostino Sarubbo2020-04-031-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-db/phpmyadmin: x86 stable wrt bug #714014Agostino Sarubbo2020-04-031-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-db/phpmyadmin: sparc stable wrt bug #714014Agostino Sarubbo2020-04-031-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-db/phpmyadmin: ppc stable wrt bug #714014Agostino Sarubbo2020-04-031-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-db/phpmyadmin: amd64 stable wrt bug #714014Agostino Sarubbo2020-04-031-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-db/phpmyadmin: Drop vulnerable versions, but keep last stableJorge Manuel B. S. Vicetto (jmbsvicetto)2020-03-243-124/+0
| | | | | Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
* Revert "dev-db/phpmyadmin: Drop vulnerable releases."Jorge Manuel B. S. Vicetto (jmbsvicetto)2020-03-244-0/+186
| | | | | | | By mistake I dropped the last stable version. This reverts commit 2a9e195c3ec8bde5b3aa7d13000d04d00e1cdbe7. Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
* dev-db/phpmyadmin: Drop vulnerable releases.Jorge Manuel B. S. Vicetto (jmbsvicetto)2020-03-244-186/+0
| | | | | Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
* dev-db/phpmyadmin: Security bump - CVE-2020-{10802,10803,10804}.Jorge Manuel B. S. Vicetto (jmbsvicetto)2020-03-243-0/+124
| | | | | | | | | | | | Add 4.9.5 and 5.0.2 releases to address the following security advisories. CVE-2020-{10802,10803,10804} - PMASA-2020-{3,4,2} PMASA-2020-2: SQL injection vulnerability in the user accounts page, particularly when changing a password PMASA-2020-3: SQL injection vulnerability relating to the search feature PMASA-2020-4: SQL injection and XSS having to do with displaying results Bug: https://bugs.gentoo.org/714014 Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
* dev-db/phpmyadmin: Drop vulnerable versions.Jorge Manuel B. S. Vicetto (jmbsvicetto)2020-01-083-124/+0
| | | | | | | Kept last stable release pending stabilization of the newer releases. Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
* dev-db/phpmyadmin: Security bump - PMASA-2020-1.Jorge Manuel B. S. Vicetto (jmbsvicetto)2020-01-083-0/+124
| | | | | | | Update to releases 4.9.4 and 5.0.1. Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
* dev-db/phpmyadmin: 4.9.3 release bump and fixed php dep on 5.0.0.Jorge Manuel B. S. Vicetto (jmbsvicetto)2020-01-023-2/+64
| | | | | | | | | The new 5.0.0 release requires at least php-7.1 and has a known issue with authentication, so be sure to read https://www.phpmyadmin.net/news/2019/12/26/phpmyadmin-500-released/ Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
* dev-db/phpmyadmin: bump 5.0.0Miroslav Šulc2019-12-312-0/+62
| | | | | | Closes: https://bugs.gentoo.org/704380 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* */*: [QA] Remove redundant `|| die` guardsDavid Seifert2019-12-111-1/+1
| | | | | | | | | | | | * Since all ebuilds in the tree are EAPI>=4, `|| die` on builtin commands is redundant and dead code. Closes: https://github.com/gentoo/gentoo/pull/13940 Reviewed-by: Ulrich Müller <ulm@gentoo.org> Reviewed-by: Michał Górny <mgorny@gentoo.org> Reviewed-by: Andreas K. Hüttel <dilfridge@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
* dev-db/phpmyadmin-4.9.1: removed old and vulnerableMiroslav Šulc2019-12-102-62/+0
| | | | | | Bug: https://bugs.gentoo.org/701830 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* dev-db/phpmyadmin: ppc stable wrt bug #701830Agostino Sarubbo2019-12-101-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-db/phpmyadmin: sparc stable wrt bug #701830Agostino Sarubbo2019-12-101-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-db/phpmyadmin: ppc64 stable wrt bug #701830Agostino Sarubbo2019-12-101-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-db/phpmyadmin: x86 stable wrt bug #701830Agostino Sarubbo2019-12-101-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-db/phpmyadmin: amd64 stable wrt bug #701830Agostino Sarubbo2019-12-091-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-db/phpmyadmin-4.9.2: bumpMiroslav Šulc2019-12-012-0/+62
| | | | | | Closes: https://bugs.gentoo.org/701672 Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* dev-db/phpmyadmin-4.{8.5,9.0.1}: removed obsoleteůMiroslav Šulc2019-11-133-124/+0
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* dev-db/phpmyadmin: ppc stable wrt bug #699598Agostino Sarubbo2019-11-131-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-db/phpmyadmin: ppc64 stable wrt bug #699598Agostino Sarubbo2019-11-121-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-db/phpmyadmin: amd64 stable wrt bug #699598Agostino Sarubbo2019-11-121-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-db/phpmyadmin: sparc stable wrt bug #699598Agostino Sarubbo2019-11-121-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-db/phpmyadmin: x86 stable wrt bug #699598Agostino Sarubbo2019-11-121-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-db/phpmyadmin: drop to ~alpha, bug 696976Matt Turner2019-10-111-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-db: Remove *-fbsd KEYWORDSMichał Górny2019-10-113-3/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-db/phpmyadmin: x86 stable wrt bug #696976Agostino Sarubbo2019-10-091-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-db/phpmyadmin: amd64 stable wrt bug #696976Agostino Sarubbo2019-10-091-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-db/phpmyadmin: sparc stable wrt bug #696976Agostino Sarubbo2019-10-091-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-db/phpmyadmin: ppc64 stable wrt bug #696976Agostino Sarubbo2019-10-091-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-db/phpmyadmin: ppc stable wrt bug #696976Agostino Sarubbo2019-10-091-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-db/phpmyadmin-4.9.1: bumpMiroslav Šulc2019-10-082-0/+62
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* dev-db/phpmyadmin: Drop vulnerable version.Jorge Manuel B. S. Vicetto (jmbsvicetto)2019-06-052-62/+0
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
* dev-db/phpmyadmin: Security bump (PMASA-2019-4).Jorge Manuel B. S. Vicetto (jmbsvicetto)2019-06-052-0/+62
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
* dev-db/phpmyadmin: ppc stable wrt bug #672938Agostino Sarubbo2019-06-041-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="ppc"
* dev-db/phpmyadmin: ppc64 stable wrt bug #672938Agostino Sarubbo2019-06-041-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="ppc64"
* dev-db/phpmyadmin: alpha stable wrt bug #672938Mikle Kolyada2019-04-081-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="alpha"
* dev-db/phpmyadmin: x86 stable (bug #672938)Thomas Deutschmann2019-04-021-1/+1
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-db/phpmyadmin: stable 4.8.5 for sparc, bug #672938Rolf Eike Beer2019-03-311-1/+1
| | | | | | | Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-db/phpmyadmin: amd64 stable wrt bug #672938Agostino Sarubbo2019-03-301-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64"
* dev-db/phpmyadmin: Drop old vulnerable releases.Jorge Manuel B. S. Vicetto (jmbsvicetto)2019-01-273-124/+0
| | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
* dev-db/phpmyadmin: security bump to release 4.8.5.Jorge Manuel B. S. Vicetto (jmbsvicetto)2019-01-272-0/+62
| | | | | | | This release addresses advisories PMASA-2019-1 and PMASA-2019-2. Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
* dev-db/phpmyadmin: Security bump to release 4.8.4.Jorge Manuel B. S. Vicetto (jmbsvicetto)2018-12-112-0/+62
| | | | | | | This release addresses security announcements PMASA-2018-{6,7,8}. Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
* dev-db/phpmyadmin: Drop vulnerable release.Jorge Manuel B. S. Vicetto (jmbsvicetto)2018-12-022-62/+0
| | | | | | Bug: http://bugs.gentoo.org/645700 Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
* dev-db/phpmyadmin: stable 4.8.3-r1 for ppc/ppc64, bug #668914Sergei Trofimovich2018-11-271-1/+1
| | | | | | | Tested-by: ernsteiswuerfel Package-Manager: Portage-2.3.52, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-db/phpmyadmin-4.8.3-r1: alpha stableTobias Klausmann2018-11-271-1/+1
| | | | | Bug: http://bugs.gentoo.org/668914 Signed-off-by: Tobias Klausmann <klausman@gentoo.org>