nokogiri 1.6.7.rc4-x64-mingw32 → 1.6.7-x64-mingw32

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: 1b3b119e4da9d8cc4d06b6f074c1a00de7960c17
4
- data.tar.gz: 7e3a049b7f4720a173b0a5280e9cadfcceb8c40c
3
+ metadata.gz: b04fa70343d6233b98c97bed5906db84e7c0c321
4
+ data.tar.gz: e58c35ddedf1e4bf4f8c053c67e3ae572d52ef8a
5
5
  SHA512:
6
- metadata.gz: 99010a979b5fd741cd00c571c42b42af9f0489d983544f1ebed2d6bdec1dc4a50d5010be554aae7cd54ab4da45974f840dabfa2362badfbc630b52148ccee2c5
7
- data.tar.gz: 8c5ca34e55a38651f33f46546ed108a81a1867e669142c98cb64152c30d4b75611378c1a16bc486755e9d0519217b4353227005e0720aa2ae889f850e1bc3976
6
+ metadata.gz: f23ff641d81c0b41adc4f98c7055620ea8b939c499b91796d5f3a70ea692332c3328d4445b111022f664d518565350d03d23c2d01be893ff3ada9aa57d110f97
7
+ data.tar.gz: 54d04310ad48e1dec386662085bbcba4ab485300cf39a49cfabdce990e5c007334ee6337a114a559647591a71c832276b21b74aacb0422e73b9f776442a992e6
@@ -1,49 +1,56 @@
1
- === 1.6.7.rc4 / 2015年11月22
1
+ === 1.6.7 / 2015年11月29
2
2
 
3
- ==== Security patches
3
+ ====
4
4
 
5
- This version pulls in several upstream patches to the vendored libxml2 and libxslt to address:
6
-
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
+ This version supports native builds on Windows using the RubyInstaller
6
+ DevKit. It also supports Ruby 2.2.x on Windows, as well as making
7
+ several other improvements to the installation process on various
8
+ platforms.
15
9
 
10
+ This version also includes the security patches already applied in
11
+ v1.6.6.3 and v1.6.6.4 to the vendored libxml2 and libxslt source.
16
12
  See #1374 and #1376 for details.
17
13
 
18
- ==== Features
14
+ ==== 機能
19
15
 
