NOTICE: This package has been removed from pkgsrc

./wip/umurmur, Mumble (murmur) server for embedded systems

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.2.16nb1, Package name: umurmur-0.2.16nb1, Maintainer: ahoka

uMurmur is a small footprint implementation of Mumble's Murmur server.

Mumble is an open source, low-latency, high quality voice chat software
primarily intended for use while gaming.


Required to run:
[devel/libconfig] [devel/protobuf-c] [security/mbedtls1]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 58674a5b91296368b030349bd56046bd0077ae99
RMD160: f9246740927b1497cc4cea999b2b35285a045ce0
Filesize: 88.971 KB

Version history: (Expand)


CVS history: (Expand)


   2015-06-13 13:48:57 by Filip Hajny | Files touched by this commit (3)
Log message:
Update umurmur to 0.2.16 to fix build with security/mbedtls

0.2.16:
[FIX] Reworked timestamping code (fatbob313)
[FIX] Banning works again when using IPv6 (fatbob313 and fmorgner)
[NEW] Sharedmemory API (snowblind)
	to enable use:
	- '--with-shmapi' with Autotools
	- '-DENABLE_SHAREDMEMORY_API=on' with CMake
	The shm API allows you to use/write tools that communicate directly with
	umurmurd. For an example, see: http://github.com/umurmur/umurmur-monitor
[NEW] GnuTLS backend (fmorgner)
[NEW] SELinux type-enforcement rules for umurmur (fmorgner)
	The SELinux rules can be found at http://github.com/umurmur/umurmur-selinux

0.2.15:
IPv6 dual-stack support (fmorgner).
CMake build system added alongside Autotools (fmorgner).
Update to use Protobuf-C 1.0.0.

0.2.14:
Add 'silent' option to channel configuration.
Add 'position' option to channel configuration.
Support PolarSSL 1.3.x.
Handle PolarSSL compiled with zlib-support.
Use CLOCK_MONOTONIC instead of gettimeofday() which can cause mayhem if
	time changes dramatically, e.g. when synchronizing with time
	server.
Add support for certificate chain delivery for OpenSSL via new option 'ca_path'.

0.2.13:
Fix Opus not working.
Add timestamp when logging to file.

0.2.12:
Fix crash at client disconnect using PolarSSL >= 1.2.6
Fix usage of /dev/urandom for random numbers (PolarSSL)

0.2.11:
Support Mumble protocol 1.2.4.
Support Opus codec.
Add config file option for 'Opus threshold'.
Support PolarSSL 1.2.x.
Remove support for PolarSSL versions prior to 1.0.0.
Fix disconnect when using PTT.
Fix possible crash when many clients disconnects simultaneously.
Fix error message at client disconnect when using OpenSSL.
Autoconf './configure' switches added:
--enable-polarssl-test-certificate - use and link the PolarSSL
	test certificate. Not used by default, causing umurmurd to exit
	with error if no certificate and/or key file is found.
--enable-polarssl-havege - use PolarSSL's HAVEGE random number
	generator. Defaults to /dev/urandom.
+ some other fixes.
   2015-03-27 23:56:15 by othyro | Files touched by this commit (1)
Log message:
This needs security/polarssl to be in any usable state.
   2013-01-13 01:42:39 by Ken Wong | Files touched by this commit (4)
Log message:
Update umurmur to 0.2.10. Patch files no longer needed.

Added required PolarSSL 1.1.x and Google Protocol Buffers in C.
Note, security/polarssl (v1.2.x) does not work with umurmur.
   2012-10-07 19:41:39 by Aleksej Saushev | Files touched by this commit (52)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2010-10-17 10:49:14 by Adam Hoka | Files touched by this commit (1)
Log message:
create cert dirs
   2010-10-17 10:35:50 by Adam Hoka | Files touched by this commit (1)
Log message:
add rc.d file to plist
   2010-10-16 19:09:38 by Adam Hoka | Files touched by this commit (7) | Imported package
Log message:
Import umurmur-0.2.4 as wip/umurmur.

uMurmur is a small footprint implementation of Mumble's Murmur server.

Mumble is an open source, low-latency, high quality voice chat software
primarily intended for use while gaming.