nokogiri 1.18.9-arm-linux-musl → 1.19.0-arm-linux-musl

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: 796c42689d83a1ef88ec1eda438b10d6d1e87eea1a47b6d0931a2ac879b52079
4
- data.tar.gz: dba5ec8ec0424a8e320794f0ef6252c7a1d26b97a3a9b0c965f6aa0d7f55bad5
3
+ metadata.gz: 9c8ae0725d14e863dd85b471b3d890f2d572e8de6d0c56968c14799d9054ef61
4
+ data.tar.gz: 65507429e23f73453c15b87beca18e132955484ee9ec4a3e667a8a169681ee46
5
5
  SHA512:
6
- metadata.gz: 87d58ecfeff235799344355c5f1138e3feef73a9940dc66441651b05e8c1a4b9208d7c2aa9d0c9e7b37b1fe2fd32cc5a7e33c40ed071272b6a90807fbc3b0c32
7
- data.tar.gz: 90b257d390b34b3b77d2537b06a5c4230ebcf1a8c7d979b8e87e27083bcb6105ec8c6519da5ccd5f2f2a5cc8577823574c8abab99a93e1e23bc45b7102b6c4e6
6
+ metadata.gz: f48db504f0d5c23b8e23aed693caf6d8e9de2a4adc4743a5b12ce43128f35441abc2e2fbe6f0e7c5ca548f6d8bd12d0ca7eac2851be2741754bfb015ce07a915
7
+ data.tar.gz: 3d503d360b1bec499d46931a8f00feb4b22199910aeeb5b0cdb962338db8b1885c5dbe8f2f7f56dc1170185acb2ef8a680ab1bd3143d4d79509557d9c640cfb5
data/Gemfile CHANGED
@@ -6,19 +6,19 @@ gemspec
6
6
 
7
7
  group :development do
8
8
  # bootstrapping
9
- gem "bundler", "~> 2.3"
10
9
  gem "rake", "13.2.1"
11
10
 
12
11
  # building extensions
13
- gem "rake-compiler", "1.2.8"
14
- gem "rake-compiler-dock", "1.7.0"
12
+ gem "rake-compiler", "1.3.1"
13
+ gem "rake-compiler-dock", "1.11.1"
15
14
 
16
15
  # parser generator
17
16
  gem "rexical", "1.0.8"
18
17
 
19
18
  # tests
20
- gem "minitest", "5.25.4"
21
- gem "minitest-parallel_fork", "2.0.0"
19
+ gem "minitest", "6.0.1"
20
+ gem "minitest-mock", "5.27.0"
21
+ gem "minitest-parallel_fork", "2.1.1"
22
22
  gem "ruby_memcheck", "3.0.0"
23
23
  gem "rubyzip", "~> 2.3.2"
24
24
  gem "simplecov", "= 0.21.2"
data/README.md CHANGED
@@ -114,8 +114,8 @@ You can help sponsor the maintainers of this software through one of these organ
114
114
 
115
115
  Requirements:
116
116
 
117
- - Ruby >= 3.1
118
- - JRuby >= 9.4.0.0
117
+ - Ruby >= 3.2
118
+ - JRuby >= 10.0
119
119
 
120
120
  If you are compiling the native extension against a system version of libxml2:
121
121
 
@@ -135,7 +135,7 @@ Nokogiri ships pre-compiled, "native" gems for the following platforms:
135
135
  - `x86_64-linux-musl`, `aarch64-linux-musl`, and `arm-linux-musl`
136
136
  - Darwin/MacOS: `x86_64-darwin` and `arm64-darwin`
137
137
  - Windows: `x64-mingw-ucrt`
138
- - Java: any platform running JRuby 9.4 or higher
138
+ - Java: any platform running JRuby 10.0 or higher
139
139
 
140
140
  To determine whether your system supports one of these gems, look at the output of `bundle platform` or `ruby -e 'puts Gem::Platform.local.to_s'`.
141
141
 
