Bug 139384 - audio/murmur fails to work in UDP mode on amd64
Summary: audio/murmur fails to work in UDP mode on amd64
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-06 23:50 UTC by richard
Modified: 2009-10-12 14:00 UTC (History)
0 users

See Also:


Attachments
file.diff (619 bytes, patch)
2009-10-06 23:50 UTC, richard
no flags Details | Diff
murmur-1.1.8_1.patch (2.85 KB, patch)
2009-10-08 22:11 UTC, Ayumi M
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description richard 2009-10-06 23:50:00 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-10-06 23:50:32 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2009-10-06 23:50:34 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Ayumi M 2009-10-08 22:11:52 UTC
-----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-----
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2009-10-08 22:26:14 UTC
State Changed
From-To: feedback->open

Maintainer has responded with corrected patch.
Comment 5 dfilter service freebsd_committer freebsd_triage 2009-10-12 13:57:31 UTC
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"
Comment 6 Wesley Shields freebsd_committer freebsd_triage 2009-10-12 13:57:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

I'll take it.
Comment 7 Wesley Shields freebsd_committer freebsd_triage 2009-10-12 13:57:42 UTC
State Changed
From-To: open->closed

Committed. Thanks!