nokogiri 1.18.2-arm-linux-musl → 1.18.3-arm-linux-musl
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/dependencies.yml +3 -3
- data/ext/nokogiri/include/libxml2/libxml/xmlversion.h +4 -4
- data/ext/nokogiri/include/libxslt/xsltconfig.h +1 -1
- data/lib/nokogiri/3.1/nokogiri.so +0 -0
- data/lib/nokogiri/3.2/nokogiri.so +0 -0
- data/lib/nokogiri/3.3/nokogiri.so +0 -0
- data/lib/nokogiri/3.4/nokogiri.so +0 -0
- data/lib/nokogiri/version/constant.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a4131865b6962b760a920d97382f9358129644211a08b91a9e1fd35c94cb592f
|
4
|
+
data.tar.gz: 8e773a29f09ae8f5d2919e0fcc130c2ac8b92afbfd7c5b7d52508c56fb1f3222
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f9fe879b8478630f68159098976f77826f4e6c55974c5abf70c7fa5f0022bb4d603b7bdbd92bda2d9c14d247f9d4d8ab498230f2cd0898efb621b31113cef2dc
|
7
|
+
data.tar.gz: abe261a46057a2345d0621ab2816151ca97dace665525c15589e4af98577135c56402254e46bd900d7b50582aaee9c1cdeeabf7af35f28b926849de84ba261b5
|
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.6"
|
4
|
+
sha256: "f453480307524968f7a04ec65e64f2a83a825973bcd260a2e7691be82ae70c96"
|
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
8
|
version: "1.1.42"
|
@@ -15,21 +15,21 @@
|
|
15
15
|
*
|
16
16
|
* the version string like "1.2.3"
|
17
17
|
*/
|
18
|
-
#define LIBXML_DOTTED_VERSION "2.13.
|
18
|
+
#define LIBXML_DOTTED_VERSION "2.13.6"
|
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
|
25
|
+
#define LIBXML_VERSION 21306
|
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 "
|
32
|
+
#define LIBXML_VERSION_STRING "21306"
|
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(
|
47
|
+
#define LIBXML_TEST_VERSION xmlCheckVersion(21306);
|
48
48
|
|
49
49
|
/**
|
50
50
|
* LIBXML_THREAD_ENABLED:
|
@@ -112,7 +112,7 @@ extern "C" {
|
|
112
112
|
#ifndef WITH_MODULES
|
113
113
|
#define WITH_MODULES
|
114
114
|
#endif
|
115
|
-
#define LIBXSLT_DEFAULT_PLUGINS_PATH() "/home/flavorjones/code/oss/nokogiri/ports/
|
115
|
+
#define LIBXSLT_DEFAULT_PLUGINS_PATH() "/home/flavorjones/code/oss/nokogiri/ports/x86_64-linux-musl/libxslt/1.1.42/lib/libxslt-plugins"
|
116
116
|
#endif
|
117
117
|
|
118
118
|
/**
|
Binary file
|
Binary file
|
Binary file
|
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.3
|
5
5
|
platform: arm-linux-musl
|
6
6
|
authors:
|
7
7
|
- Mike Dalessio
|
@@ -20,7 +20,7 @@ authors:
|
|
20
20
|
autorequire:
|
21
21
|
bindir: bin
|
22
22
|
cert_chain: []
|
23
|
-
date: 2025-
|
23
|
+
date: 2025-02-18 00:00:00.000000000 Z
|
24
24
|
dependencies:
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: racc
|