Commit Graph

2053 Commits

Author SHA1 Message Date
Christian Marangi
b4f1c7adf9 freetdm: disable broken pritap module
Disable broken pritap module as it never actually worked.

This module is based on a FORK of libpri [1] that have
all the extra symbol.

So the module probably never worked on loading it
with the wrong library.

[1] https://github.com/ajpaul25/libpri

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2025-12-04 15:10:14 +01:00
Paul Donald
e8e89793f3 pjproject: bump to match asterisk 23.1.0
This matches the version and patches bundled with asterisk 23.1.0.

Signed-off-by: Andre Heider <a.heider@gmail.com>
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
2025-12-04 13:06:45 +01:00
Paul Donald
6a075d6e81 asterisk: minor config fixup for 23.1.0
The patch 001-phoneprov_users.patch can be dropped when upstream renames the
config. The config file seems necessary for res_phoneprov to start up, so this
helps the user get started.

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
2025-12-04 13:06:45 +01:00
Paul Donald
00f56ba48a asterisk: bump to 23.1.0
remove deprecated modules from 22-23

See https://docs.asterisk.org/Asterisk_23_Documentation/Upgrading/
and https://docs.asterisk.org/Asterisk_23_Documentation/WhatsNew/

starting in v23, astdb2sqlite3 is removed. Users still running on v10 Berkley DB
must have upgraded DB prior to v23. Similarly, all Berkley DB functionality is
removed.

patch 150 refreshed to remove Berkley DB stuff.
other patches refreshed.

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
2025-12-04 13:06:45 +01:00
Paul Donald
73fd665261 asterisk: bump to 22.7.0
remove deprecated modules from 20-21
21-22 is mostly bugfixes

See https://docs.asterisk.org/Asterisk_21_Documentation/Upgrading/
and https://docs.asterisk.org/Asterisk_22_Documentation/Upgrading/
and https://docs.asterisk.org/Development/Asterisk-Module-Deprecations/#removed-modules

- remove deprecated users.conf (otherwise asterisk logs:
  WARNING[24699] pbx_config.c: users.conf is deprecated and will be removed in
  a future version of Asterisk )
- add cdr.conf (otherwise asterisk logs:
  ERROR[24658] config_options.c: Unable to load config file 'cdr.conf' )
- add missing res-websocket-client (necessary for app_stasis, res_ari)
- app_macro -> app_stack

refresh patches

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
2025-12-04 13:06:45 +01:00
George Sapkin
37ec321f5f check-autorelease-deprecation: drop workflow
Drop the workflow since the setting has been deprecated over three years
ago.

Link: https://github.com/openwrt/packages/pull/27799#issuecomment-3506689211
Signed-off-by: George Sapkin <george@sapk.in>
2025-12-03 15:39:10 +01:00
George Sapkin
08e2bd1236 formal: fix workflow permissions
Fix formality check permissions that are needed to post optional
summaries back to the PR.

Link: openwrt/actions-shared-workflows#64
Signed-off-by: George Sapkin <george@sapk.in>
2025-12-03 13:04:54 +01:00
Christian Marangi
6e2a8b34c5 freeswitch: add missing depoendency for conference module
If openal-soft is selected, the conference module check for it and links
for it. Instead of force disabling support for it, simply add it as a
dependency of the related conference module.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2025-11-22 19:45:51 +01:00
Christian Marangi
efee987fb7 freeswitch: backport patch fixing compilation error for perl module
Backport upstream patch fixing compilation error for perl module.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2025-11-22 19:45:51 +01:00
Daniel Golle
cb6a45ec1d asterisk: update to version 20.14.1
Changes since 20.14.0:

asterisk.c: Add option to restrict shell access from remote consoles.

Author: George Joseph Date: 2025-05-19

UserNote: A new asterisk.conf option 'disable_remote_console_shell' has
been added that, when set, will prevent remote consoles from executing
shell commands using the '!' prefix.

