Update to Mumble 1.3.4

Client
Fixed: Security vulnerability caused by allowing non http/https URL schemes in public server list (#4733)

Server
Fixed: Exit status for actions like --version or --supw was always set to non-zero ( #3998)

General
Fixed: Packet loss & audio artifacts caused by OCB2 XEX* mitigation (#4720)
This commit is contained in:
kn 2021-02-10 12:35:33 +00:00
parent 51ef9f1db0
commit 2636dd2cfc
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.53 2020/10/07 16:58:34 kn Exp $
# $OpenBSD: Makefile,v 1.54 2021/02/10 12:35:33 kn Exp $
COMMENT-main = low-latency voice chat client
COMMENT-server = low-latency voice chat server
VERSION = 1.3.3
VERSION = 1.3.4
DISTNAME = mumble-${VERSION}
PKGNAME-main = mumble-${VERSION}
PKGNAME-server = murmur-${VERSION}

View File

@ -1,2 +1,2 @@
SHA256 (mumble-1.3.3.tar.gz) = cnBHYk7aqMzm/tmLd4Zm3YpLdsCtqJXl0rh+MkbgL4A=
SIZE (mumble-1.3.3.tar.gz) = 8591354
SHA256 (mumble-1.3.4.tar.gz) = YV9Ov8M4XZRRY/Np79PpEMi20PAleXp+7VQVFfzLYJM=
SIZE (mumble-1.3.4.tar.gz) = 8592741