[DRE-commits] [ruby-nokogiri] 01/09: Merge tag 'upstream/1.6.6.2+ds'

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Mar 31 07:45:56 UTC 2015


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository ruby-nokogiri.

commit 0e0196af3247813f4e6cbd3ecddf4fb30970a557
Merge: 1c8a5dd cc316a9
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Tue Mar 31 11:56:56 2015 +0530

    Merge tag 'upstream/1.6.6.2+ds'
    
    Upstream version 1.6.6.2+ds
    
    # gpg: Signature made Tuesday 31 March 2015 11:56:50 AM IST using RSA key ID 4512C22A
    # gpg: Good signature from "Praveen Arimbrathodiyil (piratepin) <praveen at debian.org>"
    # gpg:                 aka "Pirate Praveen (pirates.org.in) <praveen at onenetbeyond.org>"
    # gpg:                 aka "Pirate Praveen (piratesin) <me at j4v4m4n.in>"

 .cross_rubies                                      |    5 +
 .travis.yml                                        |   50 +-
 CHANGELOG.ja.rdoc                                  |  122 +-
 CHANGELOG.rdoc                                     |   72 +
 Gemfile                                            |    6 +-
 Manifest.txt                                       |   19 +-
 README.ja.rdoc                                     |   21 +-
 README.rdoc                                        |   17 +-
 ROADMAP.md                                         |   18 +-
 Rakefile                                           |    6 +-
 bin/nokogiri                                       |   56 +-
 build_all                                          |    2 +-
 checksums.yaml.gz                                  |  Bin 267 -> 0 bytes
 dependencies.yml                                   |    2 +-
 ext/nokogiri/extconf.rb                            |  219 ++-
 ext/nokogiri/nokogiri.c                            |    4 +
 ext/nokogiri/xml_comment.c                         |   19 +-
 ext/nokogiri/xml_document.c                        |   14 +-
 ext/nokogiri/xml_io.c                              |   16 +-
 ext/nokogiri/xml_node.c                            |   72 +-
 ext/nokogiri/xml_syntax_error.c                    |    7 +-
 ext/nokogiri/xml_syntax_error.h                    |    1 +
 lib/nokogiri.rb                                    |    4 +-
 lib/nokogiri/css/parser.rb                         |  353 ++--
 lib/nokogiri/css/parser.y                          |   23 +-
 lib/nokogiri/css/tokenizer.rb                      |    2 +-
 lib/nokogiri/css/tokenizer.rex                     |    2 +-
 lib/nokogiri/css/xpath_visitor.rb                  |   12 +-
 lib/nokogiri/decorators/slop.rb                    |   17 +-
 lib/nokogiri/html/document_fragment.rb             |    2 -
 lib/nokogiri/html/sax/push_parser.rb               |   24 +-
 lib/nokogiri/version.rb                            |    4 +-
 lib/nokogiri/xml.rb                                |    1 +
 lib/nokogiri/xml/document.rb                       |    8 +-
 lib/nokogiri/xml/document_fragment.rb              |   41 +-
 lib/nokogiri/xml/node.rb                           |  192 +-
 lib/nokogiri/xml/node_set.rb                       |  126 +-
 lib/nokogiri/xml/searchable.rb                     |  221 +++
 metadata.yml                                       |  139 +-
 ...01-Fix-parser-local-buffers-size-problems.patch |  265 ---
 ...ing-initialization-for-the-catalog-module.patch |   29 +
 ...-Fix-entities-local-buffers-size-problems.patch |  102 -
 ...-missing-entities-after-CVE-2014-3660-fix.patch |   31 +
 .../0003-Fix-an-error-in-previous-commit.patch     |   26 -
 .../0004-Fix-potential-out-of-bound-access.patch   |   26 -
 ...ssive-entities-expansion-upon-replacement.patch |  158 --
 ...006-Do-not-fetch-external-parsed-entities.patch |   78 -
 ..._PARSER_EOF-state-handling-through-the-pa.patch |  480 -----
 .../0008-Improve-handling-of-xmlStopParser.patch   |  315 ---
 ...0009-Fix-a-couple-of-return-without-value.patch |   37 -
 ...on-significant-blanks-node-in-HTML-parser.patch | 2006 --------------------
 ...-Do-not-fetch-external-parameter-entities.patch |   39 -
 ports/patches/sort-patches-by-date                 |   25 +
 tasks/nokogiri.org.rb                              |   24 -
 test/css/test_nthiness.rb                          |    4 +
 test/css/test_parser.rb                            |   21 +-
 test/css/test_tokenizer.rb                         |   17 +
 test/decorators/test_slop.rb                       |    8 +-
 test/helper.rb                                     |   13 +
 test/html/sax/test_push_parser.rb                  |   87 +
 test/html/test_document.rb                         |   51 +-
 test/html/test_document_fragment.rb                |   30 +
 test/xml/test_attr.rb                              |    7 +-
 test/xml/test_builder.rb                           |   30 +-
 test/xml/test_c14n.rb                              |   45 +-
 test/xml/test_comment.rb                           |   11 +
 test/xml/test_document.rb                          |   44 +-
 test/xml/test_document_fragment.rb                 |   49 +-
 test/xml/test_entity_reference.rb                  |   12 +-
 test/xml/test_namespace.rb                         |    1 +
 test/xml/test_node.rb                              |   40 +-
 test/xml/test_node_attributes.rb                   |    6 +-
 test/xml/test_node_set.rb                          |   92 +-
 test/xml/test_reader_encoding.rb                   |    8 +-
 test/xml/test_syntax_error.rb                      |   18 +
 test/xml/test_xpath.rb                             |   86 +-
 test_all                                           |   14 +-
 77 files changed, 1825 insertions(+), 4429 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-nokogiri.git



More information about the Pkg-ruby-extras-commits mailing list