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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a2daa390eb37d01bcc6fa00c0c6b07545667a8e1
4
- data.tar.gz: 3c882ca3bd998e59c9961f594d82ef415ada59e1
3
+ metadata.gz: e6a1e63d2d30341dbe33d0b1d6fa1982350266c5
4
+ data.tar.gz: 49b5ae58b83574082ba2a8139d98d1a5b3a8fdc8
5
5
  SHA512:
6
- metadata.gz: 1222d2dd3fd9189cdaeee8486817a2791b4b961fdcecf09664f53be8a51fb24f44d03128b8d012a757d164ca4080b81cacabb66bdab8bf49aafd839423d90ef8
7
- data.tar.gz: 00810db59e1bb49bbc0ef19ddcec65a0845e0d526dbb065a4450107fc94f2406241a00b0ae2776dccea411f341a1b34d0835f855cf320216850f3f48cd74b176
6
+ metadata.gz: 8a907bdc0525f7a5f5e16fafe41127bcb18f714322aaf3c514e4d939cec9de6b87b69320b2a1ab9b4b5b4c6fc0baedcf6713a4eda0c50282edc6d83ac1718900
7
+ data.tar.gz: 06b2e1846ff250bcf7d2f64a838c13e96ae8ac38ce5f284f272b4c3c3f2466820abb45656cd126d4c1a1dbadb6546bc04b2de4aae08c1fc9d45d6696a188d07b
@@ -1,49 +1,72 @@
1
- === 1.6.7.rc4 / 2015年1122
2
-
3
- ==== Security patches
1
+ === 1.6.7.1 / 2015年1216
4
2
 
5
3
  This version pulls in several upstream patches to the vendored libxml2 and libxslt to address:
6
4
 
7
- * CVE-2015-1819
8
- * CVE-2015-7941_1
9
- * CVE-2015-7941_2
10
- * CVE-2015-7942
11
- * CVE-2015-7942-2
12
- * CVE-2015-8035
13
- * CVE-2015-7995
14
- * unclosed comment uninitialized access issue (does not have a CVE assigned)
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
- ==== Features
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
- ==== Bug Fixes
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.7.rc3 / 2015年09月04日 and 1.6.7.rc2 / 2015年0831
48
+ === 1.6.6.4 / 2015年1119
30
49
 
31
- Note that rc1 was not released.
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
- * [JRuby] Document#parse should support IO objects that respond to #read. (#1124) (Thanks, Jake Byman!)
44
- * [MRI] Duplicate-id errors when setting the `id` attribute on HTML documents are now silenced. (#1262)
45
- * [JRuby] 角括弧([, ])がテキスト内に存在すると、SAXパーザがテキストを分割してしまう。(#1261)
46
- * [JRuby] ネームスペース付きのアトリビュートがremove_attributeで削除されない。 (#1299)
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日
@@ -1,22 +1,37 @@
1
- === 1.6.7.rc4 / 2015-11-22
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
- * CVE-2015-1819
8
- * CVE-2015-7941_1
9
- * CVE-2015-7941_2
10
- * CVE-2015-7942
11
- * CVE-2015-7942-2
12
- * CVE-2015-8035
13
- * CVE-2015-7995
14
- * unclosed comment uninitialized access issue (does not have a CVE assigned)
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.7.rc3 / 2015-09-04 and 1.6.7.rc2 / 2015-08-31
48
+ === 1.6.6.4 / 2015-11-19
30
49
 
31
- Note that rc1 was not released.
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
- ==== Features
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
- ==== Bug fixes
59
+ This version pulls in several upstream patches to the vendored libxml2 and libxslt to address:
42
60
 
43
- * [JRuby] Document#parse should support IO objects that respond to #read. (#1124) (Thanks, Jake Byman!)
44
- * [MRI] Duplicate-id errors when setting the `id` attribute on HTML documents are now silenced. (#1262)
45
- * [JRuby] SAX parser cuts texts in peices when quare brackets exist. (#1261)
46
- * [JRuby] Namespaced attributes aren't removed by remove_attribute. (#1299)
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.0", :group => [:development, :test]
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
@@ -135,7 +135,7 @@ HOE = Hoe.spec 'nokogiri' do
135
135
 
136
136
  self.extra_dev_deps += [
137
137
  ["hoe-bundler", ">= 1.1"],
138
- ["hoe-debugging", "~> 1.2.0"],
138
+ ["hoe-debugging", "~> 1.2.1"],
139
139
  ["hoe-gemspec", ">= 1.0"],
140
140
  ["hoe-git", ">= 1.4"],
141
141
  ["minitest", "~> 2.2.2"],
Binary file
@@ -1,6 +1,6 @@
1
1
  module Nokogiri
2
2
  # The version of Nokogiri you are using
3
- VERSION = '1.6.7.rc4'
3
+ VERSION = '1.6.7.1'
4
4
 
5
5
  class VersionInfo # :nodoc:
6
6
  def jruby?
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.6." ]] ; then
65
- gem install bundler
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.rc4
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-11-22 00:00:00.000000000 Z
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.0
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.0
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: 1.3.1
626
+ version: '0'
627
627
  requirements: []
628
628
  rubyforge_project:
629
629
  rubygems_version: 2.4.5