Resolves: #GHSA-c7p6-7mvq-8jq2

res_pjsip_messaging.c: Mask control characters in received From display
name

Author: George Joseph Date: 2025-03-24

Incoming SIP MESSAGEs will now have their From header's display name
sanitized by replacing any characters < 32 (space) with a space.

Resolves: #GHSA-2grh-7mhv-fcfw

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2025-11-22 16:15:23 +01:00
Fabrice Fontaine
8d03e6157f net/sngrep: assign PKG_CPE_ID
cpe:/a:irontec:sngrep is the correct CPE ID for sngrep:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:irontec:sngrep

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2025-11-22 09:41:23 +01:00
Fabrice Fontaine
bfbf9a4121 net/rtpproxy: assign PKG_CPE_ID
cpe:/a:rtpproxy:rtpproxy is the correct CPE ID for rtpproxy:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:rtpproxy:rtpproxy

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2025-11-22 09:41:12 +01:00
Fabrice Fontaine
9eaacb4ce4 net/kamailio: assign PKG_CPE_ID
cpe:/a:kamailio:kamailio is the correct CPE ID for kamailio:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:kamailio:kamailio

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2025-11-22 09:40:59 +01:00
Fabrice Fontaine
7b5be1c890 libs/sofia-sip: assign PKG_CPE_ID
cpe:/a:signalwire:sofia-sip is the correct CPE ID for sofia-sip:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:signalwire:sofia-sip

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2025-11-22 09:40:46 +01:00
Fabrice Fontaine
74b71c2b9d libs/libsrtp: assign PKG_CPE_ID
cpe:/a:cisco:libsrtp is the correct CPE ID for libsrtp:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:cisco:libsrtp

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2025-11-22 09:40:34 +01:00
Christian Marangi
5df34648c8 freeswitch: fix various compilation error
This restore correctly compilation of each freeswitch module.

We move the sphinxbase library to alpha5 version and we backport lots
patch that fix compilation error.

Only the sphinx related changes required some downstream modification to
use the new (actually old but still newer) version and align one
backport to only apply the relevant changes for the module.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2025-11-21 20:39:46 +01:00
Christian Marangi
92e14ade27 rtpproxy: add missing dependency for libsrtp2
New rtpproxy package adds support for libsrtp2 if detected. In the
context of buildbot every package gets selected and libsrtp2 support
gets selected automatically with rtpproxy.

Add this extra dependency directly to rtpproxy to fix build error.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2025-11-21 16:02:24 +01:00
Christian Marangi
f4c73b0482 rtpengine: add patch fixing compilation error for pthread tid
Add patch fixing compilation error for wrong pthread tid init.

While at it also renumber the patch to to follow the pattern of 1xx for
downstream patch.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2025-11-21 15:44:10 +01:00
Christian Marangi
a017ae016a spandsp3: fix leaking host header for build tools
It was discovered that spandsp3 leaks host header on building build
tools.

This was caused by the Makefile not permitting to pass custom header on
compiling build tools. To be more precise it was possible to leak host
header for the tiff library for the tiffio.h header.

Add pending patch to fix this and not depend on the host system header.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2025-11-20 17:05:40 +01:00
Christian Marangi
da213a81e5 siproxd: bump to 2025-07-24
Bump siproxd to 2025-07-24 to fix bad detection of libosip2  library.
Align the Makefile to new version that dropped the Makefile for the
scripts directory.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2025-11-20 13:52:30 +01:00
Christian Marangi
fcff90abe1 rtpproxy: bump to version 2025-11-04
Bump rtpproxy to version 2025-11-04. Each downstream patch got merged
and this fix the current compilation error with recvfromto.

