nokogiri 1.18.3 → 1.18.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 68e92608f4f2246b42c4f90afcc2d9286c4bc8b444033840504dd5588e37caa7
4
- data.tar.gz: 4f76d6303f400f7e3350a9cfc4e1efd2795b96c06158a81d9f174cee12421a2f
3
+ metadata.gz: dfc1c25d9fc500f168cdae096b200f5bc72ff1ab492c92496365e301ec3e326a
4
+ data.tar.gz: b57e9ca931d1f5d5cb2bf31eda8f6d08b1241b381193404a737b07aece582660
5
5
  SHA512:
6
- metadata.gz: 765c52346ad110bd6e5a8e78d0a2c94ba44d3db42145e2757085d8f9690d50c50e5422f6a43d10e425d53ab5ce36b04d71bf7645f599c9fa5d24ce335f2c5304
7
- data.tar.gz: d7ac4a724b995f1e02c588950812126608a881e513b99b16b2ad97d0072a575b98d6a5600ce7210cc1d7dbf8aba0b7aced0a6072519d22b1494f90b10957dd88
6
+ metadata.gz: 85bf0ccf37b471f11cff75073ebcfb733c96fa6c5b6396715740126c6c6e72a7698c6cf19e95202dde53a72dc4fa85fccd85821779f955e137cf47dcc6186fc2
7
+ data.tar.gz: 5cb5fc7b89f30c26224d2474b7b51544b32c0e855ebb0249c5b831c6854c1c5ac83ef7e70b1c6249e98233f0f14431446122a6a379ae0f0b4acb2c61f9938fd3
data/dependencies.yml CHANGED
@@ -5,9 +5,9 @@ libxml2:
5
5
  # sha-256 hash provided in https://download.gnome.org/sources/libxml2/2.13/libxml2-2.13.6.sha256sum
6
6
 
7
7
  libxslt:
8
- version: "1.1.42"
9
- sha256: "85ca62cac0d41fc77d3f6033da9df6fd73d20ea2fc18b0a3609ffb4110e1baeb"
10
- # sha-256 hash provided in https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.42.sha256sum
8
+ version: "1.1.43"
9
+ sha256: "5a3d6b383ca5afc235b171118e90f5ff6aa27e9fea3303065231a6d403f0183a"
10
+ # sha-256 hash provided in https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.43.sha256sum
11
11
 
12
12
  zlib:
13
13
  version: "1.3.1"
@@ -240,15 +240,7 @@ def zlib_source(version_string)
240
240
  end
241
241
 
242
242
  def gnome_source
243
- # As of 2022-02-20, some mirrors have expired SSL certificates. I'm able to retrieve from my home,
244
- # but whatever host is resolved on the github actions workers see an expired cert.
245
- #
246
- # See https://github.com/sparklemotion/nokogiri/runs/5266206403?check_suite_focus=true
247
- if ENV["NOKOGIRI_USE_CANONICAL_GNOME_SOURCE"]
248
- "https://download.gnome.org"
249
- else
250
- "https://muug.ca/mirror/gnome" # old reliable
251
- end
243
+ "https://download.gnome.org"
252
244
  end
253
245
 
254
246
  LOCAL_PACKAGE_RESPONSE = Object.new
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Nokogiri
4
4
  # The version of Nokogiri you are using
5
- VERSION = "1.18.3"
5
+ VERSION = "1.18.4"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nokogiri
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.18.3
4
+ version: 1.18.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Dalessio
@@ -19,7 +19,7 @@ authors:
19
19
  - Nobuyoshi Nakada
20
20
  bindir: bin
21
21
  cert_chain: []
22
- date: 2025-02-18 00:00:00.000000000 Z
22
+ date: 2025-03-14 00:00:00.000000000 Z
23
23
  dependencies:
24
24
  - !ruby/object:Gem::Dependency
25
25
  name: mini_portile2
@@ -274,7 +274,7 @@ files:
274
274
  - patches/libxml2/0019-xpath-Use-separate-static-hash-table-for-standard-fu.patch
275
275
  - patches/libxslt/0001-update-config.guess-and-config.sub-for-libxslt.patch
276
276
  - ports/archives/libxml2-2.13.6.tar.xz
277
- - ports/archives/libxslt-1.1.42.tar.xz
277
+ - ports/archives/libxslt-1.1.43.tar.xz
278
278
  homepage: https://nokogiri.org
279
279
  licenses:
280
280
  - MIT
Binary file