Skip to content

Commit d992447

Browse files
authored
dep: update vendored libxml2 to 2.13.4 (#3309)
**What problem is this PR intended to solve?** Update vendored libxml2 to v2.13.4 https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.13.4
2 parents 8692abc + 83dd5b8 commit d992447

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Nokogiri follows [Semantic Versioning](https://semver.org/), please see the [REA
88

99
### Dependencies
1010

11-
* [CRuby] Vendored libxml2 is updated to [v2.13.3](https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.13.3). [#3230] @flavorjones
12-
* [CRuby] Vendored libxslt is updated to [v1.1.42](https://gitlab.gnome.org/GNOME/libxslt/-/releases/v1.1.42). [#3230] @flavorjones
11+
* [CRuby] Vendored libxml2 is updated to [v2.13.4](https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.13.4). @flavorjones
12+
* [CRuby] Vendored libxslt is updated to [v1.1.42](https://gitlab.gnome.org/GNOME/libxslt/-/releases/v1.1.42). @flavorjones
1313
* [CRuby] Minimum supported version of libxml2 raised to v2.9.2 (released 2014-10-16) from v2.6.21. [#3232, #3287] @flavorjones
1414
* [JRuby] Minimum supported versino of Java raised to 8 (released 2014-03-18) from 7. [#3134] @flavorjones
1515
* [CRuby] Update to rake-compiler-dock v1.5.1 for building precompiled native gems. [#3216] @flavorjones

dependencies.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
libxml2:
3-
version: "2.13.3"
4-
sha256: "0805d7c180cf09caad71666c7a458a74f041561a532902454da5047d83948138"
5-
# sha-256 hash provided in https://download.gnome.org/sources/libxml2/2.13/libxml2-2.13.3.sha256sum
3+
version: "2.13.4"
4+
sha256: "65d042e1c8010243e617efb02afda20b85c2160acdbfbcb5b26b80cec6515650"
5+
# sha-256 hash provided in https://download.gnome.org/sources/libxml2/2.13/libxml2-2.13.4.sha256sum
66

77
libxslt:
88
version: "1.1.42"

0 commit comments

Comments
 (0)