Update ruby-nokogiri to 1.6.8.4.
=== 1.6.6.4 / 2015-11-19 This version pulls in an upstream patche to the vendored libxml2 to address: * unclosed comment uninitialized access issue (#1376) This issue does not have a CVE assigned to it as this time.
This commit is contained in:
parent
6d05247930
commit
665369c3cb
3 changed files with 9 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.27 2015/11/18 16:04:50 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.28 2015/11/23 07:28:01 taca Exp $
|
||||
|
||||
DISTNAME= nokogiri-1.6.6.3
|
||||
DISTNAME= nokogiri-1.6.6.4
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.15 2015/11/18 16:04:50 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.16 2015/11/23 07:28:01 taca Exp $
|
||||
bin/nokogiri${RUBY_SUFFIX}
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_EXTSDIR}/gem.build_complete
|
||||
|
@ -163,6 +163,7 @@ ${GEM_LIBDIR}/ports/patches/libxml2/0005-CVE-2015-1819-Enforce-the-reader-to-run
|
|||
${GEM_LIBDIR}/ports/patches/libxml2/0006-Another-variation-of-overflow-in-Conditional-section.patch
|
||||
${GEM_LIBDIR}/ports/patches/libxml2/0007-Fix-an-error-in-previous-Conditional-section-patch.patch
|
||||
${GEM_LIBDIR}/ports/patches/libxml2/0008-CVE-2015-8035-Fix-XZ-compression-support-loop.patch
|
||||
${GEM_LIBDIR}/ports/patches/libxml2/0010-Fix-parsering-short-unclosed-comment-uninitialized-access.patch
|
||||
${GEM_LIBDIR}/ports/patches/libxslt/0001-Adding-doc-update-related-to-1.1.28.patch
|
||||
${GEM_LIBDIR}/ports/patches/libxslt/0002-Fix-a-couple-of-places-where-f-printf-parameters-wer.patch
|
||||
${GEM_LIBDIR}/ports/patches/libxslt/0003-Initialize-pseudo-random-number-generator-with-curre.patch
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.17 2015/11/18 16:04:50 taca Exp $
|
||||
$NetBSD: distinfo,v 1.18 2015/11/23 07:28:01 taca Exp $
|
||||
|
||||
SHA1 (nokogiri-1.6.6.3.gem) = 79e867613526498473d83d43fb4a0494786d464a
|
||||
RMD160 (nokogiri-1.6.6.3.gem) = 37cf70f050c121835ee5a6505f32af97c264fede
|
||||
SHA512 (nokogiri-1.6.6.3.gem) = b6b268f2819040a76643a59dae0df7fd0fff773c12093f9a6c9c0115855e9ffa0d2c4c4960c8548e314b7a500557b07e1dfc307d907f7342c4038fe80a46f6c1
|
||||
Size (nokogiri-1.6.6.3.gem) = 9253888 bytes
|
||||
SHA1 (nokogiri-1.6.6.4.gem) = 5c40b25ed1f7f469584a6a3ce992f1e6273e4b54
|
||||
RMD160 (nokogiri-1.6.6.4.gem) = ae54c57d4075cbdd9de5f6d6cdbc85b2010d1999
|
||||
SHA512 (nokogiri-1.6.6.4.gem) = 7c8ffb751a48b0843410fd0fc1cc3899133c51353ad20e7e0c47b06bb89381b04a4f739004f7dbe211cb34eef61ef35bf588a117bcedf571985bd48045f88a9b
|
||||
Size (nokogiri-1.6.6.4.gem) = 9254912 bytes
|
||||
|
|
Loading…
Reference in a new issue