Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dep: update libxml2 to v2.13.6 #3437

Merged
merged 2 commits into from
Feb 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ on:
branches:
- '*'

env:
NOKOGIRI_USE_CANONICAL_GNOME_SOURCE: t

jobs:
#
# SECTION pre-checks for fast feedback loops, and to gate the rest of the suite
Expand Down Expand Up @@ -409,6 +412,7 @@ jobs:
submodules: true
- uses: vmactions/freebsd-vm@v1
with:
envs: NOKOGIRI_USE_CANONICAL_GNOME_SOURCE
usesh: true
copyback: false
prepare: pkg install -y ruby devel/ruby-gems pkgconf libxml2 libxslt git
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ on:
types: [opened, synchronize]
branches:
- '*'
env:
NOKOGIRI_USE_CANONICAL_GNOME_SOURCE: t

jobs:
downstream:
Expand Down
6 changes: 3 additions & 3 deletions dependencies.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
libxml2:
version: "2.13.5"
sha256: "74fc163217a3964257d3be39af943e08861263c4231f9ef5b496b6f6d4c7b2b6"
# sha-256 hash provided in https://download.gnome.org/sources/libxml2/2.13/libxml2-2.13.5.sha256sum
version: "2.13.6"
sha256: "f453480307524968f7a04ec65e64f2a83a825973bcd260a2e7691be82ae70c96"
# sha-256 hash provided in https://download.gnome.org/sources/libxml2/2.13/libxml2-2.13.6.sha256sum

libxslt:
version: "1.1.42"
Expand Down