diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-06-22 15:55:24 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-06-22 15:55:24 +0000 |
commit | 73778b54bbe85e99c6d6df9d50cf689ad19e947b (patch) | |
tree | 3d0ef3a0bdf3d07d7b6dcf6615dde79c8e71054e /audio | |
parent | 61ca17b4aaa441c5c98d2997ae3b72080f12d59f (diff) |
audio/murmur: Update to 1.3.1
Changes in this Version
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)
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)
PR: 247379
Notes
Notes:
svn path=/head/; revision=539816
Diffstat (limited to 'audio')
-rw-r--r-- | audio/murmur/Makefile | 3 | ||||
-rw-r--r-- | audio/murmur/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/audio/murmur/Makefile b/audio/murmur/Makefile index 1b62974cf8ab..403e36bcbbba 100644 --- a/audio/murmur/Makefile +++ b/audio/murmur/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= murmur -PORTVERSION= 1.3.0 -PORTREVISION= 4 +PORTVERSION= 1.3.1 CATEGORIES= audio net MAINTAINER= feld@FreeBSD.org diff --git a/audio/murmur/distinfo b/audio/murmur/distinfo index d804b698cf9b..ac46214034bd 100644 --- a/audio/murmur/distinfo +++ b/audio/murmur/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1567947618 -SHA256 (mumble-voip-mumble-1.3.0_GH0.tar.gz) = 388d8f023a73dafdacdb7556bf503c40b57e2e41679cc7490e884dd7013ab600 -SIZE (mumble-voip-mumble-1.3.0_GH0.tar.gz) = 4888455 +TIMESTAMP = 1592494626 +SHA256 (mumble-voip-mumble-1.3.1_GH0.tar.gz) = ea37f16b1336024db26efb14060f6eddb703f5c1d83d63b6c0a088e94079cd46 +SIZE (mumble-voip-mumble-1.3.1_GH0.tar.gz) = 4894243 |