-
Notifications
You must be signed in to change notification settings - Fork 3.8k
prosody: update to 0.12.4 #28177
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
base: master
Are you sure you want to change the base?
prosody: update to 0.12.4 #28177
Conversation
Release notes: https://blog.prosody.im/prosody-0.12.4-released/ Co-authored-by: BKPepe <4096468+BKPepe@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the Prosody XMPP server package from the end-of-life version 0.11.13 to version 0.12.4. The 0.11.x branch reached end-of-life on 2024-08-14, making this update necessary for continued security and support.
Key changes:
- Version bump from 0.11.13 to 0.12.4
- Updated package hash for the new tarball
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Important: Currently the latest Prosody version is 13.0.2: |
|
Still it needs to be tested on real device. |
|
I was thinking of having a hypothetical dependabot plugin that could renovate the packages automatically, but haven't looked into the possibility of doing that. There's this tool from @sdwalker that figures out all the versions already, unfortunately I haven't seen any sources. So something like this, plus calculating hashes and opening a PR. Having Copilot do that is a bit of an overkill. |
I have thought about this a little in the past, because I have my own script for That said, I'm afraid we might just update two lines and merge without "proper testing" (whatever that means). I also don't want anyone touching To be honest, though, I think any package without a maintainer to ACK it needs to go to oblivion, but that's a discussion for another day. So it's good to have some discussion, before or after the implementation, to figure out the right direction and update the rules accordingly. |
📦 Package Details
Maintainer: @theilm
(You can find this by checking the history of the package
Makefile.)Description:
Updates Prosody XMPP server from EOL version 0.11.13 to 0.12.4. The 0.11.x branch reached end-of-life on 2024-08-14.
Changes:
PKG_VERSION: 0.11.13 → 0.12.4PKG_HASH: Updated for new tarballRelease notes: https://blog.prosody.im/prosody-0.12.4-released/
🧪 Run Testing Details
✅ Formalities
If your PR contains a patch:
git am(e.g., subject line, commit description, etc.)
We must try to upstream patches to reduce maintenance burden.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
https://api.github.com/repos/prosody/prosody/tags/usr/bin/curl curl -s REDACTED(http block)prosody.im/usr/bin/curl curl -s REDACTED(dns block)/usr/bin/wget wget -q REDACTED(dns block)/usr/bin/curl curl -sL REDACTED(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.