2013-07-15 04:22:55 by othyro | Files touched by this commit (5) |
Log message:
Updated to latest release, 1.6.1. avahi is now detected during configure.
Requires ucommon>=6.0.0. Fix installation of setuid file. Use libnotify07
instead of libnotify. From ChangeLog:
from 1.6.0 to 1.6.1
- improved ssl configure check
from 1.5.0 to 1.6.0
- usage of new context aware intermediary voip functions
- fixes for official exosip2 4.0
from 1.4.0 to 1.5.0
- moved switchview into standalone package
from 1.3.3 to 1.4.0
- ucommon abi 6 support
from 1.3.2 to 1.3.3
- systemd related changes; env security model now parsed in system.cpp.
- systemd related changes; OPTIONS has -b default
- systemd related changes; pidfile support
from 1.3.1 to 1.3.2
- more qt automake options for strange qt configs
- fixed systemd support - soon to add to fedora
- sipwitch hotspot --public mode option
from 1.3.0 to 1.3.1
- initial support for exosip2/osip2 4.0
- more mingw32 build support
from 1.2.5 to 1.3.0
- contact for autoconfiguring clients; can be set in cfg or computed
- systemd support lands
- mingw32 build support
- osip2 published dev headers brokenly used derived packages config.h
from 1.2.4 to 1.2.5
- various source build issues with config.h and cleanup
- fixes for cmake pkgconfig searches
- fix group and user handling logic
- fix overlinking for runtime and plugins
|
2013-05-01 22:22:44 by Krister Walfridsson | Files touched by this commit (1) |
Log message:
wip/ucommon was imported to pkgsrc/devel; adjust .include path.
|
2012-10-07 18:23:08 by Aleksej Saushev | Files touched by this commit (87) |
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.
|
2012-06-04 00:31:53 by othyro | Files touched by this commit (1) |
Log message:
Added PLIST.qt=yes
|
2012-06-04 00:28:33 by othyro | Files touched by this commit (1) | |
Log message:
Regenerated due to pkg update.
|
2012-06-04 00:27:19 by othyro | Files touched by this commit (1) |
Log message:
QT option builds and installs fine. PLIST modified accordingly.
switchview from the QT version dumps core upon execution.
configure can't detect avahi and patching ${WRKSRC}/configure does nothing.
|
2012-06-04 00:25:48 by othyro | Files touched by this commit (1) |
Log message:
Added entries for ${PLIST.qt}bin/switchview and include/sipwitch/cache.h
|
2012-06-04 00:18:00 by othyro | Files touched by this commit (1) |
Log message:
Updated to latest release. Added PLIST_VARS=qt and SUSBT for cmake_install.cmake
|
2012-01-12 00:30:24 by othyro | Files touched by this commit (6) | |
Log message:
Import sipwitch-1.2.0 as wip/sipwitch.
GNU SIP Witch is a secure peer-to-peer VoIP server that uses the SIP protocol.
Calls can be made peer-to-peer behind NAT firewalls, and without needing a
service provider. GNU SIP Witch does not perform codec operations and thereby
enables SIP endpoints to directly peer negotiate call setting and process peer
to peer media streaming even when when multiple SIP Witch call nodes at multiple
locations are involved. This means GNU SIP Witch operates without introducing
additional media latency or offering a central point for media intercept or
capture. GNU SIP Witch can be used to build secure and intercept-free telephone
systems that can operate over the public Internet.
GNU SIP Witch is designed to support network scaling of telephony services,
rather than the heavily compute-bound solutions we find in use today. This means
a call node has a local authentication/registration database, and this will be
mirrored, so that any active call node in a cluster will be able to accept and
service a call. This allows for the possibility of live failover support in the
future as well.
|