Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/phpmyadmin/
Date: Wed, 05 Jun 2019 12:32:37
Message-Id: 1559737946.0ee78286385937c101b7fedc69002eb7ad41f418.jmbsvicetto@gentoo
1 commit: 0ee78286385937c101b7fedc69002eb7ad41f418
2 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 5 12:32:26 2019 +0000
4 Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 5 12:32:26 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ee78286
7
8 dev-db/phpmyadmin: Drop vulnerable version.
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.12
11 Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo.org>
12
13 dev-db/phpmyadmin/Manifest | 1 -
14 dev-db/phpmyadmin/phpmyadmin-4.8.3-r1.ebuild | 61 ----------------------------
15 2 files changed, 62 deletions(-)
16
17 diff --git a/dev-db/phpmyadmin/Manifest b/dev-db/phpmyadmin/Manifest
18 index 97bdd78f288..42d99a1742f 100644
19 --- a/dev-db/phpmyadmin/Manifest
20 +++ b/dev-db/phpmyadmin/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST phpMyAdmin-4.8.3-all-languages.tar.xz 5996528 BLAKE2B cf00bab32547c5a6e8c81f529e5b074e3a7c576a7991d6823239172f91cebad7e1b10e2baee589043bf8a5d1d37470a7614a038a0054eaa18e74028bf3cecfd4 SHA512 95998eda6a2db9020671073c62458d819cbd5e54c5f56f467b109401f6b9ebd2dfbc34cc840980bf2d3a7ee3bc93683b7fe20d9bd72b537d8aa066d39089ff89
23 DIST phpMyAdmin-4.8.5-all-languages.tar.xz 6026176 BLAKE2B 6fea778544d266ea9950a5764a6c31806bfcc437edbfd190780218d841e55a21cd534fceef9309d2e1d6acbd8a780cb1d120aeb47e2e35705118ceb9d5ae1266 SHA512 590efd46f4ae5a9cafd3b33f3565d74e4bfd535e3de8763e72da7bccea06fabb2f9fb90af3fe144846573507c5eefc20ee412bf6b51adfb494402302dc81aa2f
24 DIST phpMyAdmin-4.9.0.1-all-languages.tar.xz 6066680 BLAKE2B fc949684e97bef1be832968a9c0a3a893e0a81d7984953e694f41ff15deb82bffe3116ff7ec3c832bf2cfd4e24cefec4ce703baa9404bc0740b7231480165a4f SHA512 92fc032ba44e84f6c6a62bb658c2c7ea984bfd8c963b18bf19c26c3991cfe635771376ad8aebf90140bb1bd723b62a5adaca35d88f7bb68169fd0d07c3995356
25
26 diff --git a/dev-db/phpmyadmin/phpmyadmin-4.8.3-r1.ebuild b/dev-db/phpmyadmin/phpmyadmin-4.8.3-r1.ebuild
27 deleted file mode 100644
28 index 044f2857fe2..00000000000
29 --- a/dev-db/phpmyadmin/phpmyadmin-4.8.3-r1.ebuild
30 +++ /dev/null
31 @@ -1,61 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -inherit eutils webapp
38 -
39 -MY_PV=${PV/_/-}
40 -MY_PN="phpMyAdmin"
41 -MY_P="${MY_PN}-${MY_PV}-all-languages"
42 -
43 -DESCRIPTION="Web-based administration for MySQL database in PHP"
44 -HOMEPAGE="https://www.phpmyadmin.net/"
45 -SRC_URI="https://files.phpmyadmin.net/${MY_PN}/${MY_PV}/${MY_P}.tar.xz"
46 -
47 -LICENSE="GPL-2"
48 -KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
49 -IUSE="setup"
50 -
51 -RDEPEND="
52 - dev-lang/php[ctype,filter,json,session,unicode]
53 - || (
54 - dev-lang/php[mysqli]
55 - dev-lang/php[mysql]
56 - )
57 - virtual/httpd-php:*
58 -"
59 -
60 -need_httpd_cgi
61 -
62 -S="${WORKDIR}"/${MY_P}
63 -
64 -pkg_setup() {
65 - webapp_pkg_setup
66 -}
67 -
68 -src_install() {
69 - webapp_src_preinst
70 -
71 - dodoc README RELEASE-DATE-${MY_PV} ChangeLog || die
72 - rm -f LICENSE README* RELEASE-DATE-${MY_PV}
73 -
74 - if ! use setup; then
75 - rm -rf setup || die "Cannot remove setup utility"
76 - elog "The phpMyAdmin setup utility has been removed."
77 - elog "It is a regular target of various exploits. If you need it, set USE=setup."
78 - else
79 - elog "You should consider disabling the setup USE flag"
80 - elog "to exclude the setup utility if you don't use it."
81 - elog "It regularly is the target of various exploits."
82 - fi
83 -
84 - insinto "${MY_HTDOCSDIR#${EPREFIX}}"
85 - doins -r .
86 -
87 - webapp_configfile "${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php
88 - webapp_serverowned "${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php
89 -
90 - webapp_postinst_txt en "${FILESDIR}"/postinstall-en-3.1.txt
91 - webapp_src_install
92 -}