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 Aug 12 08:43:14 UTC 2023

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

Log Message:
ruby-nokogiri: update to 1.15.4.

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

1.15.4 / 2023-08-11

Dependencies

  * [CRuby] Vendored libxml2 is updated to v2.11.5 from v2.11.4. For details
    please see https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.11.5

Fixed

  * Fixed a typo in a HTML5 parser error message. [#2927] (Thanks,
    @anishathalye!)
  * [CRuby] ObjectSpace.memsize_of is now safe to call on Documents with
    complex DTDs. In previous versions, this debugging method could result in a
    segfault. [#2923, #2924]


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 pkgsrc/textproc/ruby-nokogiri/Makefile
cvs rdiff -u -r1.58 -r1.59 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.81 pkgsrc/textproc/ruby-nokogiri/Makefile:1.82
--- pkgsrc/textproc/ruby-nokogiri/Makefile:1.81 Sun Aug  6 03:07:59 2023
+++ pkgsrc/textproc/ruby-nokogiri/Makefile      Sat Aug 12 08:43:14 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.81 2023/08/06 03:07:59 tsutsui Exp $
+# $NetBSD: Makefile,v 1.82 2023/08/12 08:43:14 tsutsui Exp $
 
-DISTNAME=      nokogiri-1.15.3
+DISTNAME=      nokogiri-1.15.4
 CATEGORIES=    textproc
 
 MAINTAINER=    tsutsui%NetBSD.org@localhost
@@ -14,7 +14,7 @@ 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.11.4.tar.gz= \
+OVERRIDE_GEMSPEC+=     :files ports/archives/libxml2-2.11.5.tar.gz= \
                        ports/archives/libxslt-1.1.38.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.58 pkgsrc/textproc/ruby-nokogiri/distinfo:1.59
--- pkgsrc/textproc/ruby-nokogiri/distinfo:1.58 Sun Aug  6 03:07:59 2023
+++ pkgsrc/textproc/ruby-nokogiri/distinfo      Sat Aug 12 08:43:14 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.58 2023/08/06 03:07:59 tsutsui Exp $
+$NetBSD: distinfo,v 1.59 2023/08/12 08:43:14 tsutsui Exp $
 
-BLAKE2s (nokogiri-1.15.3.gem) = 4ff21c3b67dea5faff4a9942be78cb19f09e16afb6e2349b8d56eb7182eafe14
-SHA512 (nokogiri-1.15.3.gem) = d5159f0ce8eb43e5dd65138cb17519bd15caec36889fde3fcef53e64261172e69d3676c0119c5ab247e19d5f8e8f03c3bbde2285cd8d0974cbf8a4be5e30c58d
-Size (nokogiri-1.15.3.gem) = 4609024 bytes
+BLAKE2s (nokogiri-1.15.4.gem) = c0af1f56141c20dd93b220862348b859d69a9a24fd6cc4d04bf3f75a81c10614
+SHA512 (nokogiri-1.15.4.gem) = 94587e0f87a44dcbaef3dfd29df0fb7cba9458a36fd4a486432b2718e93afc712fefce2a3618ccef6bb96a6578daca043ecd5c02de8bca3206b801cda1403c4c
+Size (nokogiri-1.15.4.gem) = 4610560 bytes



Home | Main Index | Thread Index | Old Index