telephony/net
Sebastian Kemper 3181481463 asterisk: bump to version 18.11.2
asterisk: update AST_EXT_TOOL_CHECK for OpenWrt

Issue #672 shows that the current macro has some pitfalls, at least when
running within OpenWrt's buildroot.

The macro is used to detect these tools:

  1. xml2-config
  2. mysql_config
  3. neon-config
  4. net-snmp-config
  5. sdl-config (we're not using SDL)

The macro also adds configure arguments that allow to specify a path
like so:

  --with-mysqlclient=PATH

Macro problems:

  1. If no PATH is specified, it adds "/bin" to the search path.
     Obviously this is a bad thing when cross-compiling.
  2. If a PATH is specified, it adds it to the start of every include
     and library path it encounters. These paths are then broken.

This commit makes problem 1 go away by making the addition of
"${$1_DIR}/bin" to the PATH dependent on there being a PATH handed to
the macro. An alternative would be to remove the PATH addition
altogether, but then the macro wouldn't behave as expected.

It also removes the path filtering of the include and lib dirs to
address problem 2.

Closes #672

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
(cherry picked from commit 79a0acfe56)

asterisk: bump to 18.7.1

The removed patch has been applied upstream and is part of this release.

Signed-off-by: Andre Heider <a.heider@gmail.com>
(cherry picked from commit 0399a3dc73)

asterisk: add missing modules + dependency

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
(cherry picked from commit 04b6b267f1)

asterisk: fix build on macos

This commit adds a patch to fix /sbin/launchd detection on macos

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
(cherry picked from commit 4209a36afe)

asterisk: bump to version 18.11.2

- add two new modules (app_sf and func_json)
- update 100-build-reproducibly.patch as upstream refactored some of the
  code
- refresh patches

This bump includes fixes for the following security issues:

https://downloads.asterisk.org/pub/security/AST-2022-001.html
https://downloads.asterisk.org/pub/security/AST-2022-002.html
https://downloads.asterisk.org/pub/security/AST-2022-003.html

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
(cherry picked from commit 958401fa8f)

asterisk: add --without-libxslt to configure

Since upstream commit b40c4d59b1dd803cad79060fb5b5a48d249ba578
"--disable-xmldoc" does no longer prevent the linking to libxslt, if
available. If that's the case one is greeted with the following error:

Package asterisk is missing dependencies for the following libraries:
libxslt.so.1

This commit explicitly disables the use of libxslt, to avoid the
dependency.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
(cherry picked from commit 64a1d2faef)
2022-04-18 17:56:18 +02:00
..
asterisk asterisk: bump to version 18.11.2 2022-04-18 17:56:18 +02:00
asterisk-chan-dongle asterisk-chan-dongle: update to the latest git HEAD 2022-01-04 14:21:08 +01:00
asterisk-chan-lantiq asterisk-chan-lantiq: update for DTMF fix 2021-10-22 17:33:51 +02:00
asterisk-chan-sccp asterisk-chan-sccp: Update to v4.3.3 release 2020-12-20 10:37:45 +01:00
asterisk-g72x asterisk-g72x: update for Asterisk 18 LTS 2020-11-01 11:56:45 +01:00
asterisk-opus asterisk-opus: update for Asterisk 18 LTS 2020-11-01 11:56:04 +01:00
baresip baresip: use FILE_MODES instead of postinst 2020-10-04 15:29:01 +02:00
freeswitch freeswitch: bump to 1.10.7 2021-11-07 23:21:46 +01:00
freeswitch-mod-bcg729 freeswitch-stable-mod-bcg729: rename 2020-05-23 20:02:21 +02:00
kamailio kamailio: minor bump + drop 5.x suffix 2020-12-12 23:55:36 +01:00
miax miax: fix compilation errors under uClibc-ng and musl 2020-10-09 02:34:21 -07:00
pcapsipdump pcapsipdump: fix missing libbsd depend 2019-10-09 19:44:17 +02:00
restund restund: fix CVE-2021-21382 2021-12-07 00:03:02 +01:00
rtpengine rtpengine: bump to version 8.5.5.1 2021-08-29 23:00:33 +02:00
rtpproxy rtpproxy: fix RTP crypto setup 2019-10-05 10:20:29 +02:00
sipgrep sipgrep: make IPv6 support depend on CONFIG_IPV6 2020-07-15 20:35:00 +02:00
sipp sipp: bump to 3.6.1 2020-10-12 09:53:35 +02:00
siproxd siproxd: fix UID variable conflict in init 2021-01-24 00:27:05 -08:00
sngrep sngrep: bump to 1.4.8 2021-03-19 18:05:16 +01:00
yate yate: bump to 6.4.0 2021-08-04 23:28:45 +02:00