Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/actionpack: ChangeLog actionpack-4.1.7.ebuild actionpack-4.0.11.ebuild actionpack-3.2.20.ebuild
Date: Fri, 31 Oct 2014 08:57:39
Message-Id: 20141031085735.E43E19216@oystercatcher.gentoo.org
1 graaff 14/10/31 08:57:35
2
3 Modified: ChangeLog
4 Added: actionpack-4.1.7.ebuild actionpack-4.0.11.ebuild
5 actionpack-3.2.20.ebuild
6 Log:
7 Version bump for security issue CVE-2014-7818.
8
9 (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
10
11 Revision Changes Path
12 1.293 dev-ruby/actionpack/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/ChangeLog?rev=1.293&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/ChangeLog?rev=1.293&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/ChangeLog?r1=1.292&r2=1.293
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v
21 retrieving revision 1.292
22 retrieving revision 1.293
23 diff -u -r1.292 -r1.293
24 --- ChangeLog 12 Sep 2014 06:27:27 -0000 1.292
25 +++ ChangeLog 31 Oct 2014 08:57:35 -0000 1.293
26 @@ -1,6 +1,14 @@
27 # ChangeLog for dev-ruby/actionpack
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.292 2014/09/12 06:27:27 graaff Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.293 2014/10/31 08:57:35 graaff Exp $
31 +
32 +*actionpack-4.1.7 (31 Oct 2014)
33 +*actionpack-4.0.11 (31 Oct 2014)
34 +*actionpack-3.2.20 (31 Oct 2014)
35 +
36 + 31 Oct 2014; Hans de Graaff <graaff@g.o> +actionpack-3.2.20.ebuild,
37 + +actionpack-4.0.11.ebuild, +actionpack-4.1.7.ebuild:
38 + Version bump for security issue CVE-2014-7818.
39
40 *actionpack-4.1.6 (12 Sep 2014)
41
42
43
44
45 1.1 dev-ruby/actionpack/actionpack-4.1.7.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/actionpack-4.1.7.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/actionpack-4.1.7.ebuild?rev=1.1&content-type=text/plain
49
50 Index: actionpack-4.1.7.ebuild
51 ===================================================================
52 # Copyright 1999-2014 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-4.1.7.ebuild,v 1.1 2014/10/31 08:57:35 graaff Exp $
55
56 EAPI=5
57
58 USE_RUBY="ruby19 ruby20 ruby21"
59
60 RUBY_FAKEGEM_TASK_DOC=""
61 RUBY_FAKEGEM_DOCDIR="doc"
62 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
63
64 RUBY_FAKEGEM_GEMSPEC="actionpack.gemspec"
65
66 inherit ruby-fakegem versionator
67
68 DESCRIPTION="Eases web-request routing, handling, and response"
69 HOMEPAGE="http://rubyforge.org/projects/actionpack/"
70 SRC_URI="http://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz"
71
72 LICENSE="MIT"
73 SLOT="$(get_version_component_range 1-2)"
74 KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
75 IUSE=""
76
77 RUBY_S="rails-${PV}/${PN}"
78
79 ruby_add_rdepend "
80 ~dev-ruby/activesupport-${PV}
81 ~dev-ruby/actionview-${PV}
82 >=dev-ruby/rack-1.5.2:1.5
83 >=dev-ruby/rack-test-0.6.2:0.6"
84
85 ruby_add_bdepend "
86 test? (
87 dev-ruby/mocha:0.14
88 dev-ruby/bundler
89 ~dev-ruby/activemodel-${PV}
90 >=dev-ruby/rack-cache-1.2:1.2
91 )"
92
93 all_ruby_prepare() {
94 # Remove items from the common Gemfile that we don't need for this
95 # test run. This also requires handling some gemspecs.
96 sed -i -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|jquery-rails\|'mysql'\|journey\|ruby-prof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|minitest\)/ s:^:#:" ../Gemfile || die
97 }
98
99
100
101 1.1 dev-ruby/actionpack/actionpack-4.0.11.ebuild
102
103 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/actionpack-4.0.11.ebuild?rev=1.1&view=markup
104 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/actionpack-4.0.11.ebuild?rev=1.1&content-type=text/plain
105
106 Index: actionpack-4.0.11.ebuild
107 ===================================================================
108 # Copyright 1999-2014 Gentoo Foundation
109 # Distributed under the terms of the GNU General Public License v2
110 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-4.0.11.ebuild,v 1.1 2014/10/31 08:57:35 graaff Exp $
111
112 EAPI=5
113
114 USE_RUBY="ruby19 ruby20 ruby21"
115
116 # The default test task tries to test activerecord with SQLite as well.
117 RUBY_FAKEGEM_TASK_TEST="test_action_pack"
118
119 RUBY_FAKEGEM_TASK_DOC=""
120 RUBY_FAKEGEM_DOCDIR="doc"
121 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
122
123 RUBY_FAKEGEM_GEMSPEC="actionpack.gemspec"
124
125 inherit ruby-fakegem versionator
126
127 DESCRIPTION="Eases web-request routing, handling, and response"
128 HOMEPAGE="http://rubyforge.org/projects/actionpack/"
129 SRC_URI="http://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz"
130
131 LICENSE="MIT"
132 SLOT="$(get_version_component_range 1-2)"
133 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
134 IUSE=""
135
136 RUBY_S="rails-${PV}/${PN}"
137
138 ruby_add_rdepend "
139 ~dev-ruby/activesupport-${PV}
140 >=dev-ruby/builder-3.1.0:3.1
141 >=dev-ruby/rack-1.5.2:1.5
142 >=dev-ruby/rack-test-0.6.2:0.6
143 >=dev-ruby/erubis-2.7.0"
144
145 ruby_add_bdepend "
146 test? (
147 dev-ruby/mocha:0.13
148 dev-ruby/bundler
149 ~dev-ruby/activemodel-${PV}
150 ~dev-ruby/activerecord-${PV}
151 ~dev-ruby/actionmailer-${PV}
152 dev-ruby/sprockets-rails:2.0
153 >=dev-ruby/tzinfo-0.3.37:0
154 >=dev-ruby/uglifier-1.0.3
155 )"
156
157 all_ruby_prepare() {
158 # Remove items from the common Gemfile that we don't need for this
159 # test run. This also requires handling some gemspecs.
160 sed -i -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|jquery-rails\|'mysql'\|journey\|ruby-prof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\)/d" ../Gemfile || die
161
162 sed -i -e '/rack-ssl/d' -e 's/~> 3.4/>= 3.4/' ../railties/railties.gemspec || die
163 sed -i -e '/mail/d' ../actionmailer/actionmailer.gemspec || die
164
165 sed -i -e '/bcrypt/ s/3.0.0/3.0/' ../Gemfile || die
166
167 # Add back json in the Gemfile because we dropped some dependencies
168 # earlier that implicitly required it.
169 sed -i -e '$agem "json"' ../Gemfile || die
170
171 # Avoid fragile test that gets more output than it expects.
172 sed -i -e '/test_locals_option_to_assert_template_is_not_supported/,/end/ s:^:#:' test/controller/render_test.rb || die
173 }
174
175
176
177 1.1 dev-ruby/actionpack/actionpack-3.2.20.ebuild
178
179 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/actionpack-3.2.20.ebuild?rev=1.1&view=markup
180 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/actionpack-3.2.20.ebuild?rev=1.1&content-type=text/plain
181
182 Index: actionpack-3.2.20.ebuild
183 ===================================================================
184 # Copyright 1999-2014 Gentoo Foundation
185 # Distributed under the terms of the GNU General Public License v2
186 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-3.2.20.ebuild,v 1.1 2014/10/31 08:57:35 graaff Exp $
187
188 EAPI=5
189
190 USE_RUBY="ruby19 ruby20"
191
192 # The default test task tries to test activerecord with SQLite as well.
193 RUBY_FAKEGEM_TASK_TEST="test_action_pack"
194
195 RUBY_FAKEGEM_TASK_DOC=""
196 RUBY_FAKEGEM_DOCDIR="doc"
197 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
198
199 RUBY_FAKEGEM_GEMSPEC="actionpack.gemspec"
200
201 inherit ruby-fakegem versionator
202
203 DESCRIPTION="Eases web-request routing, handling, and response"
204 HOMEPAGE="http://rubyforge.org/projects/actionpack/"
205 SRC_URI="http://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz"
206
207 LICENSE="MIT"
208 SLOT="$(get_version_component_range 1-2)"
209 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
210 IUSE=""
211
212 RUBY_S="rails-${PV}/${PN}"
213
214 ruby_add_rdepend "
215 ~dev-ruby/activemodel-${PV}
216 ~dev-ruby/activesupport-${PV}
217 >=dev-ruby/rack-cache-1.2
218 >=dev-ruby/builder-3.0.0:3
219 >=dev-ruby/rack-1.4.5:1.4
220 >=dev-ruby/rack-test-0.6.1:0.6
221 >=dev-ruby/journey-1.0.4:1.0
222 >=dev-ruby/sprockets-2.2.1:2.2
223 >=dev-ruby/erubis-2.7.0"
224
225 ruby_add_bdepend "
226 test? (
227 dev-ruby/mocha:0.13
228 dev-ruby/bundler
229 ~dev-ruby/activerecord-${PV}
230 ~dev-ruby/actionmailer-${PV}
231 >=dev-ruby/tzinfo-0.3.29:0
232 >=dev-ruby/uglifier-1.0.3
233 )"
234
235 all_ruby_prepare() {
236 # Remove items from the common Gemfile that we don't need for this
237 # test run. This also requires handling some gemspecs.
238 sed -i -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|jquery-rails\|'mysql'\|journey\|ruby-prof\|benchmark-ips\|nokogiri\)/d" ../Gemfile || die
239
240 sed -i -e '/rack-ssl/d' -e 's/~> 3.4/>= 3.4/' ../railties/railties.gemspec || die
241 sed -i -e '/mail/d' ../actionmailer/actionmailer.gemspec || die
242
243 sed -i -e '/bcrypt/ s/3.0.0/3.0/' ../Gemfile || die
244
245 # Avoid fragile tests depending on hash ordering
246 sed -i -e '/cookie_3=chocolate/ s:^:#:' test/controller/integration_test.rb || die
247 sed -i -e '/test_to_s/,/end/ s:^:#:' test/template/html-scanner/tag_node_test.rb || die
248 sed -i -e '/"name":"david"/ s:^:#:' test/controller/mime_responds_test.rb || die
249 sed -i -e '/test_option_html_attributes_with_multiple_element_hash/, / end/ s:^:#:' test/template/form_options_helper_test.rb || die
250 sed -i -e '/test_option_html_attributes_with_multiple_hashes/, / end/ s:^:#:' test/template/form_options_helper_test.rb || die
251
252 # Avoid fragile test that gets more output than it expects.
253 sed -i -e '/test_locals_option_to_assert_template_is_not_supported/,/end/ s:^:#:' test/controller/render_test.rb || die
254
255 # Avoid test broken by security updates in i18n.
256 sed -i -e '/test_number_to_i18n_currency/,/end/ s:^:#:' test/template/number_helper_i18n_test.rb || die
257
258 # Avoid test that chokes on bad UTF-8.
259 sed -i -e '/test_handles_urls_with_bad_encoding/askip "gentoo"' test/dispatch/static_test.rb || die
260 }