16
+ * Cross-built gems now have a proper ruby version requirement. (#1266)
17
+ * Ruby 2.2.x is supported on Windows.
18
+ * Native build is supported on Windows.
20
19
  * [MRI] libxml2 and libxslt `config.guess` files brought up to date. (#1326) (Thanks, @hernan-erasmo!)
21
20
  * [JRuby] fix error in validating files with jruby (#1355, #1361) (Thanks, @twalpole!)
22
21
  * [MRI, OSX] Patch to handle nonstandard location of `iconv.h`. (#1206, #1210, #1218, #1345) (Thanks, @neonichu!)
23
22
 
24
- ==== Bug Fixes
23
+ ==== バグ修正
25
24
 
26
25
  * [JRuby] reset the namespace cache when replacing the document's innerHtml (#1265) (Thanks, @mkristian!)
26
+ * [JRuby] Document#parse should support IO objects that respond to #read. (#1124) (Thanks, Jake Byman!)
27
+ * [MRI] Duplicate-id errors when setting the `id` attribute on HTML documents are now silenced. (#1262)
28
+ * [JRuby] SAX parser cuts texts in peices when quare brackets exist. (#1261)
29
+ * [JRuby] Namespaced attributes aren't removed by remove_attribute. (#1299)
27
30
 
28
31
 
29
- === 1.6.7.rc3 / 2015年09月04日 and 1.6.7.rc2 / 2015年0831
32
+ === 1.6.6.4 / 2015年1119
30
33
 
31
- Note that rc1 was not released.
34
+ This version pulls in an upstream patch to the vendored libxml2 to address:
32
35
 
36
+ * unclosed comment uninitialized access issue (#1376)
33
37
 
34
- ==== 機能
38
+ This issue does not have a CVE assigned to it as this time.
35
39
 
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
40
 
41
+ === 1.6.6.3 / 2015年11月16日
40
42
 
41
- ==== バグ修正
43
+ This version pulls in several upstream patches to the vendored libxml2 and libxslt to address:
42
44
 
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)
45
+ * CVE-2015-1819
46
+ * CVE-2015-7941_1
47
+ * CVE-2015-7941_2
48
+ * CVE-2015-7942
49
+ * CVE-2015-7942-2
50
+ * CVE-2015-8035
51
+ * CVE-2015-7995
52
+
53
+ See #1374 for details.
47
54
 
48
55
 
49
56
  === 1.6.6.2 / 2015年01月23日
@@ -1,22 +1,21 @@
1
- === 1.6.7.rc4 / 2015-11-22
1
+ === 1.6.7 / 2015-11-29
2
2
 
3
- ==== Security patches
3
+ ==== Notes
4
4
 
5
- This version pulls in several upstream patches to the vendored libxml2 and libxslt to address:
6
-
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
+ This version supports native builds on Windows using the RubyInstaller
6
+ DevKit. It also supports Ruby 2.2.x on Windows, as well as making
7
+ several other improvements to the installation process on various
8
+ platforms.
15
9
 
10
+ This version also includes the security patches already applied in
11
+ v1.6.6.3 and v1.6.6.4 to the vendored libxml2 and libxslt source.
16
12
  See #1374 and #1376 for details.
17
13
 
18
14
  ==== Features
19
15
 
16
+ * Cross-built gems now have a proper ruby version requirement. (#1266)
17
+ * Ruby 2.2.x is supported on Windows.
18
+ * Native build is supported on Windows.
20
19
  * [MRI] libxml2 and libxslt `config.guess` files brought up to date. (#1326) (Thanks, @hernan-erasmo!)
21
20
  * [JRuby] fix error in validating files with jruby (#1355, #1361) (Thanks, @twalpole!)
22
21
  * [MRI, OSX] Patch to handle nonstandard location of `iconv.h`. (#1206, #1210, #1218, #1345) (Thanks, @neonichu!)
@@ -24,26 +23,34 @@ See #1374 and #1376 for details.
24
23
  ==== Bug Fixes
25
24
 
26
25
  * [JRuby] reset the namespace cache when replacing the document's innerHtml (#1265) (Thanks, @mkristian!)
26
+ * [JRuby] Document#parse should support IO objects that respond to #read. (#1124) (Thanks, Jake Byman!)
27
+ * [MRI] Duplicate-id errors when setting the `id` attribute on HTML documents are now silenced. (#1262)
28
+ * [JRuby] SAX parser cuts texts in peices when quare brackets exist. (#1261)
29
+ * [JRuby] Namespaced attributes aren't removed by remove_attribute. (#1299)
27
30
 
28
31
 
29
- === 1.6.7.rc3 / 2015-09-04 and 1.6.7.rc2 / 2015-08-31
32
+ === 1.6.6.4 / 2015-11-19
30
33
 
31
- Note that rc1 was not released.
34
+ This version pulls in an upstream patch to the vendored libxml2 to address:
32
35
 
36
+ * unclosed comment uninitialized access issue (#1376)
33
37
 
34
- ==== Features
38
+ This issue does not have a CVE assigned to it as this time.
35
39
 
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
40
 
41
+ === 1.6.6.3 / 2015-11-16
40
42
 
41
- ==== Bug fixes
43
+ This version pulls in several upstream patches to the vendored libxml2 and libxslt to address:
42
44
 
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)
45
+ * CVE-2015-1819
46
+ * CVE-2015-7941_1
47
+ * CVE-2015-7941_2
48
+ * CVE-2015-7942
49
+ * CVE-2015-7942-2
50
+ * CVE-2015-8035
51
+ * CVE-2015-7995
52
+
53
+ See #1374 for details.
47
54
 
48
55
 
49
56
  === 1.6.6.2 / 2015-01-23
Binary file
Binary file
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'
4
4
 
5
5
  class VersionInfo # :nodoc:
6
6
  def jruby?
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
5
5
  platform: x64-mingw32
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-11-30 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: mini_portile2
@@ -548,9 +548,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
548
548
  version: '2.3'
549
549
  required_rubygems_version: !ruby/object:Gem::Requirement
550
550
  requirements:
551
- - - ">"
551
+ - - ">="
552
552
  - !ruby/object:Gem::Version
553
- version: 1.3.1
553
+ version: '0'
554
554
  requirements: []
555
555
  rubyforge_project:
556
556
  rubygems_version: 2.4.8