Commit Graph

65 Commits

Author SHA1 Message Date
sthen
b22c11a7a4 SECURITY update for 1.4 versions (doesn't affect OpenBSD before 4.2);
fixes an overflow in IMAP voicemail storage reachable by anyone who can
send email to a VM box accessed from the phone. AST-2007-022, found by
sprintf audit.

ok ian@
2007-10-11 08:05:18 +00:00
sthen
bb85f6fc39 bug-fix update to 1.4.12
ok ian@
2007-10-04 11:25:44 +00:00
bluhm
defca5dc91 +p5-Net-SIP 2007-09-19 22:52:42 +00:00
bluhm
e45c118de9 Initial import of p5-Net-SIP 0.35
Net::SIP consists of packages for handling SIP packets, for transport
of packets, for processing packets and on top of all that a simplified
layer for common tasks.

ok sturm@
2007-09-19 22:47:02 +00:00
merdely
aa0d523fd4 Remove surrounding quotes in COMMENT 2007-09-15 21:03:00 +00:00
ian
543e0998b8 += chan_unistim 2007-09-14 13:25:26 +00:00
ian
0edace2c8d chan_unistim is an Asterisk channel driver for the Nortel proprietary
Unistim protocol, used by at least the following Nortel phones:
Nortel i2002, i2004 and i2050.

tested and comments sthen@, tested and OK krw.
2007-09-14 13:24:42 +00:00
sthen
e55dbe3873 the app_conference update I forgot to commit with asterisk 1.4,
ok jolan@ ian@
2007-09-06 12:31:31 +00:00
sthen
9c5f5dcd0d major version update to 1.4.11, ok ian@ jolan@ 2007-09-05 22:42:52 +00:00
sthen
e303306b19 update my email address
ok mbalmer@
2007-09-04 10:33:19 +00:00
ajacoutot
1cb10e8dca - zap unneeded variable
- remove quotes from COMMENT while here
2007-08-02 14:39:09 +00:00
robert
018b601d2c remove empty patch; noticed by Stuart Henderson <stu@spacehopper.org> 2007-07-25 08:55:48 +00:00
ian
fab7c3a824 Upgrade to 1.2.22 to fix several remote exploits, from Stuart, tested by me 2007-07-19 01:31:27 +00:00
jolan
994a77a545 SECURITY: update to 1.2.19, from maintainer stuart henderson
ASA-2007-013: chan_iax2.c assumes strings are null-terminated without
validating them, potential buffer overrun/information disclosure
2007-07-02 14:03:34 +00:00
aanriot
b417c98419 also install the main binary and the post-install target becomes a
do-install one (the logic is more simple and it gets ride of the bogus
element warnings).

"go ahead" msf@
2007-05-31 15:51:23 +00:00
jcs
6a5527ca40 p5-asterisk 2007-05-28 16:21:40 +00:00
jcs
a8e17fc2de p5-asterisk-0.09:
a collection of perl modules to be used with the asterisk pbx
2007-05-28 16:16:55 +00:00
steven
a4d14bddf4 remove HOMEPAGE from DESCR
remove old MODGNU_SHARED_LIBS and related hacks
2007-05-20 13:26:58 +00:00
jolan
e137319740 SECURITY: update to 1.2.18 from maintainer stuart henderson
ASA-2007-011: Multiple problems in SIP channel parser handling response
codes
ASA-2007-012: Remote Crash Vulnerability in Manager Interface
2007-05-02 17:29:25 +00:00
ajacoutot
c31145b2a1 +ohphone 2007-04-27 13:36:50 +00:00
ajacoutot
9763e3359a Import ohphone-1.14.4
Ohphone is a fully functional H.323 endpoint command line application
that can be used to listen for incoming H.323 calls, or to initiate a
call to a remote host.  It includes a simple menu that allows
interactive control of functions, as well as allowing control of most
dialing and answer functions via a phone handset.

ok kili@
2007-04-27 13:36:09 +00:00
espie
d4ebcd974d more base64 checksums 2007-04-05 17:26:05 +00:00
jolan
b55e239460 SECURITY: update to 1.2.17, fixes a(nother) remote DoS in chan_sip:
http://voipsa.org/pipermail/voipsec_voipsa.org/2007-March/002275.html

from maintainer stuart henderson
2007-03-21 15:51:54 +00:00
jolan
7d42dc4e37 SECURITY: update to 1.2.16 which fixes a remote DoS in chan_sip
from maintainer stuart henderson
2007-03-15 10:56:31 +00:00
ian
039ed98d9e 1.2.14->1.2.15 from maintainer, tested on i386 & amd64. 2007-02-11 01:03:28 +00:00
steven
27aabe3447 conflicts with asterisk-sounds-<=1.2.1p2 2006-12-29 22:21:41 +00:00
jolan
82ddf3f4d8 update to 1.2.14, from stuart henderson 2006-12-22 22:16:10 +00:00
jolan
60a1c5e202 remove 'silence' sounds, as they are included in asterisk 1.2.14
from stuart henderson
2006-12-22 22:12:37 +00:00
steven
aa7ce446bf bump pkgname after maintainer change 2006-12-17 08:23:29 +00:00
ian
e6092b3031 Add MAINTAINER line 2006-12-17 01:54:08 +00:00
ian
3bc8a88597 += asterisk-native-sounds 2006-12-16 20:18:44 +00:00
ian
0874a045fc Import asterisk-native-sounds, higher-quality versions of the "basic"
asterisk sounds. Help and OK steven@
2006-12-16 19:45:14 +00:00
msf
abf7f108fe update to 1.5.13
install configuration files to ${SYSCONFDIR} by default
use _siproxd unpriv user and chroot by default
take MAINTAINER

ok markus@
2006-11-27 11:16:50 +00:00
jolan
a5ee037d88 @comment a few files which are now in the main asterisk package to
remove a conflict, from maintainer stuart henderson
2006-10-19 21:22:34 +00:00
jolan
73cc4fa6d9 SECURITY: update to 1.2.13 which fixes a vulnerability in the
chan_skinny module.  for more details see:

http://www.asterisk.org/node/109

from maintainer
2006-10-19 21:19:07 +00:00
jolan
eb7a26aef4 - install IAXy firmware in order to silence warning messages, prompted
by jcs@

ok MAINTAINER
2006-10-18 00:18:36 +00:00
jolan
53cc38430a - update to 1.2.12.1
- be careful not to pick up odbc/popt if they happened to be installed

from maintainer stuart henderson
2006-09-24 21:09:25 +00:00
alek
a36e246105 - Don't build res_config_odbc if databases/iodbc is installed
- Don't build smsq if devel/popt is installed

ok maintainer
2006-07-18 19:32:54 +00:00
steven
6dc095d557 fix sample config file.
from maintainer Stuart Henderson, found by Steve, murdoch-technology
at bigpond dot com.
2006-06-15 06:39:50 +00:00
naddy
ca6257ce12 SECURITY:
Update to 1.2.9.1 which addresses a security vulnerability in the IAX2
channel driver (chan_iax2). The vulnerability affects all users with
IAX2 clients that might be compromised or used by a malicious user, and
can lead to denial of service attacks and random Asterisk server crashes
via a relatively trivial exploit.

From: maintainer Stuart Henderson <stu@spacehopper.org>
2006-06-12 19:04:10 +00:00
jolan
c5f4fe1b86 +fobbit 2006-05-12 01:32:59 +00:00
jolan
9d3cad9eb5 $ cvs -d jolan@cvs.openbsd.org:/cvs import ports/telephony/fobbit jolan
jolan_20060511
I ports/telephony/fobbit/Makefile
<snip>

not sure why cvs would choose to ignore the Makefile...
2006-05-12 01:31:43 +00:00
jolan
ee0295effd fobbit-0.61, creative voip blaster driver/software 2006-05-12 01:29:41 +00:00
sturm
45d8b2e15f use bcopy instead of memcpy to work around a gcc optimizer bug resulting
in unaligned accesses on sparc64
fix WANTLIB
honour CC, CFLAGS more or less

from Stuart Henderson <stu at spacehopper.org>
ok ian, jolan
2006-02-15 06:11:39 +00:00
jolan
16b0db9bcf @comment some duplicates from asterisk proper to resolve conflict
from Ben Lovett
2006-02-13 03:59:52 +00:00
jolan
c28352365d - remove non-sensical BUILD_DEPENDS
- generate PLIST with update-plist
- kill some useless variables/comments
2006-02-06 16:19:16 +00:00
jolan
b5b5563527 +*-sounds 2006-02-03 17:42:14 +00:00
ian
df7405b45d Initial import of asterisk-sounds, extra sounds for Asterisk.
Comments by Stuart Henderson; ok todd@
2006-02-03 16:35:04 +00:00
jolan
cf55a16c2d bison is no longer a BUILD_DEPENDS 2006-02-02 16:12:24 +00:00
jolan
da3ca0e107 update to 20060201 2006-02-02 04:42:43 +00:00