https://github.com/mumble-voip/mumble/releases/tag/1.3.1 has mostly
fixes for both client and server, although some do not effect our port
and at least the client has never bisbehaved for me on amd64 so far.

Simple update below which I'll commit in a few days, I briefly tested
murmur as well, but that certainly did not cover the entire server side
of features.

I'd like to take MAINTAINER as well, mostly to see updates in portroach.


Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/mumble/Makefile,v
retrieving revision 1.50
diff -u -p -r1.50 Makefile
--- Makefile    21 May 2020 11:28:05 -0000      1.50
+++ Makefile    14 Jun 2020 13:30:27 -0000
@@ -3,20 +3,21 @@
 COMMENT-main =         low-latency voice chat client
 COMMENT-server =       low-latency voice chat server
 
-VERSION =              1.3.0
+VERSION =              1.3.1
 DISTNAME =             mumble-${VERSION}
 PKGNAME-main =         mumble-${VERSION}
 PKGNAME-server =       murmur-${VERSION}
-REVISION-main =                9
 
 CATEGORIES =           audio net
 
 HOMEPAGE =             https://www.mumble.info/
 
-MASTER_SITES =         
https://github.com/mumble-voip/mumble/releases/download/1.3.0/
+MASTER_SITES =         
https://github.com/mumble-voip/mumble/releases/download/${VERSION}/
 
 # BSD3
 PERMIT_PACKAGE =       Yes
+
+MAINTAINER =           Klemens Nanni <k...@openbsd.org>
 
 WANTLIB-main += ${COMPILER_LIBCXX} GL Qt5Core Qt5DBus Qt5Gui Qt5Network
 WANTLIB-main += Qt5Sql Qt5Svg Qt5Widgets Qt5Xml X11 Xi c crypto
Index: distinfo
===================================================================
RCS file: /cvs/ports/audio/mumble/distinfo,v
retrieving revision 1.16
diff -u -p -r1.16 distinfo
--- distinfo    19 Mar 2020 21:20:36 -0000      1.16
+++ distinfo    14 Jun 2020 13:31:36 -0000
@@ -1,2 +1,2 @@
-SHA256 (mumble-1.3.0.tar.gz) = mo3iVHNEliqBwAw3tdi9WjcbtoX6Ns8Do/E043x5uA0=
-SIZE (mumble-1.3.0.tar.gz) = 8788587
+SHA256 (mumble-1.3.1.tar.gz) = tiu3xW9HJwC8XDYT8V7NPacZHU4mnLAJEVUeEngSc/0=
+SIZE (mumble-1.3.1.tar.gz) = 8587417
Index: patches/patch-scripts_murmur_ini
===================================================================
RCS file: /cvs/ports/audio/mumble/patches/patch-scripts_murmur_ini,v
retrieving revision 1.2
diff -u -p -r1.2 patch-scripts_murmur_ini
--- patches/patch-scripts_murmur_ini    14 May 2020 18:01:48 -0000      1.2
+++ patches/patch-scripts_murmur_ini    14 Jun 2020 13:34:16 -0000
@@ -41,7 +41,7 @@ Index: scripts/murmur.ini
  
  ; If you want to expose Murmur's experimental gRPC API, you
  ; need to specify an address to bind on.
-@@ -102,7 +102,7 @@ icesecretwrite=
+@@ -93,7 +93,7 @@ icesecretwrite=
  ; logs to the file 'murmur.log'. If you leave this field blank
  ; on Unix-like systems, Murmur will force itself into foreground
  ; mode which logs to the console.
@@ -50,7 +50,7 @@ Index: scripts/murmur.ini
  
  ; If set, Murmur will write its process ID to this file
  ; when running in daemon mode (when the -fg flag is not
-@@ -272,6 +272,6 @@ allowping=true
+@@ -375,6 +375,6 @@ allowping=true
  ; leave the defaults as they are.
  ; Please note that this section has to be last in the configuration file.
  ;

Reply via email to