[DRE-commits] [ruby-nokogiri] branch master updated (7f450b9 -> 6389d2d)

Antonio Terceiro terceiro at moszumanska.debian.org
Mon Dec 14 13:03:00 UTC 2015


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

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

      from  7f450b9   debian/copyright: explicitly list files that are excluded from the tarball
      adds  19492fc   Imported Upstream version 1.6.7
       new  835781b   Merge tag 'upstream/1.6.7'
       new  86fad98   New upstream release
       new  c8e94de   Refresh patches
       new  68ed0cf   debian/ruby-nokogiri.docs: updated
       new  6389d2d   release to unstable

The 5 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                                      |   12 +-
 .travis.yml                                        |   63 +-
 CHANGELOG.ja.rdoc                                  |   49 +-
 CHANGELOG.rdoc                                     |   41 +
 Gemfile                                            |    5 +-
 LICENSE.txt                                        |   31 +
 Manifest.txt                                       |   28 +-
 README.ja.rdoc                                     |  112 --
 README.md                                          |  170 +++
 README.rdoc                                        |  177 ---
 Rakefile                                           |   47 +-
 appveyor.yml                                       |   22 +
 build_all                                          |   96 +-
 debian/changelog                                   |   10 +
 debian/patches/always_use_system_libraries.patch   |   27 +-
 debian/patches/skip-some-tests.patch               |    4 +-
 debian/ruby-nokogiri.docs                          |    3 +-
 ext/nokogiri/extconf.rb                            |   71 +-
 ext/nokogiri/xml_node.c                            |   32 +-
 ext/nokogiri/xml_sax_parser_context.c              |    4 +-
 lib/nokogiri/version.rb                            |    2 +-
 lib/nokogiri/xml/node.rb                           |   16 +
 metadata.yml                                       |  155 +--
 ...ing-initialization-for-the-catalog-module.patch |    0
 ...-missing-entities-after-CVE-2014-3660-fix.patch |    0
 ...top-parsing-on-entities-boundaries-errors.patch |    0
 ...leanup-conditional-section-error-handling.patch |    0
 ...19-Enforce-the-reader-to-run-in-constant-.patch |    0
 ...iation-of-overflow-in-Conditional-section.patch |    0
 ...ror-in-previous-Conditional-section-patch.patch |    0
 ...2015-8035-Fix-XZ-compression-support-loop.patch |    0
 patches/libxml2/0009-Updated-config.guess.patch    |  397 +++++++
 ...ort-unclosed-comment-uninitialized-access.patch |   64 +
 .../0001-Adding-doc-update-related-to-1.1.28.patch |    0
 ...e-of-places-where-f-printf-parameters-wer.patch |    0
 ...pseudo-random-number-generator-with-curre.patch |    0
 ...XSLT-function-str-replace-is-broken-as-is.patch |    0
 ...ix-str-padding-to-work-with-UTF-8-strings.patch |    0
 ...nction-for-predicate-matching-in-patterns.patch |    0
 .../libxslt/0008-Fix-direct-pattern-matching.patch |    0
 ...0009-Fix-certain-patterns-with-predicates.patch |    0
 ...g-of-UTF-8-strings-in-EXSLT-crypto-module.patch |    0
 ...eak-in-xsltCompileIdKeyPattern-error-path.patch |    0
 .../libxslt/0014-Fix-for-bug-436589.patch          |    0
 .../libxslt/0015-Fix-mkdir-for-mingw.patch         |    0
 ...ype-confusion-in-preprocessing-attributes.patch |    0
 patches/libxslt/0017-Updated-config.guess.patch    | 1226 ++++++++++++++++++++
 {ports/patches => patches}/sort-patches-by-date    |    0
 test/html/test_document.rb                         |   29 +-
 test/xml/sax/test_parser.rb                        |   11 +
 test/xml/test_document.rb                          |   11 +
 test/xml/test_schema.rb                            |   17 +-
 test/xml/test_xpath.rb                             |   15 +
 53 files changed, 2341 insertions(+), 606 deletions(-)
 create mode 100644 LICENSE.txt
 delete mode 100644 README.ja.rdoc
 create mode 100644 README.md
 delete mode 100644 README.rdoc
 create mode 100644 appveyor.yml
 rename {ports/patches => patches}/libxml2/0001-Revert-Missing-initialization-for-the-catalog-module.patch (100%)
 rename {ports/patches => patches}/libxml2/0002-Fix-missing-entities-after-CVE-2014-3660-fix.patch (100%)
 rename {ports/patches => patches}/libxml2/0003-Stop-parsing-on-entities-boundaries-errors.patch (100%)
 rename {ports/patches => patches}/libxml2/0004-Cleanup-conditional-section-error-handling.patch (100%)
 rename {ports/patches => patches}/libxml2/0005-CVE-2015-1819-Enforce-the-reader-to-run-in-constant-.patch (100%)
 rename {ports/patches => patches}/libxml2/0006-Another-variation-of-overflow-in-Conditional-section.patch (100%)
 rename {ports/patches => patches}/libxml2/0007-Fix-an-error-in-previous-Conditional-section-patch.patch (100%)
 rename {ports/patches => patches}/libxml2/0008-CVE-2015-8035-Fix-XZ-compression-support-loop.patch (100%)
 create mode 100644 patches/libxml2/0009-Updated-config.guess.patch
 create mode 100644 patches/libxml2/0010-Fix-parsering-short-unclosed-comment-uninitialized-access.patch
 rename {ports/patches => patches}/libxslt/0001-Adding-doc-update-related-to-1.1.28.patch (100%)
 rename {ports/patches => patches}/libxslt/0002-Fix-a-couple-of-places-where-f-printf-parameters-wer.patch (100%)
 rename {ports/patches => patches}/libxslt/0003-Initialize-pseudo-random-number-generator-with-curre.patch (100%)
 rename {ports/patches => patches}/libxslt/0004-EXSLT-function-str-replace-is-broken-as-is.patch (100%)
 rename {ports/patches => patches}/libxslt/0006-Fix-str-padding-to-work-with-UTF-8-strings.patch (100%)
 rename {ports/patches => patches}/libxslt/0007-Separate-function-for-predicate-matching-in-patterns.patch (100%)
 rename {ports/patches => patches}/libxslt/0008-Fix-direct-pattern-matching.patch (100%)
 rename {ports/patches => patches}/libxslt/0009-Fix-certain-patterns-with-predicates.patch (100%)
 rename {ports/patches => patches}/libxslt/0010-Fix-handling-of-UTF-8-strings-in-EXSLT-crypto-module.patch (100%)
 rename {ports/patches => patches}/libxslt/0013-Memory-leak-in-xsltCompileIdKeyPattern-error-path.patch (100%)
 rename {ports/patches => patches}/libxslt/0014-Fix-for-bug-436589.patch (100%)
 rename {ports/patches => patches}/libxslt/0015-Fix-mkdir-for-mingw.patch (100%)
 rename {ports/patches => patches}/libxslt/0016-Fix-for-type-confusion-in-preprocessing-attributes.patch (100%)
 create mode 100644 patches/libxslt/0017-Updated-config.guess.patch
 rename {ports/patches => patches}/sort-patches-by-date (100%)

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