Received: by mail.netbsd.org (Postfix, from userid 605) id 9835384E19; Wed, 11 Dec 2019 14:52:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1F46984E08 for ; Wed, 11 Dec 2019 14:52:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id nK0PONj6GYo5 for ; Wed, 11 Dec 2019 14:52:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 7E47C84D4C for ; Wed, 11 Dec 2019 14:52:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7C417FA97; Wed, 11 Dec 2019 14:52:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157607594156730" MIME-Version: 1.0 Date: Wed, 11 Dec 2019 14:52:21 +0000 From: "Izumi Tsutsui" Subject: CVS commit: pkgsrc/textproc/ruby-nokogiri To: pkgsrc-changes@NetBSD.org Reply-To: tsutsui@netbsd.org X-Mailer: log_accum Message-Id: <20191211145221.7C417FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_157607594156730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tsutsui Date: Wed Dec 11 14:52:21 UTC 2019 Modified Files: pkgsrc/textproc/ruby-nokogiri: Makefile PLIST distinfo Log Message: 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 To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 pkgsrc/textproc/ruby-nokogiri/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/textproc/ruby-nokogiri/PLIST cvs rdiff -u -r1.34 -r1.35 pkgsrc/textproc/ruby-nokogiri/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157607594156730 Content-Disposition: inline Content-Length: 3154 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/ruby-nokogiri/Makefile diff -u pkgsrc/textproc/ruby-nokogiri/Makefile:1.47 pkgsrc/textproc/ruby-nokogiri/Makefile:1.48 --- pkgsrc/textproc/ruby-nokogiri/Makefile:1.47 Sun Aug 11 23:14:47 2019 +++ pkgsrc/textproc/ruby-nokogiri/Makefile Wed Dec 11 14:52:21 2019 @@ -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" Index: pkgsrc/textproc/ruby-nokogiri/PLIST diff -u pkgsrc/textproc/ruby-nokogiri/PLIST:1.29 pkgsrc/textproc/ruby-nokogiri/PLIST:1.30 --- pkgsrc/textproc/ruby-nokogiri/PLIST:1.29 Sat Jun 22 04:11:59 2019 +++ pkgsrc/textproc/ruby-nokogiri/PLIST Wed Dec 11 14:52:21 2019 @@ -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 ${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 Index: pkgsrc/textproc/ruby-nokogiri/distinfo diff -u pkgsrc/textproc/ruby-nokogiri/distinfo:1.34 pkgsrc/textproc/ruby-nokogiri/distinfo:1.35 --- pkgsrc/textproc/ruby-nokogiri/distinfo:1.34 Sun Aug 11 23:14:47 2019 +++ pkgsrc/textproc/ruby-nokogiri/distinfo Wed Dec 11 14:52:21 2019 @@ -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 --_----------=_157607594156730--