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:           Sun Aug  4 07:25:11 UTC 2024

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

Log Message:
ruby-nokogori: update to 1.16.7.

Upstream changelog:
 https://github.com/sparklemotion/nokogiri/releases/tag/v1.16.7

v1.16.7 / 2024-07-27

Dependencies

  * [CRuby] Vendored libxml2 is updated to v2.12.9, which the upstream release
    notes state is a security release to address CVE-2024-40896. Nokogiri's
    maintainers believe this vulnerability does not affect users of Nokogiri,
    but we advise upgrading at your earliest convenience anyway.


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 pkgsrc/textproc/ruby-nokogiri/Makefile
cvs rdiff -u -r1.64 -r1.65 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.91 pkgsrc/textproc/ruby-nokogiri/Makefile:1.92
--- pkgsrc/textproc/ruby-nokogiri/Makefile:1.91 Sat Jun 15 09:28:44 2024
+++ pkgsrc/textproc/ruby-nokogiri/Makefile      Sun Aug  4 07:25:11 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.91 2024/06/15 09:28:44 tsutsui Exp $
+# $NetBSD: Makefile,v 1.92 2024/08/04 07:25:11 tsutsui Exp $
 
-DISTNAME=      nokogiri-1.16.6
+DISTNAME=      nokogiri-1.16.7
 CATEGORIES=    textproc
 
 MAINTAINER=    tsutsui%NetBSD.org@localhost
@@ -15,7 +15,7 @@ USE_TOOLS+=           pkg-config
 CPPFLAGS+=             -I${PREFIX}/include/libxml2
 MAKE_ENV+=             NOKOGIRI_USE_SYSTEM_LIBRARIES=yes
 RUBYGEM_OPTIONS+=      --format-executable
-OVERRIDE_GEMSPEC+=     :files ports/archives/libxml2-2.12.8.tar.gz= \
+OVERRIDE_GEMSPEC+=     :files ports/archives/libxml2-2.12.9.tar.gz= \
                        ports/archives/libxslt-1.1.39.tar.gz=
 
 BUILDLINK_TRANSFORM.Darwin+=   rm:-Wl,--no-as-needed

Index: pkgsrc/textproc/ruby-nokogiri/distinfo
diff -u pkgsrc/textproc/ruby-nokogiri/distinfo:1.64 pkgsrc/textproc/ruby-nokogiri/distinfo:1.65
--- pkgsrc/textproc/ruby-nokogiri/distinfo:1.64 Sat Jun 15 09:28:44 2024
+++ pkgsrc/textproc/ruby-nokogiri/distinfo      Sun Aug  4 07:25:11 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.64 2024/06/15 09:28:44 tsutsui Exp $
+$NetBSD: distinfo,v 1.65 2024/08/04 07:25:11 tsutsui Exp $
 
-BLAKE2s (nokogiri-1.16.6.gem) = 67b04f2647b0c0a8dc06451c389931235335da84591e9150bd27075499be422c
-SHA512 (nokogiri-1.16.6.gem) = 9e03163efbc55a9649b8026a1490dfb67276eb3334162fd7ade0f4195016d704e91419bbac1ba45fa89fb0d6591e549255babfff11de44b40a60278b9338b48c
-Size (nokogiri-1.16.6.gem) = 4627456 bytes
+BLAKE2s (nokogiri-1.16.7.gem) = a436400de83d322b47a6cbc6b37881d8f27ba5c248ad81779008e2b6f739a111
+SHA512 (nokogiri-1.16.7.gem) = 52cf1d414ca47b532eb3824423f03d3c4d510ca3472b4a77125d85b5dad44f11e3058b20912864d43d9b48162a0ec2c88e7f4104d2dca7e192b5b2d01aa6fc9d
+Size (nokogiri-1.16.7.gem) = 4626944 bytes



Home | Main Index | Thread Index | Old Index