rtpp_socket.c: In function 'rtpp_socket_rtp_recv':
rtpp_socket.c:262:31: error: passing argument 5 of 'recvfromto' from incompatible pointer type [-Wincompatible-pointer-types]
  262 |       sstosa(&packet->raddr), &packet->rlen, sstosa(&packet->_laddr), &llen,
      |                               ^~~~~~~~~~~~~
      |                               |
      |                               socklen_t * {aka unsigned int *}
In file included from rtpp_socket.c:45:
rtpp_network.h:56:3: note: expected 'size_t *' {aka 'long unsigned int *'} but argument is of type 'socklen_t *' {aka 'unsigned int *'}
   56 |   size_t *, struct sockaddr *, size_t *, struct timeval *);
      |   ^~~~~~~~

2 new trivial pending patch (proposed upstream) are now required to
permit correct compilation.

This bump from 2.x to 3.x but checking the changlog no breaking change
should be triggered by this version jump.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2025-11-20 12:59:39 +01:00
Christian Marangi
a5c29c23f0 rtpengine: bump to 11.5.1.49
Bump rtengine package to 11.5.1.49. This is needed to fix compilation
error on new kernel 6.12 that added a new scope variable to
ip_route_output.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2025-11-20 12:03:58 +01:00
Christian Marangi
23cc215273 miax: add additional fix patch and fix broken MD5 on 64bit
Add additional fix patch for compilation error/warning and fix broken
MD5 support on 64bit.

The compilation warning actually discover a very old BUG that produced
wrong MD5 calculation on 64bit systems.

The BUG was caused by the use of unsigned long for uint32. On 64 bit
systems, unsigned long is actually 8 bytes instead of the expected 4
bytes.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2025-11-20 11:38:01 +01:00
Christian Marangi
f6d8ae584f miax: add patch fixing compilation warning
Add 2 patch fixing compilation warning (now error) for implicit
declaration and incompatible pointer type.

Refresh all affected patch.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2025-11-10 02:06:26 +01:00
Christian Marangi
502eddcce7 bcg729: backport fixes patch for CMake version
Backport fixes patch for CMake version bump. These upstream patch also
rework the CMakeLists file by changing the CMake options and the CMake
files directory (changed to all capitals letters)

