Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jun 2020 15:36:21 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r539549 - head/audio/mumble
Message-ID:  <202006181536.05IFaLOr060977@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006181536.05IFaLOr060977>