Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/bugzilla/
Date: Mon, 10 Oct 2016 11:49:06
Message-Id: 1476100126.e439c93f1794b91314c6913afdac5b410dbeddac.bman@gentoo
1 commit: e439c93f1794b91314c6913afdac5b410dbeddac
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 10 11:47:53 2016 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 10 11:48:46 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e439c93f
7
8 www-apps/bugzilla: cleanup vulnerable versions per security bug #583236
9
10 www-apps/bugzilla/Manifest | 2 -
11 www-apps/bugzilla/bugzilla-4.4.11.ebuild | 122 -----------------------------
12 www-apps/bugzilla/bugzilla-5.0.2.ebuild | 130 -------------------------------
13 3 files changed, 254 deletions(-)
14
15 diff --git a/www-apps/bugzilla/Manifest b/www-apps/bugzilla/Manifest
16 index 7e10ef1..11a57a5 100644
17 --- a/www-apps/bugzilla/Manifest
18 +++ b/www-apps/bugzilla/Manifest
19 @@ -1,4 +1,2 @@
20 -DIST bugzilla-4.4.11.tar.gz 4943814 SHA256 10082b506a822f36098597fce1079494ef50bab91b213c3f448c738257db182a SHA512 6ddee272ee471aeb7790e69c39c1cab0541c1657f9cf54f887242d9150ebe77b8301dcc74d6b69bb398eda880f4139b5d26046ae081bff71bd7c6716f2875bc2 WHIRLPOOL b839254d4e759b4c98a6eab52e6f14ef3e1fcf006f9a288c3ac4af79c3abd8a5adcf7303ae8208d7106c8c51caecd6287950c8f0e0855eca04e4d92c4d9b797d
21 DIST bugzilla-4.4.12.tar.gz 4931062 SHA256 c90049f05df653c694603642a52bc41b4fb439c592547159db0a209064d9f2f2 SHA512 51520cc55ae0fb30f8a8efb98e9b5a5a35ca74e9ec3667528fae6520fa7f12137e01948009b152481d0b8e02d435b42c3cacb5449fb42fe709964db68a386548 WHIRLPOOL bbf0c4ccf0ae22918d69a67b67d5b2d60004b26e73e2bd83d8cbaf07d16fbc092d6630beabadcb1e559b18e2ecbb8e2df30808b6908271856e5f3ad13c3c6945
22 -DIST bugzilla-5.0.2.tar.gz 4004728 SHA256 82fa7bc8e27cfc9fe42d3fce3bfb6e7536bba245d76c2ee268d56253d16e3de3 SHA512 1ec554538382fd27f1cbb33b240779ec49a20c130e9e0b0fa8b64032a44e0eda5970b528b05d16877f5a75db6259da899ee662607df7bb52889936aec7ed05f4 WHIRLPOOL 6d8357054a3bef9cef4a768671a5b06e0326c738eca148fc696c8291c454510a4a066376cdea17a08a1d411f3bf233585886db077bd5065dd28c3531474999be
23 DIST bugzilla-5.0.3.tar.gz 4069689 SHA256 594d1d6813f4731b71fbbf3809d4d7e3511f1cd73e12fcad9f498319ff2fcadc SHA512 82334533bd75a4a5eee5213826da916175ecf39cbfd1c4d820519f015257b02998a3acd881f8f52c1650d1140158c8aa839e374574a1fa862a6a4a1351748c46 WHIRLPOOL 6e7f57cad6bc3ff76f19624f0b288577054f7c4b9bcbee38aa1d3b802650d07fa9d8de95d63244b34076796b9970ee989b6cdcd191aab9deb38927bf757d864d
24
25 diff --git a/www-apps/bugzilla/bugzilla-4.4.11.ebuild b/www-apps/bugzilla/bugzilla-4.4.11.ebuild
26 deleted file mode 100644
27 index 62a4b52..00000000
28 --- a/www-apps/bugzilla/bugzilla-4.4.11.ebuild
29 +++ /dev/null
30 @@ -1,122 +0,0 @@
31 -# Copyright 1999-2016 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI=5
36 -
37 -inherit webapp depend.apache eutils
38 -
39 -DESCRIPTION="Bugzilla is the Bug-Tracking System from the Mozilla project"
40 -SRC_URI="https://ftp.mozilla.org/pub/mozilla.org/webtools/${P}.tar.gz"
41 -HOMEPAGE="https://www.bugzilla.org"
42 -
43 -LICENSE="MPL-2.0"
44 -KEYWORDS="amd64 x86"
45 -
46 -IUSE="modperl extras graphviz mysql postgres sqlite test"
47 -REQUIRED_USE=" || ( mysql postgres sqlite )"
48 -
49 -COMMON_DEPS="
50 - >=dev-lang/perl-5.10.1:*
51 - >=dev-perl/CGI-3.510:*
52 - virtual/perl-Digest-SHA:*
53 - >=dev-perl/DateTime-0.50:*
54 - >=dev-perl/DateTime-TimeZone-0.71:*
55 - >=dev-perl/DBI-1.601:*
56 - >=dev-perl/Template-Toolkit-2.22:*
57 - >=dev-perl/Email-Send-2.190:*
58 - >=dev-perl/Email-MIME-1.904:*
59 - dev-perl/URI:*
60 - >=dev-perl/List-MoreUtils-0.32:*
61 - dev-perl/Math-Random-ISAAC:*
62 -"
63 -
64 -DEPEND="test? ( dev-perl/Pod-Coverage:* ${COMMON_DEPS} )"
65 -RDEPEND="
66 - virtual/httpd-cgi:*
67 - ${COMMON_DEPS}
68 - postgres? ( >=dev-perl/DBD-Pg-1.49:* )
69 - mysql? ( >=dev-perl/DBD-mysql-4.00.5:* )
70 - sqlite? ( >=dev-perl/DBD-SQLite-1.29:* )
71 - extras? (
72 - >=dev-perl/GD-2.35[png,truetype]
73 - >=dev-perl/Chart-2.4.1:*
74 - dev-perl/Template-GD:*
75 - dev-perl/GDTextUtil:*
76 - dev-perl/GDGraph:*
77 - dev-perl/XML-Twig:*
78 - >=dev-perl/MIME-tools-5.427:*
79 - dev-perl/libwww-perl:*
80 - >=dev-perl/PatchReader-0.9.6:*
81 - dev-perl/perl-ldap:*
82 - dev-perl/RadiusPerl:*
83 - dev-perl/Authen-SASL:*
84 - >=dev-perl/SOAP-Lite-0.712:*
85 - dev-perl/JSON-RPC:*
86 - >=dev-perl/JSON-XS-2.0:*
87 - dev-perl/Test-Taint:*
88 - >=dev-perl/HTML-Parser-3.67:*
89 - dev-perl/HTML-Scrubber:*
90 - >=virtual/perl-Encode-2.21:*
91 - dev-perl/Encode-Detect:*
92 - dev-perl/Email-MIME-Attachment-Stripper:*
93 - dev-perl/Email-Reply:*
94 - dev-perl/TheSchwartz:*
95 - dev-perl/Daemon-Generic:*
96 - dev-perl/File-MimeInfo:*
97 - || ( media-gfx/imagemagick[perl] media-gfx/graphicsmagick[imagemagick,perl] )
98 - dev-perl/MIME-tools:*
99 - )
100 - modperl? (
101 - www-apache/mod_perl:1
102 - >=dev-perl/Apache-SizeLimit-0.96:*
103 - )
104 - graphviz? ( media-gfx/graphviz:* )
105 -"
106 -want_apache modperl
107 -need_httpd_cgi
108 -
109 -pkg_setup() {
110 - depend.apache_pkg_setup modperl
111 - webapp_pkg_setup
112 -}
113 -
114 -src_prepare() {
115 - # Get a rid of the bzr files
116 - rm -r .bzr* || die
117 -
118 - # Remove bundled perl modules
119 - rm -r lib/ || die
120 -}
121 -
122 -src_test() {
123 - perl runtests.pl || die
124 -}
125 -
126 -src_install () {
127 - webapp_src_preinst
128 -
129 - insinto "${MY_HTDOCSDIR}"
130 - doins -r .
131 - doins "${FILESDIR}"/bugzilla.cron.{daily,tab}
132 -
133 - webapp_hook_script "${FILESDIR}"/reconfig
134 - webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
135 - webapp_src_install
136 -
137 - if use extras; then
138 - newconfd "${FILESDIR}"/bugzilla-queue.confd bugzilla-queue
139 - newinitd "${FILESDIR}"/bugzilla-queue.initd bugzilla-queue
140 - fi
141 -
142 - # bug #124282
143 - chmod +x "${D}${MY_HTDOCSDIR}"/*.cgi || die
144 -
145 - chmod u+x "${D}${MY_HTDOCSDIR}"/jobqueue.pl || die
146 -
147 - # configuration must be executable
148 - chmod u+x "${D}${MY_HTDOCSDIR}"/checksetup.pl || die
149 -
150 - # bug 487476
151 - mkdir "${D}${MY_HTDOCSDIR}"/lib || die
152 -}
153
154 diff --git a/www-apps/bugzilla/bugzilla-5.0.2.ebuild b/www-apps/bugzilla/bugzilla-5.0.2.ebuild
155 deleted file mode 100644
156 index 1ae1f1b..00000000
157 --- a/www-apps/bugzilla/bugzilla-5.0.2.ebuild
158 +++ /dev/null
159 @@ -1,130 +0,0 @@
160 -# Copyright 1999-2016 Gentoo Foundation
161 -# Distributed under the terms of the GNU General Public License v2
162 -# $Id$
163 -
164 -EAPI=5
165 -
166 -inherit webapp depend.apache eutils
167 -
168 -DESCRIPTION="Bugzilla is the Bug-Tracking System from the Mozilla project"
169 -SRC_URI="https://ftp.mozilla.org/pub/mozilla.org/webtools/${P}.tar.gz"
170 -HOMEPAGE="https://www.bugzilla.org"
171 -
172 -LICENSE="MPL-2.0"
173 -KEYWORDS="amd64 x86"
174 -
175 -IUSE="modperl extras graphviz mysql postgres sqlite test"
176 -REQUIRED_USE=" || ( mysql postgres sqlite )"
177 -
178 -COMMON_DEPS="
179 - >=dev-lang/perl-5.10.1:*
180 - >=dev-perl/CGI-3.510:*
181 - virtual/perl-Digest-SHA:*
182 - >=dev-perl/TimeDate-1.16:*
183 - >=dev-perl/DateTime-0.50:*
184 - >=dev-perl/DateTime-TimeZone-0.71:*
185 - >=dev-perl/DBI-1.601:*
186 - >=dev-perl/Template-Toolkit-2.22:*
187 - >=dev-perl/Email-Send-2.190:*
188 - >=dev-perl/Email-Sender-1.300.11:*
189 - >=dev-perl/File-Slurp-9999.190.0-r1:*
190 - >=dev-perl/Email-MIME-1.904:*
191 - >=dev-perl/JSON-XS-2.340-r1:*
192 - dev-perl/URI:*
193 - >=dev-perl/List-MoreUtils-0.22:*
194 - virtual/perl-File-Path:*
195 - virtual/perl-Scalar-List-Utils:*
196 - >=virtual/perl-File-Spec-3.27.01:*
197 - >=virtual/perl-MIME-Base64-3.07:*
198 - dev-perl/Math-Random-ISAAC:*
199 -"
200 -
201 -DEPEND="test? ( dev-perl/Pod-Coverage:* ${COMMON_DEPS} )"
202 -RDEPEND="
203 - virtual/httpd-cgi:*
204 - ${COMMON_DEPS}
205 - postgres? ( >=dev-perl/DBD-Pg-1.49:* )
206 - mysql? ( >=dev-perl/DBD-mysql-4.00.5:* )
207 - sqlite? ( >=dev-perl/DBD-SQLite-1.29:* )
208 - extras? (
209 - >=dev-perl/GD-2.35[png,truetype]
210 - >=dev-perl/Chart-2.4.1:*
211 - dev-perl/Template-GD:*
212 - dev-perl/GDTextUtil:*
213 - dev-perl/GDGraph:*
214 - dev-perl/XML-Twig:*
215 - >=dev-perl/MIME-tools-5.427:*
216 - dev-perl/libwww-perl:*
217 - >=dev-perl/PatchReader-0.9.6:*
218 - dev-perl/perl-ldap:*
219 - dev-perl/RadiusPerl:*
220 - dev-perl/Authen-SASL:*
221 - >=dev-perl/SOAP-Lite-0.712:*
222 - dev-perl/JSON-RPC:*
223 - >=dev-perl/JSON-XS-2.0:*
224 - dev-perl/Test-Taint:*
225 - >=dev-perl/HTML-Parser-3.67:*
226 - dev-perl/HTML-Scrubber:*
227 - >=virtual/perl-Encode-2.21:*
228 - dev-perl/Encode-Detect:*
229 - dev-perl/Email-MIME-Attachment-Stripper:*
230 - dev-perl/Email-Reply:*
231 - dev-perl/TheSchwartz:*
232 - dev-perl/Daemon-Generic:*
233 - dev-perl/File-MimeInfo:*
234 - || ( media-gfx/imagemagick[perl] media-gfx/graphicsmagick[imagemagick,perl] )
235 - dev-perl/MIME-tools:*
236 - )
237 - modperl? (
238 - www-apache/mod_perl:1
239 - >=dev-perl/Apache-SizeLimit-0.96:*
240 - )
241 - graphviz? ( media-gfx/graphviz:* )
242 -"
243 -want_apache modperl
244 -need_httpd_cgi
245 -
246 -pkg_setup() {
247 - depend.apache_pkg_setup modperl
248 - webapp_pkg_setup
249 -}
250 -
251 -src_prepare() {
252 - # Get a rid of the bzr files
253 - rm -r .bzr* || die
254 -
255 - # Remove bundled perl modules
256 - rm -r lib/ || die
257 -}
258 -
259 -src_test() {
260 - perl runtests.pl || die
261 -}
262 -
263 -src_install () {
264 - webapp_src_preinst
265 -
266 - insinto "${MY_HTDOCSDIR}"
267 - doins -r .
268 - doins "${FILESDIR}"/bugzilla.cron.{daily,tab}
269 -
270 - webapp_hook_script "${FILESDIR}"/reconfig
271 - webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
272 - webapp_src_install
273 -
274 - if use extras; then
275 - newconfd "${FILESDIR}"/bugzilla-queue.confd bugzilla-queue
276 - newinitd "${FILESDIR}"/bugzilla-queue.initd bugzilla-queue
277 - fi
278 -
279 - # bug #124282
280 - chmod +x "${D}${MY_HTDOCSDIR}"/*.cgi || die
281 -
282 - chmod u+x "${D}${MY_HTDOCSDIR}"/jobqueue.pl || die
283 -
284 - # configuration must be executable
285 - chmod u+x "${D}${MY_HTDOCSDIR}"/checksetup.pl || die
286 -
287 - # bug 487476
288 - mkdir "${D}${MY_HTDOCSDIR}"/lib || die
289 -}