Bump openvox-server to 8.15.2 - #69
Merged
Merged
Conversation
Picks up the backported fix for a Resolv regression in JRuby 9.4.13.0 where queries to IPv6 DNS servers failed: responses arrived with uncompressed addresses while the query used the compressed form, so the two never matched. The fix normalises addresses through Addrinfo.ip. Also applied to the server CLI entrypoints (gem, irb, ruby). The rest of the release is CI and docs work with no runtime effect. openvoxdb stays at 8.15.0-1.el10, which is still the newest build in the openvox8 el-10 repo. Upstream: OpenVoxProject/openvox-server@8.15.1...8.15.2 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
One-line pin bump in
data/nodes/puppet.example.com.yaml—profile::openvox_server::version8.15.1→8.15.2. That's the only place the version appears; the8.15.0in the comment just below refers to openvoxdb and is still accurate.What's in the release
8.15.1...8.15.2 — one substantive fix:
Addrinfo.ip, and applied to the server CLI entrypoints (gem,irb,ruby) as well.The other two PRs are CI config (#533) and a docs link swap (#522) — no runtime effect.
Verification
Package availability — confirmed
openvox-server-8.15.2-1.el10.noarch.rpmis present inyum.voxpupuli.org/openvox8/el/10for both x86_64 and aarch64. Worth checking explicitly: the release landed 2026-07-27, and these VMs are Parallels on Apple Silicon, so an x86_64-only publish would have broken the build.Static — Onceover: all four roles compile. Unit: 96 examples, 0 failures.
validate lint checkclean.Live, on all three VMs (rebuilt from scratch,
puppet agent -t, all exit 0 with no changes — i.e. idempotent):openvox-server-8.15.2-1.el10installed, puppetserver activeAll three applied config version
f60d2b3, confirming they picked up this commit rather than a stale catalog.Not changed
openvoxdbstays at8.15.0-1.el10— I checked the repo listing and that's still the newest build available, so the existing pin is already current.🤖 Generated with Claude Code