nokogiri 1.6.7.rc4-java → 1.6.7.1-java
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of nokogiri might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/CHANGELOG.ja.rdoc +47 -24
- data/CHANGELOG.rdoc +45 -22
- data/Gemfile +1 -1
- data/Rakefile +1 -1
- data/lib/nokogiri/nokogiri.jar +0 -0
- data/lib/nokogiri/version.rb +1 -1
- data/test_all +4 -2
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e6a1e63d2d30341dbe33d0b1d6fa1982350266c5
|
4
|
+
data.tar.gz: 49b5ae58b83574082ba2a8139d98d1a5b3a8fdc8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8a907bdc0525f7a5f5e16fafe41127bcb18f714322aaf3c514e4d939cec9de6b87b69320b2a1ab9b4b5b4c6fc0baedcf6713a4eda0c50282edc6d83ac1718900
|
7
|
+
data.tar.gz: 06b2e1846ff250bcf7d2f64a838c13e96ae8ac38ce5f284f272b4c3c3f2466820abb45656cd126d4c1a1dbadb6546bc04b2de4aae08c1fc9d45d6696a188d07b
|
data/CHANGELOG.ja.rdoc
CHANGED
@@ -1,49 +1,72 @@
|
|
1
|
-
=== 1.6.7.
|
2
|
-
|
3
|
-
==== Security patches
|
1
|
+
=== 1.6.7.1 / 2015年12月16日
|
4
2
|
|
5
3
|
This version pulls in several upstream patches to the vendored libxml2 and libxslt to address:
|
6
4
|
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
5
|
+
CVE-2015-5312
|
6
|
+
CVE-2015-7497
|
7
|
+
CVE-2015-7498
|
8
|
+
CVE-2015-7499
|
9
|
+
CVE-2015-7500
|
10
|
+
CVE-2015-8241
|
11
|
+
CVE-2015-8242
|
12
|
+
CVE-2015-8317
|
13
|
+
|
14
|
+
See also http://www.ubuntu.com/usn/usn-2834-1/
|
15
15
|
|
16
|
+
|
17
|
+
=== 1.6.7 / 2015年11月29日
|
18
|
+
|
19
|
+
==== 註
|
20
|
+
|
21
|
+
This version supports native builds on Windows using the RubyInstaller
|
22
|
+
DevKit. It also supports Ruby 2.2.x on Windows, as well as making
|
23
|
+
several other improvements to the installation process on various
|
24
|
+
platforms.
|
25
|
+
|
26
|
+
This version also includes the security patches already applied in
|
27
|
+
v1.6.6.3 and v1.6.6.4 to the vendored libxml2 and libxslt source.
|
16
28
|
See #1374 and #1376 for details.
|
17
29
|
|
18
|
-
====
|
30
|
+
==== 機能
|
19
31
|
|
32
|
+
* Cross-built gems now have a proper ruby version requirement. (#1266)
|
33
|
+
* Ruby 2.2.x is supported on Windows.
|
34
|
+
* Native build is supported on Windows.
|
20
35
|
* [MRI] libxml2 and libxslt `config.guess` files brought up to date. (#1326) (Thanks, @hernan-erasmo!)
|
21
36
|
* [JRuby] fix error in validating files with jruby (#1355, #1361) (Thanks, @twalpole!)
|
22
37
|
* [MRI, OSX] Patch to handle nonstandard location of `iconv.h`. (#1206, #1210, #1218, #1345) (Thanks, @neonichu!)
|
23
38
|
|
24
|
-
====
|
39
|
+
==== バグ修正
|
25
40
|
|
26
41
|
* [JRuby] reset the namespace cache when replacing the document's innerHtml (#1265) (Thanks, @mkristian!)
|
42
|
+
* [JRuby] Document#parse should support IO objects that respond to #read. (#1124) (Thanks, Jake Byman!)
|
43
|
+
* [MRI] Duplicate-id errors when setting the `id` attribute on HTML documents are now silenced. (#1262)
|
44
|
+
* [JRuby] SAX parser cuts texts in peices when quare brackets exist. (#1261)
|
45
|
+
* [JRuby] Namespaced attributes aren't removed by remove_attribute. (#1299)
|
27
46
|
|
28
47
|
|
29
|
-
=== 1.6.
|
48
|
+
=== 1.6.6.4 / 2015年11月19日
|
30
49
|
|
31
|
-
|
50
|
+
This version pulls in an upstream patch to the vendored libxml2 to address:
|
32
51
|
|
52
|
+
* unclosed comment uninitialized access issue (#1376)
|
33
53
|
|
34
|
-
|
54
|
+
This issue does not have a CVE assigned to it as this time.
|
35
55
|
|
36
|
-
* Cross-built gems now have a proper ruby version requirement. (#1266)
|
37
|
-
* Ruby 2.2.x is supported on Windows.
|
38
|
-
* Native build is supported on Windows.
|
39
56
|
|
57
|
+
=== 1.6.6.3 / 2015年11月16日
|
40
58
|
|
41
|
-
|
59
|
+
This version pulls in several upstream patches to the vendored libxml2 and libxslt to address:
|
42
60
|
|
43
|
-
*
|
44
|
-
*
|
45
|
-
*
|
46
|
-
*
|
61
|
+
* CVE-2015-1819
|
62
|
+
* CVE-2015-7941_1
|
63
|
+
* CVE-2015-7941_2
|
64
|
+
* CVE-2015-7942
|
65
|
+
* CVE-2015-7942-2
|
66
|
+
* CVE-2015-8035
|
67
|
+
* CVE-2015-7995
|
68
|
+
|
69
|
+
See #1374 for details.
|
47
70
|
|
48
71
|
|
49
72
|
=== 1.6.6.2 / 2015年01月23日
|
data/CHANGELOG.rdoc
CHANGED
@@ -1,22 +1,37 @@
|
|
1
|
-
=== 1.6.7.
|
2
|
-
|
3
|
-
==== Security patches
|
1
|
+
=== 1.6.7.1 / 2015-12-16
|
4
2
|
|
5
3
|
This version pulls in several upstream patches to the vendored libxml2 and libxslt to address:
|
6
4
|
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
5
|
+
CVE-2015-5312
|
6
|
+
CVE-2015-7497
|
7
|
+
CVE-2015-7498
|
8
|
+
CVE-2015-7499
|
9
|
+
CVE-2015-7500
|
10
|
+
CVE-2015-8241
|
11
|
+
CVE-2015-8242
|
12
|
+
CVE-2015-8317
|
13
|
+
|
14
|
+
See also http://www.ubuntu.com/usn/usn-2834-1/
|
15
|
+
|
15
16
|
|
17
|
+
=== 1.6.7 / 2015-11-29
|
18
|
+
|
19
|
+
==== Notes
|
20
|
+
|
21
|
+
This version supports native builds on Windows using the RubyInstaller
|
22
|
+
DevKit. It also supports Ruby 2.2.x on Windows, as well as making
|
23
|
+
several other improvements to the installation process on various
|
24
|
+
platforms.
|
25
|
+
|
26
|
+
This version also includes the security patches already applied in
|
27
|
+
v1.6.6.3 and v1.6.6.4 to the vendored libxml2 and libxslt source.
|
16
28
|
See #1374 and #1376 for details.
|
17
29
|
|
18
30
|
==== Features
|
19
31
|
|
32
|
+
* Cross-built gems now have a proper ruby version requirement. (#1266)
|
33
|
+
* Ruby 2.2.x is supported on Windows.
|
34
|
+
* Native build is supported on Windows.
|
20
35
|
* [MRI] libxml2 and libxslt `config.guess` files brought up to date. (#1326) (Thanks, @hernan-erasmo!)
|
21
36
|
* [JRuby] fix error in validating files with jruby (#1355, #1361) (Thanks, @twalpole!)
|
22
37
|
* [MRI, OSX] Patch to handle nonstandard location of `iconv.h`. (#1206, #1210, #1218, #1345) (Thanks, @neonichu!)
|
@@ -24,26 +39,34 @@ See #1374 and #1376 for details.
|
|
24
39
|
==== Bug Fixes
|
25
40
|
|
26
41
|
* [JRuby] reset the namespace cache when replacing the document's innerHtml (#1265) (Thanks, @mkristian!)
|
42
|
+
* [JRuby] Document#parse should support IO objects that respond to #read. (#1124) (Thanks, Jake Byman!)
|
43
|
+
* [MRI] Duplicate-id errors when setting the `id` attribute on HTML documents are now silenced. (#1262)
|
44
|
+
* [JRuby] SAX parser cuts texts in peices when quare brackets exist. (#1261)
|
45
|
+
* [JRuby] Namespaced attributes aren't removed by remove_attribute. (#1299)
|
27
46
|
|
28
47
|
|
29
|
-
=== 1.6.
|
48
|
+
=== 1.6.6.4 / 2015-11-19
|
30
49
|
|
31
|
-
|
50
|
+
This version pulls in an upstream patch to the vendored libxml2 to address:
|
32
51
|
|
52
|
+
* unclosed comment uninitialized access issue (#1376)
|
33
53
|
|
34
|
-
|
54
|
+
This issue does not have a CVE assigned to it as this time.
|
35
55
|
|
36
|
-
* Cross-built gems now have a proper ruby version requirement. (#1266)
|
37
|
-
* Ruby 2.2.x is supported on Windows.
|
38
|
-
* Native build is supported on Windows.
|
39
56
|
|
57
|
+
=== 1.6.6.3 / 2015-11-16
|
40
58
|
|
41
|
-
|
59
|
+
This version pulls in several upstream patches to the vendored libxml2 and libxslt to address:
|
42
60
|
|
43
|
-
*
|
44
|
-
*
|
45
|
-
*
|
46
|
-
*
|
61
|
+
* CVE-2015-1819
|
62
|
+
* CVE-2015-7941_1
|
63
|
+
* CVE-2015-7941_2
|
64
|
+
* CVE-2015-7942
|
65
|
+
* CVE-2015-7942-2
|
66
|
+
* CVE-2015-8035
|
67
|
+
* CVE-2015-7995
|
68
|
+
|
69
|
+
See #1374 for details.
|
47
70
|
|
48
71
|
|
49
72
|
=== 1.6.6.2 / 2015-01-23
|
data/Gemfile
CHANGED
@@ -8,7 +8,7 @@ gem "mini_portile2", "~>2.0.0.rc2"
|
|
8
8
|
|
9
9
|
gem "rdoc", "~>4.0", :group => [:development, :test]
|
10
10
|
gem "hoe-bundler", ">=1.1", :group => [:development, :test]
|
11
|
-
gem "hoe-debugging", "~>1.2.
|
11
|
+
gem "hoe-debugging", "~>1.2.1", :group => [:development, :test]
|
12
12
|
gem "hoe-gemspec", ">=1.0", :group => [:development, :test]
|
13
13
|
gem "hoe-git", ">=1.4", :group => [:development, :test]
|
14
14
|
gem "minitest", "~>2.2.2", :group => [:development, :test]
|
data/Rakefile
CHANGED
data/lib/nokogiri/nokogiri.jar
CHANGED
Binary file
|
data/lib/nokogiri/version.rb
CHANGED
data/test_all
CHANGED
@@ -61,8 +61,10 @@ function compile {
|
|
61
61
|
|
62
62
|
for ruby in $RUBIES ; do
|
63
63
|
rvm_use ${ruby}
|
64
|
-
if ! [[ $(bundle -v) =~ "1.
|
65
|
-
|
64
|
+
if ! [[ $(bundle -v) =~ "1.10." ]] ; then
|
65
|
+
yes | gem uninstall --force bundler
|
66
|
+
gem install bundler -v 1.10.6
|
67
|
+
bundle -v
|
66
68
|
fi
|
67
69
|
bundle install --quiet --local || bundle install
|
68
70
|
clean
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nokogiri
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.7.
|
4
|
+
version: 1.6.7.1
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Aaron Patterson
|
@@ -12,7 +12,7 @@ authors:
|
|
12
12
|
autorequire:
|
13
13
|
bindir: bin
|
14
14
|
cert_chain: []
|
15
|
-
date: 2015-
|
15
|
+
date: 2015-12-17 00:00:00.000000000 Z
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|
18
18
|
name: rdoc
|
@@ -48,12 +48,12 @@ dependencies:
|
|
48
48
|
requirements:
|
49
49
|
- - ~>
|
50
50
|
- !ruby/object:Gem::Version
|
51
|
-
version: 1.2.
|
51
|
+
version: 1.2.1
|
52
52
|
requirement: !ruby/object:Gem::Requirement
|
53
53
|
requirements:
|
54
54
|
- - ~>
|
55
55
|
- !ruby/object:Gem::Version
|
56
|
-
version: 1.2.
|
56
|
+
version: 1.2.1
|
57
57
|
prerelease: false
|
58
58
|
type: :development
|
59
59
|
- !ruby/object:Gem::Dependency
|
@@ -621,9 +621,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
621
621
|
version: '0'
|
622
622
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
623
623
|
requirements:
|
624
|
-
- - '
|
624
|
+
- - '>='
|
625
625
|
- !ruby/object:Gem::Version
|
626
|
-
version:
|
626
|
+
version: '0'
|
627
627
|
requirements: []
|
628
628
|
rubyforge_project:
|
629
629
|
rubygems_version: 2.4.5
|