Skip to content

Commit

Permalink
Update ruby-nokogiri to 1.7.1.
Browse files Browse the repository at this point in the history
# 1.7.1 / unreleased

## Security Notes

[MRI] Upstream libxml2 patches are applied to the vendored libxml 2.9.4 which address CVE-2016-4658 and CVE-2016-5131.

For more information:

* sparklemotion/nokogiri#1615
* http://people.canonical.com/~ubuntu-security/cve/2016/CVE-2016-4658.html
* http://people.canonical.com/~ubuntu-security/cve/2016/CVE-2016-5131.html


## Dependencies

* [Windows] Upgrade zlib from 1.2.8 to 1.2.11 (unless --use-system-libraries)
  • Loading branch information
taca committed Mar 20, 2017
1 parent db8ea5a commit fab1efd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
5 changes: 2 additions & 3 deletions textproc/ruby-nokogiri/Makefile
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.34 2017/01/08 05:36:55 taca Exp $
# $NetBSD: Makefile,v 1.35 2017/03/20 15:36:43 taca Exp $

DISTNAME= nokogiri-1.7.0.1
PKGREVISION= 1
DISTNAME= nokogiri-1.7.1
CATEGORIES= textproc

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
5 changes: 4 additions & 1 deletion textproc/ruby-nokogiri/PLIST
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.21 2017/01/07 22:30:13 wiz Exp $
@comment $NetBSD: PLIST,v 1.22 2017/03/20 15:36:43 taca Exp $
bin/nokogiri${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_EXTSDIR}/gem.build_complete
Expand Down Expand Up @@ -156,6 +156,9 @@ ${GEM_LIBDIR}/lib/nokogiri/xml/xpath_context.rb
${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-Fix-comparison-with-root-node-in-xmlXPathCmpNodes.patch
${GEM_LIBDIR}/patches/libxml2/0002-Fix-XPointer-paths-beginning-with-range-to.patch
${GEM_LIBDIR}/patches/libxml2/0003-Disallow-namespace-nodes-in-XPointer-ranges.patch
${GEM_LIBDIR}/patches/sort-patches-by-date
${GEM_LIBDIR}/suppressions/README.txt
${GEM_LIBDIR}/suppressions/nokogiri_ree-1.8.7.358.supp
Expand Down
10 changes: 5 additions & 5 deletions textproc/ruby-nokogiri/distinfo
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.23 2017/01/07 22:30:13 wiz Exp $
$NetBSD: distinfo,v 1.24 2017/03/20 15:36:43 taca Exp $

SHA1 (nokogiri-1.7.0.1.gem) = 0b1e17d544ea710c9efe1988f28885d9084e9779
RMD160 (nokogiri-1.7.0.1.gem) = 3179fc9598621ec4e92d31ac376b2b6590334b9c
SHA512 (nokogiri-1.7.0.1.gem) = 5be8529b809d210bd10a70c8dbcafec5750585ff47e05de07776f6086ab197a4f195d42ff1c534e6e0eeca19ad257a4ae0fcc62af4ff3b514bb47525d6e106d4
Size (nokogiri-1.7.0.1.gem) = 9147904 bytes
SHA1 (nokogiri-1.7.1.gem) = 5731c2d494381be8440f6ace6e5fcb62e7850581
RMD160 (nokogiri-1.7.1.gem) = 5b49924884b89befe9489f7c106df1841fe25cfb
SHA512 (nokogiri-1.7.1.gem) = 86ae6d09d6daf0be2d6b46c4a5c8ebe6e9c00e7a4dfe86a2d1c7972726696a87d89e95fa390697a9cb3bae5f7d419c9a4f6d70b1a02c47ab0119bb14bc67efb3
Size (nokogiri-1.7.1.gem) = 9152000 bytes

0 comments on commit fab1efd

Please sign in to comment.