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