pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

jitsi-meet: update to 2.0.8138



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Thu Dec 29 03:51:41 2022 +0100
Changeset:	bf531ac09251d3039da15b4ea24889c49c82f48f

Modified Files:
	jicofo/Makefile
	jicofo/PLIST
	jicofo/distinfo
	jitsi-meet-prosody/PLIST
	jitsi-meet/Makefile.common
	jitsi-meet/PLIST
	jitsi-meet/distinfo
	jitsi-videobridge/Makefile
	jitsi-videobridge/PLIST
	jitsi-videobridge/distinfo

Log Message:
jitsi-meet: update to 2.0.8138

This also bumps USE_JAVA2 to version 17 for jicofo and
jitsi-videobridge.

Changes:

jitsi-meet 1.0.6854
-----------
* Bump js-utils to 2.0.5 (filter room names). (#12625)
* feat(base/redux): fixed local storage on native
* fix(video-mute) prevent multiple camera track creation
* fix(dialog) Fix Dialog on mobile (#12650)

******************************************************************

lib-jitsi-meet
-----------
* log: Log component versions to console (and rtcstats). (#2139)
* Remove deprecated conference properties (#2173)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bf531ac09251d3039da15b4ea24889c49c82f48f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 jicofo/Makefile            |  14 ++--
 jicofo/PLIST               |  35 ++++++----
 jicofo/distinfo            |   7 +-
 jitsi-meet-prosody/PLIST   |   7 ++
 jitsi-meet/Makefile.common |   6 +-
 jitsi-meet/PLIST           | 156 ++++++++++++++++++++++++++-------------------
 jitsi-meet/distinfo        |   6 +-
 jitsi-videobridge/Makefile |   2 +-
 jitsi-videobridge/PLIST    |  41 ++++++------
 jitsi-videobridge/distinfo |   6 +-
 10 files changed, 152 insertions(+), 128 deletions(-)

diffs:
diff --git a/jicofo/Makefile b/jicofo/Makefile
index 88b62d1d68..692416d3eb 100644
--- a/jicofo/Makefile
+++ b/jicofo/Makefile
@@ -9,7 +9,7 @@ COMMENT=	Server side focus component used in Jitsi Meet conferences
 DISTINFO_FILE=	${.CURDIR}/../../wip/jicofo/distinfo
 
 USE_TOOLS+=	bash:run unzip
-USE_JAVA2=	8
+USE_JAVA2=	17
 
 REPLACE_BASH=	resources/jicofo.sh
 
@@ -20,12 +20,8 @@ MAVEN_FLAGS+=	-Dassembly.skipAssembly=false
 MAVEN_FLAGS+=	-Djavax.net.ssl.trustStore=${WRKDIR}/keystore
 MAVEN_FLAGS+=	-Djavax.net.ssl.trustStorePassword=password
 
-EGDIR=		share/examples/jicofo
-CONF_FILES=	${EGDIR}/logging.properties \
-		${PKG_SYSCONFDIR}/jitsi/jicofo/logging.properties
-
 INSTALLATION_DIRS+=	bin
-INSTALLATION_DIRS+=	${EGDIR}
+INSTALLATION_DIRS+=	share
 
 SUBST_CLASSES+=		java logging
 SUBST_STAGE.java=	post-configure
@@ -39,7 +35,7 @@ do-configure:
 	#XXX this assumes trusted CA certificates are in /etc/openssl/certs
 	cd ${WRKSRC} && \
 		for cert in /etc/openssl/certs/*.0; do \
-			/usr/pkg/java/openjdk11/bin/keytool -importcert \
+			/usr/pkg/java/openjdk17/bin/keytool -importcert \
 					-keystore ${WRKDIR}/keystore \
 					-noprompt -trustcacerts \
 					-storepass password -file "$$cert" \
@@ -53,11 +49,9 @@ do-install:
 	${RM} -rf ${DESTDIR}${PREFIX}/share/jicofo \
 		${DESTDIR}${PREFIX}/share/jicofo-1.1-SNAPSHOT
 	cd ${DESTDIR}${PREFIX}/share && \
-		${UNZIP_CMD} ${WRKSRC}/target/jicofo-1.1-SNAPSHOT-archive.zip
+		${UNZIP_CMD} ${WRKSRC}/jicofo/target/jicofo-1.1-SNAPSHOT-archive.zip
 	${MV} ${DESTDIR}${PREFIX}/share/jicofo-1.1-SNAPSHOT \
 		${DESTDIR}${PREFIX}/share/jicofo
-	${MV} ${DESTDIR}${PREFIX}/share/jicofo/lib/logging.properties \
-		${DESTDIR}${PREFIX}/share/examples/jicofo/logging.properties
 	${LN} -sf ../share/jicofo/jicofo.sh \
 		${DESTDIR}${PREFIX}/bin/jicofo
 
diff --git a/jicofo/PLIST b/jicofo/PLIST
index c06ab3ddd8..0b0149b655 100644
--- a/jicofo/PLIST
+++ b/jicofo/PLIST
@@ -1,6 +1,5 @@
 @comment $NetBSD$
 bin/jicofo
-share/examples/jicofo/logging.properties
 share/jicofo/jicofo.bat
 share/jicofo/jicofo.jar
 share/jicofo/jicofo.sh
@@ -50,11 +49,14 @@ share/jicofo/lib/jetty-server-11.0.10.jar
 share/jicofo/lib/jetty-servlet-11.0.10.jar
 share/jicofo/lib/jetty-servlets-11.0.10.jar
 share/jicofo/lib/jetty-util-11.0.10.jar
-share/jicofo/lib/jicoco-1.1-113-g4e7ea8b.jar
-share/jicofo/lib/jicoco-config-1.1-113-g4e7ea8b.jar
+share/jicofo/lib/jicoco-1.1-119-gc527d61.jar
+share/jicofo/lib/jicoco-config-1.1-119-gc527d61.jar
+share/jicofo/lib/jicoco-metrics-1.1-119-gc527d61.jar
+share/jicofo/lib/jicofo-common-1.1-SNAPSHOT.jar
+share/jicofo/lib/jicofo-selector-1.1-SNAPSHOT.jar
 share/jicofo/lib/jitsi-metaconfig-1.0-9-g5e1b624.jar
 share/jicofo/lib/jitsi-utils-1.0-119-ga7b23ff.jar
-share/jicofo/lib/jitsi-xmpp-extensions-1.0-56-g7efff95.jar
+share/jicofo/lib/jitsi-xmpp-extensions-1.0-59-g76a5c13.jar
 share/jicofo/lib/jna-5.9.0.jar
 share/jicofo/lib/json-simple-1.1.1.jar
 share/jicofo/lib/jsr305-3.0.2.jar
@@ -71,16 +73,21 @@ share/jicofo/lib/object-cloner-0.1.jar
 share/jicofo/lib/objenesis-3.2.jar
 share/jicofo/lib/osgi-resource-locator-1.0.3.jar
 share/jicofo/lib/sentry-5.4.0.jar
+share/jicofo/lib/simpleclient-0.16.0.jar
+share/jicofo/lib/simpleclient_common-0.16.0.jar
+share/jicofo/lib/simpleclient_tracer_common-0.16.0.jar
+share/jicofo/lib/simpleclient_tracer_otel-0.16.0.jar
+share/jicofo/lib/simpleclient_tracer_otel_agent-0.16.0.jar
 share/jicofo/lib/slf4j-api-1.7.32.jar
 share/jicofo/lib/slf4j-jdk14-1.7.32.jar
-share/jicofo/lib/smack-core-4.4.5.jar
-share/jicofo/lib/smack-extensions-4.4.5.jar
-share/jicofo/lib/smack-im-4.4.5.jar
-share/jicofo/lib/smack-java8-4.4.5.jar
-share/jicofo/lib/smack-resolver-javax-4.4.5.jar
-share/jicofo/lib/smack-sasl-javax-4.4.5.jar
-share/jicofo/lib/smack-streammanagement-4.4.4.jar
-share/jicofo/lib/smack-tcp-4.4.4.jar
-share/jicofo/lib/smack-xmlparser-4.4.5.jar
-share/jicofo/lib/smack-xmlparser-stax-4.4.5.jar
+share/jicofo/lib/smack-core-4.4.6.jar
+share/jicofo/lib/smack-extensions-4.4.6.jar
+share/jicofo/lib/smack-im-4.4.6.jar
+share/jicofo/lib/smack-java8-4.4.6.jar
+share/jicofo/lib/smack-resolver-javax-4.4.6.jar
+share/jicofo/lib/smack-sasl-javax-4.4.6.jar
+share/jicofo/lib/smack-streammanagement-4.4.6.jar
+share/jicofo/lib/smack-tcp-4.4.6.jar
+share/jicofo/lib/smack-xmlparser-4.4.6.jar
+share/jicofo/lib/smack-xmlparser-stax-4.4.6.jar
 share/jicofo/lib/spotbugs-annotations-4.6.0.jar
diff --git a/jicofo/distinfo b/jicofo/distinfo
index 03ab35c463..de80cd681a 100644
--- a/jicofo/distinfo
+++ b/jicofo/distinfo
@@ -1,6 +1,5 @@
 $NetBSD$
 
-BLAKE2s (jicofo/jitsi-meet_7648.tar.gz) = 0a132e426cacf7b38d70796907dbdde0f011b7bcbd348ce1cc8cb7be78c53f36
-SHA512 (jicofo/jitsi-meet_7648.tar.gz) = 87c151363376f17edb5643f0138fb989461dcc1f0c78624ac17def4b861f7dce0e3489db67f2f623686a335e6f5bd9d13618591ef4b3f2b1f71d446040745cdc
-Size (jicofo/jitsi-meet_7648.tar.gz) = 238060 bytes
-SHA1 (patch-resources_jicofo.sh) = 986445ede72ec0333bb56a52bc3c57030eca8383
+BLAKE2s (jicofo/jitsi-meet_8138.tar.gz) = d0df1114b51a1dbaf7b3049cb17240867501f9a9eac2e133e5ed2d0a09a046d2
+SHA512 (jicofo/jitsi-meet_8138.tar.gz) = 76464feba02c5ecd86e45e02bc703a39d0a70bb2080e539fa7177ab170bd7d84f9489040e2928af79c2b141900dc545db6f1bd47b9e34774b6bde0971296432b
+Size (jicofo/jitsi-meet_8138.tar.gz) = 237910 bytes
diff --git a/jitsi-meet-prosody/PLIST b/jitsi-meet-prosody/PLIST
index 94841c4ecc..6e5def6fb2 100644
--- a/jitsi-meet-prosody/PLIST
+++ b/jitsi-meet-prosody/PLIST
@@ -5,12 +5,15 @@ share/jitsi-meet-prosody/mod_auth_jitsi-anonymous.lua
 share/jitsi-meet-prosody/mod_auth_token.lua
 share/jitsi-meet-prosody/mod_av_moderation.lua
 share/jitsi-meet-prosody/mod_av_moderation_component.lua
+share/jitsi-meet-prosody/mod_certs_all.lua
 share/jitsi-meet-prosody/mod_client_proxy.lua
 share/jitsi-meet-prosody/mod_conference_duration.lua
 share/jitsi-meet-prosody/mod_conference_duration_component.lua
+share/jitsi-meet-prosody/mod_end_conference.lua
 share/jitsi-meet-prosody/mod_external_services.lua
 share/jitsi-meet-prosody/mod_filter_iq_jibri.lua
 share/jitsi-meet-prosody/mod_filter_iq_rayo.lua
+share/jitsi-meet-prosody/mod_fmuc.lua
 share/jitsi-meet-prosody/mod_jiconop.lua
 share/jitsi-meet-prosody/mod_jitsi_session.lua
 share/jitsi-meet-prosody/mod_limits_exception.lua
@@ -28,10 +31,13 @@ share/jitsi-meet-prosody/mod_muc_poltergeist.lua
 share/jitsi-meet-prosody/mod_muc_rate_limit.lua
 share/jitsi-meet-prosody/mod_muc_size.lua
 share/jitsi-meet-prosody/mod_muc_transcription_filter.lua
+share/jitsi-meet-prosody/mod_persistent_lobby.lua
 share/jitsi-meet-prosody/mod_polls.lua
 share/jitsi-meet-prosody/mod_poltergeist_component.lua
 share/jitsi-meet-prosody/mod_presence_identity.lua
 share/jitsi-meet-prosody/mod_reservations.lua
+share/jitsi-meet-prosody/mod_room_metadata.lua
+share/jitsi-meet-prosody/mod_room_metadata_component.lua
 share/jitsi-meet-prosody/mod_roster_command.lua
 share/jitsi-meet-prosody/mod_roster_command.patch
 share/jitsi-meet-prosody/mod_smacks.lua
@@ -40,6 +46,7 @@ share/jitsi-meet-prosody/mod_speakerstats_component.lua
 share/jitsi-meet-prosody/mod_token_verification.lua
 share/jitsi-meet-prosody/mod_turncredentials.lua
 share/jitsi-meet-prosody/mod_websocket_session_event.patch
+share/jitsi-meet-prosody/mod_xxl_conference.lua
 share/jitsi-meet-prosody/muc_owner_allow_kick-0.12.patch
 share/jitsi-meet-prosody/muc_owner_allow_kick.patch
 share/jitsi-meet-prosody/poltergeist.lib.lua
diff --git a/jitsi-meet/Makefile.common b/jitsi-meet/Makefile.common
index f4ce3a1a9d..7ba81d4882 100644
--- a/jitsi-meet/Makefile.common
+++ b/jitsi-meet/Makefile.common
@@ -5,12 +5,12 @@
 # used by wip/jitsi-videobridge/Makefile
 
 GITHUB_PROJECT?=	jitsi-meet
-GITHUB_TAG?=		stable/jitsi-meet_7648
-DISTNAME?=		jitsi-meet_7648
+GITHUB_TAG?=		stable/jitsi-meet_8138
+DISTNAME?=		jitsi-meet_8138
 CATEGORIES=		chat
 MASTER_SITES=		${MASTER_SITE_GITHUB:=jitsi/}
 DIST_SUBDIR=		${GITHUB_PROJECT}
-JITSI_MEET_VERSION=	2.0.7648
+JITSI_MEET_VERSION=	2.0.8138
 
 MAINTAINER=		khorben%defora.org@localhost
 HOMEPAGE?=		https://github.com/jitsi/jitsi-meet/
diff --git a/jitsi-meet/PLIST b/jitsi-meet/PLIST
index 70513a39c2..0b8073c543 100644
--- a/jitsi-meet/PLIST
+++ b/jitsi-meet/PLIST
@@ -17,10 +17,7 @@ share/jitsi-meet/connection_optimization/do_external_connect.js
 share/jitsi-meet/css/all.css
 share/jitsi-meet/favicon.ico
 share/jitsi-meet/fonts.html
-share/jitsi-meet/fonts/OpenSans-Light-webfont.eot
-share/jitsi-meet/fonts/OpenSans-Light-webfont.svg
-share/jitsi-meet/fonts/OpenSans-Light-webfont.ttf
-share/jitsi-meet/fonts/OpenSans-Light-webfont.woff
+share/jitsi-meet/fonts/.placeholder
 share/jitsi-meet/head.html
 share/jitsi-meet/images/GIPHY_icon.png
 share/jitsi-meet/images/GIPHY_logo.png
@@ -58,65 +55,6 @@ share/jitsi-meet/index.android.js
 share/jitsi-meet/index.html
 share/jitsi-meet/index.ios.js
 share/jitsi-meet/interface_config.js
-share/jitsi-meet/lang/languages-af.json
-share/jitsi-meet/lang/languages-ar.json
-share/jitsi-meet/lang/languages-be.json
-share/jitsi-meet/lang/languages-bg.json
-share/jitsi-meet/lang/languages-ca.json
-share/jitsi-meet/lang/languages-cs.json
-share/jitsi-meet/lang/languages-da.json
-share/jitsi-meet/lang/languages-de.json
-share/jitsi-meet/lang/languages-el.json
-share/jitsi-meet/lang/languages-enGB.json
-share/jitsi-meet/lang/languages-eo.json
-share/jitsi-meet/lang/languages-es.json
-share/jitsi-meet/lang/languages-esUS.json
-share/jitsi-meet/lang/languages-et.json
-share/jitsi-meet/lang/languages-eu.json
-share/jitsi-meet/lang/languages-fa.json
-share/jitsi-meet/lang/languages-fi.json
-share/jitsi-meet/lang/languages-fr.json
-share/jitsi-meet/lang/languages-frCA.json
-share/jitsi-meet/lang/languages-fy.json
-share/jitsi-meet/lang/languages-gl.json
-share/jitsi-meet/lang/languages-he.json
-share/jitsi-meet/lang/languages-hi.json
-share/jitsi-meet/lang/languages-hr.json
-share/jitsi-meet/lang/languages-hsb.json
-share/jitsi-meet/lang/languages-hu.json
-share/jitsi-meet/lang/languages-hy.json
-share/jitsi-meet/lang/languages-id.json
-share/jitsi-meet/lang/languages-is.json
-share/jitsi-meet/lang/languages-it.json
-share/jitsi-meet/lang/languages-ja.json
-share/jitsi-meet/lang/languages-ka.json
-share/jitsi-meet/lang/languages-kab.json
-share/jitsi-meet/lang/languages-km.json
-share/jitsi-meet/lang/languages-ko.json
-share/jitsi-meet/lang/languages-lt.json
-share/jitsi-meet/lang/languages-lv.json
-share/jitsi-meet/lang/languages-mn.json
-share/jitsi-meet/lang/languages-mr.json
-share/jitsi-meet/lang/languages-nb.json
-share/jitsi-meet/lang/languages-nl.json
-share/jitsi-meet/lang/languages-oc.json
-share/jitsi-meet/lang/languages-pl.json
-share/jitsi-meet/lang/languages-pt.json
-share/jitsi-meet/lang/languages-ptBR.json
-share/jitsi-meet/lang/languages-ro.json
-share/jitsi-meet/lang/languages-ru.json
-share/jitsi-meet/lang/languages-sc.json
-share/jitsi-meet/lang/languages-sk.json
-share/jitsi-meet/lang/languages-sl.json
-share/jitsi-meet/lang/languages-sq.json
-share/jitsi-meet/lang/languages-sr.json
-share/jitsi-meet/lang/languages-sv.json
-share/jitsi-meet/lang/languages-te.json
-share/jitsi-meet/lang/languages-tr.json
-share/jitsi-meet/lang/languages-uk.json
-share/jitsi-meet/lang/languages-vi.json
-share/jitsi-meet/lang/languages-zhCN.json
-share/jitsi-meet/lang/languages-zhTW.json
 share/jitsi-meet/lang/languages.json
 share/jitsi-meet/lang/main-af.json
 share/jitsi-meet/lang/main-ar.json
@@ -144,7 +82,6 @@ share/jitsi-meet/lang/main-hr.json
 share/jitsi-meet/lang/main-hsb.json
 share/jitsi-meet/lang/main-hu.json
 share/jitsi-meet/lang/main-hy.json
-share/jitsi-meet/lang/main-id.json
 share/jitsi-meet/lang/main-is.json
 share/jitsi-meet/lang/main-it.json
 share/jitsi-meet/lang/main-ja.json
@@ -155,7 +92,6 @@ share/jitsi-meet/lang/main-lv.json
 share/jitsi-meet/lang/main-ml.json
 share/jitsi-meet/lang/main-mn.json
 share/jitsi-meet/lang/main-mr.json
-share/jitsi-meet/lang/main-nb.json
 share/jitsi-meet/lang/main-nl.json
 share/jitsi-meet/lang/main-oc.json
 share/jitsi-meet/lang/main-pl.json
@@ -177,6 +113,7 @@ share/jitsi-meet/lang/main-zhCN.json
 share/jitsi-meet/lang/main-zhTW.json
 share/jitsi-meet/lang/main.json
 share/jitsi-meet/lang/readme.md
+share/jitsi-meet/lang/translation-languages.json
 share/jitsi-meet/lang/update-translation.js
 share/jitsi-meet/libs/alwaysontop.min.js
 share/jitsi-meet/libs/alwaysontop.min.js.map
@@ -195,6 +132,60 @@ share/jitsi-meet/libs/do_external_connect.min.js
 share/jitsi-meet/libs/do_external_connect.min.js.map
 share/jitsi-meet/libs/emotion.bin
 share/jitsi-meet/libs/emotion.json
+share/jitsi-meet/libs/excalidraw-assets/Cascadia.woff2
+share/jitsi-meet/libs/excalidraw-assets/Virgil.woff2
+share/jitsi-meet/libs/excalidraw-assets/bug-issue-template-7628a1d844446e5ca713.js
+share/jitsi-meet/libs/excalidraw-assets/locales/ar-SA-json-df18063071043058bb35.js
+share/jitsi-meet/libs/excalidraw-assets/locales/bg-BG-json-ba39428df4dbd5ac051d.js
+share/jitsi-meet/libs/excalidraw-assets/locales/bn-BD-json-a7a189c1a6aa9e464a56.js
+share/jitsi-meet/libs/excalidraw-assets/locales/ca-ES-json-bf30dc22317ac1f4161e.js
+share/jitsi-meet/libs/excalidraw-assets/locales/cs-CZ-json-0798528a966e2cda88ec.js
+share/jitsi-meet/libs/excalidraw-assets/locales/da-DK-json-8167504a4d4ae6d98c27.js
+share/jitsi-meet/libs/excalidraw-assets/locales/de-DE-json-63e7d4cbfcde0ce1814c.js
+share/jitsi-meet/libs/excalidraw-assets/locales/el-GR-json-4a8497d64ac5d089474a.js
+share/jitsi-meet/libs/excalidraw-assets/locales/es-ES-json-88d0dd30227b3d87a8d5.js
+share/jitsi-meet/libs/excalidraw-assets/locales/eu-ES-json-fee6ad26c14c62db47ab.js
+share/jitsi-meet/libs/excalidraw-assets/locales/fa-IR-json-4cf3c4cac1aa86837e37.js
+share/jitsi-meet/libs/excalidraw-assets/locales/fi-FI-json-1e24513f7499a89764b0.js
+share/jitsi-meet/libs/excalidraw-assets/locales/fr-FR-json-e957f763c3571741d176.js
+share/jitsi-meet/libs/excalidraw-assets/locales/gl-ES-json-4c40e2b7e4ecefba7848.js
+share/jitsi-meet/libs/excalidraw-assets/locales/he-IL-json-29dec8d22c5fd34f9a12.js
+share/jitsi-meet/libs/excalidraw-assets/locales/hi-IN-json-72a7488b9f75a19d9041.js
+share/jitsi-meet/libs/excalidraw-assets/locales/hu-HU-json-0c93162cc32bb1b3a7d3.js
+share/jitsi-meet/libs/excalidraw-assets/locales/id-ID-json-4b6f560ef48810f7727d.js
+share/jitsi-meet/libs/excalidraw-assets/locales/it-IT-json-0ffa72ac304167deb544.js
+share/jitsi-meet/libs/excalidraw-assets/locales/ja-JP-json-8c7fb47849bc5c3fb51d.js
+share/jitsi-meet/libs/excalidraw-assets/locales/kab-KAB-json-a229aaf321c3da577428.js
+share/jitsi-meet/libs/excalidraw-assets/locales/kk-KZ-json-6f477840db7f293c3ff3.js
+share/jitsi-meet/libs/excalidraw-assets/locales/ko-KR-json-efb124deee025252945e.js
+share/jitsi-meet/libs/excalidraw-assets/locales/lt-LT-json-6a7d4de0f242c78c75b6.js
+share/jitsi-meet/libs/excalidraw-assets/locales/lv-LV-json-e118f62721061c931a18.js
+share/jitsi-meet/libs/excalidraw-assets/locales/mr-IN-json-f4f95feaf792f55f7c23.js
+share/jitsi-meet/libs/excalidraw-assets/locales/my-MM-json-a78c614847e6c2a3fe02.js
+share/jitsi-meet/libs/excalidraw-assets/locales/nb-NO-json-b45aa5fb41a16edbfa81.js
+share/jitsi-meet/libs/excalidraw-assets/locales/nl-NL-json-b1c420387d01fa484d1b.js
+share/jitsi-meet/libs/excalidraw-assets/locales/nn-NO-json-68936ef7537dcc9292c1.js
+share/jitsi-meet/libs/excalidraw-assets/locales/oc-FR-json-d41f58dcdb50f62b3523.js
+share/jitsi-meet/libs/excalidraw-assets/locales/pa-IN-json-41df950fa70ed85758d7.js
+share/jitsi-meet/libs/excalidraw-assets/locales/pl-PL-json-0021485601f1b07ebcab.js
+share/jitsi-meet/libs/excalidraw-assets/locales/pt-BR-json-72ff03498a41f90f233d.js
+share/jitsi-meet/libs/excalidraw-assets/locales/pt-PT-json-839be12fe9dbb95f0e8f.js
+share/jitsi-meet/libs/excalidraw-assets/locales/ro-RO-json-9a98741abc72447e08e1.js
+share/jitsi-meet/libs/excalidraw-assets/locales/ru-RU-json-c4aca6954a117af10985.js
+share/jitsi-meet/libs/excalidraw-assets/locales/si-LK-json-e73bb7fb47924abe3fc7.js
+share/jitsi-meet/libs/excalidraw-assets/locales/sk-SK-json-9bf76f9cbac85483adbe.js
+share/jitsi-meet/libs/excalidraw-assets/locales/sl-SI-json-089d1313b3307ef3168c.js
+share/jitsi-meet/libs/excalidraw-assets/locales/sv-SE-json-f0e61f7b9a925a8ac52f.js
+share/jitsi-meet/libs/excalidraw-assets/locales/ta-IN-json-771bc7ffd823c6d1f7f2.js
+share/jitsi-meet/libs/excalidraw-assets/locales/tr-TR-json-f67b553e451f94a58b73.js
+share/jitsi-meet/libs/excalidraw-assets/locales/uk-UA-json-030974ad2c103dc4f3e8.js
+share/jitsi-meet/libs/excalidraw-assets/locales/vi-VN-json-14a0d70677d88d13130b.js
+share/jitsi-meet/libs/excalidraw-assets/locales/zh-CN-json-ac83663c09303ebc3acc.js
+share/jitsi-meet/libs/excalidraw-assets/locales/zh-HK-json-fbdd69ac2e81d38f0aa9.js
+share/jitsi-meet/libs/excalidraw-assets/locales/zh-TW-json-872230fd45944e19c9e6.js
+share/jitsi-meet/libs/excalidraw-assets/socketIoClient-9dfbabed609bb6017f9b.js
+share/jitsi-meet/libs/excalidraw-assets/vendor-220a1bb1bd422d754c5d.js
+share/jitsi-meet/libs/excalidraw-assets/vendor-220a1bb1bd422d754c5d.js.LICENSE.txt
 share/jitsi-meet/libs/external_api.min.js
 share/jitsi-meet/libs/external_api.min.js.map
 share/jitsi-meet/libs/external_connect.js
@@ -213,38 +204,69 @@ share/jitsi-meet/libs/tfjs-backend-wasm-threaded-simd.wasm
 share/jitsi-meet/libs/tfjs-backend-wasm.wasm
 share/jitsi-meet/libs/tflite-simd.wasm
 share/jitsi-meet/libs/tflite.wasm
-share/jitsi-meet/logging_config.js
 share/jitsi-meet/metro.config.js
 share/jitsi-meet/plugin.head.html
 share/jitsi-meet/pwa-worker.js
 share/jitsi-meet/react-native.config.js
 share/jitsi-meet/robots.txt
+share/jitsi-meet/sounds/README.md
 share/jitsi-meet/sounds/asked-unmute.mp3
+share/jitsi-meet/sounds/asked-unmute.opus
 share/jitsi-meet/sounds/e2eeOff.mp3
+share/jitsi-meet/sounds/e2eeOff.opus
 share/jitsi-meet/sounds/e2eeOn.mp3
+share/jitsi-meet/sounds/e2eeOn.opus
+share/jitsi-meet/sounds/incomingMessage.mp3
+share/jitsi-meet/sounds/incomingMessage.opus
 share/jitsi-meet/sounds/incomingMessage.wav
+share/jitsi-meet/sounds/joined.mp3
+share/jitsi-meet/sounds/joined.opus
 share/jitsi-meet/sounds/joined.wav
 share/jitsi-meet/sounds/knock.mp3
+share/jitsi-meet/sounds/knock.opus
+share/jitsi-meet/sounds/left.mp3
+share/jitsi-meet/sounds/left.opus
 share/jitsi-meet/sounds/left.wav
 share/jitsi-meet/sounds/liveStreamingOff.mp3
+share/jitsi-meet/sounds/liveStreamingOff.opus
 share/jitsi-meet/sounds/liveStreamingOn.mp3
+share/jitsi-meet/sounds/liveStreamingOn.opus
 share/jitsi-meet/sounds/noAudioSignal.mp3
+share/jitsi-meet/sounds/noAudioSignal.opus
 share/jitsi-meet/sounds/noisyAudioInput.mp3
+share/jitsi-meet/sounds/noisyAudioInput.opus
+share/jitsi-meet/sounds/outgoingRinging.mp3
+share/jitsi-meet/sounds/outgoingRinging.opus
 share/jitsi-meet/sounds/outgoingRinging.wav
+share/jitsi-meet/sounds/outgoingStart.mp3
+share/jitsi-meet/sounds/outgoingStart.opus
 share/jitsi-meet/sounds/outgoingStart.wav
 share/jitsi-meet/sounds/reactions-applause.mp3
+share/jitsi-meet/sounds/reactions-applause.opus
 share/jitsi-meet/sounds/reactions-boo.mp3
+share/jitsi-meet/sounds/reactions-boo.opus
 share/jitsi-meet/sounds/reactions-crickets.mp3
+share/jitsi-meet/sounds/reactions-crickets.opus
 share/jitsi-meet/sounds/reactions-laughter.mp3
+share/jitsi-meet/sounds/reactions-laughter.opus
 share/jitsi-meet/sounds/reactions-raised-hand.mp3
+share/jitsi-meet/sounds/reactions-raised-hand.opus
 share/jitsi-meet/sounds/reactions-surprise.mp3
+share/jitsi-meet/sounds/reactions-surprise.opus
 share/jitsi-meet/sounds/reactions-thumbs-up.mp3
+share/jitsi-meet/sounds/reactions-thumbs-up.opus
 share/jitsi-meet/sounds/recordingOff.mp3
+share/jitsi-meet/sounds/recordingOff.opus
 share/jitsi-meet/sounds/recordingOn.mp3
+share/jitsi-meet/sounds/recordingOn.opus
+share/jitsi-meet/sounds/rejected.mp3
+share/jitsi-meet/sounds/rejected.opus
 share/jitsi-meet/sounds/rejected.wav
-share/jitsi-meet/sounds/ring.ogg
+share/jitsi-meet/sounds/ring.mp3
+share/jitsi-meet/sounds/ring.opus
 share/jitsi-meet/sounds/ring.wav
 share/jitsi-meet/sounds/talkWhileMuted.mp3
+share/jitsi-meet/sounds/talkWhileMuted.opus
 share/jitsi-meet/static/404.html
 share/jitsi-meet/static/authError.html
 share/jitsi-meet/static/close.html
diff --git a/jitsi-meet/distinfo b/jitsi-meet/distinfo
index bbbc16825a..ea15a90dd2 100644
--- a/jitsi-meet/distinfo
+++ b/jitsi-meet/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (jitsi-meet/jitsi-meet_7648.tar.gz) = 9e42e454b58ad19004d9988f34268259fcbcd6eb00e9bad739fe19a9542e9bef
-SHA512 (jitsi-meet/jitsi-meet_7648.tar.gz) = eb15ee04b61789c1634a576235ba20d205a360e49f34ea17f4e652a2b0765dc28d98caf6942ea5a3798edf962a4111e827153e182914a20654ac07cd53578b8b
-Size (jitsi-meet/jitsi-meet_7648.tar.gz) = 117272437 bytes
+BLAKE2s (jitsi-meet/jitsi-meet_8138.tar.gz) = 74e1785637866bc70dabdf1aab737decf8907cfe6cd314bd878eb99b7865d5ba
+SHA512 (jitsi-meet/jitsi-meet_8138.tar.gz) = 2ac7156d0d1e0b16b3b157710a4a0149bed1d805d8d9efc1757a2596c7a0e80989d0d6e80a42bdc77cb8fadf5f6e9f5881a0572c5365d16823bb238dc5b4edd2
+Size (jitsi-meet/jitsi-meet_8138.tar.gz) = 116857650 bytes
diff --git a/jitsi-videobridge/Makefile b/jitsi-videobridge/Makefile
index 830e46c7f1..a5d381554d 100644
--- a/jitsi-videobridge/Makefile
+++ b/jitsi-videobridge/Makefile
@@ -9,7 +9,7 @@ COMMENT=	WebRTC compatible video router or SFU
 DISTINFO_FILE=	${.CURDIR}/../../wip/jitsi-videobridge/distinfo
 
 USE_TOOLS+=	bash:run unzip
-USE_JAVA2=	8
+USE_JAVA2=	17
 
 REPLACE_BASH=	jvb/resources/jvb.sh
 
diff --git a/jitsi-videobridge/PLIST b/jitsi-videobridge/PLIST
index 2ea6fde629..4981e2c2e2 100644
--- a/jitsi-videobridge/PLIST
+++ b/jitsi-videobridge/PLIST
@@ -14,10 +14,8 @@ share/jitsi-videobridge/lib/bcpkix-jdk15on-1.70.jar
 share/jitsi-videobridge/lib/bcprov-jdk15on-1.70.jar
 share/jitsi-videobridge/lib/bctls-jdk15on-1.70.jar
 share/jitsi-videobridge/lib/bcutil-jdk15on-1.70.jar
-share/jitsi-videobridge/lib/callstats-java-sdk-5.4.0.jar
 share/jitsi-videobridge/lib/cglib-nodep-2.2.jar
 share/jitsi-videobridge/lib/checker-qual-3.12.0.jar
-share/jitsi-videobridge/lib/commons-codec-1.9.jar
 share/jitsi-videobridge/lib/commons-lang3-3.12.0.jar
 share/jitsi-videobridge/lib/config-1.4.2.jar
 share/jitsi-videobridge/lib/error_prone_annotations-2.7.1.jar
@@ -74,28 +72,26 @@ share/jitsi-videobridge/lib/jetty-servlets-11.0.10.jar
 share/jitsi-videobridge/lib/jetty-util-11.0.10.jar
 share/jitsi-videobridge/lib/jetty-webapp-11.0.10.jar
 share/jitsi-videobridge/lib/jetty-xml-11.0.10.jar
-share/jitsi-videobridge/lib/jicoco-1.1-115-g332f4e7.jar
-share/jitsi-videobridge/lib/jicoco-config-1.1-115-g332f4e7.jar
-share/jitsi-videobridge/lib/jicoco-metrics-1.1-115-g332f4e7.jar
+share/jitsi-videobridge/lib/jicoco-1.1-119-gc527d61.jar
+share/jitsi-videobridge/lib/jicoco-config-1.1-119-gc527d61.jar
+share/jitsi-videobridge/lib/jicoco-metrics-1.1-119-gc527d61.jar
 share/jitsi-videobridge/lib/jitsi-media-transform-2.1-SNAPSHOT.jar
 share/jitsi-videobridge/lib/jitsi-metaconfig-1.0-9-g5e1b624.jar
 share/jitsi-videobridge/lib/jitsi-srtp-1.1-7-gd8d1435.jar
-share/jitsi-videobridge/lib/jitsi-stats-1.0-13-g1ca7967.jar
-share/jitsi-videobridge/lib/jitsi-utils-1.0-119-ga7b23ff.jar
-share/jitsi-videobridge/lib/jitsi-xmpp-extensions-1.0-53-g0113a6b.jar
+share/jitsi-videobridge/lib/jitsi-utils-1.0-124-ge57838f.jar
+share/jitsi-videobridge/lib/jitsi-xmpp-extensions-1.0-59-g76a5c13.jar
 share/jitsi-videobridge/lib/jna-5.9.0.jar
 share/jitsi-videobridge/lib/jnilib-1.0-9-g45bf9f2.jar
 share/jitsi-videobridge/lib/jniwrapper-java-1.0-9-g45bf9f2.jar
 share/jitsi-videobridge/lib/jniwrapper-native-1.0-9-g45bf9f2.jar
-share/jitsi-videobridge/lib/jose4j-0.5.5.jar
 share/jitsi-videobridge/lib/json-simple-1.1.1.jar
 share/jitsi-videobridge/lib/jsr305-3.0.2.jar
 share/jitsi-videobridge/lib/jxmpp-core-1.0.3.jar
 share/jitsi-videobridge/lib/jxmpp-jid-1.0.3.jar
 share/jitsi-videobridge/lib/jxmpp-util-cache-1.0.3.jar
 share/jitsi-videobridge/lib/kotlin-reflect-1.6.21.jar
-share/jitsi-videobridge/lib/kotlin-stdlib-1.5.31.jar
-share/jitsi-videobridge/lib/kotlin-stdlib-common-1.5.31.jar
+share/jitsi-videobridge/lib/kotlin-stdlib-1.6.21.jar
+share/jitsi-videobridge/lib/kotlin-stdlib-common-1.6.21.jar
 share/jitsi-videobridge/lib/kotlin-stdlib-jdk7-1.6.21.jar
 share/jitsi-videobridge/lib/kotlin-stdlib-jdk8-1.6.21.jar
 share/jitsi-videobridge/lib/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
@@ -103,8 +99,6 @@ share/jitsi-videobridge/lib/logging.properties
 share/jitsi-videobridge/lib/minidns-core-1.0.4.jar
 share/jitsi-videobridge/lib/object-cloner-0.1.jar
 share/jitsi-videobridge/lib/objenesis-2.1.jar
-share/jitsi-videobridge/lib/okhttp-3.9.1.jar
-share/jitsi-videobridge/lib/okio-1.13.0.jar
 share/jitsi-videobridge/lib/osgi-resource-locator-1.0.3.jar
 share/jitsi-videobridge/lib/pcap4j-core-1.8.2.jar
 share/jitsi-videobridge/lib/pcap4j-packetfactory-static-1.8.2.jar
@@ -119,16 +113,17 @@ share/jitsi-videobridge/lib/simpleclient_tracer_common-0.16.0.jar
 share/jitsi-videobridge/lib/simpleclient_tracer_otel-0.16.0.jar
 share/jitsi-videobridge/lib/simpleclient_tracer_otel_agent-0.16.0.jar
 share/jitsi-videobridge/lib/slf4j-api-1.7.32.jar
-share/jitsi-videobridge/lib/smack-core-4.4.5.jar
-share/jitsi-videobridge/lib/smack-extensions-4.4.5.jar
-share/jitsi-videobridge/lib/smack-im-4.4.5.jar
-share/jitsi-videobridge/lib/smack-java8-4.4.5.jar
-share/jitsi-videobridge/lib/smack-resolver-javax-4.4.5.jar
-share/jitsi-videobridge/lib/smack-sasl-javax-4.4.5.jar
-share/jitsi-videobridge/lib/smack-streammanagement-4.4.5.jar
-share/jitsi-videobridge/lib/smack-tcp-4.4.5.jar
-share/jitsi-videobridge/lib/smack-xmlparser-4.4.5.jar
-share/jitsi-videobridge/lib/smack-xmlparser-stax-4.4.5.jar
+share/jitsi-videobridge/lib/slf4j-jdk14-1.7.32.jar
+share/jitsi-videobridge/lib/smack-core-4.4.6.jar
+share/jitsi-videobridge/lib/smack-extensions-4.4.6.jar
+share/jitsi-videobridge/lib/smack-im-4.4.6.jar
+share/jitsi-videobridge/lib/smack-java8-4.4.6.jar
+share/jitsi-videobridge/lib/smack-resolver-javax-4.4.6.jar
+share/jitsi-videobridge/lib/smack-sasl-javax-4.4.6.jar
+share/jitsi-videobridge/lib/smack-streammanagement-4.4.6.jar
+share/jitsi-videobridge/lib/smack-tcp-4.4.6.jar
+share/jitsi-videobridge/lib/smack-xmlparser-4.4.6.jar
+share/jitsi-videobridge/lib/smack-xmlparser-stax-4.4.6.jar
 share/jitsi-videobridge/lib/spotbugs-annotations-4.6.0.jar
 share/jitsi-videobridge/lib/videobridge.rc
 share/jitsi-videobridge/lib/websocket-core-client-11.0.10.jar
diff --git a/jitsi-videobridge/distinfo b/jitsi-videobridge/distinfo
index c5bbd759d3..3d1944ebb8 100644
--- a/jitsi-videobridge/distinfo
+++ b/jitsi-videobridge/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (jitsi-videobridge/jitsi-meet_7648.tar.gz) = 6b2a5d08b88043867282460211e42efbd59537f1412d29b5fe80add3d1b2622e
-SHA512 (jitsi-videobridge/jitsi-meet_7648.tar.gz) = bc0de0e5f13c0299d64db7756b7cbef34dde71e97e1e5abf57c0ef1a203b532f1bba0518706babbc836dde00638f5885fdd28487707040725595ab39b3a60f04
-Size (jitsi-videobridge/jitsi-meet_7648.tar.gz) = 62357040 bytes
+BLAKE2s (jitsi-videobridge/jitsi-meet_8138.tar.gz) = 23e125bae071dd96b8ef66429139e1a1cbefcdff7220f8a3aa0368c72f203640
+SHA512 (jitsi-videobridge/jitsi-meet_8138.tar.gz) = 75b617fa44701a40a8ec609f03130e939e9d9127b56b16412f51b5adf00597db3bac562bb8751261e9ce31a7c8b15283ab45bf0ece7337d26c65dd7be133f2a8
+Size (jitsi-videobridge/jitsi-meet_8138.tar.gz) = 62336666 bytes


Home | Main Index | Thread Index | Old Index