[DRE-commits] [ruby-nokogiri] branch master updated (9617f2d -> 4642e7d)
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 change to branch master
in repository ruby-nokogiri.
from 9617f2d Update changelog for 1.6.7.2-3 release
adds 9c776fd Imported Upstream version 1.6.8
new 31fa98f Merge tag 'upstream/1.6.8'
new 165155b Imported Upstream version 1.6.8
new a7a32f9 Refresh patches
new 051acc9 New build-dependency: ruby-pkg-config
new cfc351b small packaging things
new 4642e7d release to unstable
The 6 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 | 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 +-
debian/changelog | 11 +
debian/control | 5 +-
debian/patches/always_use_system_libraries.patch | 85 +-
.../patches/deactivate_test_reader_blocking.patch | 20 +-
debian/patches/series | 1 -
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 +-
126 files changed, 4114 insertions(+), 7723 deletions(-)
delete mode 100644 CHANGELOG.ja.rdoc
create mode 100644 CONTRIBUTING.md
delete mode 100644 metadata.yml
create mode 100644 nokogiri.gemspec
delete mode 100644 patches/libxml2/0001-Revert-Missing-initialization-for-the-catalog-module.patch
delete mode 100644 patches/libxml2/0002-Fix-missing-entities-after-CVE-2014-3660-fix.patch
delete mode 100644 patches/libxml2/0003-Stop-parsing-on-entities-boundaries-errors.patch
delete mode 100644 patches/libxml2/0004-Cleanup-conditional-section-error-handling.patch
delete mode 100644 patches/libxml2/0005-CVE-2015-1819-Enforce-the-reader-to-run-in-constant-.patch
delete mode 100644 patches/libxml2/0006-Another-variation-of-overflow-in-Conditional-section.patch
delete mode 100644 patches/libxml2/0007-Fix-an-error-in-previous-Conditional-section-patch.patch
delete mode 100644 patches/libxml2/0008-CVE-2015-8035-Fix-XZ-compression-support-loop.patch
delete mode 100644 patches/libxml2/0009-Updated-config.guess.patch
delete mode 100644 patches/libxml2/0010-Fix-parsering-short-unclosed-comment-uninitialized-access.patch
delete mode 100644 patches/libxml2/0011-Avoid-extra-processing-of-MarkupDecl-when-EOF.patch
delete mode 100644 patches/libxml2/0012-Avoid-processing-entities-after-encoding-conversion-.patch
delete mode 100644 patches/libxml2/0013-CVE-2015-7497-Avoid-an-heap-buffer-overflow-in-xmlDi.patch
delete mode 100644 patches/libxml2/0014-CVE-2015-5312-Another-entity-expansion-issue.patch
delete mode 100644 patches/libxml2/0015-Add-xmlHaltParser-to-stop-the-parser.patch
delete mode 100644 patches/libxml2/0016-Detect-incoherency-on-GROW.patch
delete mode 100644 patches/libxml2/0017-CVE-2015-7500-Fix-memory-access-error-due-to-incorre.patch
delete mode 100644 patches/libxml2/0018-CVE-2015-8242-Buffer-overead-with-HTML-parser-in-pus.patch
delete mode 100644 patches/libxml2/0019-Do-not-print-error-context-when-there-is-none.patch
delete mode 100644 patches/libxml2/0020-xmlStopParser-reset-errNo.patch
delete mode 100644 patches/libxml2/0021-Reuse-xmlHaltParser-where-it-makes-sense.patch
delete mode 100644 patches/libxslt/0001-Adding-doc-update-related-to-1.1.28.patch
delete mode 100644 patches/libxslt/0002-Fix-a-couple-of-places-where-f-printf-parameters-wer.patch
delete mode 100644 patches/libxslt/0003-Initialize-pseudo-random-number-generator-with-curre.patch
delete mode 100644 patches/libxslt/0004-EXSLT-function-str-replace-is-broken-as-is.patch
delete mode 100644 patches/libxslt/0006-Fix-str-padding-to-work-with-UTF-8-strings.patch
delete mode 100644 patches/libxslt/0007-Separate-function-for-predicate-matching-in-patterns.patch
delete mode 100644 patches/libxslt/0008-Fix-direct-pattern-matching.patch
delete mode 100644 patches/libxslt/0009-Fix-certain-patterns-with-predicates.patch
delete mode 100644 patches/libxslt/0010-Fix-handling-of-UTF-8-strings-in-EXSLT-crypto-module.patch
delete mode 100644 patches/libxslt/0013-Memory-leak-in-xsltCompileIdKeyPattern-error-path.patch
delete mode 100644 patches/libxslt/0014-Fix-for-bug-436589.patch
delete mode 100644 patches/libxslt/0015-Fix-mkdir-for-mingw.patch
delete mode 100644 patches/libxslt/0016-Fix-for-type-confusion-in-preprocessing-attributes.patch
delete mode 100644 patches/libxslt/0017-Updated-config.guess.patch
create mode 100644 test/files/GH_1042.html
create mode 100644 test/files/namespace_pressure_test.xml
delete mode 100644 test/test_reader.rb
create mode 100644 test/xml/test_reader.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