data/dependencies.yml CHANGED
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  libxml2:
3
- version: "2.13.8"
4
- sha256: "277294cb33119ab71b2bc81f2f445e9bc9435b893ad15bb2cd2b0e859a0ee84a"
5
- # sha-256 hash provided in https://download.gnome.org/sources/libxml2/2.13/libxml2-2.13.8.sha256sum
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
- version: "1.17"
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
- # gpg: marginals needed: 3 completes needed: 1 trust model: pgp
32
- # gpg: depth: 0 valid: 4 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 4u
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>" [unknown]
38
- # gpg: WARNING: This key is not certified with a trusted signature!
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
- # And this sha256sum is calculated from that verified tarball.
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"
@@ -619,7 +619,7 @@ end
619
619
  def needs_darwin_linker_hack
620
620
  config_cross_build? &&
621
621
  darwin? &&
622
- Gem::Requirement.new("~> 3.2").satisfied_by?(Gem::Version.new(RbConfig::CONFIG["ruby_version"].split("+").first))
622
+ Gem::Requirement.new(">= 3.2").satisfied_by?(Gem::Version.new(RbConfig::CONFIG["ruby_version"].split("+").first))
623
623
  end
624
624
 
625
625
  #
@@ -832,7 +832,7 @@ else
832
832
  cross_build_p,
833
833
  ) do |recipe|
834
834
  recipe.files = [{
835
- url: "https://ftp.gnu.org/pub/gnu/libiconv/#{recipe.name}-#{recipe.version}.tar.gz",
835
+ url: "https://ftpmirror.gnu.org/gnu/libiconv/#{recipe.name}-#{recipe.version}.tar.gz",
836
836
  sha256: dependencies["libiconv"]["sha256"],
837
837
  }]
838
838
 
@@ -249,7 +249,7 @@ XMLPUBFUN int
249
249
  xmlInputReadCallback readFunc,
250
250
  xmlInputCloseCallback closeFunc);
251
251
 
252
- xmlParserInputBufferPtr
252
+ XMLPUBFUN xmlParserInputBufferPtr
253
253
  __xmlParserInputBufferCreateFilename(const char *URI,
254
254
  xmlCharEncoding enc);
255
255
 
@@ -318,7 +318,7 @@ XMLPUBFUN int
318
318
  xmlOutputWriteCallback writeFunc,
319
319
  xmlOutputCloseCallback closeFunc);
320
320
 
321
- xmlOutputBufferPtr
321
+ XMLPUBFUN xmlOutputBufferPtr
322
322
  __xmlOutputBufferCreateFilename(const char *URI,
323
323
  xmlCharEncodingHandlerPtr encoder,
324
324
  int compression);
@@ -15,21 +15,21 @@
15
15
  *
16
16
  * the version string like "1.2.3"
17
17
  */
18
- #define LIBXML_DOTTED_VERSION "2.13.8"
18
+ #define LIBXML_DOTTED_VERSION "2.13.9"
19
19
 
20
20
  /**
21
21
  * LIBXML_VERSION:
22
22
  *
23
23
  * the version number: 1.2.3 value is 10203
24
24
  */
25
- #define LIBXML_VERSION 21308
25
+ #define LIBXML_VERSION 21309
26
26
 
27
27
  /**
28
28
  * LIBXML_VERSION_STRING:
29
29
  *
30
30
  * the version number string, 1.2.3 value is "10203"
31
31
  */
32
- #define LIBXML_VERSION_STRING "21308"
32
+ #define LIBXML_VERSION_STRING "21309"
33
33
 
34
34
  /**
35
35
  * LIBXML_VERSION_EXTRA:
@@ -44,7 +44,7 @@
44
44
  * Macro to check that the libxml version in use is compatible with
45
45
  * the version the software has been compiled against
46
46
  */
47
- #define LIBXML_TEST_VERSION xmlCheckVersion(21308);
47
+ #define LIBXML_TEST_VERSION xmlCheckVersion(21309);
48
48
 
