nokogiri 1.6.6.2-x64-mingw32 → 1.6.6.3-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: 74177a8cc4ab6e20fb07f92dfe6748d68e34259f
4
- data.tar.gz: 9990d54ff15d94e047458b29dabd449fdea6f65a
3
+ metadata.gz: 0204927698736cac60143373bbc987571262d3af
4
+ data.tar.gz: 83d1d8abc3aed31490cc733738da4e14e739d92e
5
5
  SHA512:
6
- metadata.gz: de07e7399462b53b89f2c4f66e77b94a6290925ef0f70bb40d39f3f9fd2e7d4452ae5c8f29d0f22b91b6cb51817bde9c6dd75375468fdd0719b6ce85c936e309
7
- data.tar.gz: c977fb15c3934f58d973e19d8d24b9ec9003cf934286d6828a8a37452a33a50739f3b092ad4ca0ba0a74b94270222c4e67186399a85f5f7dbf5504dd89c07fb8
6
+ metadata.gz: 3fb7eb2c40681c0b9f00e49ca68c87194133c630ab370cd349fb35ec5ad91d33eba0e40e84a4e07fc966460df99325eedeed2aa9e83b554dfe9ed76840fa395b
7
+ data.tar.gz: 881fac58321f5ac25a9d5747150cf5bdc03adb1e8c33d3738121185444aa27422b6464e4c382961ad9ebfa7d863b91d1b53c51b17161075cd8f878d0ea798b3a
@@ -1,3 +1,18 @@
1
+ === 1.6.6.3 / 2015-11-16
2
+
3
+ This version pulls in several upstream patches to the vendored libxml2 and libxslt to address:
4
+
5
+ * CVE-2015-1819
6
+ * CVE-2015-7941_1
7
+ * CVE-2015-7941_2
8
+ * CVE-2015-7942
9
+ * CVE-2015-7942-2
10
+ * CVE-2015-8035
11
+ * CVE-2015-7995
12
+
13
+ See #1374 for details.
14
+
15
+
1
16
  === 1.6.6.2 / 2015年01月23日
2
17
 
3
18
  ==== Bug fixes
@@ -1,3 +1,18 @@
1
+ === 1.6.6.3 / 2015-11-16
2
+
3
+ This version pulls in several upstream patches to the vendored libxml2 and libxslt to address:
4
+
5
+ * CVE-2015-1819
6
+ * CVE-2015-7941_1
7
+ * CVE-2015-7941_2
8
+ * CVE-2015-7942
9
+ * CVE-2015-7942-2
10
+ * CVE-2015-8035
11
+ * CVE-2015-7995
12
+
13
+ See #1374 for details.
14
+
15
+
1
16
  === 1.6.6.2 / 2015-01-23
2
17
 
3
18
  ==== Bug fixes
@@ -244,6 +244,12 @@ lib/xercesImpl.jar
244
244
  lib/xsd/xmlparser/nokogiri.rb
245
245
  ports/patches/libxml2/0001-Revert-Missing-initialization-for-the-catalog-module.patch
246
246
  ports/patches/libxml2/0002-Fix-missing-entities-after-CVE-2014-3660-fix.patch
247
+ ports/patches/libxml2/0003-Stop-parsing-on-entities-boundaries-errors.patch
248
+ ports/patches/libxml2/0004-Cleanup-conditional-section-error-handling.patch
249
+ ports/patches/libxml2/0005-CVE-2015-1819-Enforce-the-reader-to-run-in-constant-.patch
250
+ ports/patches/libxml2/0006-Another-variation-of-overflow-in-Conditional-section.patch
251
+ ports/patches/libxml2/0007-Fix-an-error-in-previous-Conditional-section-patch.patch
252
+ ports/patches/libxml2/0008-CVE-2015-8035-Fix-XZ-compression-support-loop.patch
247
253
  ports/patches/libxslt/0001-Adding-doc-update-related-to-1.1.28.patch
248
254
  ports/patches/libxslt/0002-Fix-a-couple-of-places-where-f-printf-parameters-wer.patch
249
255
  ports/patches/libxslt/0003-Initialize-pseudo-random-number-generator-with-curre.patch
@@ -256,6 +262,7 @@ ports/patches/libxslt/0010-Fix-handling-of-UTF-8-strings-in-EXSLT-crypto-module.
256
262
  ports/patches/libxslt/0013-Memory-leak-in-xsltCompileIdKeyPattern-error-path.patch
257
263
  ports/patches/libxslt/0014-Fix-for-bug-436589.patch
258
264
  ports/patches/libxslt/0015-Fix-mkdir-for-mingw.patch
265
+ ports/patches/libxslt/0016-Fix-for-type-confusion-in-preprocessing-attributes.patch
259
266
  ports/patches/sort-patches-by-date
260
267
  suppressions/README.txt
261
268
  suppressions/nokogiri_ree-1.8.7.358.supp
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.6.2'
3
+ VERSION = '1.6.6.3'
4
4
 
5
5
  class VersionInfo # :nodoc:
6
6
  def jruby?
data/test_all CHANGED
@@ -14,11 +14,11 @@
14
14
  RUBIES="\
15
15
  ruby-2.2 \
