pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/ruby-nokogiri ruby-nokogiri: update to 1.10.7.
details: https://anonhg.NetBSD.org/pkgsrc/rev/867a1fab2bbf
branches: trunk
changeset: 405926:867a1fab2bbf
user: tsutsui <tsutsui%pkgsrc.org@localhost>
date: Wed Dec 11 14:52:21 2019 +0000
description:
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
diffstat:
textproc/ruby-nokogiri/Makefile | 8 ++++----
textproc/ruby-nokogiri/PLIST | 4 ++--
textproc/ruby-nokogiri/distinfo | 10 +++++-----
3 files changed, 11 insertions(+), 11 deletions(-)
diffs (54 lines):
diff -r 2ba392ddb03f -r 867a1fab2bbf textproc/ruby-nokogiri/Makefile
--- a/textproc/ruby-nokogiri/Makefile Wed Dec 11 14:51:53 2019 +0000
+++ b/textproc/ruby-nokogiri/Makefile Wed Dec 11 14:52:21 2019 +0000
@@ -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@localhost
@@ -14,8 +14,8 @@
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"
diff -r 2ba392ddb03f -r 867a1fab2bbf textproc/ruby-nokogiri/PLIST
--- a/textproc/ruby-nokogiri/PLIST Wed Dec 11 14:51:53 2019 +0000
+++ b/textproc/ruby-nokogiri/PLIST Wed Dec 11 14:52:21 2019 +0000
@@ -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}/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
diff -r 2ba392ddb03f -r 867a1fab2bbf textproc/ruby-nokogiri/distinfo
--- a/textproc/ruby-nokogiri/distinfo Wed Dec 11 14:51:53 2019 +0000
+++ b/textproc/ruby-nokogiri/distinfo Wed Dec 11 14:52:21 2019 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index