Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/phpmyadmin: phpmyadmin-4.2.9.1.ebuild phpmyadmin-4.1.14.5.ebuild phpmyadmin-4.0.10.4.ebuild ChangeLog
Date: Thu, 02 Oct 2014 03:29:03
Message-Id: 20141002032859.1D60A6BAF@oystercatcher.gentoo.org
1 jmbsvicetto 14/10/02 03:28:59
2
3 Modified: ChangeLog
4 Added: phpmyadmin-4.2.9.1.ebuild
5 phpmyadmin-4.1.14.5.ebuild
6 phpmyadmin-4.0.10.4.ebuild
7 Log:
8 Bump phpmyadmin to releases 4.0.10.4, 4.1.14.5 and 4.2.9.1 - addresses PMASA-2014-11.
9
10 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key BB0E6E98)
11
12 Revision Changes Path
13 1.527 dev-db/phpmyadmin/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/ChangeLog?rev=1.527&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/ChangeLog?rev=1.527&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/ChangeLog?r1=1.526&r2=1.527
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v
22 retrieving revision 1.526
23 retrieving revision 1.527
24 diff -u -r1.526 -r1.527
25 --- ChangeLog 22 Sep 2014 02:53:11 -0000 1.526
26 +++ ChangeLog 2 Oct 2014 03:28:59 -0000 1.527
27 @@ -1,6 +1,16 @@
28 # ChangeLog for dev-db/phpmyadmin
29 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.526 2014/09/22 02:53:11 jmbsvicetto Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.527 2014/10/02 03:28:59 jmbsvicetto Exp $
32 +
33 +*phpmyadmin-4.1.14.5 (02 Oct 2014)
34 +*phpmyadmin-4.0.10.4 (02 Oct 2014)
35 +*phpmyadmin-4.2.9.1 (02 Oct 2014)
36 +
37 + 02 Oct 2014; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
38 + +phpmyadmin-4.0.10.4.ebuild, +phpmyadmin-4.1.14.5.ebuild,
39 + +phpmyadmin-4.2.9.1.ebuild:
40 + Bump phpmyadmin to releases 4.0.10.4, 4.1.14.5 and 4.2.9.1 - addresses
41 + PMASA-2014-11.
42
43 22 Sep 2014; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
44 -phpmyadmin-4.0.10.2.ebuild, -phpmyadmin-4.1.14.ebuild,
45
46
47
48 1.1 dev-db/phpmyadmin/phpmyadmin-4.2.9.1.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.2.9.1.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.2.9.1.ebuild?rev=1.1&content-type=text/plain
52
53 Index: phpmyadmin-4.2.9.1.ebuild
54 ===================================================================
55 # Copyright 1999-2014 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.2.9.1.ebuild,v 1.1 2014/10/02 03:28:59 jmbsvicetto Exp $
58
59 EAPI="5"
60
61 inherit eutils webapp depend.php
62
63 MY_PV=${PV/_/-}
64 MY_P="phpMyAdmin-${MY_PV}-all-languages"
65
66 DESCRIPTION="Web-based administration for MySQL database in PHP"
67 HOMEPAGE="http://www.phpmyadmin.net/"
68 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"
69
70 LICENSE="GPL-2"
71 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
72 IUSE="setup"
73
74 RDEPEND="
75 dev-lang/php[crypt,ctype,filter,json,session,unicode]
76 || (
77 dev-lang/php[mysqli]
78 dev-lang/php[mysql]
79 )
80 "
81
82 need_httpd_cgi
83 need_php_httpd
84
85 S="${WORKDIR}"/${MY_P}
86
87 pkg_setup() {
88 webapp_pkg_setup
89 }
90
91 src_install() {
92 webapp_src_preinst
93
94 dodoc README RELEASE-DATE-${MY_PV} ChangeLog || die
95 rm -f LICENSE README* RELEASE-DATE-${MY_PV}
96
97 if ! use setup; then
98 rm -rf setup || die "Cannot remove setup utility"
99 elog "The phpMyAdmin setup utility has been removed."
100 elog "It is a regular target of various exploits. If you need it, set USE=setup."
101 else
102 elog "You should consider disabling the setup USE flag"
103 elog "to exclude the setup utility if you don't use it."
104 elog "It regularly is the target of various exploits."
105 fi
106
107 insinto "${MY_HTDOCSDIR#${EPREFIX}}"
108 doins -r .
109
110 webapp_configfile "${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php
111 webapp_serverowned "${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php
112
113 webapp_postinst_txt en "${FILESDIR}"/postinstall-en-3.1.txt
114 webapp_src_install
115 }
116
117
118
119 1.1 dev-db/phpmyadmin/phpmyadmin-4.1.14.5.ebuild
120
121 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.1.14.5.ebuild?rev=1.1&view=markup
122 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.1.14.5.ebuild?rev=1.1&content-type=text/plain
123
124 Index: phpmyadmin-4.1.14.5.ebuild
125 ===================================================================
126 # Copyright 1999-2014 Gentoo Foundation
127 # Distributed under the terms of the GNU General Public License v2
128 # $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.1.14.5.ebuild,v 1.1 2014/10/02 03:28:59 jmbsvicetto Exp $
129
130 EAPI="5"
131
132 inherit eutils webapp depend.php
133
134 MY_PV=${PV/_/-}
135 MY_P="phpMyAdmin-${MY_PV}-all-languages"
136
137 DESCRIPTION="Web-based administration for MySQL database in PHP"
138 HOMEPAGE="http://www.phpmyadmin.net/"
139 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"
140
141 LICENSE="GPL-2"
142 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
143 IUSE="setup"
144
145 RDEPEND="
146 dev-lang/php[crypt,ctype,filter,json,session,unicode]
147 || (
148 dev-lang/php[mysqli]
149 dev-lang/php[mysql]
150 )
151 "
152
153 need_httpd_cgi
154 need_php_httpd
155
156 S="${WORKDIR}"/${MY_P}
157
158 pkg_setup() {
159 webapp_pkg_setup
160 }
161
162 src_install() {
163 webapp_src_preinst
164
165 dodoc README RELEASE-DATE-${MY_PV} ChangeLog || die
166 rm -f LICENSE README* RELEASE-DATE-${MY_PV}
167
168 if ! use setup; then
169 rm -rf setup || die "Cannot remove setup utility"
170 elog "The phpMyAdmin setup utility has been removed."
171 elog "It is a regular target of various exploits. If you need it, set USE=setup."
172 else
173 elog "You should consider disabling the setup USE flag"
174 elog "to exclude the setup utility if you don't use it."
175 elog "It regularly is the target of various exploits."
176 fi
177
178 insinto "${MY_HTDOCSDIR#${EPREFIX}}"
179 doins -r .
180
181 webapp_configfile "${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php
182 webapp_serverowned "${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php
183
184 webapp_postinst_txt en "${FILESDIR}"/postinstall-en-3.1.txt
185 webapp_src_install
186 }
187
188
189
190 1.1 dev-db/phpmyadmin/phpmyadmin-4.0.10.4.ebuild
191
192 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.0.10.4.ebuild?rev=1.1&view=markup
193 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.0.10.4.ebuild?rev=1.1&content-type=text/plain
194
195 Index: phpmyadmin-4.0.10.4.ebuild
196 ===================================================================
197 # Copyright 1999-2014 Gentoo Foundation
198 # Distributed under the terms of the GNU General Public License v2
199 # $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.0.10.4.ebuild,v 1.1 2014/10/02 03:28:59 jmbsvicetto Exp $
200
201 EAPI="5"
202
203 inherit eutils webapp depend.php
204
205 MY_PV=${PV/_/-}
206 MY_P="phpMyAdmin-${MY_PV}-all-languages"
207
208 DESCRIPTION="Web-based administration for MySQL database in PHP"
209 HOMEPAGE="http://www.phpmyadmin.net/"
210 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"
211
212 LICENSE="GPL-2"
213 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
214 IUSE="setup"
215
216 RDEPEND="
217 dev-lang/php[crypt,ctype,filter,json,session,unicode]
218 || (
219 dev-lang/php[mysqli]
220 dev-lang/php[mysql]
221 )
222 "
223
224 need_httpd_cgi
225 need_php_httpd
226
227 S="${WORKDIR}"/${MY_P}
228
229 pkg_setup() {
230 webapp_pkg_setup
231 }
232
233 src_install() {
234 webapp_src_preinst
235
236 dodoc README RELEASE-DATE-${MY_PV} ChangeLog || die
237 rm -f LICENSE README* RELEASE-DATE-${MY_PV}
238
239 if ! use setup; then
240 rm -rf setup || die "Cannot remove setup utility"
241 elog "The phpMyAdmin setup utility has been removed."
242 elog "It is a regular target of various exploits. If you need it, set USE=setup."
243 else
244 elog "You should consider disabling the setup USE flag"
245 elog "to exclude the setup utility if you don't use it."
246 elog "It regularly is the target of various exploits."
247 fi
248
249 insinto "${MY_HTDOCSDIR#${EPREFIX}}"
250 doins -r .
251
252 webapp_configfile "${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php
253 webapp_serverowned "${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php
254
255 webapp_postinst_txt en "${FILESDIR}"/postinstall-en-3.1.txt
256 webapp_src_install
257 }