16
16
  ruby-2.1 \
17
- ruby-2.0.0-p598 \
17
+ ruby-2.0.0-p647 \
18
18
  ruby-1.9.3-p551 \
19
19
  ruby-1.9.2-p330 \
20
- jruby-9.0.0.0.pre1 \
21
- jruby-1.7.18
20
+ jruby-9.0.4.0 \
21
+ jruby-1.7.19
22
22
  "
23
23
 
24
24
  TEST_LOG=test.log
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.6.2
4
+ version: 1.6.6.3
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-01-23 00:00:00.000000000 Z
15
+ date: 2015-11-16 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: mini_portile
@@ -174,14 +174,14 @@ dependencies:
174
174
  requirements:
175
175
  - - ~>
176
176
  - !ruby/object:Gem::Version
177
- version: '3.13'
177
+ version: '3.14'
178
178
  type: :development
179
179
  prerelease: false
180
180
  version_requirements: !ruby/object:Gem::Requirement
181
181
  requirements:
182
182
  - - ~>
183
183
  - !ruby/object:Gem::Version
184
- version: '3.13'
184
+ version: '3.14'
185
185
  description: |-
186
186
  Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser. Among Nokogiri's
187
187
  many features is the ability to search documents via XPath or CSS3 selectors.
@@ -532,78 +532,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
532
532
  version: '0'
533
533
  requirements: []
534
534
  rubyforge_project:
535
- rubygems_version: 2.4.2
535
+ rubygems_version: 2.4.8
536
536
  signing_key:
537
537
  specification_version: 4
538
538
  summary: Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser
539
- test_files:
540
- - test/xml/test_processing_instruction.rb
541
- - test/xml/test_c14n.rb
542
- - test/xml/test_builder.rb
543
- - test/xml/test_document_fragment.rb
544
- - test/xml/test_comment.rb
545
- - test/xml/test_unparented_node.rb
546
- - test/xml/sax/test_parser_context.rb
547
- - test/xml/sax/test_parser.rb
548
- - test/xml/sax/test_push_parser.rb
549
- - test/xml/test_node_reparenting.rb
550
- - test/xml/test_syntax_error.rb
551
- - test/xml/test_cdata.rb
552
- - test/xml/test_entity_reference.rb
553
- - test/xml/test_schema.rb
554
- - test/xml/test_xinclude.rb
555
- - test/xml/test_document.rb
556
- - test/xml/node/test_subclass.rb
557
- - test/xml/node/test_save_options.rb
558
- - test/xml/test_node_inheritance.rb
559
- - test/xml/test_text.rb
560
- - test/xml/test_xpath.rb
561
- - test/xml/test_element_decl.rb
562
- - test/xml/test_node_attributes.rb
563
- - test/xml/test_attribute_decl.rb
564
- - test/xml/test_node.rb
565
- - test/xml/test_reader_encoding.rb
566
- - test/xml/test_parse_options.rb
567
- - test/xml/test_node_set.rb
568
- - test/xml/test_dtd.rb
569
- - test/xml/test_document_encoding.rb
570
- - test/xml/test_entity_decl.rb
571
- - test/xml/test_node_encoding.rb
572
- - test/xml/test_attr.rb
573
- - test/xml/test_relax_ng.rb
574
- - test/xml/test_namespace.rb
575
- - test/xml/test_element_content.rb
576
- - test/xml/test_dtd_encoding.rb
577
- - test/test_reader.rb
578
- - test/css/test_tokenizer.rb
579
- - test/css/test_xpath_visitor.rb
580
- - test/css/test_nthiness.rb
581
- - test/css/test_parser.rb
582
- - test/html/test_builder.rb
583
- - test/html/test_document_fragment.rb
584
- - test/html/sax/test_parser_context.rb
585
- - test/html/sax/test_parser.rb
586
- - test/html/sax/test_push_parser.rb
587
- - test/html/test_element_description.rb
588
- - test/html/test_document.rb
589
- - test/html/test_named_characters.rb
590
- - test/html/test_node.rb
591
- - test/html/test_document_encoding.rb
592
- - test/html/test_node_encoding.rb
593
- - test/test_memory_leak.rb
594
- - test/test_soap4r_sax.rb
595
- - test/xslt/test_custom_functions.rb
596
- - test/xslt/test_exception_handling.rb
597
- - test/test_nokogiri.rb
598
- - test/test_xslt_transforms.rb
599
- - test/test_convert_xpath.rb
600
- - test/decorators/test_slop.rb
601
- - test/namespaces/test_namespaces_in_cloned_doc.rb
602
- - test/namespaces/test_additional_namespaces_in_builder_doc.rb
603
- - test/namespaces/test_namespaces_in_parsed_doc.rb
604
- - test/namespaces/test_namespaces_aliased_default.rb
605
- - test/namespaces/test_namespaces_preservation.rb
606
- - test/namespaces/test_namespaces_in_created_doc.rb
607
- - test/namespaces/test_namespaces_in_builder_doc.rb
608
- - test/test_encoding_handler.rb
609
- - test/test_css_cache.rb
539
+ test_files: []