sthen
a7824d30e5
Now that c-client no longer pulls in ssl/crypto itself via kerbV, patch
...
Asterisk's configure script so it can find these required libs. No bump
needed here as it didn't build previously since c-client's lib version
was last bumped.
2014-05-07 00:38:59 +00:00
brad
bdd6623e3b
Update for newer FFmpeg API.
...
ok sebastia@
2014-04-27 20:52:50 +00:00
sthen
393748577a
update to asterisk 11.9.0
2014-04-26 11:59:51 +00:00
bluhm
f090fb3b1c
update p5-Net-SIP to 0.687
2014-04-24 23:49:26 +00:00
sthen
0e4c0113b5
remove configure.ac patching not needed since c-client no longer needs
...
kerb5 libs.
@comment autosupport file which is very linux-centric.
2014-04-21 22:54:50 +00:00
sthen
a627bd863b
sync wantlib after gssapi removal in neon
2014-04-21 11:32:03 +00:00
chrisz
50e3f14613
Update to 2.2.1. Thanks to Holger Mikolon for providing the diff.
2014-04-21 06:21:56 +00:00
sthen
24bf358c6a
define OPENSSL_NO_BUF_FREELISTS to avoid some horrors which no longer build
2014-04-18 21:57:32 +00:00
naddy
2b8930a283
Drop USE_GROFF since groff and mandoc produce identical output.
2014-04-13 01:01:38 +00:00
naddy
74aa676091
actually bump revision
2014-04-11 20:19:57 +00:00
sthen
63959bdcdc
fix conflict markers, same as update problem with core-sounds reported by brad@
2014-04-09 00:41:03 +00:00
sthen
292e928e14
fix conflict markers, update problem reported by brad@
2014-04-09 00:39:49 +00:00
sthen
724f30f519
sync WANTLIB following removal of tcp wrappers from net-snmp
2014-03-23 22:05:00 +00:00
sthen
ffff56ba29
SECURITY update to Asterisk 11.8.1, fixing:-
...
http://downloads.digium.com/pub/security/AST-2014-001.html
Stack Overflow in HTTP Processing of Cookie Headers.
http://downloads.digium.com/pub/security/AST-2014-002.html
Denial of Service Through File Descriptor Exhaustion with chan_sip
Session-Timers.
2014-03-11 19:30:44 +00:00
sthen
864e224cf3
update to asterisk 11.8.0
2014-03-09 20:51:43 +00:00
sthen
dc23637394
update to new asterisk core-sounds and extra-sounds, which includes uk english
2014-03-09 20:51:26 +00:00
bluhm
6b061721da
update p5-Net-SIP to 0.685
2014-02-05 00:13:42 +00:00
bluhm
7a320e5624
update p5-Net-SIP to 0.684
2014-02-04 02:29:11 +00:00
sthen
fab28290aa
comment-out the right line in sample config
2013-12-30 23:04:49 +00:00
sthen
1169a7ec01
Update to stuntman 1.2.5, add patches to use arc4random.
...
From maintainer Roman Kravchuk.
2013-12-24 13:57:18 +00:00
sthen
0faeb0f87c
update to asterisk 11.7.0
2013-12-20 12:37:05 +00:00
sthen
7343704e28
SECURITY update to Asterisk 11.6.1
...
AST-2013-006: A buffer overflow when receiving odd length 16 bit
messages in app_sms. An infinite loop could occur which would overwrite
memory when a message is received into the unpacksms16() function and
the length of the message is an odd number of bytes.
http://downloads.asterisk.org/pub/security/AST-2013-006-10.diff
http://downloads.digium.com/pub/security/AST-2013-006.html
AST-2013-007: Adds an option to disable certain dangerous dialplan
functions from external sources (e.g. Asterisk management interface):
shell exec and file writes. N.B. to enable this protection, set
"live_dangerously=no" in asterisk.conf if upgrading. (Sample config
file is patched to set this, but upgraders should add it in most
cases).
http://downloads.asterisk.org/pub/security/AST-2013-007-10.diff
http://downloads.digium.com/pub/security/AST-2013-007.html
2013-12-16 23:16:01 +00:00
sthen
c477d718be
enable chan_console
2013-12-11 16:00:43 +00:00
sthen
bfc266133c
update to spandsp-0.0.6pre21, pointed out by chris@, ok brad@ (maintainer)
...
various t38/t4 fixes
2013-11-15 23:01:20 +00:00
naddy
725de75f3a
move http://www.gnu.org to https
2013-11-09 23:19:01 +00:00
sthen
dac342703c
revert to the previous SHARED_ONLY=Yes for this instead of build dep on
...
asterisk (which itself has a run dep on some files produced using this module)
2013-11-05 15:49:59 +00:00
sthen
2283efee5d
add 5.4, switch to http MASTER_SITES, and switch from SHARED_ONLY to
...
BUILD_DEPENDS on asterisk.
2013-11-01 10:26:30 +00:00
sthen
cbc2ca5b5d
Add a build dep on asterisk, not strictly necessary, but these are only
...
useful on arches which have it, so this saves cycles/mirror space.
This replaces a previous SHARED_ONLY since many classic machines do have
shared libraries.
2013-11-01 10:20:00 +00:00
bluhm
7916cf5c54
update p5-Net-SIP to 0.683
2013-10-30 02:07:36 +00:00
sthen
56a39231dc
update to asterisk 11.6.0
2013-10-21 23:38:44 +00:00
ajacoutot
460f3ce7af
Fix deps after re-alpine -> alpine.
2013-10-17 09:11:34 +00:00
naddy
06a9102560
Drop USE_GROFF since groff and mandoc produce identical output.
2013-10-11 23:48:03 +00:00
lteo
60ea0a056e
update my email address
2013-10-06 19:12:08 +00:00
sthen
2e860b2538
SECURITY update to Asterisk 11.5.1
...
AST-2013-005: Remote crash from invalid SDP
If the SIP channel driver processes an invalid SDP that defines media
descriptions before connection information, it may attempt to
reference the socket address information even though that information
has not yet been set. This will cause a crash.
AST-2013-004: Fix crash when handling ACK on dialog that has no channel
A remotely exploitable crash vulnerability exists in the SIP channel
driver if an ACK with SDP is received after the channel has been
terminated. The handling code incorrectly assumed that the channel
would always be present.
2013-08-28 09:46:15 +00:00
ajacoutot
2e07defd81
Remove -lpthread patching.
2013-08-09 19:04:49 +00:00
bluhm
ef573ca732
update p5-Net-SIP to 0.682
2013-08-08 22:11:57 +00:00
naddy
b43ec6dca7
remove workarounds for gcc 2.95
2013-08-07 19:16:48 +00:00
sthen
f1cbc9da27
update to Asterisk 11.5.0 (and enabled FreeTDS cel/cdr support)
2013-07-16 13:03:19 +00:00
ian
0a6d17d68f
PKG_ARCH = * and bump, requested by espie@
2013-07-05 13:42:50 +00:00
jasper
9b013a6094
add two more of the usual suspects
2013-07-04 06:57:45 +00:00
sthen
cc87ff6406
add some NOT_FOR_ARCHS, atomic ops
2013-07-03 21:44:09 +00:00
sthen
786f73af49
c-client requires libssl for its own purposes, and gssapi libs.
2013-06-20 21:33:53 +00:00
ajacoutot
64a6588efb
No need for pthread.
2013-06-20 08:26:13 +00:00
ajacoutot
25b3041f91
Unbreak after hx509 and ntlm removal from Kerberos.
2013-06-20 06:54:36 +00:00
sthen
187e0a19fe
+stuntman
2013-06-18 14:29:03 +00:00
sthen
0c5a41acfd
import ports/telephony/stuntman, from Roman Kravchuk, ok dcoppa
...
STUNTMAN is an open source, high performance STUN server, implementation
of the STUN protocol as specified in RFCs 5389, 5769, and 5780. It also
includes backwards compatibility for RFC 3489.
2013-06-18 14:28:37 +00:00
ajacoutot
9920238d6f
Unbreak with new Heimdal; get rid of self-cooked krb5-config since we
...
have it in base now.
2013-06-17 19:30:22 +00:00
sthen
9b258b4acb
cope with the ksh changes in exec.c:1.50
2013-06-12 20:58:47 +00:00
brad
17833ea850
Revert back to using MySQL 5.1 for the time being. MariaDB 5.5 introduces
...
a new libmysqlclient non-blocking API which utilizes co-routines. The X86
specific GCC ASM co-routine support hid the fact that there was an issue.
The only fallback code so far is POSIX user contexts which OpenBSD does not
support.
Input from and Ok sthen@ jasper@
2013-06-12 20:36:33 +00:00
sthen
4fe81903b3
Fix cookie parsing in Asterisk's HTTP request parser if an RFC2965 Cookie2
...
header is present. Needed for AMI/HTTP logins with some http clients.
2013-06-05 00:57:18 +00:00