Commit Graph

25 Commits

Author SHA1 Message Date
sthen
645b9a95dc update to asterisk-16.30.0 2023-01-14 11:28:14 +00:00
sthen
7da52a205b update to asterisk-16.29.1 2022-12-02 08:49:12 +00:00
ajacoutot
c4096e6659 Stop using the daemon class in @newuser.
If we need to make an exception we can do it and properly document the
reason but by default we should just use the default login class.
rc.d uses daemon or the login class provided in login.conf.d so this has
no impact there.

discussed with sthen@, tb@ and robert@

praying that my grep/sed skills did not break anything and still
believing in portbump :-)
2022-11-08 11:16:56 +00:00
sthen
5743e9a7f7 use a different mechanism to avoid installing the old openbsd-only very
basic sample config files on newer versions rather than just checking
version != 19
2022-10-20 09:35:29 +00:00
sthen
5b15759fd3 update to asterisk-16.29.0 2022-10-20 08:37:46 +00:00
sthen
35ddb2ff0d add some notes to the sample res_snmp config file explaining permissions
to work with snmpd's agentx support
2022-08-31 23:47:58 +00:00
sthen
766c808e40 update to asterisk-16.28.0 2022-08-18 19:17:21 +00:00
sthen
41f6a3c33a asterisk: move to clang using the newer version of BlocksRuntime from
libdispatch. this includes a shared lib and, unlike the old one (with
just a static lib), is working ok for me at runtime.
2022-08-05 17:17:01 +00:00
sthen
9131e717b4 asterisk: comment-out rungroup in the default config, use initgroups instead 2022-06-27 08:23:06 +00:00
sthen
4f6d05a809 update to asterisk-16.27.0 2022-06-25 20:48:19 +00:00
ajacoutot
9e45440fb2 Use the rc_exec function instead of ${rcexec}. 2022-05-21 10:50:49 +00:00
sthen
5aef807cb4 update to asterisk-16.26.1 2022-05-19 19:23:03 +00:00
sthen
8a944b9d02 update to asterisk-16.26.0 2022-05-12 20:51:21 +00:00
sthen
d19241643c update to asterisk-16.25.3 2022-04-26 18:20:29 +00:00
sthen
58e67f8ee8 update to asterisk-16.25.2
AST-2022-001: res_stir_shaken: resource exhaustion with large files
AST-2022-002: res_stir_shaken: SSRF vulnerability with Identity header
AST-2022-003: func_odbc: Possible SQL Injection
2022-04-15 08:35:05 +00:00
sthen
ff52f98a84 asterisk updates with their fix for the curl build issue and another build issue 2022-03-30 08:13:08 +00:00
sthen
03eea5238a update to asterisk-16.25.0 2022-03-25 11:39:50 +00:00
sthen
8283d572d5 update to asterisk-16.24.1
AST-2022-004: pjproject: integer underflow on STUN message
AST-2022-005: pjproject: undefined behavior after freeing a dialog set
AST-2022-006: pjproject: unconstrained malformed multipart SIP message
2022-03-04 21:22:16 +00:00
sthen
31dd5547cd update to asterisk-16.24.0 2022-02-10 22:06:51 +00:00
sthen
c65323e072 asterisk port tweaks:
- patch the sample asterisk.conf file in the basic-pbx directory to
include setting ownership/permissions on the control socket as also done
in the simple openbsd-ports config files

- remove the simple openbsd-ports config files from asterisk/19; they pre-date
upstream's "basic-pbx" files and use chan_sip which was removed in 19.x
so don't work
2022-01-07 20:06:26 +00:00
tb
642e24e7b8 telephony/asterisk: unbreak build with opaque BIO_METHOD by adding
CFLAGS += -DHAVE_OPENSSL_BIO_METHOD.  This is a workaround as this
should really be picked up by autoconf...

ok sthen
2021-12-12 13:39:09 +00:00
sthen
f862a17028 update to asterisk-16.23.0 2021-12-10 11:19:59 +00:00
sthen
e270e02c3b remove some pieces from telephony/asterisk that were there in support of
the failed attempt at getting this to build with clang
2021-11-23 10:21:48 +00:00
sthen
5e2a528cae add portroach markers 2021-11-03 22:24:37 +00:00
sthen
0b81816498 add asterisk 16.22.0, asterisk 19.0.0
18.x remains the primary version targetted for now; other ports building
against asterisk are only using 18
2021-11-02 12:47:08 +00:00