nokogiri 1.6.4-x86-mingw32 → 1.6.4.1-x86-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 +4 -4
- data/CHANGELOG.ja.rdoc +41 -33
- data/CHANGELOG.rdoc +8 -0
- data/ext/nokogiri/extconf.rb +1 -1
- data/lib/nokogiri/1.9/nokogiri.so +0 -0
- data/lib/nokogiri/2.0/nokogiri.so +0 -0
- data/lib/nokogiri/2.1/nokogiri.so +0 -0
- data/lib/nokogiri/css/parser.rb +7 -6
- data/lib/nokogiri/css/parser.y +7 -6
- data/lib/nokogiri/version.rb +1 -1
- data/test/css/test_nthiness.rb +4 -0
- metadata +49 -49
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6d5d1e22a5efc2a8617e252b1b4b19db8bc3a7a9
|
4
|
+
data.tar.gz: d716604367fb568c72c92574f99cef970465e9e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0910007cb157f440b9cff67d058179b0aca2374e6e4d0977507d1e53b16a4f10fb16c19c2440fabcdcf1d32f5ef2216784ffe5dc3964b2847a8085d543f352f1
|
7
|
+
data.tar.gz: d0f77635edd01787b038581c2ae7550b42640fd668f5e85e795e4b07c9823b8c3d54a218bf598d63c6fed32d753e13d76e9e3afd281c16c6be3d0c5a689714cf
|
data/CHANGELOG.ja.rdoc
CHANGED
@@ -1,66 +1,74 @@
|
|
1
|
-
=== 1.6.4 / 2014
|
1
|
+
=== 1.6.4.1 / 2014年11月5日
|
2
|
+
|
3
|
+
==== Bug fixes
|
4
|
+
|
5
|
+
* (MRI) 渡したCFLAGSが反映されないバグを修正 (#1188)
|
6
|
+
* CSSセレクタの :nth(n) が動かなかったのを修正 (#1187)
|
7
|
+
|
8
|
+
|
9
|
+
=== 1.6.4 / 2014年11月4日
|
2
10
|
|
3
11
|
==== 機能
|
4
12
|
|
5
|
-
* (MRI)
|
6
|
-
* (MRI) `nokogiri --version`
|
7
|
-
* (MRI)
|
8
|
-
* (MRI)
|
9
|
-
* (MRI)
|
13
|
+
* (MRI) 同梱の libxml2 を 2.9.2 に更新
|
14
|
+
* (MRI) `nokogiri --version` の出力にパッチ一覧を追加
|
15
|
+
* (MRI) ビルド中に端末に直接注意書きを出力していたのを廃止
|
16
|
+
* (MRI) OS Xで /usr/include/iconv.h が存在しないのを検出し、警告するように (#1111)
|
17
|
+
* (MRI) iconvの検出を libxml2 と同一の手順で行うようにした
|
10
18
|
|
11
19
|
==== バグ修正
|
12
20
|
|
13
|
-
* (MRI)
|
14
|
-
*
|
21
|
+
* (MRI) DocumentFragment#element_children を修正 (#1138)
|
22
|
+
* CSSの属性セレクタが先行トークンを伴わない場合 "foo [bar]" → "foo[bar]" のように解釈されていたバグを修正 (#1174)
|
15
23
|
|
16
24
|
|
17
25
|
=== 1.6.3.1 / 2014年7月21日
|
18
26
|
|
19
27
|
==== バグ修正
|
20
28
|
|
21
|
-
*
|
29
|
+
* MacでGCCを使うとエラーになる問題に対処 #1130 (@zenspiderに感謝!)
|
22
30
|
|
23
31
|
|
24
32
|
=== 1.6.3 / 2014年7月20日
|
25
33
|
|
26
34
|
==== 機能
|
27
35
|
|
28
|
-
*
|
36
|
+
* Node#document? と Node#processing_instruction? を追加
|
29
37
|
|
30
38
|
|
31
39
|
==== バグ修正
|
32
40
|
|
33
|
-
* [JRuby]
|
34
|
-
* [MRI]
|
35
|
-
*
|
36
|
-
* Node#parse
|
37
|
-
*
|
41
|
+
* [JRuby] メモリを使い果たす脆弱性の修正 #1087 (@ocherに感謝)
|
42
|
+
* [MRI] `libxml-ruby` と `nokogiri` とをマルチスレッド環境で同時に使うとGC中にsegfaultする問題を修正 #895 (@ender672に感謝!)
|
43
|
+
* OS X 10.9 同梱の ruby 2.0.0 でビルド可能に #1101 (@zenspiderに感謝!)
|
44
|
+
* 1.6.2以降 Node#parse がHTML文書ノードに対して動かなかった問題を修正
|
45
|
+
* XML処理命令(PI)を Node#add_next_sibling で挿入可能に
|
38
46
|
|
39
47
|
|
40
48
|
=== 1.6.2.1 / 2014年5月13日
|
41
49
|
|
42
50
|
==== バグ修正
|
43
51
|
|
44
|
-
*
|
45
|
-
*
|
46
|
-
*
|
52
|
+
* ユニバーサルバイナリ版 ruby における libxml2 の静的リンクを修正 #1104
|
53
|
+
* `mini_portile` の Git への依存をパッチによって除去 #1102
|
54
|
+
* 一部プラットフォームにおけるライブラリロードにまつわるsegfaultを修正 #1097
|
47
55
|
|
48
56
|
|
49
57
|
=== 1.6.2 / 2014年5月12日
|
50
58
|
|
51
|
-
====
|
59
|
+
==== セキュリティ
|
52
60
|
|
53
|
-
|
61
|
+
同梱の libxml2 (2.8.0) と libxslt に各レポジトリからセキュリティ修正が移植された. 以下の脆弱性対応を含む.
|
54
62
|
|
55
63
|
* https://git.gnome.org/browse/libxml2/commit/?id=4629ee02ac649c27f9c0cf98ba017c6b5526070f
|
56
64
|
* CVE-2013-2877 https://git.gnome.org/browse/libxml2/commit/?id=e50ba8164eee06461c73cd8abb9b46aa0be81869
|
57
65
|
* CVE-2014-0191 https://git.gnome.org/browse/libxml2/commit/?id=9cd1c3cfbd32655d60572c0a413e017260c854df
|
58
66
|
|
59
|
-
|
67
|
+
1.6.x のユーザは早急にアップグレードされたい.
|
60
68
|
|
61
|
-
====
|
69
|
+
==== 互換性
|
62
70
|
|
63
|
-
|
71
|
+
libxml2 2.6.21 以上が必要に. (従前は 2.6.17 以上)
|
64
72
|
|
65
73
|
==== 機能
|
66
74
|
|
@@ -87,12 +95,12 @@ Now requires libxml >= 2.6.21 (was previously >= 2.6.17).
|
|
87
95
|
* 同梱のライブラリを使う場合にはextconf.rbでpkg_configを呼ばなくなった #931 (Shota Fukumoriに感謝!)
|
88
96
|
* Nokogiri.parse()がRSS文書などをHTML文書として誤認する問題を修正 #932 (Yamagishi Kazutoshiに感謝!)
|
89
97
|
* (MRI) ノードに対して子ノードを追加する際、ノードタイプをチェックするようにした。従来はテキストノードに別のテキストノードを追加する操作によりSEGVが発生していた。 #1092
|
90
|
-
* (JRuby) XSD
|
91
|
-
* (JRuby) Document already has a root node
|
92
|
-
* (JRuby) c14n
|
93
|
-
*
|
94
|
-
* (JRuby)
|
95
|
-
* (JRuby) XML SAX
|
98
|
+
* (JRuby) XSDのバリデーションがJava版でクラッシュする問題 #373
|
99
|
+
* (JRuby) Builder使用時の「Document already has a root node」エラー #646
|
100
|
+
* (JRuby) c14nテストがすべて通るように #226
|
101
|
+
* 厳格(strict)モードで空の文書をパースするとSyntaxErrorが起きる問題 #1005
|
102
|
+
* (JRuby) XPathコンテクストをキャッシュするようにして高速化 #741
|
103
|
+
* (JRuby) XML SAXプッシュパーサーのメモリリーク #998
|
96
104
|
* (JRUby) JRubyによるディフォルトネームスペースエイリアスの振る舞いがCRubyと同じではない。#940
|
97
105
|
* (JRuby) JRubyによるネームスペースのパースと追加の振る舞いが一致していない。 #943
|
98
106
|
* (JRuby) Builderで作ったドキュメントとクローンしたドキュメントではXpathの結果が違う。#1034
|
@@ -105,8 +113,8 @@ Now requires libxml >= 2.6.21 (was previously >= 2.6.17).
|
|
105
113
|
|
106
114
|
* Bugfixes
|
107
115
|
|
108
|
-
* (JRuby)
|
109
|
-
* (JRuby)
|
116
|
+
* (JRuby) 不正なドキュメントをパースするときにメモリ不足に陥るバグを修正
|
117
|
+
* (JRuby) Billion-laughs攻撃対策のリグレッションを修正 #586
|
110
118
|
|
111
119
|
|
112
120
|
=== 1.6.0 / 2013年6月8日
|
@@ -145,8 +153,8 @@ Now requires libxml >= 2.6.21 (was previously >= 2.6.17).
|
|
145
153
|
|
146
154
|
* Bugfixes
|
147
155
|
|
148
|
-
* (JRuby)
|
149
|
-
* (JRuby)
|
156
|
+
* (JRuby) 不正なドキュメントをパースするときにメモリ不足に陥るバグを修正
|
157
|
+
* (JRuby) Billion-laughs攻撃対策のリグレッションを修正 #586
|
150
158
|
|
151
159
|
|
152
160
|
=== 1.5.10 / 2013年6月7日
|
data/CHANGELOG.rdoc
CHANGED
data/ext/nokogiri/extconf.rb
CHANGED
@@ -74,7 +74,7 @@ end
|
|
74
74
|
def add_cflags(flags)
|
75
75
|
print "checking if the C compiler accepts #{flags}... "
|
76
76
|
with_cflags("#{$CFLAGS} #{flags}") do
|
77
|
-
if try_compile("int main() {return 0;}", werror: true)
|
77
|
+
if try_compile("int main() {return 0;}", '', werror: true)
|
78
78
|
puts 'yes'
|
79
79
|
true
|
80
80
|
else
|
Binary file
|
Binary file
|
Binary file
|
data/lib/nokogiri/css/parser.rb
CHANGED
@@ -530,12 +530,13 @@ end
|
|
530
530
|
# reduce 39 omitted
|
531
531
|
|
532
532
|
def _reduce_40(val, _values, result)
|
533
|
-
|
534
|
-
|
535
|
-
result = Node.new(:NTH,
|
536
|
-
|
537
|
-
|
538
|
-
|
533
|
+
case val[0]
|
534
|
+
when 'even'
|
535
|
+
result = Node.new(:NTH, ['2','n','+','0'])
|
536
|
+
when 'odd'
|
537
|
+
result = Node.new(:NTH, ['2','n','+','1'])
|
538
|
+
when 'n'
|
539
|
+
result = Node.new(:NTH, ['1','n','+','0'])
|
539
540
|
else
|
540
541
|
# This is not CSS standard. It allows us to support this:
|
541
542
|
# assert_xpath("//a[foo(., @href)]", @parser.parse('a:foo(@href)'))
|
data/lib/nokogiri/css/parser.y
CHANGED
@@ -131,12 +131,13 @@ rule
|
|
131
131
|
| STRING
|
132
132
|
| IDENT # even, odd
|
133
133
|
{
|
134
|
-
|
135
|
-
|
136
|
-
result = Node.new(:NTH,
|
137
|
-
|
138
|
-
|
139
|
-
|
134
|
+
case val[0]
|
135
|
+
when 'even'
|
136
|
+
result = Node.new(:NTH, ['2','n','+','0'])
|
137
|
+
when 'odd'
|
138
|
+
result = Node.new(:NTH, ['2','n','+','1'])
|
139
|
+
when 'n'
|
140
|
+
result = Node.new(:NTH, ['1','n','+','0'])
|
140
141
|
else
|
141
142
|
# This is not CSS standard. It allows us to support this:
|
142
143
|
# assert_xpath("//a[foo(., @href)]", @parser.parse('a:foo(@href)'))
|
data/lib/nokogiri/version.rb
CHANGED
data/test/css/test_nthiness.rb
CHANGED
@@ -78,6 +78,10 @@ EOF
|
|
78
78
|
assert_result_rows [1,3,5,7,9,11,13], @parser.search("table/tr:nth(odd)")
|
79
79
|
end
|
80
80
|
|
81
|
+
def test_n
|
82
|
+
assert_result_rows (1..14).to_a, @parser.search("table/tr:nth(n)")
|
83
|
+
end
|
84
|
+
|
81
85
|
def test_2n
|
82
86
|
assert_equal @parser.search("table/tr:nth(even)").inner_text, @parser.search("table/tr:nth(2n)").inner_text
|
83
87
|
end
|
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.4
|
4
|
+
version: 1.6.4.1
|
5
5
|
platform: x86-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: 2014-11-
|
15
|
+
date: 2014-11-07 00:00:00.000000000 Z
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|
18
18
|
name: mini_portile
|
@@ -536,72 +536,72 @@ signing_key:
|
|
536
536
|
specification_version: 4
|
537
537
|
summary: Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser
|
538
538
|
test_files:
|
539
|
-
- test/
|
540
|
-
- test/
|
541
|
-
- test/test_convert_xpath.rb
|
542
|
-
- test/xml/test_element_content.rb
|
539
|
+
- test/xml/test_processing_instruction.rb
|
540
|
+
- test/xml/test_c14n.rb
|
543
541
|
- test/xml/test_builder.rb
|
544
|
-
- test/xml/test_element_decl.rb
|
545
|
-
- test/xml/test_parse_options.rb
|
546
|
-
- test/xml/test_dtd_encoding.rb
|
547
|
-
- test/xml/test_attribute_decl.rb
|
548
|
-
- test/xml/test_cdata.rb
|
549
542
|
- test/xml/test_document_fragment.rb
|
550
|
-
- test/xml/
|
543
|
+
- test/xml/test_comment.rb
|
544
|
+
- test/xml/test_unparented_node.rb
|
545
|
+
- test/xml/sax/test_parser_context.rb
|
546
|
+
- test/xml/sax/test_parser.rb
|
547
|
+
- test/xml/sax/test_push_parser.rb
|
551
548
|
- test/xml/test_node_reparenting.rb
|
552
|
-
- test/xml/
|
553
|
-
- test/xml/
|
549
|
+
- test/xml/test_syntax_error.rb
|
550
|
+
- test/xml/test_cdata.rb
|
551
|
+
- test/xml/test_entity_reference.rb
|
554
552
|
- test/xml/test_schema.rb
|
555
|
-
- test/xml/
|
553
|
+
- test/xml/test_xinclude.rb
|
554
|
+
- test/xml/test_document.rb
|
556
555
|
- test/xml/node/test_subclass.rb
|
557
|
-
- test/xml/
|
558
|
-
- test/xml/
|
559
|
-
- test/xml/
|
560
|
-
- test/xml/test_relax_ng.rb
|
556
|
+
- test/xml/node/test_save_options.rb
|
557
|
+
- test/xml/test_node_inheritance.rb
|
558
|
+
- test/xml/test_text.rb
|
561
559
|
- test/xml/test_xpath.rb
|
562
|
-
- test/xml/
|
563
|
-
- test/xml/test_node_encoding.rb
|
560
|
+
- test/xml/test_element_decl.rb
|
564
561
|
- test/xml/test_node_attributes.rb
|
565
|
-
- test/xml/
|
566
|
-
- test/xml/test_document.rb
|
567
|
-
- test/xml/test_entity_reference.rb
|
562
|
+
- test/xml/test_attribute_decl.rb
|
568
563
|
- test/xml/test_node.rb
|
564
|
+
- test/xml/test_reader_encoding.rb
|
565
|
+
- test/xml/test_parse_options.rb
|
566
|
+
- test/xml/test_node_set.rb
|
567
|
+
- test/xml/test_dtd.rb
|
569
568
|
- test/xml/test_document_encoding.rb
|
570
|
-
- test/xml/test_unparented_node.rb
|
571
|
-
- test/xml/test_syntax_error.rb
|
572
569
|
- test/xml/test_entity_decl.rb
|
573
|
-
- test/xml/
|
574
|
-
- test/xml/
|
575
|
-
- test/xml/
|
576
|
-
- test/xml/
|
577
|
-
- test/xml/
|
578
|
-
- test/xml/
|
579
|
-
- test/
|
580
|
-
- test/
|
581
|
-
- test/
|
582
|
-
- test/
|
570
|
+
- test/xml/test_node_encoding.rb
|
571
|
+
- test/xml/test_attr.rb
|
572
|
+
- test/xml/test_relax_ng.rb
|
573
|
+
- test/xml/test_namespace.rb
|
574
|
+
- test/xml/test_element_content.rb
|
575
|
+
- test/xml/test_dtd_encoding.rb
|
576
|
+
- test/test_reader.rb
|
577
|
+
- test/css/test_tokenizer.rb
|
578
|
+
- test/css/test_xpath_visitor.rb
|
579
|
+
- test/css/test_nthiness.rb
|
580
|
+
- test/css/test_parser.rb
|
583
581
|
- test/html/test_builder.rb
|
584
582
|
- test/html/test_document_fragment.rb
|
585
|
-
- test/html/
|
583
|
+
- test/html/sax/test_parser_context.rb
|
584
|
+
- test/html/sax/test_parser.rb
|
586
585
|
- test/html/test_element_description.rb
|
587
|
-
- test/html/test_node_encoding.rb
|
588
586
|
- test/html/test_document.rb
|
587
|
+
- test/html/test_named_characters.rb
|
589
588
|
- test/html/test_node.rb
|
590
589
|
- test/html/test_document_encoding.rb
|
591
|
-
- test/html/
|
592
|
-
- test/
|
590
|
+
- test/html/test_node_encoding.rb
|
591
|
+
- test/test_memory_leak.rb
|
592
|
+
- test/test_soap4r_sax.rb
|
593
|
+
- test/xslt/test_custom_functions.rb
|
594
|
+
- test/xslt/test_exception_handling.rb
|
595
|
+
- test/test_nokogiri.rb
|
593
596
|
- test/test_xslt_transforms.rb
|
594
|
-
- test/
|
595
|
-
- test/
|
596
|
-
- test/
|
597
|
-
- test/
|
598
|
-
- test/test_encoding_handler.rb
|
597
|
+
- test/test_convert_xpath.rb
|
598
|
+
- test/decorators/test_slop.rb
|
599
|
+
- test/namespaces/test_namespaces_in_cloned_doc.rb
|
600
|
+
- test/namespaces/test_additional_namespaces_in_builder_doc.rb
|
599
601
|
- test/namespaces/test_namespaces_in_parsed_doc.rb
|
600
602
|
- test/namespaces/test_namespaces_aliased_default.rb
|
601
|
-
- test/namespaces/test_namespaces_in_cloned_doc.rb
|
602
603
|
- test/namespaces/test_namespaces_preservation.rb
|
603
604
|
- test/namespaces/test_namespaces_in_created_doc.rb
|
604
|
-
- test/namespaces/test_additional_namespaces_in_builder_doc.rb
|
605
605
|
- test/namespaces/test_namespaces_in_builder_doc.rb
|
606
|
-
- test/
|
607
|
-
- test/
|
606
|
+
- test/test_encoding_handler.rb
|
607
|
+
- test/test_css_cache.rb
|