[DRE-commits] [ruby-nokogiri] branch master updated (1c8a5dd -> 7177767)

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


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

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

      from  1c8a5dd   prepare changelog
      adds  cc316a9   Imported Upstream version 1.6.6.2+ds
       new  0e0196a   Merge tag 'upstream/1.6.6.2+ds'
       new  e077b6e   import new upstream release
       new  f1a2f8d   refresh patch
       new  d26755b   remove patch
       new  c20ad41   refresh patches
       new  2a60795   refresh patch
       new  7e879f7   remove patch
       new  48bc6bf   update changelog
       new  7177767   upload to experimental

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .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
 debian/changelog                                   |    9 +
 debian/control                                     |    2 +-
 debian/patches/always_use_system_libraries.patch   |   50 +-
 debian/patches/no-require-rubygems.patch           |   12 +-
 debian/patches/series                              |    1 -
 ...t_reader_entity_reference_without_dtdload.patch |   34 -
 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 +-
 83 files changed, 1870 insertions(+), 4492 deletions(-)
 create mode 100644 .cross_rubies
 delete mode 100644 checksums.yaml.gz
 delete mode 100644 debian/patches/skip_test_reader_entity_reference_without_dtdload.patch
 create mode 100644 lib/nokogiri/xml/searchable.rb
 delete mode 100644 ports/patches/libxml2/0001-Fix-parser-local-buffers-size-problems.patch
 create mode 100644 ports/patches/libxml2/0001-Revert-Missing-initialization-for-the-catalog-module.patch
 delete mode 100644 ports/patches/libxml2/0002-Fix-entities-local-buffers-size-problems.patch
 create mode 100644 ports/patches/libxml2/0002-Fix-missing-entities-after-CVE-2014-3660-fix.patch
 delete mode 100644 ports/patches/libxml2/0003-Fix-an-error-in-previous-commit.patch
 delete mode 100644 ports/patches/libxml2/0004-Fix-potential-out-of-bound-access.patch
 delete mode 100644 ports/patches/libxml2/0005-Detect-excessive-entities-expansion-upon-replacement.patch
 delete mode 100644 ports/patches/libxml2/0006-Do-not-fetch-external-parsed-entities.patch
 delete mode 100644 ports/patches/libxml2/0007-Enforce-XML_PARSER_EOF-state-handling-through-the-pa.patch
 delete mode 100644 ports/patches/libxml2/0008-Improve-handling-of-xmlStopParser.patch
 delete mode 100644 ports/patches/libxml2/0009-Fix-a-couple-of-return-without-value.patch
 delete mode 100644 ports/patches/libxml2/0010-Keep-non-significant-blanks-node-in-HTML-parser.patch
 delete mode 100644 ports/patches/libxml2/0011-Do-not-fetch-external-parameter-entities.patch
 create mode 100755 ports/patches/sort-patches-by-date
 delete mode 100644 tasks/nokogiri.org.rb
 create mode 100644 test/html/sax/test_push_parser.rb

-- 
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