nokogiri 1.18.8 → 1.18.10
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 +4 -4
- data/dependencies.yml +12 -23
- data/ext/nokogiri/extconf.rb +1 -1
- data/lib/nokogiri/version/constant.rb +1 -1
- data/ports/archives/libxml2-2.13.9.tar.xz +0 -0
- metadata +3 -3
- data/ports/archives/libxml2-2.13.8.tar.xz +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c1e8dcf8179f9ecf0ca485763ccdf7812d2b47981322e6e7dbc37e62e7b47c07
|
4
|
+
data.tar.gz: ec1c063738afa3d4c3c3d80933449f8479c3b460d0b7ddbd9937c3815c8e0822
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 74caac3cdcd54f3674ac5a1f3d62e045e0751d6ac39c99bf7e736a8cf52e501c050f84e3906e34a380e12bf5ab4ba7336ef649ec8ec76bc171db10fffce4e44a
|
7
|
+
data.tar.gz: 9b767aa90cfabf02cfdafafbde63cdf373fb0d5ac4d6454bc61c1ddbc2bde6d693b3c174502dada08d615486ba6606f1a2a38a1d050620b24448b3da744cc421
|
data/dependencies.yml
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
---
|
2
2
|
libxml2:
|
3
|
-
version: "2.13.
|
4
|
-
sha256: "
|
5
|
-
# sha-256 hash provided in https://download.gnome.org/sources/libxml2/2.13/libxml2-2.13.
|
3
|
+
version: "2.13.9"
|
4
|
+
sha256: "a2c9ae7b770da34860050c309f903221c67830c86e4a7e760692b803df95143a"
|
5
|
+
# sha-256 hash provided in https://download.gnome.org/sources/libxml2/2.13/libxml2-2.13.9.sha256sum
|
6
6
|
|
7
7
|
libxslt:
|
8
8
|
version: "1.1.43"
|
@@ -15,28 +15,17 @@ zlib:
|
|
15
15
|
# SHA-256 hash provided on http://zlib.net/
|
16
16
|
|
17
17
|
libiconv:
|
18
|
-
|
19
|
-
sha256: "8f74213b56238c85a50a5329f77e06198771e70dd9a739779f4c02f65d971313"
|
20
|
-
# signature verified by following this path:
|
21
|
-
# - release announced at https://savannah.gnu.org/forum/forum.php?forum_id=10175
|
22
|
-
# - which links to https://savannah.gnu.org/users/haible as the releaser
|
23
|
-
# - which links to https://savannah.gnu.org/people/viewgpg.php?user_id=1871 as the gpg key
|
24
|
-
#
|
25
|
-
# So:
|
26
|
-
# - wget -q -O - https://savannah.gnu.org/people/viewgpg.php?user_id=1871 | gpg --import
|
27
|
-
# gpg: key F5BE8B267C6A406D: 1 signature not checked due to a missing key
|
18
|
+
# $ gpg --keyserver keyserver.ubuntu.com --recv 9001B85AF9E1B83DF1BDA942F5BE8B267C6A406D
|
28
19
|
# gpg: key F5BE8B267C6A406D: public key "Bruno Haible (Open Source Development) <bruno@clisp.org>" imported
|
29
20
|
# gpg: Total number processed: 1
|
30
21
|
# gpg: imported: 1
|
31
|
-
#
|
32
|
-
# gpg:
|
33
|
-
# gpg: next trustdb check due at 2024-05-09
|
34
|
-
# - gpg --verify libiconv-1.17.tar.gz.sig ports/archives/libiconv-1.17.tar.gz
|
35
|
-
# gpg: Signature made Sun 15 May 2022 11:26:42 AM EDT
|
22
|
+
# $ gpg --verify libiconv-1.18.tar.gz.sig ports/archives/libiconv-1.18.tar.gz
|
23
|
+
# gpg: Signature made Sun 15 Dec 2024 07:26:18 AM EST
|
36
24
|
# gpg: using RSA key 9001B85AF9E1B83DF1BDA942F5BE8B267C6A406D
|
37
|
-
# gpg: Good signature from "Bruno Haible (Open Source Development) <bruno@clisp.org>" [
|
38
|
-
# gpg:
|
39
|
-
# gpg: There is no indication that the signature belongs to the owner.
|
25
|
+
# gpg: Good signature from "Bruno Haible (Open Source Development) <bruno@clisp.org>" [expired]
|
26
|
+
# gpg: Note: This key has expired!
|
40
27
|
# Primary key fingerprint: 9001 B85A F9E1 B83D F1BD A942 F5BE 8B26 7C6A 406D
|
41
|
-
#
|
42
|
-
#
|
28
|
+
# $ sha256sum ports/archives/libiconv-1.18.tar.gz
|
29
|
+
# 3b08f5f4f9b4eb82f151a7040bfd6fe6c6fb922efe4b1659c66ea933276965e8 ports/archives/libiconv-1.18.tar.gz
|
30
|
+
version: "1.18"
|
31
|
+
sha256: "3b08f5f4f9b4eb82f151a7040bfd6fe6c6fb922efe4b1659c66ea933276965e8"
|
data/ext/nokogiri/extconf.rb
CHANGED
@@ -832,7 +832,7 @@ else
|
|
832
832
|
cross_build_p,
|
833
833
|
) do |recipe|
|
834
834
|
recipe.files = [{
|
835
|
-
url: "https://
|
835
|
+
url: "https://ftpmirror.gnu.org/gnu/libiconv/#{recipe.name}-#{recipe.version}.tar.gz",
|
836
836
|
sha256: dependencies["libiconv"]["sha256"],
|
837
837
|
}]
|
838
838
|
|
Binary file
|
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.
|
4
|
+
version: 1.18.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mike Dalessio
|
@@ -273,7 +273,7 @@ files:
|
|
273
273
|
- patches/libxml2/0011-rip-out-libxml2-s-libc_single_threaded-support.patch
|
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
|
-
- ports/archives/libxml2-2.13.
|
276
|
+
- ports/archives/libxml2-2.13.9.tar.xz
|
277
277
|
- ports/archives/libxslt-1.1.43.tar.xz
|
278
278
|
homepage: https://nokogiri.org
|
279
279
|
licenses:
|
@@ -301,7 +301,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
301
301
|
- !ruby/object:Gem::Version
|
302
302
|
version: '0'
|
303
303
|
requirements: []
|
304
|
-
rubygems_version: 3.6.
|
304
|
+
rubygems_version: 3.6.9
|
305
305
|
specification_version: 4
|
306
306
|
summary: Nokogiri (鋸) makes it easy and painless to work with XML and HTML from Ruby.
|
307
307
|
test_files: []
|
Binary file
|