pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat



Module Name:    pkgsrc
Committed By:   khorben
Date:           Fri Feb 10 12:50:13 UTC 2023

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

Log Message:
jicofo,jitsi-{meet-prosody,videobridge}: update to 2.0.8252

Changes in 2.0.8252:

jitsi-meet
----------
* feat(config/giphy) add proxyUrl config for giphy requests (#12816)
* fix(external-api) fix sending forms after introduction of sandbox
* fix(Thumbnail):limit the size of the avatar to 200
* Fixed overflow of popover (#12814)
* feat(base/lib-jitsi-meet): fixed build failing from bad import
* feat(narrow-layout) Use drawer menus on desktop narrow mode (#12799)
* fix(recording-dialog) Fix switch UI (#12826)
* Feat ssrc rewriting (#12408)
* chore(deps) lib-jitsi-meet@latest
* chore(deps) lib-jitsi-meet@latest
* fix(breakout-room, rn): joining room
* feat(ci) add luacheck
* fix(conferendce-timer) use "monospace" digits
* feat(chat) Redesign chat
* fix(lang) updated Esperanto
* feat(participants) Add count badge to toolbar button
* fix(authentication) don't hide the dialog until auth has completed
* feat(settings/native): changed FormSectionAccordion.js to FormSection.tsx
* feat(wifistats) drop support for WiFiStats
* fix(external-api) fix no longer allowing popups
* fix(local-rec) Reset max size on recording stop (#12815)
* fix(external-api) Don't check recording service for live streaming (#12807)
* fix(dialog) Make sure dialog fits in the available height (#12803)
* ref(external-api) set ifrma source last
* feat(external-api) sandbox the iframe
* fix(config,debian) fix multistream backwards compatibility
* fix(deep-linking) drop broken an unused setting
* fix(welcome-page) Fix narrow mode (#12781)
* chore(deps) lib-jitsi-meet@latest
* feat(polls): removed platform check and fixed button arrangement (#12780)
* feat(rn,deps) update react-native-webrtc to 106.0.4

lib-jitsi-meet
--------------
* feat(ssrc-rewriting) Advertise support to Jicofo. (#2209)
* Feat ssrc rewriting (#2192)
* fix: Bring back code setting externalAuthEnabled. (#2207)
* feat(statistics) drop support for WiFiStats
* fix(SignalingLayer) Update SSRC owners on leave. (#2184)

Changes in 2.0.8218:

jitsi-meet
----------
* chore(deps) lib-jitsi-meet@latest
* chore(deps) lib-jitsi-meet@latest
* fix: Drops jicofo-authuser as we use hardcoded value.
* chore(deps) run npm audit fix
* feat(rn,deps) update react-native-webrtc to 106.0.3
* feat(polls): added marginTop
* feat(share-room): created getInviteOthersControl helper (#12769)
* ref(dep): updated react navigation dependencies (#12768)
* fix: Fix appending URL params. (#12763)
* feat(rn,deps) update react-native-webrtc to 106.0.2
* chore(deps): update rn-safe-area-context to latest (#12760)
* chore(deps): update rn-gesture-handler to latest (#12759)
* feat(share-room): disable Invite Others button when Share is visible (#12765)
* feat(ui/polls/security/native): style fixes and updates  (#12761)
* fix(deeplinking) Consider deprecated config (#12758)
* fix(audio-only) Fix an issue where 'startAudioOnly' in config is not applied to web clients.
* fix(local-rec) Stop recording properly on size exceeded (#12757)
* fix: Fixes using s2s for visitors.
* chore(deps) lib-jitsi-meet@latest (#12754)
* feat: Append ?room= to conferenceRequestUrl. (#12753)
* feat(android) created Monochrome Icon
* feat(base/media): SS mobile align (#12743)
* jaas: pass the jitsi installation type at provisioning (#12750)
* Update react native paper dependency to latest (#12740)

lib-jitsi-meet
--------------
* fix: Fix setting machineUid when sending conference-request.
* fix(quality-control) Fix receiver constraints for default case. When the application doesn't set receiver constraints, generate default constraints in the source-name mode. Cleanup code related to 
the endpoint based video constraint handling for p2p connection.
* fix(qualitycontrol): Cleanup old receiver constraints. Endpoint based receiver constraints and other endpoint based bridge signaling messages are no longer supported by latest JVB after the switch 
to source-name signaling. Rename method names 'sendNewReceiverVideoConstraintsMessage'->'sendReceiverVideoConstraintsMessage', 'setNewReceiverVideoConstraints'->'setReceiverVideoConstraints'
* ref(TPC): Cleanup flags related to low fps screenshare. Simulcast for SS is always on in unified plan mode, the lower spatial resolution streams are turned off for low fps sharing.
* ref(ScreenObtainer): Always set the resolution constraints for SS. It was behind a testing flag setScreenSharingResolutionConstraints.
* fix(JitsiTrack) Add setSourceName/getSourceName methods to JitsiTrack class.
* ref(JitsiTrack) Alpha sort the methods.
* Use the XMPP connection's options instead of the conference options for Moderator. (#2202)
* chore(deps): bump json5 from 1.0.1 to 1.0.2
* chore(deps): bump minimatch from 3.0.4 to 3.1.2 in /types/types-comparer
* chore(deps): bump engine.io and socket.io
* fix(p2p) Fix an issue where unmute fails on p2p with channelLastN=0. Always initiate a sRD->cA->sLD cycle since renegotiation fails in the following scenario. In a p2p call when channelLastN=0, the 
direction on the video tranceiver is set to'inactive'. At this point, if the user unmutes, the track is replaced on the video sender. If a cO->sLD->sRD is triggered, the browser adds a third m-line 
which isn't expected and possibly is a bug. All renegotiations fail as a result. However, the browser does not add a third m-line in the answer it generates and renegotiation succeeds.
* fix(BridgeChannel) skip close notification if the code is 1001

Changes in 2.0.8194:

jitsi-meet
----------
* fix(config) Delete deprecated config. Client (receiver constraints)  and bridge use the new b/w allocation strategy by default.
* fix(config): Remove unused config values. capScreenshareBitrate and setScreenSharingResolutionConstraints are no longer valid.
* feat(prejoin) Disable join buttons during joining
* Re-use existing flags for visitor functioonality. (#12703)
* ref(participants) Remove sortedRemoteScreenshares used by legacy SS.
* fix(audio-only):Don't disable on SS started. (#12733)
* chore(ci): update to checkout@v3 to fix node12 warnings (#12722)
* ci: move jsonlint to npm run script (#12721)
* fix(lang) update German translation (#12720)
* chore(welcome-page) Welcome page redesign (#12717)
* fix(welcome-page) Fix error before joining a meeting from welcome page (#12718)
* fix(filmstrip): scroll
* chore(deps): bump loader-utils from 1.4.1 to 1.4.2
* chore(deps) lib-jitsi-meet@latest
* ref(setScreenshareMuted): remove mediaType
* ref(setVideoMuted): remove mediaType param.
* fix(config) Remove code related to deprecated configs 'preferH264' and 'disableH264'.
* fix(face-landmarks): check for track state only if image capture is not polyfill (#12711)
* feat(deeplinking) Move deeplinking to config.js (#12704)
* feat(audioOnly): do not disable when SS starts
* fix(rn) temporarily disable P2P
* fix(android,config) allow to override integer config
* fix(rn,polyfills) simplify WebRTC polyfills
* fix(rn,config) make sure VP9 is never selected
* deps(rn) react-native-webrtc@106.0.1
* chore(deps) lib-jitsi-meet@latest
* fix(rn) removes settings dialog webviews and opens urls in browser
* fix(invite-dialog) adjust dial in limit display condition and styling (#12654)
* fix(conference) Fixes an issue where first unmute with disableInitialGUM=true was resulting in user staying muted. When device list changes, create a new track with the preferred device only if the 
user is unmuted. If the user is audio/video muted, remove the existing track from conference. A new track will be created and replaced automatically when the user unmutes. Also since screensharing is 
a separate source, always check for updated camera devices.
* fix(config): cleanup config function (#12690)
* fix(rn,dynamic-branding) fix handling bogus response from the backend
* fix(prejoin) fix prejoin app dialogs not being visible (#12689)
* ref(TS) Convert some features to TS (#12651)
* chore(deps) lib-jitsi-meet@latest (#12684)
* fix(rn,screenshare) rework the logic for unified-plan with multi-stream
* fix(rn,config) don't disable multi-stream sending on RN
* feat(deps,rn) update react-native-webrtc@106
* chore(deps) lib-jitsi-meet@latest
* feat(route) Redirect to a custom welcome page
* fix(prejoin) Fix missing lib error
* chore(deps) lib-jitsi-meet@latest
* feat: Adds docs, config and scripts around the visitor mode. (#12658)
* chore(deps) lib-jitsi-meet@latest
* fix(salesforce) require selected records + styling (#12669)
* feat: Prints the error on problem sharing YouTube video.
* fix: Error in patching config.js
* fix: Fixes undefined error in some cases after patching config.js.
*  fix(android) adds default notification icons
* chore(deps): bumped rtcstats 9.5.0 -> 9.5.1 (#12664)
* fix(e2ee) avoid running middleware when there is no conference
* ref(misc) remove unused code for dock / undock (#12661)
* feat(giphy) disable feature from dynamic branding (#12620)

lib-jitsi-meet
--------------
* feat: Remove the startBitrate and minBitrate conference-request options. (#2194)
* Conference request over HTTP (#2188)
* fix(deps) Use Yarn v2 compatible syntax (#2092)
* fix(codec-selection): Codec selection fixes. 1. Checks peer's preferred codec in p2p case. Mobile and web have different preferred codecs. 2. Log an error message when the preferred codec is not 
offered by JVB. 3. Clean up code related to deprecated config.js settings 'preferH264' and 'disableH264'. 4. Refactor the codec selection logic so that correct codec is picked.
* fix(spot) adapt to API changes and fix remote screen-share
* feat(rn,TPC) use modern layer selection on RN
* fix(rn,CodecSelection) RN now supports the capabilities API so use it
* fix(rn,ConnectionQuality) use new APIs for target bitrate on RN
* fix(BridgeChannel): prevent multiple websockets on retries (#2179)
* fix(statistics): remove infinite logging (#2180)
* feat(browser-support) use Unified Plan on React Native
* Use insertable streams to drop all media when in lite mode. (#2178)
* feat: Moves vnode handle from  conferenceIQ error to success response.
* fix: set faceLandmarks on update only if it is has data (#2177)
* ref: Remove the created-ms property (obsoleted by meetingId). (#1500)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/chat/jicofo/PLIST pkgsrc/chat/jicofo/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/chat/jitsi-meet/Makefile.common
cvs rdiff -u -r1.1 -r1.2 pkgsrc/chat/jitsi-meet/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/chat/jitsi-meet-prosody/PLIST
cvs rdiff -u -r1.1 -r1.2 pkgsrc/chat/jitsi-videobridge/PLIST \
    pkgsrc/chat/jitsi-videobridge/distinfo

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

Modified files:

Index: pkgsrc/chat/jicofo/PLIST
diff -u pkgsrc/chat/jicofo/PLIST:1.1 pkgsrc/chat/jicofo/PLIST:1.2
--- pkgsrc/chat/jicofo/PLIST:1.1        Tue Jan  3 10:27:40 2023
+++ pkgsrc/chat/jicofo/PLIST    Fri Feb 10 12:50:13 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2023/01/03 10:27:40 khorben Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/02/10 12:50:13 khorben Exp $
 bin/jicofo
 share/examples/jicofo/jicofo.conf
 share/examples/jicofo/logging.properties
@@ -24,6 +24,7 @@ share/jicofo/lib/jackson-annotations-2.1
 share/jicofo/lib/jackson-core-2.13.0.jar
 share/jicofo/lib/jackson-databind-2.13.0.jar
 share/jicofo/lib/jackson-module-jakarta-xmlbind-annotations-2.13.0.jar
+share/jicofo/lib/jackson-module-kotlin-2.14.1.jar
 share/jicofo/lib/jakarta.activation-2.0.1.jar
 share/jicofo/lib/jakarta.annotation-api-2.0.0.jar
 share/jicofo/lib/jakarta.inject-api-2.0.0.jar
@@ -59,7 +60,7 @@ share/jicofo/lib/jicofo-common-${PKGVERS
 share/jicofo/lib/jicofo-selector-${PKGVERSION}.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-59-g76a5c13.jar
+share/jicofo/lib/jitsi-xmpp-extensions-1.0-62-g911b404.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
@@ -94,4 +95,3 @@ 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
-@pkgdir share/examples/jicofo
Index: pkgsrc/chat/jicofo/distinfo
diff -u pkgsrc/chat/jicofo/distinfo:1.1 pkgsrc/chat/jicofo/distinfo:1.2
--- pkgsrc/chat/jicofo/distinfo:1.1     Tue Jan  3 10:27:40 2023
+++ pkgsrc/chat/jicofo/distinfo Fri Feb 10 12:50:13 2023
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.1 2023/01/03 10:27:40 khorben Exp $
+$NetBSD: distinfo,v 1.2 2023/02/10 12:50:13 khorben Exp $
 
-BLAKE2s (jicofo/jicofo-java-deps-2.0.8138.tar.gz) = d06323602159959cb4a87d6d36bc978edb91a02cdc0c249cf254321308d1fa11
-SHA512 (jicofo/jicofo-java-deps-2.0.8138.tar.gz) = 0ebf0fd98dd24c143d301efd154eb1eac65a337125689917eb734d70322769fba2f888aee8e442498814de7c07adbb0a1a1426bfb8ebd4f7c7566900fa826667
-Size (jicofo/jicofo-java-deps-2.0.8138.tar.gz) = 164169960 bytes
-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
+BLAKE2s (jicofo/jicofo-java-deps-2.0.8252.tar.gz) = 459b7412e76f04c6c8dc69570a4d7f1f6dfb466b72c566f37e928909fece9cad
+SHA512 (jicofo/jicofo-java-deps-2.0.8252.tar.gz) = 8c35edf7f8c7e99c2de371bc2ec6fe177fb1eb9e494db0574dd0e9b2680e482b2dc42cf639bb2b48644c82bf0e6f1328fe44868ee3a07edfd670d58f3a8a7644
+Size (jicofo/jicofo-java-deps-2.0.8252.tar.gz) = 168577903 bytes
+BLAKE2s (jicofo/jitsi-meet_8252.tar.gz) = a147905e891ccd5222518d521eb4010bb1a76733a568cb731fc4cd3227bb4bcc
+SHA512 (jicofo/jitsi-meet_8252.tar.gz) = 3200c5b22cbbf9372c8e139e28912b8610ac8761feb84e29b8c60bca3a2a74139f1b8180e0643fd0b9e31f799c223309e98d6b0d6cc3d2cc2241f0b5f4b80f4a
+Size (jicofo/jitsi-meet_8252.tar.gz) = 1883070 bytes
 SHA1 (patch-resources_jicofo.sh) = 986445ede72ec0333bb56a52bc3c57030eca8383

Index: pkgsrc/chat/jitsi-meet/Makefile.common
diff -u pkgsrc/chat/jitsi-meet/Makefile.common:1.2 pkgsrc/chat/jitsi-meet/Makefile.common:1.3
--- pkgsrc/chat/jitsi-meet/Makefile.common:1.2  Tue Jan  3 10:31:17 2023
+++ pkgsrc/chat/jitsi-meet/Makefile.common      Fri Feb 10 12:50:13 2023
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile.common,v 1.2 2023/01/03 10:31:17 khorben Exp $
+# $NetBSD: Makefile.common,v 1.3 2023/02/10 12:50:13 khorben Exp $
 # used by chat/jicofo/Makefile
 # used by chat/jitsi-meet-prosody/Makefile
 # used by chat/jitsi-videobridge/Makefile
 
 GITHUB_PROJECT?=       jitsi-meet
-GITHUB_TAG?=           stable/jitsi-meet_8138
-DISTNAME?=             jitsi-meet_8138
+GITHUB_TAG?=           stable/jitsi-meet_8252
+DISTNAME?=             jitsi-meet_8252
 CATEGORIES=            chat
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=jitsi/}
 DIST_SUBDIR=           ${GITHUB_PROJECT}
-JITSI_MEET_VERSION=    2.0.8138
+JITSI_MEET_VERSION=    2.0.8252
 
 MAINTAINER=            khorben%defora.org@localhost
 HOMEPAGE?=             https://github.com/jitsi/jitsi-meet/

Index: pkgsrc/chat/jitsi-meet/distinfo
diff -u pkgsrc/chat/jitsi-meet/distinfo:1.1 pkgsrc/chat/jitsi-meet/distinfo:1.2
--- pkgsrc/chat/jitsi-meet/distinfo:1.1 Thu Jan  5 21:29:31 2023
+++ pkgsrc/chat/jitsi-meet/distinfo     Fri Feb 10 12:50:13 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/01/05 21:29:31 khorben Exp $
+$NetBSD: distinfo,v 1.2 2023/02/10 12:50:13 khorben Exp $
 
-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
+BLAKE2s (jitsi-meet/jitsi-meet_8252.tar.gz) = 6fc5cb855c5cad99d1f5f0f6131084d6bac0cf254dcb8a1b80e56b14e2175399
+SHA512 (jitsi-meet/jitsi-meet_8252.tar.gz) = e25b7ca8bea6f189d6cadfc177bd114216e5e2043eec9835189e16b9e3d3480e4f9cd67fc75e3c6f5662e1cf72a7164661900c63be67ea892013d6b739eae512
+Size (jitsi-meet/jitsi-meet_8252.tar.gz) = 116898355 bytes

Index: pkgsrc/chat/jitsi-meet-prosody/PLIST
diff -u pkgsrc/chat/jitsi-meet-prosody/PLIST:1.1 pkgsrc/chat/jitsi-meet-prosody/PLIST:1.2
--- pkgsrc/chat/jitsi-meet-prosody/PLIST:1.1    Tue Jan  3 10:25:06 2023
+++ pkgsrc/chat/jitsi-meet-prosody/PLIST        Fri Feb 10 12:50:13 2023
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.1 2023/01/03 10:25:06 khorben Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/02/10 12:50:13 khorben Exp $
 share/jitsi-meet-prosody/ext_events.lib.lua
 share/jitsi-meet-prosody/luajwtjitsi.lib.lua
 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_certs_s2soutinjection.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
@@ -40,6 +40,9 @@ share/jitsi-meet-prosody/mod_room_metada
 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_s2s_whitelist.lua
+share/jitsi-meet-prosody/mod_s2soutinjection.lua
+share/jitsi-meet-prosody/mod_secure_interfaces.lua
 share/jitsi-meet-prosody/mod_smacks.lua
 share/jitsi-meet-prosody/mod_speakerstats.lua
 share/jitsi-meet-prosody/mod_speakerstats_component.lua

Index: pkgsrc/chat/jitsi-videobridge/PLIST
diff -u pkgsrc/chat/jitsi-videobridge/PLIST:1.1 pkgsrc/chat/jitsi-videobridge/PLIST:1.2
--- pkgsrc/chat/jitsi-videobridge/PLIST:1.1     Tue Jan  3 10:29:35 2023
+++ pkgsrc/chat/jitsi-videobridge/PLIST Fri Feb 10 12:50:13 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2023/01/03 10:29:35 khorben Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/02/10 12:50:13 khorben Exp $
 bin/jvb
 share/examples/jitsi-videobridge/jvb.conf
 share/examples/jitsi-videobridge/logging.properties
@@ -78,11 +78,11 @@ share/jitsi-videobridge/lib/jetty-servle
 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-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/jicoco-1.1-121-gbaa7d30.jar
+share/jitsi-videobridge/lib/jicoco-config-1.1-121-gbaa7d30.jar
+share/jitsi-videobridge/lib/jicoco-metrics-1.1-121-gbaa7d30.jar
 share/jitsi-videobridge/lib/jitsi-media-transform-${PKGVERSION}.jar
-share/jitsi-videobridge/lib/jitsi-metaconfig-1.0-9-g5e1b624.jar
+share/jitsi-videobridge/lib/jitsi-metaconfig-1.0-11-g8cf950e.jar
 share/jitsi-videobridge/lib/jitsi-srtp-1.1-7-gd8d1435.jar
 share/jitsi-videobridge/lib/jitsi-utils-1.0-124-ge57838f.jar
 share/jitsi-videobridge/lib/jitsi-xmpp-extensions-1.0-59-g76a5c13.jar
Index: pkgsrc/chat/jitsi-videobridge/distinfo
diff -u pkgsrc/chat/jitsi-videobridge/distinfo:1.1 pkgsrc/chat/jitsi-videobridge/distinfo:1.2
--- pkgsrc/chat/jitsi-videobridge/distinfo:1.1  Tue Jan  3 10:29:35 2023
+++ pkgsrc/chat/jitsi-videobridge/distinfo      Fri Feb 10 12:50:13 2023
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.1 2023/01/03 10:29:35 khorben Exp $
+$NetBSD: distinfo,v 1.2 2023/02/10 12:50:13 khorben Exp $
 
-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
-BLAKE2s (jitsi-videobridge/jitsi-videobridge-java-deps-2.0.8138.tar.gz) = b45b3aa0caff93aa80311b5210dbfae17e7f570550aee619d0158f4047326b33
-SHA512 (jitsi-videobridge/jitsi-videobridge-java-deps-2.0.8138.tar.gz) = 
ad1d31295171056815fcf67be1700716d558275fe6f0f7da187bcdb239a0cbf6f9b1ba2ca554f55e076ee9903c5c9ce540938a9cddc2e9cfcec214bd2ddefeb6
-Size (jitsi-videobridge/jitsi-videobridge-java-deps-2.0.8138.tar.gz) = 263397624 bytes
+BLAKE2s (jitsi-videobridge/jitsi-meet_8252.tar.gz) = 48e5632391354d29b1540f3be570d3218f9fe7d7474ff28588660c59f957ac97
+SHA512 (jitsi-videobridge/jitsi-meet_8252.tar.gz) = 6c66b81b073386f2aac86d12174de0b511113fe97108fa97d9d57374ed56e54787878463c28942bab1d89abdc575392cfbf4cbde215722599d2f83e7519030d2
+Size (jitsi-videobridge/jitsi-meet_8252.tar.gz) = 62326089 bytes
+BLAKE2s (jitsi-videobridge/jitsi-videobridge-java-deps-2.0.8252.tar.gz) = c255d056867d2809bc488064e1575dee291c4ad4aaaebf0fef60d90533d1388b
+SHA512 (jitsi-videobridge/jitsi-videobridge-java-deps-2.0.8252.tar.gz) = 
11260b7b5c39337b4c3202190677f7af82b404e2cd75950d77c087a2e3c6d7c1c13635dc185e3f94807b92284c4eecdf0b1cb52ec1d03041584c111a526af80e
+Size (jitsi-videobridge/jitsi-videobridge-java-deps-2.0.8252.tar.gz) = 263322397 bytes
 SHA1 (patch-jvb_resources_jvb.sh) = 35a514a615d07f96357934ab901ca027f76bbcb8



Home | Main Index | Thread Index | Old Index