Received: by mail.netbsd.org (Postfix, from userid 605) id A757184D92; Tue, 9 Jun 2020 15:00:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2E9A284D91 for ; Tue, 9 Jun 2020 15:00:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id IuLvYXX5MVaR for ; Tue, 9 Jun 2020 15:00:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 566EB84D6F for ; Tue, 9 Jun 2020 15:00:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4B7B0FB27; Tue, 9 Jun 2020 15:00:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159171485751310" MIME-Version: 1.0 Date: Tue, 9 Jun 2020 15:00:57 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/chat/mumble To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200609150057.4B7B0FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_159171485751310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Tue Jun 9 15:00:57 UTC 2020 Modified Files: pkgsrc/chat/mumble: Makefile distinfo Log Message: mumble: Update to 1.3.1 Changes: 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) Server Fixed: Possibility to circumvent max user-count in channel (#3880) Fixed: Rate-limit implementation susceptible to time-underflow (#4004) Fixed: OpenSSL error 140E0197 with Qt >= 5.12.2 (#4032) Fixed: VersionCheck for SQL for when to use the WAL feature (#4163) Fixed: Wrong database encoding that could lead to server-crash (#4220) Fixed: DB crash due to primary key violation (now performs "UPSERT" to avoid this) (#4105) Improved: The fields in the Version ProtoBuf message are now size-restricted in order to avoid attacks that can render another client unresponsive (#4101) Windows Installer Improved: Mumble icon (now properly displayed) (#4204) To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/chat/mumble/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/chat/mumble/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159171485751310 Content-Disposition: inline Content-Length: 2264 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/chat/mumble/Makefile diff -u pkgsrc/chat/mumble/Makefile:1.19 pkgsrc/chat/mumble/Makefile:1.20 --- pkgsrc/chat/mumble/Makefile:1.19 Tue Jun 2 08:23:19 2020 +++ pkgsrc/chat/mumble/Makefile Tue Jun 9 15:00:57 2020 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2020/06/02 08:23:19 adam Exp $ +# $NetBSD: Makefile,v 1.20 2020/06/09 15:00:57 nia Exp $ -DISTNAME= mumble-1.3.0 -PKGREVISION= 9 +DISTNAME= mumble-1.3.1 CATEGORIES= chat audio MASTER_SITES= ${MASTER_SITE_GITHUB:=mumble-voip/} GITHUB_PROJECT= mumble @@ -12,6 +11,8 @@ HOMEPAGE= https://wiki.mumble.info/wiki/ COMMENT= Low latency VOIP software LICENSE= modified-bsd +TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools + USE_TOOLS+= pkg-config gmake USE_LANGUAGES= c c++11 USE_LIBTOOL= yes @@ -112,7 +113,6 @@ do-install: .include "../../security/openssl/buildlink3.mk" .include "../../x11/qt5-qtbase/buildlink3.mk" .include "../../x11/qt5-qtsvg/buildlink3.mk" -.include "../../x11/qt5-qttools/buildlink3.mk" .include "../../x11/libXi/buildlink3.mk" .include "../../mk/dlopen.buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/chat/mumble/distinfo diff -u pkgsrc/chat/mumble/distinfo:1.3 pkgsrc/chat/mumble/distinfo:1.4 --- pkgsrc/chat/mumble/distinfo:1.3 Mon Sep 16 22:46:20 2019 +++ pkgsrc/chat/mumble/distinfo Tue Jun 9 15:00:57 2020 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2019/09/16 22:46:20 nia Exp $ +$NetBSD: distinfo,v 1.4 2020/06/09 15:00:57 nia Exp $ -SHA1 (mumble-1.3.0.tar.gz) = 25944623dae8e79e0f440d718c85efe03fdce998 -RMD160 (mumble-1.3.0.tar.gz) = a83757c7b633565a470dfa438173fa9db8e2b168 -SHA512 (mumble-1.3.0.tar.gz) = 2a629fc97f3c7c587c9a3b40fc96cf15d668acada37282ec1c4a5b169ad37717d60af94d12c7bce45f2816c265f76a99ebad40a006adcf8ca38a117e7c0a4122 -Size (mumble-1.3.0.tar.gz) = 8788587 bytes +SHA1 (mumble-1.3.1.tar.gz) = 0f09cc3fcfcb26dd846211717c0add00d1683559 +RMD160 (mumble-1.3.1.tar.gz) = 7ed21c5824de56a71d6d6d4ff5f27b15e3a69cee +SHA512 (mumble-1.3.1.tar.gz) = f622ae5e4f7cd00ef60d225ee6db3cc13fcae5fdc1b03252d17ad6a18156526517e7d019f796b5600219e90e8662d095102fc6d61033fb20fd109afdf427a6d7 +Size (mumble-1.3.1.tar.gz) = 8587417 bytes SHA1 (patch-src_mumble_mumble.pro) = a49c3263f6034b2ea7c8633e24823937f4c4d3f5 --_----------=_159171485751310--