From owner-svn-ports-head@freebsd.org Thu Jun 18 15:36:22 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0F1B9353549; Thu, 18 Jun 2020 15:36:22 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49nmHn6cyjz4rf6; Thu, 18 Jun 2020 15:36:21 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C04C6C13C; Thu, 18 Jun 2020 15:36:21 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05IFaL1N060979; Thu, 18 Jun 2020 15:36:21 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05IFaLOr060977; Thu, 18 Jun 2020 15:36:21 GMT (envelope-from feld@FreeBSD.org) Message-Id: <202006181536.05IFaLOr060977@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 18 Jun 2020 15:36:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r539549 - head/audio/mumble X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: head/audio/mumble X-SVN-Commit-Revision: 539549 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jun 2020 15:36:22 -0000 Author: feld Date: Thu Jun 18 15:36:20 2020 New Revision: 539549 URL: https://svnweb.freebsd.org/changeset/ports/539549 Log: audio/mumble: Update to 1.3.1 Security Fixed: Potential exploit in the OCB2 encryption (#4227) ICE Fixed: Added missing UserKDFIterations field to UserInfo => Prevents getRegistration() from failing with enumerator out of range error (#3835) GRPC Fixed: Segmentation fault during murmur shutdown (#3938) Client Fixed: Crash when using multiple monitors (#3756) FIxed: Don’t send empty message from clipboard via shortcut, if clipboard is empty (#3864) Fixed: Talking indicator being able to freeze to indicate talking when self-muted (#4006) Fixed: High CPU usage for update-check if update server not available (#4019) Fixed: DBus getCurrentUrl returning empty string when not in root-channel (#4029) Fixed: Small parts of whispering leaking out to normal talk (#4051) Fixed: Last audio frame of normal talking sent to last whisper target instead when using VoiceActivation (#4050) Fixed: LAN-icon not found in ConnectDialog (#4058) Improved: Set maximal vertical size for User Volume Adjustment dialog (#3801) Improved: Don’t send empty data to PulseAudio (#3316) Improved: Use the SRV resolved port for UDP connections (#3820) Improved: Manual Plugin UI (#3919) Improved: Don’t start Jack server by default (#3990) Improved: Overlay doesn’t hook into all other processes by default (#4041) Improved: Wait longer before disconnecting from a server due to unanswered Ping-messages (#4123) PR: 247379 MFH: 2020Q2 Modified: head/audio/mumble/Makefile head/audio/mumble/distinfo Modified: head/audio/mumble/Makefile ============================================================================== --- head/audio/mumble/Makefile Thu Jun 18 15:24:16 2020 (r539548) +++ head/audio/mumble/Makefile Thu Jun 18 15:36:20 2020 (r539549) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mumble -PORTVERSION= 1.3.0 -PORTREVISION= 4 +PORTVERSION= 1.3.1 CATEGORIES= audio MAINTAINER= feld@FreeBSD.org @@ -35,10 +34,10 @@ GH_TUPLE= mumble-voip:mumble:${DISTVERSION} \ mumble-voip:celt-0.7.0:5a16cda:mumble_celt_0_7/3rdparty/celt-0.7.0-src \ mumble-voip:celt-0.11.0:e18de77:mumble_celt_0_11/3rdparty/celt-0.11.0-src \ mumble-voip:mach_override:919148f:mumble_mach_override/3rdparty/mach-override-src \ - mumble-voip:minhook:9fbd087:mumble_minhook/3rdparty/minhook-src \ + mumble-voip:minhook:5e338f8:mumble_minhook/3rdparty/minhook-src \ mumble-voip:rnnoise:b30f2bb:mumble_rnnoise/3rdparty/rnnoise-src \ mumble-voip:sbcelt:045493d:mumble_sbcelt/3rdparty/sbcelt-src \ - mumble-voip:mumble-theme:7dfb1e9:mumble_theme/themes/Mumble + mumble-voip:mumble-theme:9467fe8:mumble_theme/themes/Mumble USE_QT= buildtools_build core gui l10n linguist_build network opengl sql sql-sqlite3_run svg widgets xml USE_LDCONFIG= yes Modified: head/audio/mumble/distinfo ============================================================================== --- head/audio/mumble/distinfo Thu Jun 18 15:24:16 2020 (r539548) +++ head/audio/mumble/distinfo Thu Jun 18 15:36:20 2020 (r539549) @@ -1,17 +1,17 @@ -TIMESTAMP = 1568241137 -SHA256 (mumble-voip-mumble-1.3.0_GH0.tar.gz) = 388d8f023a73dafdacdb7556bf503c40b57e2e41679cc7490e884dd7013ab600 -SIZE (mumble-voip-mumble-1.3.0_GH0.tar.gz) = 4888455 +TIMESTAMP = 1592417992 +SHA256 (mumble-voip-mumble-1.3.1_GH0.tar.gz) = ea37f16b1336024db26efb14060f6eddb703f5c1d83d63b6c0a088e94079cd46 +SIZE (mumble-voip-mumble-1.3.1_GH0.tar.gz) = 4894243 SHA256 (mumble-voip-celt-0.7.0-5a16cda_GH0.tar.gz) = fbfdbb0767d9d67ea29270eb3e5e999eec6f7f3720a870e74776be426b10b53a SIZE (mumble-voip-celt-0.7.0-5a16cda_GH0.tar.gz) = 182631 SHA256 (mumble-voip-celt-0.11.0-e18de77_GH0.tar.gz) = b522482222c40c1f05ce9b6c4d19a05e8419a7850398dbbdea5854b78eadfd4a SIZE (mumble-voip-celt-0.11.0-e18de77_GH0.tar.gz) = 212833 SHA256 (mumble-voip-mach_override-919148f_GH0.tar.gz) = 81b2e705a7cce1e3a9eb440cb2bca2f14fd83db162123f44faf17f0bf45da1bd SIZE (mumble-voip-mach_override-919148f_GH0.tar.gz) = 66278 -SHA256 (mumble-voip-minhook-9fbd087_GH0.tar.gz) = 80a266b39a64106562400d328829f01787f60f91fca18c2255e20f2db0883d29 -SIZE (mumble-voip-minhook-9fbd087_GH0.tar.gz) = 26391 +SHA256 (mumble-voip-minhook-5e338f8_GH0.tar.gz) = bc675c5b9def1fcef4b58c62e6d69eaa6e76d2fed89ace681059a7648e808033 +SIZE (mumble-voip-minhook-5e338f8_GH0.tar.gz) = 27651 SHA256 (mumble-voip-rnnoise-b30f2bb_GH0.tar.gz) = 68ce21e49a0af3d06d87d27665d9a2102c249e4e5e91f777e47139d8707aeb6d SIZE (mumble-voip-rnnoise-b30f2bb_GH0.tar.gz) = 171240 SHA256 (mumble-voip-sbcelt-045493d_GH0.tar.gz) = dc9bdcc26a3642cb7ead98cb487c9a52225228fbbfa6f75906d9e479e11b862a SIZE (mumble-voip-sbcelt-045493d_GH0.tar.gz) = 20128 -SHA256 (mumble-voip-mumble-theme-7dfb1e9_GH0.tar.gz) = 97b79768523888ca67cd42cf04bffe9c7063702fa5f445c1ab851809934b8bf5 -SIZE (mumble-voip-mumble-theme-7dfb1e9_GH0.tar.gz) = 375075 +SHA256 (mumble-voip-mumble-theme-9467fe8_GH0.tar.gz) = 4ac062686b75f8ea558a4d92df205e51c1d4c1b5676a28b656b8664fc56470db +SIZE (mumble-voip-mumble-theme-9467fe8_GH0.tar.gz) = 378261