Skip to content

Commit

Permalink
ruby-nokogiri: update to 1.10.3.
Browse files Browse the repository at this point in the history
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](sparklemotion/nokogiri#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!)
  • Loading branch information
tsutsui committed Jun 22, 2019
1 parent 8887f13 commit 9be932c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
6 changes: 2 additions & 4 deletions textproc/ruby-nokogiri/Makefile
@@ -1,15 +1,13 @@
# $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
HOMEPAGE= http://nokogiri.org/
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
Expand Down
5 changes: 4 additions & 1 deletion textproc/ruby-nokogiri/PLIST
@@ -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
Expand Down Expand Up @@ -143,4 +143,7 @@ ${GEM_LIBDIR}/lib/nokogiri/xslt.rb
${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
10 changes: 5 additions & 5 deletions textproc/ruby-nokogiri/distinfo
@@ -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

0 comments on commit 9be932c

Please sign in to comment.