Skip to content

Commit

Permalink
ruby-nokogiri: update to 1.10.8.
Browse files Browse the repository at this point in the history
Upstream changelog (from CHANGELOG.md):

## 1.10.8 / 2020-02-10

### Security

[MRI] Pulled in upstream patch from libxml that addresses CVE-2020-7595.
Full details are available in [#1992](sparklemotion/nokogiri#1992).
Note that this patch is not yet (as of 2020-02-10) in an upstream release of libxml.
  • Loading branch information
tsutsui committed Feb 16, 2020
1 parent c1920c0 commit 2af1c82
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions textproc/ruby-nokogiri/Makefile
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.49 2020/01/26 17:32:18 rillig Exp $
# $NetBSD: Makefile,v 1.50 2020/02/16 04:11:05 tsutsui Exp $

DISTNAME= nokogiri-1.10.7
DISTNAME= nokogiri-1.10.8
CATEGORIES= textproc

MAINTAINER= tsutsui@NetBSD.org
Expand Down
3 changes: 2 additions & 1 deletion textproc/ruby-nokogiri/PLIST
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.30 2019/12/11 14:52:21 tsutsui Exp $
@comment $NetBSD: PLIST,v 1.31 2020/02/16 04:11:05 tsutsui Exp $
bin/nokogiri${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_EXTSDIR}/gem.build_complete
Expand Down Expand Up @@ -146,4 +146,5 @@ ${GEM_LIBDIR}/patches/libxml2/0001-Revert-Do-not-URI-escape-in-server-side-inclu
${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/libxml2/0004-libxml2.la-is-in-top_builddir.patch
${GEM_LIBDIR}/patches/libxml2/0005-Fix-infinite-loop-in-xmlStringLenDecodeEntities.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.35 2019/12/11 14:52:21 tsutsui Exp $
$NetBSD: distinfo,v 1.36 2020/02/16 04:11:05 tsutsui Exp $

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
SHA1 (nokogiri-1.10.8.gem) = 9a82c96de0e647d575b3fa29af8dc537a033b9b4
RMD160 (nokogiri-1.10.8.gem) = 58eb2dbbd9d63f38d2102cea4777bcde6a0ec5b9
SHA512 (nokogiri-1.10.8.gem) = 1747265d66cb8fce683dcb5bdadda5ee546ea5a5ace9bfb92f07b6c948d5573573e9c4404e92a67c7e446d979bb8fd4bcd726f5f3428282126da2242946c7bc9
Size (nokogiri-1.10.8.gem) = 9251328 bytes

0 comments on commit 2af1c82

Please sign in to comment.