There is development version of openldap named 2.3.2beta2.
These ports are based on http://people.freebsd.org/~eik/ports/openldap23.shar.
The repocopy has been already made in ports/77170.
PR: ports/80618
Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
- Improve codec negotiation logic.
- make sure to parse SDP on re-INVITE.
o chan_zap.c:
- If unanswered Zap channnel is hanged up wait until the calling party
in turn hangs up (by detecting ring timeout). Otherwise next ring will
trigger a "new" incoming call. This appears to be design limitation of
the analogue telephone system - there is no way to reject the call without
answering it first.
Sponsored by: Porta Software Ltd, PBXpress Inc
new patch for this file, smooths the effects of
an unhandled error Cexiting from poll() and resulting
otherwise in this process taking 100% of the CPU
rtp.c:
updated patch for rtp.c, removes a misleading 'checksum error'
message when in reality the recvfrom() just returned no data;
chan_oss.c:
replacement for the old chan_oss.c - the changes are
so massive that having a patch would be completely
unreadable.
Among other things this lets you change many /dev/dsp
parameters from the config file, to ease adapting to
the idiosincracies of various sound cards and drivers.
It also supports multiple soundcards on the same box,
which might be useful in some cases.
Submitted by: luigi
Add WITHOUT_MYSQL knob.
Suggested by: phantom
DSS uses the IP addess where it is bind to and not the
IP addess of the default interface.
o Use the correct port number and not a generated one.
o Bump PORTREVISION, accordingly.
These are important for Broadcaster behind a NAT.
Submitted by: Denis Ahrens <denis@berlin.ccc.de>
References:: http://lists.apple.com/archives/streaming-server-dev/2004/May/msg00000.html
Sponsored by: Ensure Technology Ltd.
Ptunnel is an application that allows you to reliably tunnel TCP connections
to a remote host using ICMP echo request and reply packets, commonly known as
ping requests and replies.
WWW: http://www.cs.uit.no/~daniels/PingTunnel/
- Do not manually install jabberd.sh nor list it in pkg-list, as that
is done by USE_RC_SUBR
- Use @unexec rmdir rather than @rmdir for configuration directories,
as they might still contain files at uninstall time
- Polish the Makefile and packing list
PR: ports/80370
Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Approved by: maintainer