49
49
  /**
50
50
  * LIBXML_THREAD_ENABLED:
Binary file
Binary file
Binary file
Binary file
@@ -1,8 +1,6 @@
1
1
  # coding: utf-8
2
2
  # frozen_string_literal: true
3
3
 
4
- require "set"
5
-
6
4
  module Nokogiri
7
5
  #
8
6
  # Some classes in Nokogiri are namespaced as a group, for example
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Nokogiri
4
4
  # The version of Nokogiri you are using
5
- VERSION = "1.18.9"
5
+ VERSION = "1.19.0"
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.9
4
+ version: 1.19.0
5
5
  platform: arm-linux-musl
6
6
  authors:
7
7
  - Mike Dalessio
@@ -17,10 +17,9 @@ authors:
17
17
  - Sergio Arbeo
18
18
  - Timothy Elliott
19
19
  - Nobuyoshi Nakada
20
- autorequire:
21
20
  bindir: bin
22
21
  cert_chain: []
23
- date: 2025-07-21 00:00:00.000000000 Z
22
+ date: 1980-01-02 00:00:00.000000000 Z
24
23
  dependencies:
25
24
  - !ruby/object:Gem::Dependency
26
25
  name: racc
@@ -45,6 +44,7 @@ executables:
45
44
  - nokogiri
46
45
  extensions: []
47
46
  extra_rdoc_files:
47
+ - README.md
48
48
  - ext/nokogiri/gumbo.c
49
49
  - ext/nokogiri/html4_document.c
50
50
  - ext/nokogiri/html4_element_description.c
@@ -81,7 +81,6 @@ extra_rdoc_files:
81
81
  - ext/nokogiri/xml_text.c
82
82
  - ext/nokogiri/xml_xpath_context.c
83
83
  - ext/nokogiri/xslt_stylesheet.c
84
- - README.md
85
84
  files:
86
85
  - Gemfile
87
86
  - LICENSE-DEPENDENCIES.md
@@ -202,10 +201,10 @@ files:
202
201
  - gumbo-parser/Makefile
203
202
  - gumbo-parser/THANKS
204
203
  - lib/nokogiri.rb
205
- - lib/nokogiri/3.1/nokogiri.so
206
204
  - lib/nokogiri/3.2/nokogiri.so
207
205
  - lib/nokogiri/3.3/nokogiri.so
208
206
  - lib/nokogiri/3.4/nokogiri.so
207
+ - lib/nokogiri/4.0/nokogiri.so
209
208
  - lib/nokogiri/class_resolver.rb
210
209
  - lib/nokogiri/css.rb
211
210
  - lib/nokogiri/css/node.rb
@@ -294,7 +293,6 @@ metadata:
294
293
  changelog_uri: https://nokogiri.org/CHANGELOG.html
295
294
  source_code_uri: https://github.com/sparklemotion/nokogiri
296
295
  rubygems_mfa_required: 'true'
297
- post_install_message:
298
296
  rdoc_options:
299
297
  - "--main"
300
298
  - README.md
@@ -304,18 +302,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
304
302
  requirements:
305
303
  - - ">="
306
304
  - !ruby/object:Gem::Version
307
- version: '3.1'
305
+ version: '3.2'
308
306
  - - "<"
309
307
  - !ruby/object:Gem::Version
310
- version: 3.5.dev
308
+ version: 4.1.dev
311
309
  required_rubygems_version: !ruby/object:Gem::Requirement
312
310
  requirements:
313
311
  - - ">="
314
312
  - !ruby/object:Gem::Version
315
313
  version: 3.3.22
316
314
  requirements: []
317
- rubygems_version: 3.3.26
318
- signing_key:
315
+ rubygems_version: 4.0.3
319
316
  specification_version: 4
320
317
  summary: Nokogiri (鋸) makes it easy and painless to work with XML and HTML from Ruby.
321
318
  test_files: []