23 Commits

Author SHA1 Message Date
dcoppa
3930eeb620 Merge from upstream:
commit 82e80f8f18cbb6fed903621751ba9751dc2b80a2
Author: Felix Morgner <felix.morgner@gmail.com>
Date:   Sun Jul 12 15:01:07 2015 +0200

Use different API for reading TLS cert (fixes #64)

The OpenSSL TLS backend now reads the certificate file using
SSL_CTX_use_certificate_chain_file(...) so that concatenated
certificate files containing a verification chain are read correctly.
2015-09-01 13:57:59 +00:00
dcoppa
e73b3066bc More fixes for null pointer references into server.c
(upstream git commit 71893121fbce7762f5cd9e6a98c4ead7e5cd6211)
2015-07-24 15:03:38 +00:00
dcoppa
9203e563a8 Bugfixing update to umurmur-0.2.16a 2015-07-10 17:30:29 +00:00
dcoppa
d90c949be4 Update to umurmur-0.2.16 2015-06-12 09:50:42 +00:00
sthen
f12e6be118 drop GH_COMMIT lines which are hidden behind GH_TAGNAME,
discussed with a few in the room.
2015-04-05 13:31:13 +00:00
dcoppa
4ea877d0b7 Update to umurmur-0.2.15 2014-09-04 12:33:27 +00:00
espie
92816cd8fc use more specific version of SUBST_* where appropriate 2014-08-10 09:58:04 +00:00
naddy
69f2eef9a7 Skip linuxism to fix build on LP64 archs that aren't amd64.
While here, remove the mistaken NO_TEST.

ok sthen@
2014-07-25 22:03:30 +00:00
dcoppa
2163346e66 Use c99 standard bool when available
(upstream git commit 7470834ac6613c2e22626f9511384f025f16768e)

Fix an issue with byte switching. The preprocessor directive used to
determine the endianess of the system only worked on Linux resulting in
voice running over TCP only when umurmur runs on other platforms.
(adapted from upstream git commit 27da14ea2abe5680ddfcffbf2a59be5f5a67cecd)
2014-06-06 09:08:37 +00:00
sthen
a6eab9d26f don't rely on openssl to pull in string.h 2014-05-23 12:23:05 +00:00
dcoppa
5184229ad8 Update to umurmur-0.2.14 2014-01-17 10:18:42 +00:00
dcoppa
5e7e11b0a1 Update to umurmur-0.2.13, featuring support for Mumble protocol
1.2.4 and the new Opus codec.

maintainer timeout
2013-10-04 08:25:08 +00:00
naddy
c2832a1290 move http://code.google.com, *.googlecode.com, and sites.google.com to https
suggested by bentley@
2013-08-07 21:31:12 +00:00
espie
2d98db1697 PERMIT/REGRESS->TEST sweep 2013-03-10 22:55:01 +00:00
sthen
3a1c6d10f6 zap trailing whitespace where it's present in MASTER_SITES/COMMENT
lines in ports Makefiles
2012-10-15 15:06:41 +00:00
dcoppa
835663b224 Bunch of fixes from upstream:
Fix unsafe client removal from list at timeout.
(upstream git commit ad3bc56f96b024ac31e8927f21d1f5e7b8f61b56)

Reset timeout timer when receiving UDP data too: fix timeout when
using push-to-talk. Correct speling error.
(upstream git commit 6087b18a630eb32df682a7fd90d88408aa99c726)

Fix handling of long cipherstrings/lists with OpenSSL.
(upstream git commit 35d4608d0e044df48ee8cea13d3cbeafbb33535d)
2012-10-12 13:31:49 +00:00
jasper
b7558692d4 - these patches (or chunks) are not needed anymore since arpa/inet.h -r1.12 2012-06-26 13:00:13 +00:00
ajacoutot
86265ce150 Fix usage of the _POSIX_THREAD_PRIORITY_SCHEDULING macro.
from Brad
2012-05-17 05:01:35 +00:00
dcoppa
aa0c1124ca Update to umurmur-0.2.10.
From maintainer Jonathon Sisson, tweaked by me
2012-04-12 10:03:19 +00:00
ajacoutot
091bb20796 Fix some ports improperly using the POSIX feature test macros. Just
checking if they're defined is wrong as -1 is a valid value to indicate
the feature is not supported. No package bumps as the code sections in
question are not being built at the moment.

from Brad
2012-03-30 06:09:54 +00:00
dcoppa
d3e40e14e0 Update to umurmur-0.2.8
From maintainer Jonathon Sisson, with tweaks by me
2011-10-30 16:05:35 +00:00
dcoppa
e0dcf1cab2 Update to umurmur-0.2.7.
Tested on amd64 and sparc64 by maintainer and myself
OK ajacoutot@
2011-07-08 09:09:43 +00:00
dcoppa
99b7915817 Import audio/umurmur, a minimalistic Mumble server implementation.
Initial port and manual pages by J Sisson.
Tweaked by myself and ajacoutot@.

OK ajacoutot@
2011-04-03 12:04:47 +00:00