A bug in the murmur crypto code means that on amd64 (and possibly other 64bit architectures) mumble clients do not work correctly using the default and preferred UDP transport for voice traffic, and must instead use TCP mode. The problem was discussed at: https://sourceforge.net/projects/mumble/forums/forum/492607/topic/3378871 Further, files/patch-comipler.pri typo should be fixed to patch-compiler.pri Fix: While this has been corrected upstream for the coming 1.2.0 release, the bug still exists in 1.1.8 installed by the port. The attached patch fixes the problem. Patch attached with submission follows: How-To-Repeat: Install murmur on 64bit system, try to connect using UDP with mumble. Voice is transmitted but ignored by murmur.
Maintainer of audio/murmur, Please note that PR ports/139384 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/139384 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 submitter's patch looks fine. the attached patch adds bump portrevision and typo fix thanks richard - -- Ayumi Mitsui http://ayu.commun.jp/ PGP: EE97 796C 77F6 CFC9 1FBC C56A 318B F019 E605 D988 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (FreeBSD) iEYEARECAAYFAkrOVZgACgkQMYvwGeYF2YgkjwCffTIMOS15NdB0X499doH7dx9G bgAAn3ldP0fiEu1LksDMMObuYHtoqlM4 =v9zf -----END PGP SIGNATURE-----
State Changed From-To: feedback->open Maintainer has responded with corrected patch.
wxs 2009-10-12 12:57:18 UTC FreeBSD ports repository Modified files: audio/murmur Makefile Added files: audio/murmur/files patch-compiler.pri patch-src__CryptState.cpp Removed files: audio/murmur/files patch-comipler.pri Log: - Add a patch to fix 64bit runtime issues. - While here fix a typo in the name of a patch. - Bump PORTREVISION. PR: ports/139384 Submitted by: Richard Tector <richard@tector.org.uk> Approved by: Ayumi Mitsui <ayu@commun.jp> (maintainer) Revision Changes Path 1.3 +1 -0 ports/audio/murmur/Makefile 1.2 +0 -13 ports/audio/murmur/files/patch-comipler.pri (dead) 1.1 +13 -0 ports/audio/murmur/files/patch-compiler.pri (new) 1.1 +11 -0 ports/audio/murmur/files/patch-src__CryptState.cpp (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Responsible Changed From-To: freebsd-ports-bugs->wxs I'll take it.
State Changed From-To: open->closed Committed. Thanks!