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.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a90d9e8cdd54
branches:  trunk
changeset: 397395:a90d9e8cdd54
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Sat Jun 22 04:11:59 2019 +0000

description:
ruby-nokogiri: update to 1.10.3.

Upstream changelog (from CHANGELOG.md):

## 1.10.3 / 2019-04-22

### Security Notes

[MRI] Pulled in upstream patch from libxslt that addresses CVE-2019-11068. Full details are available in [#1892](https://github.com/sparklemotion/nokogiri/issues/1892). Note that this patch is not 
yet (as of 2019-04-22) in an upstream release of libxslt.


## 1.10.2 / 2019-03-24

### Security

* [MRI] Remove support from vendored libxml2 for future script macros. [#1871]
* [MRI] Remove support from vendored libxml2 for server-side includes within attributes. [#1877]


### Bug fixes

* [JRuby] Fix node ownership in duplicated documents. [#1060]
* [JRuby] Rethrow exceptions caught by Java SAX handler. [#1847, #1872] (Thanks, @adjam!)

diffstat:

 textproc/ruby-nokogiri/Makefile |   6 ++----
 textproc/ruby-nokogiri/PLIST    |   5 ++++-
 textproc/ruby-nokogiri/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 10 deletions(-)

diffs (53 lines):

diff -r bccc56c67553 -r a90d9e8cdd54 textproc/ruby-nokogiri/Makefile
--- a/textproc/ruby-nokogiri/Makefile   Sat Jun 22 03:54:41 2019 +0000
+++ b/textproc/ruby-nokogiri/Makefile   Sat Jun 22 04:11:59 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2019/03/10 11:24:17 tsutsui Exp $
+# $NetBSD: Makefile,v 1.46 2019/06/22 04:11:59 tsutsui Exp $
 
-DISTNAME=      nokogiri-1.10.1
+DISTNAME=      nokogiri-1.10.3
 CATEGORIES=    textproc
 
 MAINTAINER=    tsutsui%NetBSD.org@localhost
@@ -8,8 +8,6 @@
 COMMENT=       HTML, XML, SAX, and Reader parser with XPath and CSS selector support
 LICENSE=       mit
 
-RUBY_VERSIONS_INCOMPATIBLE= 22
-
 DEPENDS+=      ${RUBY_PKGPREFIX}-mini_portile2>=2.4.0<2.5.0:../../misc/ruby-mini_portile2
 
 USE_GCC_RUNTIME=       yes
diff -r bccc56c67553 -r a90d9e8cdd54 textproc/ruby-nokogiri/PLIST
--- a/textproc/ruby-nokogiri/PLIST      Sat Jun 22 03:54:41 2019 +0000
+++ b/textproc/ruby-nokogiri/PLIST      Sat Jun 22 04:11:59 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.28 2019/01/12 14:31:38 tsutsui Exp $
+@comment $NetBSD: PLIST,v 1.29 2019/06/22 04:11:59 tsutsui Exp $
 bin/nokogiri${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_EXTSDIR}/gem.build_complete
@@ -143,4 +143,7 @@
 ${GEM_LIBDIR}/lib/nokogiri/xslt/stylesheet.rb
 ${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_HOME}/specifications/${GEM_NAME}.gemspec
diff -r bccc56c67553 -r a90d9e8cdd54 textproc/ruby-nokogiri/distinfo
--- a/textproc/ruby-nokogiri/distinfo   Sat Jun 22 03:54:41 2019 +0000
+++ b/textproc/ruby-nokogiri/distinfo   Sat Jun 22 04:11:59 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.32 2019/03/10 11:24:17 tsutsui Exp $
+$NetBSD: distinfo,v 1.33 2019/06/22 04:11:59 tsutsui Exp $
 
-SHA1 (nokogiri-1.10.1.gem) = 175d49e45af21f1913a08b4377a1983cc9b2b781
-RMD160 (nokogiri-1.10.1.gem) = b4b15d81e6266daf7407d1d3271c87e2b54fc97d
-SHA512 (nokogiri-1.10.1.gem) = 3087558eae289c3c25c7a539e7a1a516ad7397128cf59393913dfe95476ea230b3868d0e0ed34e601aad630ccbe359cde548b8560d0216ac7ff69a4818cb011c
-Size (nokogiri-1.10.1.gem) = 8980480 bytes
+SHA1 (nokogiri-1.10.3.gem) = 28e34a5d5cfcf6ddc75ddf689c3fda4c6708d8ad
+RMD160 (nokogiri-1.10.3.gem) = f109d98f3605e541805d5f4b5fd7d1f104c463a5
+SHA512 (nokogiri-1.10.3.gem) = a73b613964cfa712c574cc8b8366f461ba51647a001ccb1845853c5846de450f1631311d1ea6c776d74c0f06a146869cc283d670cb99de229945c8743be6cbc8
+Size (nokogiri-1.10.3.gem) = 8983040 bytes



Home | Main Index | Thread Index | Old Index