Rework the Makefile to apply these additional change.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2025-11-10 01:08:56 +01:00
Christian Marangi
5b32ed8fae spandsp3: update to Git HEAD (2025-07-07)
d9681c3747ff - Numerous cleanups - Async and FSK modules reworked, to generalise the bit stream processing   for async data - V.8 module enhanced to support gateway operation, for things like V.150.x - modem connect tone module enhanced to support gateway operation, for things like V.150.x
4ee5eac8f1d5 A first pass at the SPRT protocol in V.150.1 A first pass at V.150.1 SSE processing A first pass at a V.150.1 framework These are all a work in progress, but do come with some initial test code
e2787e900a3b Fix Windows build.
bebd506ca1e6 Windows support: Add Visual Studio solution.
aba9ac21d3cd Some changes so Debian 11 is happy
64f4d2ae1860 Various cleanups so "make dist" works again, and builds a tarball
6f407a6ed1a0 Cleanup of some issues found by scan-build.
d0dfd573bb14 Address a scan-build issue in super_tone_rx.c
227b31267023 T.38 gateway was not handling FTT messages from the far end properly.
239bf2f6a80b Changes to address V.17 fixed point issue.
d8dfbd74c713 Various cleanups. Skeleton for V.80 introduced.
e7f5ba7a682e Miwssed file added
b7e17a4f0ddb Removed 2 obsolete files, which should have gone a long time ago Added a .gitattributes file to handle the MS line ends stuff better Cleaned up the CR/LF stuff in some .vcxproj files
35de07c9a773 Started some V.150.1 test code.
a60119408c46 Some more V.34 stuff. Still far far far from complete. Improvements to SPRT and other parts of V.150.1
df1282eb9af5 Further development of V.150.1 Inroduction of SSLFax, using the code submitted by Lee Howard. This needs further testing, but should be complete.
5394b2cae6c4 Various tidying up jobs. V.150.1 has moved forward, but is still a work in progress. The various modules using Goertzel filters were not using a harmonised approach to setting thresholds and measuring power levels. This has been improved.
fbeebb736514 Various bits of tidying spandsp/private/v80.h was not being installed.
94a54740b592 Fixes building when an SSL library is not available to support the SSL-FAX mode
7b0b8cf3d42b Some improvements to the T.38 code to centralise some things that should have been in the T.38 core module. Addition of routines to allow the packetisation time of the T.38 modules to be controlled. Fixed a wrong licence notice in image_translate.c A few little cleanups.Q
0446f4e0c725 Various changes to make the code work when compiled with clang. Various changes to signal power handling for greater consistency, and so the code builds properly with Visual Studio and clangw.
9516c33f33b6 Added missing union name in v150_1.h
3097550dfc23 Address incompatibility between C and C++ compilers with an unnamed union.
4a73bd7ede87 Cleanup of some syntax errors when FIXED_POINT is selected
0c0d76deab3c Fixed a long standing bug where a FAX that has to return to the DCS/TCF sequence, due to something like a change of page size mid-FAX, messed up the TCF sequence, and stepped down to a lower speed.
39cd63db3509 Added a floating point AGC module, with a test program. Added a Godard TED module. A few tidy ups.
933d40db635d V.29 and V.17 now use the Godard TED module, and their internal Godard TED code has been removed.o
31eba7cb406a First pass. Making SpanDSP library compile on Windows.
ec6625cf41b1 [GHA] Add Windows `build` CI workflow.
c17f8d9f96c4 [GHA] Add `scan-build` workflows for CI.
88a282614d44 [GHA] Add Debian `build` CI workflow.
a3f025dd206d [BUILD] Add `docbook-xsl` build-dep
55fbb1cbb216 Fix outdated link to jpegsrc for the Visual Studio solution.
940ff7e176e1 [GHA] Update deprecated windows-2019 image to windows-2022
882b9d13b865 [GHA] Add Debian Trixie build target
9176219c7203 [GHA] Add `deb-mirror` workflow job
3009d465ebfe [GHA] Use native ARM runners

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2025-11-10 00:51:24 +01:00
Christian Marangi
fdc05d4246 sipp: bump to 3.7.5 and add fixup for Fortify Source headers
Bump sipp to 3.7.5 to handle CMake new requirement and add a fixup patch
to fix Fortify Source headers usage.

While at it renumber the patch to follow the pattern with 1xx number for
downstream patch.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2025-11-09 21:28:14 +01:00
Christian Marangi
0d58243336 signalwire-client-c: bump to 2.0.3 and drop codeload usage
Bump package to 2.0.3 to fix compilation error with CMake bump and drop
codeload usage in favor of raw git commit + mirror hash.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2025-11-08 11:41:57 +01:00
Christian Marangi
e8322b22d6 sofia-sip: backport patch fixing support for GCC 14
Backport patch fixing support for GCC 14. While at it also renumber the
other patch with 1xx order to follow usual pattern for downstream patch.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2025-11-05 22:05:14 +01:00
Daniel Golle
44d6355a7b libpri: update to version 1.6.1
Allows to drop backport patch which is now part of the new release.

Change Log for Release libpri-1.6.1
========================================

