Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/wordpress/
Date: Sat, 16 Mar 2019 06:50:58
Message-Id: 1552719017.4f49be7ae6f60ec0b4cb8730bdfc66126cc6d67d.fordfrog@gentoo
1 commit: 4f49be7ae6f60ec0b4cb8730bdfc66126cc6d67d
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 16 06:50:17 2019 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 16 06:50:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f49be7a
7
8 www-apps/wordpress-{4.9.*,5.0.2}: removed cve affected (bug #679484)
9
10 Bug: https://bugs.gentoo.org/679484
11 Package-Manager: Portage-2.3.62, Repoman-2.3.12
12 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
13
14 www-apps/wordpress/Manifest | 4 ---
15 www-apps/wordpress/wordpress-4.9.6.ebuild | 55 -------------------------------
16 www-apps/wordpress/wordpress-4.9.7.ebuild | 55 -------------------------------
17 www-apps/wordpress/wordpress-4.9.8.ebuild | 55 -------------------------------
18 www-apps/wordpress/wordpress-5.0.2.ebuild | 55 -------------------------------
19 5 files changed, 224 deletions(-)
20
21 diff --git a/www-apps/wordpress/Manifest b/www-apps/wordpress/Manifest
22 index dcff53e77ad..197b8cd26e0 100644
23 --- a/www-apps/wordpress/Manifest
24 +++ b/www-apps/wordpress/Manifest
25 @@ -1,6 +1,2 @@
26 -DIST wordpress-4.9.6.tar.gz 8740389 BLAKE2B 827f4cf4e1c664ee04588e189bb744b10ab0abbee0434d64c2ed65cb0ec289869b26f5ef6ae067a67f308e8f3a5b139c2d905897c0ed5be40eb2166ec3939a61 SHA512 93b5c6373968925f4773b79990ee73508c4994dc5ef4387c8d88dc7d39ae3688d4e066887870731e0b4e1d84a1c027cdc62239b3e042c133eb32a03229d48335
27 -DIST wordpress-4.9.7.tar.gz 8742203 BLAKE2B 3cb3a5379e96bffa11efcb4c51f948332179334f50ee49860618c7ec7cc485af8dd497c9566bc6dbd4a7a3c8c0f38cd333f2b90c57fef1604af946113cd96564 SHA512 0a9a132d48081ef253122bd207dbf859babfd021ef3db90d486c92cde03727a74c5170a9faf80d46e8899472a703cfe91b24c04c1ea21f261dbd156bd691ad12
28 -DIST wordpress-4.9.8.tar.gz 8743850 BLAKE2B 6a0a93857e70d70ae144114a071859ccad2aea598cffba67aef24549c200e02198ac962c8a611f8f02ad67ed4d0aec9ef846795bd2fdb88264a6d30aa8ea8c79 SHA512 052b4436d8b5e5970ff6827b9f08f7f321301d187a9655e82ee1358f0012cc84a007f4ae04fecc4aaeb10a9e7eb9de7bc6643e6f0db57bb5983e7647e4230c41
29 -DIST wordpress-5.0.2.tar.gz 10512407 BLAKE2B 422ebc20071ec04444c908eda5ba2b7505dab763b39e8799c3b823dce9a2c3217624149dbe66c457ddaa4631156287ef9fff78d10266d6b4df0b6d484db55f1f SHA512 38ce459a208f14e54d2010f83a14de595a2aa70099c474da064010ea9a66b9c890758145a5fc987750369b5473fd74a677d9da96b23f924b326011efeb15b668
30 DIST wordpress-5.1.1.tar.gz 10654780 BLAKE2B c5105315ed07941811016244737d2a697864521a4cf0fedc9ba260629cedbe77cef642f71ea485813eb89cbef1a1bb60fdca3229611f7d2de435f0c28462a3f1 SHA512 0b06630c894c535b24787cda0ee9c8bc8eab54fe6f6523fd78da55cb00ea9b9404454d51a3b9b77c72fb5ebc94d36719be50785fd82ff3311ca1df9b8fd980c9
31 DIST wordpress-5.1.tar.gz 10653910 BLAKE2B 26a4f42dd88d4c2616fb240b8b9a1f64a5380496600e3d132dbc162505907cda49e11b9f132d0f436e9426e77d42d6d78ed6b1e16f04d857429515d192761113 SHA512 e8504be918add0533a99f62e967e2c86afce0c28ae474cace5e4c44f66e8a71394eed7bc6f1e3108734e4410849b28d1da6c545c05a24025067a1321a8fa9a99
32
33 diff --git a/www-apps/wordpress/wordpress-4.9.6.ebuild b/www-apps/wordpress/wordpress-4.9.6.ebuild
34 deleted file mode 100644
35 index 19231ee76d1..00000000000
36 --- a/www-apps/wordpress/wordpress-4.9.6.ebuild
37 +++ /dev/null
38 @@ -1,55 +0,0 @@
39 -# Copyright 1999-2018 Gentoo Foundation
40 -# Distributed under the terms of the GNU General Public License v2
41 -
42 -EAPI=6
43 -
44 -inherit webapp
45 -
46 -DESCRIPTION="Wordpress PHP and MySQL based content management system (CMS)"
47 -HOMEPAGE="https://wordpress.org/"
48 -SRC_URI="https://wordpress.org/${P/_rc/-RC}.tar.gz"
49 -
50 -LICENSE="GPL-2+"
51 -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
52 -
53 -RDEPEND="virtual/httpd-php
54 - || ( dev-lang/php[mysql] dev-lang/php[mysqli] )"
55 -
56 -S=${WORKDIR}/${PN}
57 -
58 -need_httpd_cgi
59 -
60 -IUSE="+akismet examples +themes vhosts"
61 -
62 -src_install() {
63 - webapp_src_preinst
64 -
65 - dodoc readme.html
66 - rm readme.html license.txt || die
67 -
68 - if ! use akismet ; then
69 - rm -R wp-content/plugins/akismet/ || die
70 - fi
71 - if ! use examples ; then
72 - rm wp-content/plugins/hello.php || die
73 - fi
74 - if ! use themes ; then
75 - rm -R wp-content/themes/*/ || die
76 - fi
77 -
78 - [[ -f wp-config.php ]] || cp wp-config-sample.php wp-config.php
79 -
80 - insinto "${MY_HTDOCSDIR}"
81 - doins -r .
82 -
83 - webapp_serverowned "${MY_HTDOCSDIR}"/index.php
84 - webapp_serverowned "${MY_HTDOCSDIR}"/wp-admin/menu.php
85 - webapp_serverowned "${MY_HTDOCSDIR}"
86 -
87 - webapp_configfile "${MY_HTDOCSDIR}"/wp-config.php
88 -
89 - webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
90 - webapp_postupgrade_txt en "${FILESDIR}"/postupgrade-en.txt
91 -
92 - webapp_src_install
93 -}
94
95 diff --git a/www-apps/wordpress/wordpress-4.9.7.ebuild b/www-apps/wordpress/wordpress-4.9.7.ebuild
96 deleted file mode 100644
97 index 19231ee76d1..00000000000
98 --- a/www-apps/wordpress/wordpress-4.9.7.ebuild
99 +++ /dev/null
100 @@ -1,55 +0,0 @@
101 -# Copyright 1999-2018 Gentoo Foundation
102 -# Distributed under the terms of the GNU General Public License v2
103 -
104 -EAPI=6
105 -
106 -inherit webapp
107 -
108 -DESCRIPTION="Wordpress PHP and MySQL based content management system (CMS)"
109 -HOMEPAGE="https://wordpress.org/"
110 -SRC_URI="https://wordpress.org/${P/_rc/-RC}.tar.gz"
111 -
112 -LICENSE="GPL-2+"
113 -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
114 -
115 -RDEPEND="virtual/httpd-php
116 - || ( dev-lang/php[mysql] dev-lang/php[mysqli] )"
117 -
118 -S=${WORKDIR}/${PN}
119 -
120 -need_httpd_cgi
121 -
122 -IUSE="+akismet examples +themes vhosts"
123 -
124 -src_install() {
125 - webapp_src_preinst
126 -
127 - dodoc readme.html
128 - rm readme.html license.txt || die
129 -
130 - if ! use akismet ; then
131 - rm -R wp-content/plugins/akismet/ || die
132 - fi
133 - if ! use examples ; then
134 - rm wp-content/plugins/hello.php || die
135 - fi
136 - if ! use themes ; then
137 - rm -R wp-content/themes/*/ || die
138 - fi
139 -
140 - [[ -f wp-config.php ]] || cp wp-config-sample.php wp-config.php
141 -
142 - insinto "${MY_HTDOCSDIR}"
143 - doins -r .
144 -
145 - webapp_serverowned "${MY_HTDOCSDIR}"/index.php
146 - webapp_serverowned "${MY_HTDOCSDIR}"/wp-admin/menu.php
147 - webapp_serverowned "${MY_HTDOCSDIR}"
148 -
149 - webapp_configfile "${MY_HTDOCSDIR}"/wp-config.php
150 -
151 - webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
152 - webapp_postupgrade_txt en "${FILESDIR}"/postupgrade-en.txt
153 -
154 - webapp_src_install
155 -}
156
157 diff --git a/www-apps/wordpress/wordpress-4.9.8.ebuild b/www-apps/wordpress/wordpress-4.9.8.ebuild
158 deleted file mode 100644
159 index 19231ee76d1..00000000000
160 --- a/www-apps/wordpress/wordpress-4.9.8.ebuild
161 +++ /dev/null
162 @@ -1,55 +0,0 @@
163 -# Copyright 1999-2018 Gentoo Foundation
164 -# Distributed under the terms of the GNU General Public License v2
165 -
166 -EAPI=6
167 -
168 -inherit webapp
169 -
170 -DESCRIPTION="Wordpress PHP and MySQL based content management system (CMS)"
171 -HOMEPAGE="https://wordpress.org/"
172 -SRC_URI="https://wordpress.org/${P/_rc/-RC}.tar.gz"
173 -
174 -LICENSE="GPL-2+"
175 -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
176 -
177 -RDEPEND="virtual/httpd-php
178 - || ( dev-lang/php[mysql] dev-lang/php[mysqli] )"
179 -
180 -S=${WORKDIR}/${PN}
181 -
182 -need_httpd_cgi
183 -
184 -IUSE="+akismet examples +themes vhosts"
185 -
186 -src_install() {
187 - webapp_src_preinst
188 -
189 - dodoc readme.html
190 - rm readme.html license.txt || die
191 -
192 - if ! use akismet ; then
193 - rm -R wp-content/plugins/akismet/ || die
194 - fi
195 - if ! use examples ; then
196 - rm wp-content/plugins/hello.php || die
197 - fi
198 - if ! use themes ; then
199 - rm -R wp-content/themes/*/ || die
200 - fi
201 -
202 - [[ -f wp-config.php ]] || cp wp-config-sample.php wp-config.php
203 -
204 - insinto "${MY_HTDOCSDIR}"
205 - doins -r .
206 -
207 - webapp_serverowned "${MY_HTDOCSDIR}"/index.php
208 - webapp_serverowned "${MY_HTDOCSDIR}"/wp-admin/menu.php
209 - webapp_serverowned "${MY_HTDOCSDIR}"
210 -
211 - webapp_configfile "${MY_HTDOCSDIR}"/wp-config.php
212 -
213 - webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
214 - webapp_postupgrade_txt en "${FILESDIR}"/postupgrade-en.txt
215 -
216 - webapp_src_install
217 -}
218
219 diff --git a/www-apps/wordpress/wordpress-5.0.2.ebuild b/www-apps/wordpress/wordpress-5.0.2.ebuild
220 deleted file mode 100644
221 index aeb8f18753a..00000000000
222 --- a/www-apps/wordpress/wordpress-5.0.2.ebuild
223 +++ /dev/null
224 @@ -1,55 +0,0 @@
225 -# Copyright 1999-2018 Gentoo Authors
226 -# Distributed under the terms of the GNU General Public License v2
227 -
228 -EAPI=6
229 -
230 -inherit webapp
231 -
232 -DESCRIPTION="Wordpress PHP and MySQL based content management system (CMS)"
233 -HOMEPAGE="https://wordpress.org/"
234 -SRC_URI="https://wordpress.org/${P/_rc/-RC}.tar.gz"
235 -
236 -LICENSE="GPL-2+"
237 -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
238 -
239 -RDEPEND="virtual/httpd-php
240 - || ( dev-lang/php[mysql] dev-lang/php[mysqli] )"
241 -
242 -S=${WORKDIR}/${PN}
243 -
244 -need_httpd_cgi
245 -
246 -IUSE="+akismet examples +themes vhosts"
247 -
248 -src_install() {
249 - webapp_src_preinst
250 -
251 - dodoc readme.html
252 - rm readme.html license.txt || die
253 -
254 - if ! use akismet ; then
255 - rm -R wp-content/plugins/akismet/ || die
256 - fi
257 - if ! use examples ; then
258 - rm wp-content/plugins/hello.php || die
259 - fi
260 - if ! use themes ; then
261 - rm -R wp-content/themes/*/ || die
262 - fi
263 -
264 - [[ -f wp-config.php ]] || cp wp-config-sample.php wp-config.php
265 -
266 - insinto "${MY_HTDOCSDIR}"
267 - doins -r .
268 -
269 - webapp_serverowned "${MY_HTDOCSDIR}"/index.php
270 - webapp_serverowned "${MY_HTDOCSDIR}"/wp-admin/menu.php
271 - webapp_serverowned "${MY_HTDOCSDIR}"
272 -
273 - webapp_configfile "${MY_HTDOCSDIR}"/wp-config.php
274 -
275 - webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
276 - webapp_postupgrade_txt en "${FILESDIR}"/postupgrade-en.txt
277 -
278 - webapp_src_install
279 -}