pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/ruby-nokogiri



Module Name:    pkgsrc
Committed By:   tsutsui
Date:           Sat May 13 18:13:43 UTC 2023

Modified Files:
        pkgsrc/textproc/ruby-nokogiri: Makefile distinfo

Log Message:
ruby-nokogiri: update to 1.14.4.

Upstream changes:
 https://github.com/sparklemotion/nokogiri/releases/tag/v1.14.4
 https://github.com/sparklemotion/nokogiri/releases/tag/v1.14.3

1.14.4 / 2023-05-11

Dependencies

  * [JRuby] Vendored Xalan-J is updated to v2.7.3. This is the first Xalan
    release in nine years, and it was done to address CVE-2022-34169.

    The Nokogiri maintainers wish to stress that Nokogiri users were not
    vulnerable to this CVE, as we explained in GHSA-qwq9-89rg-ww72, and so
    upgrading is really at the discretion of users.

    This release was cut primarily so that JRuby users of v1.14.x can avoid
    vulnerability scanner alerts on earlier versions of Xalan-J.

1.14.3 / 2023-04-11

Security

  * [CRuby] Vendored libxml2 is updated to address CVE-2023-29469,
    CVE-2023-28484, and one other security-related issue. See
    GHSA-pxvg-2qj5-37jqGHSA-pxvg-2qj5-37jq for more information.

Dependencies

  * [CRuby] Vendored libxml2 is updated to v2.10.4 from v2.10.3.


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/textproc/ruby-nokogiri/Makefile
cvs rdiff -u -r1.56 -r1.57 pkgsrc/textproc/ruby-nokogiri/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/ruby-nokogiri/Makefile
diff -u pkgsrc/textproc/ruby-nokogiri/Makefile:1.79 pkgsrc/textproc/ruby-nokogiri/Makefile:1.80
--- pkgsrc/textproc/ruby-nokogiri/Makefile:1.79 Wed Apr 19 08:11:40 2023
+++ pkgsrc/textproc/ruby-nokogiri/Makefile      Sat May 13 18:13:43 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.79 2023/04/19 08:11:40 adam Exp $
+# $NetBSD: Makefile,v 1.80 2023/05/13 18:13:43 tsutsui Exp $
 
-DISTNAME=      nokogiri-1.14.2
-PKGREVISION=   1
+DISTNAME=      nokogiri-1.14.4
 CATEGORIES=    textproc
 
 MAINTAINER=    tsutsui%NetBSD.org@localhost
@@ -9,13 +8,13 @@ HOMEPAGE=     https://nokogiri.org/
 COMMENT=       HTML, XML, SAX, and Reader parser with XPath and CSS selector support
 LICENSE=       mit
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-mini_portile2>=2.8.0:../../misc/ruby-mini_portile2
+DEPENDS+=      ${RUBY_PKGPREFIX}-mini_portile2>=2.8.2:../../misc/ruby-mini_portile2
 
 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.10.3.tar.gz= \
+OVERRIDE_GEMSPEC+=     :files ports/archives/libxml2-2.10.4.tar.gz= \
                        ports/archives/libxslt-1.1.37.tar.gz=
 
 # XXX: work around bug in bootstrap-mk-files, remove when fixed

Index: pkgsrc/textproc/ruby-nokogiri/distinfo
diff -u pkgsrc/textproc/ruby-nokogiri/distinfo:1.56 pkgsrc/textproc/ruby-nokogiri/distinfo:1.57
--- pkgsrc/textproc/ruby-nokogiri/distinfo:1.56 Sun Feb 19 03:41:56 2023
+++ pkgsrc/textproc/ruby-nokogiri/distinfo      Sat May 13 18:13:43 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.56 2023/02/19 03:41:56 tsutsui Exp $
+$NetBSD: distinfo,v 1.57 2023/05/13 18:13:43 tsutsui Exp $
 
-BLAKE2s (nokogiri-1.14.2.gem) = 508b1ff6e8f4c566be49633c041629b7c6cdb10b595e6d754f9b10b74e269943
-SHA512 (nokogiri-1.14.2.gem) = b905cdc7988b1f0fb273d6ab5d1ba889c124cd2441730d15df5517d7860bdb6626460bfde7f16a81fa41c8bff29b17fd2a3f9bc3a34d188a45bc155137a45c3c
-Size (nokogiri-1.14.2.gem) = 4643328 bytes
+BLAKE2s (nokogiri-1.14.4.gem) = 469a6b03060e31dd5ce2923a4bb3e47a1202b6b6d0bfba8db1ed0f9ce86fa674
+SHA512 (nokogiri-1.14.4.gem) = 875c5dcacf8c3c383686d1cba07dadaf9631096ebd46c09c7c890d21fa802191d9c3d1895960f7cda7f928cda64342b14f21813d5e9f1feb40c7cb0f72792144
+Size (nokogiri-1.14.4.gem) = 4646912 bytes



Home | Main Index | Thread Index | Old Index