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:           Mon Feb  3 16:53:01 UTC 2025

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

Log Message:
ruby-nokogiri: update to 1.18.2.

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

v1.18.2 / 2024-01-19

Fixed

  * When performing a CSS selector query, an XML document's root namespace
    declarations should not be applied to wildcard selectors ("*").
    Fixes a bug introduced in v1.17.0. (#3411) @flavorjones


To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 pkgsrc/textproc/ruby-nokogiri/Makefile
cvs rdiff -u -r1.67 -r1.68 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.97 pkgsrc/textproc/ruby-nokogiri/Makefile:1.98
--- pkgsrc/textproc/ruby-nokogiri/Makefile:1.97 Mon Dec 30 10:54:46 2024
+++ pkgsrc/textproc/ruby-nokogiri/Makefile      Mon Feb  3 16:53:01 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.97 2024/12/30 10:54:46 tsutsui Exp $
+# $NetBSD: Makefile,v 1.98 2025/02/03 16:53:01 tsutsui Exp $
 
-DISTNAME=      nokogiri-1.18.1
+DISTNAME=      nokogiri-1.18.2
 CATEGORIES=    textproc
 
 MAINTAINER=    tsutsui%NetBSD.org@localhost

Index: pkgsrc/textproc/ruby-nokogiri/distinfo
diff -u pkgsrc/textproc/ruby-nokogiri/distinfo:1.67 pkgsrc/textproc/ruby-nokogiri/distinfo:1.68
--- pkgsrc/textproc/ruby-nokogiri/distinfo:1.67 Mon Dec 30 10:54:46 2024
+++ pkgsrc/textproc/ruby-nokogiri/distinfo      Mon Feb  3 16:53:01 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.67 2024/12/30 10:54:46 tsutsui Exp $
+$NetBSD: distinfo,v 1.68 2025/02/03 16:53:01 tsutsui Exp $
 
-BLAKE2s (nokogiri-1.18.1.gem) = 7cecc3525c1479844a77dac4c4c1ca09fab38f5d57fa13d1d4f9336e377a4893
-SHA512 (nokogiri-1.18.1.gem) = 1767b70813504ae02a3cbad47897804ee1ba7596cf53979b890745165ea7b1016b62c67f0ed2b3bdef142062178cf7c0cae917b51391c006287e6157bdc047cf
-Size (nokogiri-1.18.1.gem) = 4582400 bytes
+BLAKE2s (nokogiri-1.18.2.gem) = 1c7342df6578d9fc5815845010af8d00eb60c832ac9ffbfa8aaf30a142dd6e39
+SHA512 (nokogiri-1.18.2.gem) = 205c863ee8027224503f26072c6ac69e42348e2927496b0e30408062ed81f705786c1e3f8fdcf1f7ee7d92d76f93c48f07f6879883ef50d9af0a08a75b2982de
+Size (nokogiri-1.18.2.gem) = 4582400 bytes



Home | Main Index | Thread Index | Old Index