Commit Graph

525 Commits

Author SHA1 Message Date
sthen
6d87b84c90 cope with pexp tightening in rc.subr r1.99, reported by sebastia@ 2015-09-21 14:10:21 +00:00
jca
36feaba4ed Fixed upstream. 2015-08-25 17:49:18 +00:00
jasper
b61883f145 use sed -i 2015-07-19 00:02:24 +00:00
jasper
aa04a60af2 kill trailing whitespace 2015-07-18 23:59:54 +00:00
jca
dccc7ed28f guard SSLv3 methods
ok sthen@ and Roman Kravchuk (maintainer)

Last minute change: as noted by sthen@ no REVISION bump is needed.
2015-07-18 19:59:48 +00:00
sthen
576adabbab guard SSLv3_client_method() with #ifndef OPENSSL_NO_SSL3 2015-07-18 15:37:29 +00:00
czarkoff
b3fec52ed7 Enable kqueue support in re
OK feinerer@, sthen@
2015-07-09 10:36:24 +00:00
sthen
d5ffe85b7d Remove use of sudo from pkg READMEs in a few ports as packages and their
instructions are meant to work on a fresh install.

- easy cases: replace some '$ sudo somecommand' with '# somecommand'
(while there I've swapped some "${RCDIR}/foo start" with "rcctl foo start").

- replace some 'sudo -u user somecommand foo bar' with
'su -s /bin/sh user "/path/to/somecommand foo bar"' and similar.
Not pretty with the -s, but many of the uids that need to run
these commands have /sbin/nologin as their usual shell.
2015-07-06 11:25:36 +00:00
czarkoff
2fb987be59 Update to re-0.4.13
OK feinerer@
2015-07-04 09:16:16 +00:00
czarkoff
768dacaee7 Update to baresip 0.4.13
OK feinerer@
2015-06-21 07:40:46 +00:00
sthen
6a9aae3ca5 sort, and use consistent whitespace 2015-06-10 20:01:03 +00:00
espie
b576ead70f fix conflict markers and bump, as discussed with sthen@ 2015-06-08 13:44:28 +00:00
sthen
a7b01e47e2 update to asterisk-11.18.0 2015-06-08 08:44:52 +00:00
sthen
fdf28efb45 fix conflicts in new asterisk-core-sounds languages, spotted by ajacoutot 2015-05-28 20:45:29 +00:00
sebastia
3b4314a46a As pointed out by espie@, theora gets picked up if available, so add it
explicitly to the deps.
2015-05-18 18:04:24 +00:00
czarkoff
61a5d88050 Fix linker flags for "zrtp" module
While at it, fix a patch that changed during last update

OK sthen@, "go for it" espie@
2015-05-17 21:19:23 +00:00
czarkoff
727b299430 Don't install libbn.a to avoid conflict with security/gpg5
OK sthen@, "go for it" espie@
2015-05-17 21:16:54 +00:00
sthen
e4e24b7693 update to asterisk-core-sounds 1.4.27, adding Swedish audio files 2015-05-13 09:40:20 +00:00
espie
2ace40bfb8 don't depend on modes in the ports tree being what we want installed 2015-05-08 09:08:44 +00:00
chris
3de875ac9c Update to spandsp 0.0.6, enable sse2 on amd64
ok brad@ sthen@
2015-05-05 17:19:57 +00:00
sthen
d737fe3b53 Store the TID for "core show threads". Nice clue from jca@, thanks! 2015-05-05 12:47:02 +00:00
ajacoutot
83dd7fefa9 Consistency in endian.h includes. 2015-05-01 17:40:58 +00:00
ajacoutot
00f6a9a5c1 Cope with FFmpeg 20150412.
from brad
2015-04-28 06:35:06 +00:00
sthen
62b322e875 update to asterisk-11.17.0, which includes a fix from Ed Hynan for an
FD exhaustion problem he was seeing on OpenBSD.
2015-04-02 17:09:30 +00:00
czarkoff
649a89ea31 update to re 0.4.12
OK sthen@
2015-03-22 06:13:37 +00:00
naddy
c36ada4f79 fold lib-only PFRAG.shared into PLIST, and some related cleanups 2015-03-19 20:25:26 +00:00
naddy
2382144b92 fold lib-only PFRAG.shared into PLIST, regen PLIST, and bump 2015-03-16 18:07:34 +00:00
naddy
7eae35b545 add 5.7 release song 2015-03-15 21:01:30 +00:00
sthen
40e7610747 update to asterisk-11.16.0 2015-02-06 23:27:51 +00:00
sthen
aebb4f8fb0 update to Asterisk 11.15.1, disallow \r and/or \n in strings passed to libcurl
AST-2015-002, related to CVE-2014-8150 in cURL.
2015-01-29 20:45:11 +00:00
sthen
9a388229b0 bugfix update to asterisk 11.15.0 2015-01-27 21:26:43 +00:00
sthen
b7e6cbe7ad drop USE_GROFF, output checked with gmdiff 2015-01-21 14:41:37 +00:00
naddy
6dfe1e0668 <sys/socket.h> already exposes struct iovec, no need to include <sys/uio.h>.
Remove now useless (parts of) patches.
2015-01-19 20:44:14 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
naddy
0080e52fc9 add missing limits.h, regen patches 2015-01-17 23:51:07 +00:00
dcoppa
55993e2437 Update to pjsua-2.3.
Maintainer's email bounces... chrisz@ ???
2015-01-11 17:24:06 +00:00
jca
3d85f1dfc6 Update to baresip-0.4.12, removing patches and libuuid dep.
From Dmitrij D. Czarkoff.
2014-12-29 20:40:27 +00:00
sthen
77534937a4 Update to Asterisk 11.14.2, fixing AST-2014-019 in res_http_websocket,
a crash when receiving a WebSocket packet with a payload length of zero.

"Frames with a payload length of 0 were incorrectly handled in
res_http_websocket. Provided a frame with a payload had been received
prior it was possible for a double free to occur. The realloc operation
would succeed (thus freeing the payload) but be treated as an error.
When the session was then torn down the payload would be freed again
causing a crash. The read function now takes this into account."
2014-12-12 19:17:52 +00:00
sthen
2008b18b5f update to re & restund 0.4.11, from maintainer Dmitrij D. Czarkoff 2014-12-11 13:48:42 +00:00
sthen
d4b9694e05 remove WRKDIST=${WRKDIR}/${DISTNAME} lines, they are the default anyway 2014-11-23 20:28:01 +00:00
sthen
cf74a2af53 SECURITY update to Asterisk 11.14.1
* AST-2014-012: Fix error with mixed address family ACLs.

* AST-2014-014: Fix race condition where channels may get stuck in
ConfBridge under load.

* AST-2014-017 - app_confbridge: permission escalation/class authorization.

* AST-2014-018 - func_db: DB Dialplan function permission escalation via AMI.

...

2014-012 doesn't really affect OpenBSD; Asterisk generally only allows
a single bind address so can't really do multi AF on OpenBSD where
v4-mapped-in-v6 is disabled.

2014-017 is a priv escalation via AMI; ConfbridgeStartRecord didn't require
system privs, but allowed arbitrary system commands to be executed.
2014-11-21 12:40:49 +00:00
sthen
b9ecf6a255 update to asterisk-11.14.0 2014-11-10 20:43:18 +00:00
sthen
db0ab5fe22 update to stunserver-1.2.7 from maintainer Roman Kravchuk 2014-10-24 14:08:40 +00:00
jasper
75df3a3ef7 unify maintainer addresses
ok chrisz@
2014-10-22 13:00:54 +00:00
sthen
3514b9bd49 asterisk 11.13.1, disable sslv3 by default 2014-10-20 23:14:33 +00:00
ian
6df05fac2c 5.6 song, ok naddy@ 2014-10-12 00:36:33 +00:00
sthen
03f4e6e669 update to asterisk-extra-sounds 1.4.15 2014-10-08 21:34:12 +00:00
sthen
006d16d9a2 - update to asterisk core-sounds 1.4.26
- add a package for the new Japanese sound files
2014-10-08 11:20:05 +00:00
sthen
1ebed9c305 take maintainer 2014-10-08 02:10:50 +00:00
landry
20a6dc7873 Fix on alpha by defining endianness.. 2014-09-30 19:12:56 +00:00