Links:
----------------------------------------

 - [Full ChangeLog](https://downloads.asterisk.org/pub/telephony/libpri/releases/ChangeLog-1.6.1.md)
 - [GitHub Diff](https://github.com/asterisk/libpri/compare/1.6.0...1.6.1)
 - [Tarball](https://downloads.asterisk.org/pub/telephony/libpri/libpri-1.6.1.tar.gz)
 - [Downloads](https://downloads.asterisk.org/pub/telephony/libpri)

Summary:
----------------------------------------

- .github: Add Releaser workflow
- Link README to README.md
- Makefile: Fix modern compiler errors.
- Makefile: Add the ability to build libpri on MacOS for Linux target.
- q931.c: Fix subaddress finding octet 4.

User Notes:
----------------------------------------

Upgrade Notes:
----------------------------------------

Closed Issues:
----------------------------------------

None

Commits By Author:
----------------------------------------

- ### George Joseph (2):
  - Link README to README.md
  - .github: Add Releaser workflow

- ### Sean Bright (1):
  - Makefile: Fix modern compiler errors.

- ### Sergey V. Lobanov (1):
  - Makefile: Add the ability to build libpri on MacOS for Linux target.

- ### bbabic (1):
  - q931.c: Fix subaddress finding octet 4.

Detail:
----------------------------------------

- ### .github: Add Releaser workflow
  Author: George Joseph
  Date:   2023-08-16

- ### Link README to README.md
  Author: George Joseph
  Date:   2023-08-15

- ### Makefile: Fix modern compiler errors.
  Author: Sean Bright
  Date:   2023-03-10

  Disable GCC's zero-length-bounds and stringop-overflow errors.

  PRI-189 #close

- ### Makefile: Add the ability to build libpri on MacOS for Linux target.
  Author: Sergey V. Lobanov
  Date:   2022-02-19

  This patch allows to redefine ar and ranlib tool using AR and
  RANLIB make flags.

  PRI-188 #close

- ### q931.c: Fix subaddress finding octet 4.
  Author: bbabic
  Date:   2017-10-23

  Some switches have extended subaddress ie octet 3 encoding to be
  multi-octet.

  * Update dump and receive helper functions to search for the end of octet
  3 encoding to determine where octet 4 starts.

  ASTERISK-27342

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2025-07-20 23:22:46 +01:00
Daniel Golle
0b90add65c dahdi-linux: fix build with Linux 6.12
Import pending patch to fix build with Linux 6.12

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2025-07-19 22:50:05 +01:00
Josef Schlehofer
62390ce6f6 CI: move script into separate directory
This change follows the structure of GitHub workflow
folders from the main OpenWrt repository, where scripts
are in separate folder.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2025-06-17 04:33:35 +02:00
Josef Schlehofer
509ce7777b CI: formal check: use shared workflow in actions-shared-workflows
Lets switch to shared workflow in actions-shared-workflows instead of having
this separate file here. It will track and use the latest changes to avoid
being outdated.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2025-06-17 04:33:35 +02:00
Philip Prindeville
1582286bca asterisk: update to version 20.14.0
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2025-06-05 10:10:08 +02:00
Philip Prindeville
46fedb3405 dahdi-tools: Update version to 3.4.0
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2025-06-04 22:38:07 +02:00
Philip Prindeville
c80fd2d66d dahdi-linux: Update version to 3.4.0
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2025-06-04 11:09:50 +02:00
Jiri Slachta
8d91374689 Merge pull request #869 from neheb/4
sipgrep: fix compilation with GCC14
2025-05-25 09:44:55 +02:00
Jiri Slachta
84f0d1f91b Merge pull request #892 from dddaniel/master
baresip: add uci config section for accounts
2025-05-23 18:09:12 +02:00
Daniel Danzberger
70d6a028ab baresip: add uci config section for accounts
Adds a new UCI config section that allows the user to define accounts
from which the init script will create the /etc/baresip/accounts file.

Using UCI has the big benefit, that changes in the config can be
recognized by reload_config which will restart baresip automatically.

Example /etc/config/baresip:
--
config baresip main
	option enable 1
	option options ''

config account
	option user '+49123456789'
	option password ''
	option server 'tel.t-online.de'
	option transport 'tls'
	option mediaenc 'srtp'

config account
	option user '12'
	option password '7282ce22eee6d91193a1d5014398356x'
	option server '172.27.0.97'
	option transport 'udp'
	option append 'answerdelay=0;rwait=90;mwi=no'
	option ignore 1
--

The basic account options user,password,server,mediaenc and tansport can
be set directly. All other custom baresip account options can be append
to the account string using the 'append' option.

Signed-off-by: Daniel Danzberger <dd@embedd.com>
2025-05-06 17:22:13 +02:00
Jiri Slachta
27c3664ff5 Merge pull request #894 from systemcrash/kamupd
kamailio: Kamailio 6.0.1 uci config and init script fixes
2025-04-20 18:39:30 +02:00
Paul Donald
6c9fae756c kamailio: Kamailio 6.0.1 uci config and init script fixes
bump pkg_memory 2MiB -> 3MiB.
space -> tab convert kamailio.init file
refactor kamailio.init check_listen() for clarity
cfg_target: append /
quote uci config values
chown kamailio:kamailio -R /etc/kamailio/*
debug_level 0
stderr 0

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
2025-04-20 03:56:56 +02:00
Jiri Slachta
2a1b0e1121 Merge pull request #893 from systemcrash/kamailio
kamailio: Kamailio 6.0.1
2025-04-19 19:04:39 +02:00
Paul Donald
40ddf033d1 kamailio: Kamailio 6.0.1
Dropped patches 010-033 and 100. No longer required (integrated at
source).

New modules:
-ims_qos_npn
-nghttp2
-presence_dfks
-pvtpl
-topos_htable

Archived modules 5.6.x-> 5.8.x:
-app_sqlang
-auth_identity

Archived modules 5.8.x-> 6.0.x:
-app_lua_sr

Kamailio libs now merged into core (and are no longer external):
-libkamailio_ims
-lib{srdb1,srdb2}
-libtrie

Changed source URL to github (faster).

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
2025-04-04 20:37:56 +02:00
Jiri Slachta
c8a8d621f9 Merge pull request #889 from dddaniel/master
baresip: Use UCI for basic service configuration
2025-01-07 09:56:21 +01:00
Daniel Danzberger
2676410b64 baresip: Use UCI for basic service configuration
The baresip init script is changed to use UCI instead of the debian
style /etc/default basic service configuration.

A uci-defaults script is added to create a basic UCI config:
--
config baresip main
 option enable 0
 option options ''
--

With this change an issues is also resolved, on which the baresip
service doesn't start due to the baresip user not being the owner of
the /etc/baresip configuration directory.

Additionally a reload_config trigger is added for baresip.

Signed-off-by: Daniel Danzberger <dd@embedd.com>
2025-01-06 22:49:42 +01:00
Jiri Slachta
2933d0084f Merge pull request #890 from hnyman/gsm
gsmlib: Make version apk compatible
2024-11-21 20:52:32 +01:00
Hannu Nyman
a7e3d78f1c gsmlib: Make version apk compatible
Adjust version to be compatible with apk's semantic rules.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2024-11-21 20:58:04 +02:00
Jiri Slachta
a99df6e46f Merge pull request #888 from dddaniel/master
baresip: Update to version 3.16.0 [v2]
2024-11-17 20:18:00 +01:00
Christian Marangi
ada49390ad pcapsipdump: sanitize package description for APK support
Sanitize package description for APK support by replacing " with ' for
the tcpdump reference.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2024-11-17 19:12:59 +01:00
Daniel Danzberger
819fec7195 baresip: Bump to version 3.16.0
The previous version 1.1.0 is about 7 years old now and a lot has
changed. Various fixes, improvements and features have been added.

The build system has moved to cmake and pkg-config is used,
which makes it a lot easier to build from the openwrt buildroot.
Therefore a lot of the extra code is removed from it's Makefile.

The librem dependency has been removed, since newer versions of libre
contain all the librem features.

The parallel build patch is no longer required.

Signed-off-by: Daniel Danzberger <dd@embedd.com>
2024-11-16 14:35:57 +01:00