[DRE-commits] [ruby-nokogiri] 01/06: Merge tag 'upstream/1.6.8'

Antonio Terceiro terceiro at moszumanska.debian.org
Thu Jun 30 12:36:17 UTC 2016


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

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

commit 31fa98faede19b35dbdd2be00f05cb524630597d
Merge: 9617f2d 9c776fd
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Thu Jun 30 08:14:42 2016 -0300

    Merge tag 'upstream/1.6.8'
    
    Upstream version 1.6.8
    
    # gpg: Signature made Qui 30 Jun 2016 08:14:39 BRT using RSA key ID CD460BDE
    # gpg: Good signature from "Antonio Terceiro <terceiro at softwarelivre.org>"
    # gpg:                 aka "Antonio Terceiro <terceiro at dcc.ufba.br>"
    # gpg:                 aka "Antonio Terceiro <terceiro at colivre.coop.br>"
    # gpg:                 aka "Antonio Terceiro <terceiro at debian.org>"
    # gpg:                 aka "Antonio Terceiro <antonio.terceiro at linaro.org>"
    # gpg:                 aka "Antonio Terceiro <antonio.terceiro at linaro.org>"

 .cross_rubies                                      |    2 +
 .travis.yml                                        |   28 +-
 CHANGELOG.ja.rdoc                                  | 1057 ------------
 CHANGELOG.rdoc                                     |   78 +-
 CONTRIBUTING.md                                    |   42 +
 Gemfile                                            |   19 +-
 LICENSE.txt                                        |    2 +-
 Manifest.txt                                       |    9 +-
 README.md                                          |   50 +-
 ROADMAP.md                                         |   12 +-
 Rakefile                                           |   53 +-
 bin/nokogiri                                       |    4 +-
 dependencies.yml                                   |   33 +-
 ext/nokogiri/extconf.rb                            |  242 ++-
 ext/nokogiri/html_document.c                       |   12 +-
 ext/nokogiri/html_element_description.c            |    2 +-
 ext/nokogiri/html_entity_lookup.c                  |    2 +-
 ext/nokogiri/html_sax_parser_context.c             |    8 +-
 ext/nokogiri/html_sax_push_parser.c                |    4 +-
 ext/nokogiri/nokogiri.c                            |    7 -
 ext/nokogiri/nokogiri.h                            |   35 +-
 ext/nokogiri/xml_attr.c                            |    4 +-
 ext/nokogiri/xml_comment.c                         |    2 +-
 ext/nokogiri/xml_document.c                        |   42 +-
 ext/nokogiri/xml_encoding_handler.c                |    6 +-
 ext/nokogiri/xml_entity_reference.c                |    2 +-
 ext/nokogiri/xml_namespace.c                       |   73 +-
 ext/nokogiri/xml_node.c                            |  140 +-
 ext/nokogiri/xml_node_set.c                        |  310 ++--
 ext/nokogiri/xml_node_set.h                        |    7 +-
 ext/nokogiri/xml_processing_instruction.c          |    4 +-
 ext/nokogiri/xml_reader.c                          |   23 +-
 ext/nokogiri/xml_sax_parser.c                      |   21 +-
 ext/nokogiri/xml_sax_parser_context.c              |    2 +-
 ext/nokogiri/xml_sax_push_parser.c                 |    2 +-
 ext/nokogiri/xml_schema.c                          |    2 +-
 ext/nokogiri/xml_syntax_error.c                    |    4 -
 ext/nokogiri/xml_syntax_error.h                    |    1 -
 ext/nokogiri/xml_text.c                            |    2 +-
 ext/nokogiri/xml_xpath_context.c                   |   39 +-
 ext/nokogiri/xslt_stylesheet.c                     |   12 +-
 lib/nokogiri.rb                                    |   21 +-
 lib/nokogiri/css/parser.rb                         |   10 +-
 lib/nokogiri/css/parser.y                          |    9 +-
 lib/nokogiri/html/document.rb                      |    6 +-
 lib/nokogiri/version.rb                            |    2 +-
 lib/nokogiri/xml/document.rb                       |    8 +-
 lib/nokogiri/xml/dtd.rb                            |    8 +-
 lib/nokogiri/xml/node.rb                           |   16 +-
 lib/nokogiri/xml/node_set.rb                       |    6 +-
 lib/nokogiri/xml/parse_options.rb                  |   22 +
 metadata.yml                                       |  591 -------
 nokogiri.gemspec                                   |   77 +
 ...ing-initialization-for-the-catalog-module.patch |   29 -
 ...-missing-entities-after-CVE-2014-3660-fix.patch |   31 -
 ...top-parsing-on-entities-boundaries-errors.patch |   32 -
 ...leanup-conditional-section-error-handling.patch |   49 -
 ...19-Enforce-the-reader-to-run-in-constant-.patch |  177 --
 ...iation-of-overflow-in-Conditional-section.patch |   32 -
 ...ror-in-previous-Conditional-section-patch.patch |   28 -
 ...2015-8035-Fix-XZ-compression-support-loop.patch |   31 -
 patches/libxml2/0009-Updated-config.guess.patch    |  397 -----
 ...ort-unclosed-comment-uninitialized-access.patch |   64 -
 ...d-extra-processing-of-MarkupDecl-when-EOF.patch |   35 -
 ...ssing-entities-after-encoding-conversion-.patch |   83 -
 ...97-Avoid-an-heap-buffer-overflow-in-xmlDi.patch |   33 -
 ...-2015-5312-Another-entity-expansion-issue.patch |   32 -
 ...0015-Add-xmlHaltParser-to-stop-the-parser.patch |   81 -
 .../libxml2/0016-Detect-incoherency-on-GROW.patch  |   36 -
 ...00-Fix-memory-access-error-due-to-incorre.patch |  105 --
 ...42-Buffer-overead-with-HTML-parser-in-pus.patch |   43 -
 ...ot-print-error-context-when-there-is-none.patch |   28 -
 .../libxml2/0020-xmlStopParser-reset-errNo.patch   |   41 -
 ...-Reuse-xmlHaltParser-where-it-makes-sense.patch |  175 --
 .../0001-Adding-doc-update-related-to-1.1.28.patch |  222 ---
 ...e-of-places-where-f-printf-parameters-wer.patch |   53 -
 ...pseudo-random-number-generator-with-curre.patch |   60 -
 ...XSLT-function-str-replace-is-broken-as-is.patch |   42 -
 ...ix-str-padding-to-work-with-UTF-8-strings.patch |  164 --
 ...nction-for-predicate-matching-in-patterns.patch |  587 -------
 .../libxslt/0008-Fix-direct-pattern-matching.patch |   80 -
 ...0009-Fix-certain-patterns-with-predicates.patch |  185 ---
 ...g-of-UTF-8-strings-in-EXSLT-crypto-module.patch |  126 --
 ...eak-in-xsltCompileIdKeyPattern-error-path.patch |   25 -
 patches/libxslt/0014-Fix-for-bug-436589.patch      |   43 -
 patches/libxslt/0015-Fix-mkdir-for-mingw.patch     |   41 -
 ...ype-confusion-in-preprocessing-attributes.patch |   29 -
 patches/libxslt/0017-Updated-config.guess.patch    | 1226 --------------
 tasks/test.rb                                      |    5 +
 test/css/test_parser.rb                            |    8 +-
 test/files/GH_1042.html                            |   18 +
 test/files/namespace_pressure_test.xml             | 1684 ++++++++++++++++++++
 test/files/tlm.html                                |    3 +-
 test/helper.rb                                     |    4 +
 test/html/sax/test_parser.rb                       |    4 +-
 test/html/test_document.rb                         |   58 +-
 test/html/test_document_encoding.rb                |  113 +-
 test/html/test_document_fragment.rb                |   50 +-
 test/html/test_node.rb                             |   16 +
 test/html/test_node_encoding.rb                    |   84 +-
 test/namespaces/test_namespaces_in_parsed_doc.rb   |   14 +
 test/test_css_cache.rb                             |    2 +-
 test/test_encoding_handler.rb                      |    2 +
 test/test_reader.rb                                |  558 -------
 test/test_xslt_transforms.rb                       |   41 +-
 test/xml/sax/test_parser.rb                        |  107 +-
 test/xml/test_document.rb                          |    9 +-
 test/xml/test_document_encoding.rb                 |   35 +-
 test/xml/test_document_fragment.rb                 |   12 +
 test/xml/test_dtd_encoding.rb                      |    2 -
 test/xml/test_namespace.rb                         |    4 +-
 test/xml/test_node.rb                              |   19 +-
 test/xml/test_node_attributes.rb                   |    6 +
 test/xml/test_node_encoding.rb                     |  136 +-
 test/xml/test_node_reparenting.rb                  |  211 ++-
 test/xml/test_node_set.rb                          |    2 +-
 test/xml/test_reader.rb                            |  589 +++++++
 test/xml/test_reader_encoding.rb                   |  202 ++-
 test/xml/test_unparented_node.rb                   |   15 +-
 test/xslt/test_exception_handling.rb               |    2 +-
 test_all                                           |   80 +-
 121 files changed, 4052 insertions(+), 7663 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