ruby-nokogiri: update to 1.10.7.
Upstream changes (from CHANGELOG.md): ## 1.10.7 / 2019-12-03 ### Bug * [MRI] Ensure the patch applied in v1.10.6 works with GNU `patch`. [#1954] ## 1.10.6 / 2019-12-03 ### Bug * [MRI] Fix FreeBSD installation of vendored libxml2. [#1941, #1953] (Thanks, @nurse!) ## 1.10.5 / 2019-10-31 ### Security [MRI] Vendored libxslt upgraded to v1.1.34 which addresses three CVEs for libxslt: * CVE-2019-13117 * CVE-2019-13118 * CVE-2019-18197 More details are available at #1943. ### Dependencies * [MRI] vendored libxml2 is updated from 2.9.9 to 2.9.10 * [MRI] vendored libxslt is updated from 1.1.33 to 1.1.34
This commit is contained in:
parent
36b6f12308
commit
810b9444de
3 changed files with 11 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.47 2019/08/11 23:14:47 tsutsui Exp $
|
||||
# $NetBSD: Makefile,v 1.48 2019/12/11 14:52:21 tsutsui Exp $
|
||||
|
||||
DISTNAME= nokogiri-1.10.4
|
||||
DISTNAME= nokogiri-1.10.7
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= tsutsui@NetBSD.org
|
||||
|
@ -14,8 +14,8 @@ USE_GCC_RUNTIME= yes
|
|||
USE_TOOLS+= pkg-config
|
||||
MAKE_ENV+= NOKOGIRI_USE_SYSTEM_LIBRARIES=yes
|
||||
RUBYGEM_OPTIONS+= --format-executable
|
||||
OVERRIDE_GEMSPEC+= :files ports/archives/libxml2-2.9.9.tar.gz= \
|
||||
ports/archives/libxslt-1.1.33.tar.gz=
|
||||
OVERRIDE_GEMSPEC+= :files ports/archives/libxml2-2.9.10.tar.gz= \
|
||||
ports/archives/libxslt-1.1.34.tar.gz=
|
||||
|
||||
.include "../../devel/ruby-pkg-config/tool.mk"
|
||||
.include "../../textproc/libxml2/buildlink3.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.29 2019/06/22 04:11:59 tsutsui Exp $
|
||||
@comment $NetBSD: PLIST,v 1.30 2019/12/11 14:52:21 tsutsui Exp $
|
||||
bin/nokogiri${RUBY_SUFFIX}
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_EXTSDIR}/gem.build_complete
|
||||
|
@ -145,5 +145,5 @@ ${GEM_LIBDIR}/lib/xsd/xmlparser/nokogiri.rb
|
|||
${GEM_LIBDIR}/patches/libxml2/0001-Revert-Do-not-URI-escape-in-server-side-includes.patch
|
||||
${GEM_LIBDIR}/patches/libxml2/0002-Remove-script-macro-support.patch
|
||||
${GEM_LIBDIR}/patches/libxml2/0003-Update-entities-to-remove-handling-of-ssi.patch
|
||||
${GEM_LIBDIR}/patches/libxslt/0001-Fix-security-framework-bypass.patch
|
||||
${GEM_LIBDIR}/patches/libxml2/0004-libxml2.la-is-in-top_builddir.patch
|
||||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.34 2019/08/11 23:14:47 tsutsui Exp $
|
||||
$NetBSD: distinfo,v 1.35 2019/12/11 14:52:21 tsutsui Exp $
|
||||
|
||||
SHA1 (nokogiri-1.10.4.gem) = 528336a1ebac4758a01c643c0ad0031a33febe2c
|
||||
RMD160 (nokogiri-1.10.4.gem) = bbe35df76428c10446ebc16f7d1e2bd65ff6c0b8
|
||||
SHA512 (nokogiri-1.10.4.gem) = 4d852546d430d7de3da79d0b4006f71e9a909779a824530ced5df79a76dfd79ddc0415caa9f9bde582399abb816ea279de0fea6cdd40eafa0652347fb86aa220
|
||||
Size (nokogiri-1.10.4.gem) = 8983040 bytes
|
||||
SHA1 (nokogiri-1.10.7.gem) = 01ede590578e40e08b5f38499f5739ede9d7efe2
|
||||
RMD160 (nokogiri-1.10.7.gem) = b069930a4a1f4edff74136090bcc918036dd8494
|
||||
SHA512 (nokogiri-1.10.7.gem) = 2290626ebb70e47b467d04844722db8137937387dff029e2c214f49c6ee0fbf160d8534023823591f279d768c57152197ba4141a3e33c1216b53d48a4aef62b5
|
||||
Size (nokogiri-1.10.7.gem) = 9250816 bytes
|
||||
|
|
Loading…
Reference in a new issue