Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/mumble mumble: Update to 1.3.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b0b09ae4b9ce
branches:  trunk
changeset: 433998:b0b09ae4b9ce
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Jun 09 15:00:57 2020 +0000

description:
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)

diffstat:

 chat/mumble/Makefile |   8 ++++----
 chat/mumble/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (46 lines):

diff -r b2898a9b4958 -r b0b09ae4b9ce chat/mumble/Makefile
--- a/chat/mumble/Makefile      Tue Jun 09 14:44:56 2020 +0000
+++ b/chat/mumble/Makefile      Tue Jun 09 15:00:57 2020 +0000
@@ -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 @@
 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 @@
 .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"
diff -r b2898a9b4958 -r b0b09ae4b9ce chat/mumble/distinfo
--- a/chat/mumble/distinfo      Tue Jun 09 14:44:56 2020 +0000
+++ b/chat/mumble/distinfo      Tue Jun 09 15:00:57 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index