Bug 284107 - net-im/jitsi-meet-full: Update to 2.0.9220 → 2.0.9955
Summary: net-im/jitsi-meet-full: Update to 2.0.9220 → 2.0.9955
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Jose Alonso Cardenas Marquez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-01-17 03:21 UTC by jward
Modified: 2025-01-20 00:53 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (acm)


Attachments
git-generated patch upgrading the port for jitsi-meet-full to 2.0.9955 (13.31 KB, patch)
2025-01-17 03:21 UTC, jward
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jward 2025-01-17 03:21:33 UTC
Created attachment 256744 [details]
git-generated patch upgrading the port for jitsi-meet-full to 2.0.9955

The attached patch updates net-im/jitsi-meet-full to 2.0.9955.  This release is 10 versions newer with many new features and bug fixes. 

(My need for upgrade is because Firefox would no longer work with the previous version of jitsi-videobridge, due to a DTLS negotiation issue.  I've verified the fix in this updated release).

It also updates the components (dependencies to the jitsi-meet-full port) to the respective versions needed for the whole system to be at 2.0.9955 per https://github.com/jitsi/jitsi-meet-release-notes/blob/master/CHANGELOG-WEB.md

www/jitsi-meet  1.0.7762 → 1.0.8339
net-im/jicofo  1.0-1062 → 1.0-1118
net-im/jitsi-videobridge → 2.3-67  2.3-198
net-im/jitsi-prosody-plugins  2.0.9220 → 2.0.9955
net-im/jitsi-srtp-native  1.1-8 → 1.1-18

I wanted to attach the maven dependency packages required for the build of jicofo and jitsi-videobridge, but they are FAR larger than the 100KB attachment limit.  They're available for download from the following links (my personal server, please be kind to my bandwidth!):
https://causality.ehnexus.com/jitsi-videobridge-2.3-198-deps.tar.gz
https://causality.ehnexus.com/jicofo-1.0-1118-deps.tar.gz
Comment 1 commit-hook freebsd_committer freebsd_triage 2025-01-20 00:52:30 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=232ce1a9a3fc36cf403602e65e0c7cd5fc7a6409

commit 232ce1a9a3fc36cf403602e65e0c7cd5fc7a6409
Author:     Joseph Ward <jward@ehprivacy.com>
AuthorDate: 2025-01-20 00:48:51 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2025-01-20 00:48:51 +0000

    net-im/jitsi-meet-full: Update to 2.0.9955

    - www/jitsi-meet: Update to 1.0.8339
    - net-im/jicofo: Update to 1.0-1118
    - net-im/jitsi-videobridge: Update to 2.3-198
    - net-im/jitsi-prosody-plugins: Update to 2.0.9955
    - net-im/jitsi-srtp-native: Update to 1.1-18

    PR:             284107
    Reported by:    jward _at__ ehprivacy.com

 net-im/jitsi-meet-full/Makefile        | 13 ++++++-------
 net-im/jitsi-prosody-plugins/Makefile  |  5 ++---
 net-im/jitsi-prosody-plugins/distinfo  |  6 +++---
 net-im/jitsi-prosody-plugins/pkg-plist |  6 +++---
 net-im/jitsi-srtp-native/Makefile      |  4 ++--
 net-im/jitsi-srtp-native/distinfo      |  6 +++---
 net-im/jitsi-videobridge/Makefile      |  4 ++--
 net-im/jitsi-videobridge/distinfo      | 10 +++++-----
 www/jitsi-meet/Makefile                |  2 +-
 www/jitsi-meet/distinfo                |  6 +++---
 www/jitsi-meet/pkg-plist               | 11 ++++++-----
 11 files changed, 36 insertions(+), 37 deletions(-)
Comment 2 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2025-01-20 00:53:03 UTC
Committed with few modifications. Thanks!