nokogiri 1.6.6.2-x64-mingw32 → 1.6.6.3-x64-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of nokogiri might be problematic. Click here for more details.
- checksums.yaml +4 -4
 - data/CHANGELOG.ja.rdoc +15 -0
 - data/CHANGELOG.rdoc +15 -0
 - data/Manifest.txt +7 -0
 - data/lib/nokogiri/2.0/nokogiri.so +0 -0
 - data/lib/nokogiri/2.1/nokogiri.so +0 -0
 - data/lib/nokogiri/version.rb +1 -1
 - data/test_all +3 -3
 - metadata +6 -76
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA1:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 0204927698736cac60143373bbc987571262d3af
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 83d1d8abc3aed31490cc733738da4e14e739d92e
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 3fb7eb2c40681c0b9f00e49ca68c87194133c630ab370cd349fb35ec5ad91d33eba0e40e84a4e07fc966460df99325eedeed2aa9e83b554dfe9ed76840fa395b
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 881fac58321f5ac25a9d5747150cf5bdc03adb1e8c33d3738121185444aa27422b6464e4c382961ad9ebfa7d863b91d1b53c51b17161075cd8f878d0ea798b3a
         
     | 
    
        data/CHANGELOG.ja.rdoc
    CHANGED
    
    | 
         @@ -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
         
     | 
    
        data/CHANGELOG.rdoc
    CHANGED
    
    | 
         @@ -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
         
     | 
    
        data/Manifest.txt
    CHANGED
    
    | 
         @@ -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 
     | 
    
        data/lib/nokogiri/version.rb
    CHANGED
    
    
    
        data/test_all
    CHANGED
    
    
    
        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. 
     | 
| 
      
 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- 
     | 
| 
      
 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. 
     | 
| 
      
 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. 
     | 
| 
      
 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. 
     | 
| 
      
 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: []
         
     |