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

feat(prosody): install prosody .deb from URL instead of apt, based on build args #2060

Closed
wants to merge 1 commit into from

Conversation

aaronkvanmeerten
Copy link
Member

No description provided.

Copy link
Member

@saghul saghul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't we add a version specifier instead? Like prosody==0.12 or something?

@aaronkvanmeerten
Copy link
Member Author

Can't we add a version specifier instead? Like prosody==0.12 or something?

unfortunately I haven't seen a good way to do this with the existing prosody repo, as it only has the latest in its Packages list so the old package isn't found with this method

@saghul
Copy link
Member

saghul commented Mar 25, 2025

The prosody official repo provides 0.12 packages as well:

root@e2b75b42b465:/# apt show prosody
Package: prosody
Version: 13.0.0-1~bookworm2
Priority: optional
Section: net
Maintainer: Matthew James Wild <[email protected]>
Installed-Size: 5465 kB
Provides: prosody, prosody-xmpp-server, xmpp-server
Depends: adduser, lsb-base, lua5.4 | lua5.3 | lua5.2, lua-expat, lua-filesystem, lua-sec, lua-socket, openssl, procps, ssl-cert, libc6 (>= 2.34), libicu72 (>= 72.1~rc-1~), libssl3 (>= 3.0.0)
Recommends: ca-certificates, lua-readline, lua-unbound, luarocks
Suggests: lua-bitop | lua-bit32, lua-dbi-mysql, lua-dbi-postgresql, lua-dbi-sqlite3, lua-event, lua-ldap
Conflicts: prosody, prosody-modules (<< 0.0~hg20170719.cd828b1cb5b9+dfsg-2), prosody-xmpp-server
Replaces: prosody, prosody-xmpp-server
Homepage: https://prosody.im/
Download-Size: 459 kB
APT-Sources: http://packages.prosody.im/debian bookworm/main arm64 Packages
Description: Lightweight Jabber/XMPP server
 Prosody IM is a simple-to-use XMPP server. It is designed to be easy to
 extend via plugins, and light on resources.

N: There is 1 additional record. Please use the '-a' switch to see it
root@e2b75b42b465:/# apt show prosody-0.12
Package: prosody-0.12
Version: 1nightly231-1~bookworm
Priority: optional
Section: net
Maintainer: Matthew James Wild <[email protected]>
Installed-Size: 6020 kB
Provides: prosody, prosody-xmpp-server, xmpp-server
Depends: adduser, lsb-base, lua5.4 | lua5.3 | lua5.2 | lua5.1, lua-expat, lua-filesystem, lua-sec, lua-socket, openssl, procps, ssl-cert, libc6 (>= 2.34), libicu72 (>= 72.1~rc-1~), libssl3 (>= 3.0.0)
Recommends: ca-certificates, lua-readline, lua-unbound, luarocks
Suggests: lua-bitop | lua-bit32, lua-dbi-mysql, lua-dbi-postgresql, lua-dbi-sqlite3, lua-event, lua-ldap
Conflicts: prosody, prosody-modules (<< 0.0~hg20170719.cd828b1cb5b9+dfsg-2), prosody-xmpp-server
Replaces: prosody, prosody-xmpp-server
Homepage: https://prosody.im/
Download-Size: 406 kB
APT-Sources: http://packages.prosody.im/debian bookworm/main arm64 Packages
Description: Lightweight Jabber/XMPP server
 Prosody IM is a simple-to-use XMPP server. It is designed to be easy to
 extend via plugins, and light on resources.

root@e2b75b42b465:/#

They are nightlies though.

@aaronkvanmeerten
Copy link
Member Author

Closing in favor of:
#2061

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants