Commit graph

331 commits

Author SHA1 Message Date
Rosen Penev
480393ac36
bcg729: Remove BUILD_PATENTED.
As of 2017, all patents have expired. Full announcement text below:

As of January 1, 2017 the patent terms of most Licensed Patents under the G.729 Consortium have expired.

With regard to the unexpired Licensed Copyrights and Licensed Patents of the G.729 Consortium Patent License Agreement, the Licensors of the G.729 Consortium, namely Orange SA, Nippon Telegraph and Telephone Corporation and Université de Sherbrooke (“Licensors”) have agreed to license the same under the existing terms on a royalty-free basis starting January 1, 2017.

For current Licensees of the G.729 Consortium Patent License Agreement, no reports and no payments will be due for Licensed Products Sold or otherwise distributed as of January 1, 2017.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-01-25 19:09:13 -08:00
Jiri Slachta
7f190f9769
Merge pull request #248 from micmac1/master-mirror-hash-jiri
Add PKG_MIRROR_HASH pt. 2
2018-01-22 19:56:42 +01:00
Sebastian Kemper
04e109b152 libsrtp2: add PKG_MIRROR_HASH
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-01-20 20:27:21 +01:00
Sebastian Kemper
cb4ad59cdf libsrtp: add PKG_MIRROR_HASH
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-01-20 20:27:08 +01:00
Sebastian Kemper
a6ec141994 gsmlib: add PKG_MIRROR_HASH
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-01-20 20:22:03 +01:00
Jiri Slachta
29f1aed199
Merge pull request #235 from micmac1/libs-master
libosip2: add fix for CVE-2017-7853
2018-01-11 19:43:26 +01:00
Sebastian Kemper
48b147a5f4 gsmlib: fix sporadic build failures
Add build-time dependency on gettext-full/host. When it is not installed
Makefile.in.in doesn't exist and the gsmlib build fails.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-01-10 20:39:05 +01:00
Sebastian Kemper
3df68b5445 libosip2: add fix for CVE-2017-7853
Patch copied from upstream:

https://git.savannah.gnu.org/cgit/osip.git/patch/?id=1ae06daf3b2375c34af23083394a6f010be24a45

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-01-10 20:29:54 +01:00
Sebastian Kemper
7b7b0df6d6 libctb: new package
libctb is a dependency of mod_gsmopen in FreeSWITCH.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-01-02 11:11:27 +01:00
Sebastian Kemper
1fa3c42580 gsmlib: new package
gsmlib is a dependency of mod_gsmopen in FreeSWITCH.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-01-02 11:09:05 +01:00
Sebastian Kemper
d65cd5786e bcg729: fix 1.0.4 build
- the Savannah source URI doesn't have the 1.0.4 release; switch it to
  linphone.org

- even with the source available the build fails, as the source now
  defaults to cmake for building. So switch our build process from
  autotools to cmake as well.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-12-27 22:18:30 +01:00
Jiri Slachta
0f9207c264
Merge pull request #229 from samm-git/patch-1
bcg729: update to the 1.0.4 version
2017-12-27 09:45:03 +01:00
Sebastian Kemper
4219368092 baresip suite: improve MAKE_FLAGS
- add CROSS_COMPILE and OS to MAKE_FLAGS; this should help when
  compiling on other OSes, e.g. Darwin.
- move RELEASE up (alphabetical sort)

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-12-26 14:34:47 +01:00
Sebastian Kemper
e40f0ea06f libre: add forgotten define
"OPENWRT" needs to be defined for 001-extend-ninit-nclose-check.patch to
work.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-12-26 14:16:17 +01:00
Alex Samorukov
c9370a3d90
bcg729: update to the 1.0.4 version 2017-12-26 01:13:23 +01:00
Sebastian Kemper
c22c60b9fd re: fix build errors on mipsel targets
On most mipsel targets re fails to build because the re Makefile adds
"-march=mips32" to CFLAGS:

Assembler messages:
Error: -mips32r2 conflicts with the other architecture options, which imply -mips32
src/sip/addr.c:1:0: error: '-mips32r2' conflicts with the other architecture options, which specify a mips32 processor
 /**
 ^
Makefile:92: recipe for target 'build-mipsel/sip/addr.o' failed

Fix this by preventing re from adding to OpenWrt CFLAGS.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-12-13 19:29:06 +01:00
Sebastian Kemper
d3a784ca78 baresip: fix build failure on 32bit x86 targets
re and baresip builds for 32bit x86 targets are currently failing:

build-i386/sip/auth.o: In function `sip_auth_encode':
/build/lede-snapshots/i386_pentium/build/sdk/build_dir/target-i386_pentium_musl/re-0.5.6/src/sip/auth.c:279: undefined reference to `__stack_chk_fail_local'

The undefined references occur because there is no linking done to ssp.
Fix this by setting LD to TARGET_CC, so ld is not called directly. This
also means one patch is not needed anymore.

Do the same for rem and restund as they basically all share the same
build system.

Compile-tested for x86, x86_64 and mips.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-12-07 21:32:56 +01:00
Sebastian Kemper
f38e08a904 librem: clean up Makefile
Remove unneeded variables, whitespaces, depends and trailing slashes.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-11-26 22:23:13 +01:00
Sebastian Kemper
394e4bc773 librem: Use default Build/Compile routine
Change from custom make call to using the default Build/Compile routine.
This applies the standard memory corruption mitigation methods, e.g.
FORTIFY_SOURCE and RELRO, to the package if they are enabled (default).

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-11-26 22:20:33 +01:00
Sebastian Kemper
7e1106ff83 libre: prevent re.mk from applying its own optimizations
Using the CFLAGS from the environment of Build/Compile the optimizations
from libre now appear after OpenWrt CFLAGS, overriding them. Prevent
that by disabling libre's optimization altogether.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-11-26 22:13:23 +01:00
Sebastian Kemper
c2f7efa6a1 libre: fix ld argument
When using the default Build/Compile routine $LD is set to the actual
linker, so libre's build system is not using ld indirectly via the
compiler anymore. But it feeds -rdynamic to ld instead of
--export-dynamic. Fix that with this patch.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-11-26 22:09:55 +01:00
Sebastian Kemper
a178a9ecc8 libre: Add patch to prevent ssize_t redefinition
With FORTIFY_SOURCE enabled the compiler errors our when libre defines
ssize_t again. Prevent that by adding the proper hint to the header in
question.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-11-26 22:07:05 +01:00
Sebastian Kemper
53d727b592 libre: Clean up Makefile
Remove unneeded variables, whitespaces and trailing slashes, use
specific INSTALL directive instead of "$(CP)".

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-11-26 22:04:24 +01:00
Sebastian Kemper
01243348d3 libre: Use default Build/Compile routing
Change from custom make call to using the default Build/Compile routine.
This applies the standard memory corruption mitigation methods, e.g.
FORTIFY_SOURCE and RELRO to the package, if they are enabled (default).

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-11-26 21:58:22 +01:00
Sebastian Kemper
622de3d93f pjproject: bump to 2.7.1
- Update from 2.6 to 2.7.1.
- Update sed script because the TARGET_CFLAGS now occur twice in the .pc
  file.
- Upgrade dependency from libsrtp to libsrtp2.
- Drop patches that were included upstream.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-11-14 22:59:21 +01:00
Sebastian Kemper
7b3b808aea libsrtp2: install library symlink
Install the symlink from libsrtp2.so to libsrtp2.so.1 as well.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-11-14 22:54:28 +01:00
Jiri Slachta
98d327874c rem: update to 0.5.2
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
2017-11-07 20:50:00 +01:00
Jiri Slachta
cab635755e re: update to 0.5.6
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
2017-11-07 20:49:23 +01:00
Jiri Slachta
21847a0d55 libsrtp2: update to 2.1.0
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
2017-11-01 11:59:29 +01:00
Jiri Slachta
4cc511d0b3 libsrtp: update to 1.6.0
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
2017-11-01 11:58:15 +01:00
Jiri Slachta
817e8dbd2d ortp: export to abandoned packages repository
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
2017-10-29 18:29:49 +01:00
Sebastian Kemper
145c57b4bc libosip2: version bump
Bump to 5.0.0, drop patch which was integrated by upstream.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-10-08 11:12:48 +02:00
Sebastian Kemper
629005d093 iksemel: fixes and cleanups
- Currently iksemel doesn't recognize gnutls anymore. Fix that by
  substituting the currently used patches with one that also Debian is
  using. It allows gnutls detection via pkgconfig.
- Add another patch Debian is using to enable secure gnutls options.
- Update project URL.
- Remove unneeded flags and Build/Prepare customizations.
- Cleanup DEPENDS.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-10-08 10:53:57 +02:00
Sebastian Kemper
8be8831d34 telephony: use PKG_HASH instead of PKG_MD5SUM
Use sha256 instead of md5 for download verification.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-10-08 10:31:59 +02:00
Sebastian Kemper
45ed7d4afc telephony: use https:// PKG_SOURCE_URLs where possible
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-10-08 10:11:02 +02:00
Sebastian Kemper
3dccee6e76 telephony: replace git:// URIs with https:// equivalents
Plain git:// doesn't add security. Use https:// instead. See
https://gist.github.com/grawity/4392747.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-10-08 09:52:21 +02:00
Jiri Slachta
733655602c rem: update to 0.5.1
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
2017-09-12 14:10:21 +02:00
Jiri Slachta
2e999a0ba3 re: update to 0.5.5
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
2017-09-12 14:09:48 +02:00
Daniel Golle
b6a8bbd5fb dahdi-tools: fix previous commit
The dependencies in the default section were modified instead of just
the ones for dahdi-cfg. Fix that.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-09-01 16:21:22 +02:00
Daniel Golle
5fc6447bd4 dahdi-tools: package dahdi_cfg executable
Grab the binary instead of the libtool-shell-wrapper...

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-09-01 01:12:27 +02:00
Sebastian Kemper
630d92a0cf pjpoject: cleanups and fix for COPTS warnings
- Remove some unnecessary trailing slashes plus fix a whitespace.
- Remove flags that do not seem to have a good reason to be there
  (anymore).
- Add sed script to remove $(TARGET_CFLAGS) from pkgconfig file. This
  gets rid of the warnings in asterisk13 about COPTS duplication.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-08-19 15:48:04 +02:00
Sebastian Kemper
45e0c6a721 pjproject: add config_site.h
Copied from Asterisk, sets some sane values. For instance it enables
IPv6 support.

Also it disables DEBUG. With debug enabled 'pjproject enables "assert"
functions which can cause Asterisk to crash unexpectedly' (quote from
Asterisk wiki). This probably fixes issue #140.

With this config_site.h in place the libsrtp dep can be dropped from
select sub packages.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-08-09 22:52:24 +02:00
Sebastian Kemper
29cb5debb3 pjproject: enable ssl support
Enable SSL support as Asterisk relies on it. Some Asterisk modules
cannot load without it.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-08-09 22:48:10 +02:00
Sebastian Kemper
ae177a2f5f pjproject: align with Asterisk requirements, misc improvements
- Make "--disable-floating-point" depend on SOFT_FLOAT
- Remove "--disable-ilbc-coder" as configure no longer recognizes it.
- Align args with the ones used by Asterisk (for their bundled pjproject);
  this includes adding "--disable-resample".
- With libresample removed remove the dep from asterisk13 accordingly.
- Note: the disabled items are _not_ used by Asterisk anyway.
- Drop speex dep as pjproject does not link against it the way it is
  configured.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-08-09 22:45:34 +02:00
Sebastian Kemper
d8469c8750 pjproject: sort configure args, remove duplicates
This commit is only meant to make the following commits easier to follow.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-08-09 22:17:17 +02:00
Jiri Slachta
b9e1101518 pjproject: fix Makefile variables
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
2017-07-29 22:24:58 +02:00
Sebastian Kemper
7fc4844b71 libs/pjproject: security revision bump
Add patches provided by Asterisk project for pjproject. This fixes the
following vulnerabilities:

- AST-2017-002: Buffer Overrun in PJSIP transaction layer (CVE-2017-9372)
- AST-2017-003: Crash in PJSIP multi-part body parser

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-07-29 14:04:00 +02:00
Sebastian Kemper
535515658a libs/pjproject: prevent linking against opus
When opus is found in staging area it will be linked against, adding a
dep that is not in the Makefile. So explicity disable opus.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-07-22 16:25:49 +02:00
Sebastian Kemper
ac3551f723 libs/bcg729: bump to 1.0.2
Also remove the static binary from InstallDev as it's not used.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-07-22 16:24:58 +02:00
John Papandriopoulos
b57051c35d spandsp: disable fixed point implementation
On a Netgear R7000 (ARMv7) without floating point, using SpanDSP with
fixed point to send/receive fax on Asterisk resulted in repeated
failure and intermittent performance.  Disabling fixed point fixed
these issues; the software floating point implementation was fine for
real-time use.

Now on a Netgear R7800 (ARMv7) with hardware floating point, the
autoconf auto-detect will say no floating point is available, and
again enables the poor performing fixed point implementation.  Ouch!
2017-06-07 23:11:03 -07:00
Jiri Slachta
3a65188c41 libsrtp2: introduce new package
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
2017-05-09 21:10:08 +02:00
Jiri Slachta
927ddb060d pjproject: update to 2.6
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
2017-05-08 17:24:36 +02:00
Jiri Slachta
f2c3c887f3 libsrtp: update to 1.5.4
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
2017-05-08 17:23:03 +02:00
Jiri Slachta
dc394f8181 Merge pull request #129 from diizzyy/patch-1
libs/re: Add zlib dependency
2017-05-03 09:46:50 +02:00
Daniel Golle
0d74b1de1d libpri: update to version 1.6.0
Reported-by: Jonas Albrecht <jalb-ledeml@freenet.de>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-04-29 13:06:29 +02:00
Daniel Engberg
7513cd8b82 libs/re: Add zlib dependency
Adds missing zlib dependency

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-01-05 00:32:36 +01:00
Daniel Golle
1f0fb2538b dahdi-tools: fix build
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-07-15 11:49:55 +02:00
Alfred E. Heggestad
f915b796ba libre: update to version 0.4.17 2016-06-25 17:01:20 +02:00
Daniel Golle
d2bfa9f05d dahdi-tools: update to version 2.11.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-06-12 20:30:28 +02:00
Daniel Golle
1bcf610666 dahdi-linux: update to 2.11.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-06-12 20:30:28 +02:00
Daniel Golle
3f7533b41c libpri: update to version 1.5.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-06-12 14:36:24 +02:00
Mantas Pucka
95b9f91748 libpri: add old release dir to mirrors
Signed-off-by: Mantas Pucka <mantas@8devices.com>
2016-06-10 14:42:30 +03:00
Jiri Slachta
7a4de7c71d multiple packages: change PKG_MAINTAINER email address
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2016-05-31 20:12:51 +02:00
Alfred E. Heggestad
acd16b9353 telephony: upgrade libre to 0.4.16 2016-05-05 16:52:40 +02:00
Jiri Slachta
37d4af3163 rem: update to version 0.4.7
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2016-04-05 09:10:40 +02:00
Jiri Slachta
b2ce117c69 re: update to 0.4.15
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2016-04-05 09:10:19 +02:00
Jiri Slachta
3c3c702783 pjproject: update to 2.4.5
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2016-04-04 16:24:46 +02:00
Daniel Golle
6dd432b5be dahdi-linux: skip blob firmware download
DAHDI tries downloading firmware blobs from Digium's server which are
for hardware not supported by the OpenWrt package and those blobs are
licensed prohibiting redistribution. Thus there is no point in
downloading them at all, especially as the download failing frequently
causes build failures.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-01-19 11:15:31 +01:00
Daniel Golle
f09b7600aa libpri: fix warning when building with musl
fix #warning redirecting incorrect #include <sys/signal.h> to <signal.h>

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-10-02 00:12:09 +02:00
Daniel Golle
185e293082 libpri: add new package
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-09-27 00:16:58 +02:00
John Papandriopoulos
7fb39ad0fc iksemel: restore package and all dependent asterisk modules 2015-09-08 23:55:15 -07:00
Daniel Golle
165f6c9f17 dahdi-tools: update to 2.10.2
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-08-19 12:53:24 +02:00
Daniel Golle
712a5972eb dahdi-linux: update to 2.10.2
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-08-19 12:53:20 +02:00
Jiri Slachta
c68070ff30 re: update to 0.4.13
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2015-07-02 11:35:13 +02:00
Daniel Golle
b05a0b7acb libs/rem: fix build with musl
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-24 13:22:21 +02:00
Daniel Golle
96bdf92c0a libs/re: fix build with musl and glibc
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-22 16:51:58 +02:00
Daniel Golle
3c06e4b936 Merge pull request #55 from VittGam/patch-1
Avoid trying to load the echo module from kmod-dahdi-echocan-oslec
2015-06-21 21:13:30 +02:00
Daniel Golle
40d3a585a4 pjproject: fix build with musl
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-19 08:02:31 +02:00
Vittorio G (VittGam)
bbf0cbf481 Avoid trying to load the echo module here
It would result in the warning "echo is already loaded" during package installation.

Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>
2015-05-14 04:15:44 +02:00
Jiri Slachta
43be6e037d pjproject: update to 2.4.0
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2015-04-28 11:29:36 +02:00
Jiri Slachta
53fad68cdf re: update to 0.4.12
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2015-04-28 11:29:09 +02:00
Jiri Slachta
fe446f73cf iksemel: mark as broken, disable all asterisk modules depending on it
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2015-04-23 12:12:53 +02:00
Daniel Golle
85542a2580 libsrtp: make uninstall before install
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-04-10 15:16:57 +02:00
Dirk Neukirchen
b503392f2e pjproject: use g++ as a linker
this seems to fix a strange error where the last stage
cannot find libgcc.a or libgcc.so

only compile tested

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-04-10 14:47:19 +02:00
Daniel Golle
d7e56822d7 dahdi-linux: backport changes needed for kernel 3.19 and 4.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-04-01 00:26:56 +02:00
Daniel Golle
370b9e5741 dahdi-linux: package dummy driver
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-04-01 00:26:47 +02:00
Daniel Golle
6a5771b9e3 dahdi-linux: fix oslec build
Depend on kmod-echo rather than building echo.ko as a part of
kmod-dahdi-echo-oslec.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-03-31 23:47:12 +02:00
Daniel Golle
7ea9333cdc bcg729: source tarball MD5 changed mysteriously
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-03-31 12:43:30 +02:00
Nicolas Thill
82a90dffd8 ortp: import from packages feed
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-21 05:14:09 +01:00
Daniel Golle
fa31ad6b55 dahdi-linux: add support for HFC-S PCI BRI adapters
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-02-18 16:10:34 +01:00
Daniel Golle
72919acca8 dahdi-linux: fix build with kernel 3.15 and newer
smp_mb__after_clear_bit() was removed from newer kernels.
Use smp_mb__after_atomic() instead.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-02-13 01:33:52 +01:00
Jiri Slachta
54a41da8cc pjproject: new package for upcoming asterisk-13.x introduced
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2015-01-29 21:51:20 +01:00
Daniel Golle
1efef5fee5 dahdi-linux: fix oct612x compile on some ARM targets
Unbreak dahdi-linux build at least for cns3xxx, kirkwood, mvebu and oxnas
by explicitely including slab.h in oct612x-user.c.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-01-08 03:24:22 +01:00
VittGam
47c2c1f623 dahdi-tools: Removed dahdi_tool, as it requires libnewt (it's not optional unfortunately). Also add fxotune.
Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>
2014-12-23 12:18:22 +01:00
VittGam
bab10dec9f Fix indentation.
Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>
2014-12-23 09:34:17 +01:00
VittGam
031022d3e3 Added dahdi_tool.
Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>
2014-12-23 09:31:30 +01:00
VittGam
9154fb92da Directories renamed to respect the naming convention. ;)
Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>
2014-12-23 09:23:10 +01:00
VittGam
8240fcedf3 Add dahdi-linux and dahdi-tools packages.
Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>
2014-12-22 11:34:05 +01:00
Jiri Slachta
dc4198fbef re: update to 0.4.11
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-12-13 11:18:55 +01:00
Jiri Slachta
9e0d6a6b4a Revert "libsrtp: update to 1.5.0, switch to github repo"
This reverts commit 722ea9b644.
2014-12-12 09:56:50 +01:00
Jiri Slachta
4bd5547b0b Revert "libsrtp: fix CFLAGS: use /dev/urandom"
This reverts commit 057da5525e.
2014-12-12 09:54:43 +01:00
Jiri Slachta
057da5525e libsrtp: fix CFLAGS: use /dev/urandom
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-12-06 19:16:29 +01:00
Jiri Slachta
722ea9b644 libsrtp: update to 1.5.0, switch to github repo
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-12-06 13:02:21 +01:00
Jiri Slachta
88aeeaa3a2 Update a few of the PKG_LICENSE tags to be more accurate
Signed-off-by: Eric Schultz <eschultz@prplfoundation.org>
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-11-05 21:54:40 +01:00
Jiri Slachta
30ffae1ecc Add PKG_LICENSE to the rest of the packages
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-11-04 17:00:24 +01:00
Jiri Slachta
a5b4c7d1f9 Add PKG_LICENSE variable to the most of the packages.
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-11-04 16:00:37 +01:00
Jiri Slachta
237d371f1f iksemel,libosip2,libsrtp,rem,spandsp: move to Telephony submenu in libs
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-10-28 20:03:29 +01:00
Jiri Slachta
d4342273c3 re: update to 0.4.10
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-10-28 19:59:15 +01:00
Jiri Slachta
fe4b4a6db7 bcg729, asterisk-codec-g729: Introduce support for codec g729
Within this commit the support for g729 codec is introduced (thanks
to Alex Samorukov)

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-10-08 11:00:44 +02:00
Jiri Slachta
e2487d8631 libsrtp: partially revert previous commit
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-08-10 03:32:16 +02:00
Mazi Lo
d75c4d8d4c FreeSWITCH:
1. Bump to git HEAD e3e84a7820954195e8311be783a3e0cf9c1ba2ad.
  2. mod_enum and mod_erlang flagged as BROKEN (lacking dependencies).
  3. Fix ticket #17410 (error: recursive dependency detected!).

Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
2014-08-09 00:33:39 -04:00
Jiri Slachta
ce2c2597c1 openh323: move to packages-abandoned repository
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-08-07 17:55:55 +02:00
Jiri Slachta
04ae60a49c pwlib: move to packages-abandoned repository
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-08-07 17:55:02 +02:00
Jiri Slachta
7c64064376 iksemel: import package from oldpackages
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-07-31 15:09:25 +02:00
Jiri Slachta
fccc851043 spandsp: put back accidentally missed header files
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-07-21 22:45:52 +02:00
Jiri Slachta
7e18a5a0e4 libosip2: import from oldpackages
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-07-18 21:14:07 +02:00
Jiri Slachta
93faf947ed spandsp: import from oldpackages
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-07-18 20:12:49 +02:00
Jiri Slachta
79278fd9b3 zaptel: remove packages due to incompatibility with current kernels
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-07-18 08:15:55 +02:00
Jiri Slachta
9a294eac7b libsrtp: import from oldpackages
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-07-17 20:36:30 +02:00
Jiri Slachta
a7166e277c rem: bump to 0.4.6
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-06-26 09:25:02 +02:00
Jiri Slachta
011f055380 re: bump to 0.4.9
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-06-26 09:23:28 +02:00
Jiri Slachta
607dfba70c zaptel-1.4.x: mark as broken due to incompatibility with newer kernels
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-03-11 15:43:48 +01:00
florian
dea3fa4d6a zaptel-1.4.x: fix build failure, refresh patches move to "Voice over IP" 2014-03-08 12:08:05 +01:00
nbd
0addcd6d9c zaptel-1.4.x: unbreak kernel module build, use cross-ar and cross-ranlib to fix further build issues 2014-03-08 12:08:05 +01:00
blogic
392eadac3d zaptel fails to build on kernel 3.3, mark it as broken 2014-03-08 12:08:05 +01:00
cshore
cb26327439 zaptel-1.4.x: Added hotplug script to create correct Zaptel device nodes (hotplug's autocreate does the wrong thing). 2014-03-08 12:08:05 +01:00
cshore
9f47fa532a zaptel-1.4.x: Build more of the utils for testing and configureing Zaptel cards. 2014-03-08 12:08:05 +01:00
cshore
6c712b4561 zaptel14: Split ztdummy timer module into a speparate pacakge because we don't want to install it on x86 (because it is broken there). 2014-03-08 12:08:05 +01:00
mb@3c298f89-4303-0410-b956-a3cf2f4a3e73
c9f184f838 zaptel-1.4: Fix inode pointer 2014-03-08 12:08:05 +01:00
mb@3c298f89-4303-0410-b956-a3cf2f4a3e73
69b1a081b0 zaptel-1.4: Compilefixes for 2.6.36 2014-03-08 12:08:05 +01:00
juhosg
7601cee5d0 packages/zaptel-1.4.x: remove KCONFIG options
The package builds fine without the tracing stuff.
2014-03-08 12:08:05 +01:00
florian
291e766eb9 add missing CONFIG_SYSPROF_TRACER in zaptel-1.4.x 2014-03-08 12:08:05 +01:00
juhosg
4d0e9c7c91 packages/zaptel-1.4: fix Kconfig options 2014-03-08 12:08:05 +01:00
claudio
12da43f943 zaptel: fix typo introduced in r21786 2014-03-08 12:08:05 +01:00
claudio
3bd71bdb44 zaptel: Package for wcusb and wctdm driver 2014-03-08 12:08:05 +01:00
claudio
8883907704 zaptel: update and fix kernel module build for 2.6.34 2014-03-08 12:08:05 +01:00
lars
c46534bf0c Fix zaptel kernel module build for 2.6.32 2014-03-08 12:08:05 +01:00
nico
4c3727d2bf zaptel-1.4.x: another attempt at fixing it :) 2014-03-08 12:08:05 +01:00
nico
7974c89878 zaptel-1.4.x: fix compilation with linux 2.6.28+ 2014-03-08 12:08:05 +01:00
nbd
5ed88ab8f9 nuke $Id$ in /packages as well 2014-03-08 12:08:04 +01:00
florian
7aa4e7a403 make zaptel-1.4.x compile again with brcm-2.4 2014-03-08 12:08:04 +01:00
florian
bb40731031 also pass ARCH to the user-space applications to compile properly 2014-03-08 12:08:04 +01:00
florian
3db692d815 rework 330-remove_m64_switch patch to be less intrusive, thanks nbd 2014-03-08 12:08:04 +01:00
florian
8912f72b09 fix zaptel compilation on non-64bits platforms, should not break x86_64 2014-03-08 12:08:04 +01:00
nico
05e6c135e0 zaptel-1.4.x: split builds of kernel & userland stuff, use $(CP) instead of $(INSTALL_DATA) for shared library, bump release number 2014-03-08 12:08:04 +01:00
zandbelt
c32bbe1c7a make zaptel compile with kernels >2.6.25 2014-03-08 12:08:04 +01:00
florian
cea9348602 Zaptel-1.4.x does not compile on 2.6.27, so prevent compilation for now, cleanup Makefile tab spacing 2014-03-08 12:08:04 +01:00
agb
853f416157 libs/zaptel-1.4.x: Fix compilation on 2.6.26 and later - 2.6.26 removes the deprecated class_device structure 2014-03-08 12:08:04 +01:00
agb
f6a24747ff libs/zaptel-1.4: Fix compilation on 64-bit hosts and clean up makefile 2014-03-08 12:08:04 +01:00
agb
f7708fd5f8 This was originally submitted by somebody else - and has been tidied up a bit -the original doesn't seem to have been aplied yet. Required for meetme support in asterisk.
Signed-off-by: Michael Geddes <michael at frog dot wheelycreek dot net>
2014-03-08 12:08:04 +01:00
nico
7895cde4c4 zaptel: update to v1.2.27, change URLs, cleanup 2014-03-08 12:06:46 +01:00
nbd
7be2490a9b nuke $Id$ in /packages as well 2014-03-08 12:06:46 +01:00
nbd
c5c19588db enable $(FPIC) for a few more packages 2014-03-08 12:06:46 +01:00
florian
72433c32de Makefile cleanups, round 5 2014-03-08 12:06:46 +01:00
nbd
c177df875c remove UninstallDev 2014-03-08 12:06:45 +01:00
blogic
28145f9694 remove PKG_CAT from packages 2014-03-08 12:06:45 +01:00
blogic
e43140027a InstallDev should be using (1) and not (STAGING_DIR) 2014-03-08 12:06:45 +01:00
pavlov
fd4753edfd huge propset, fixes eol-style on everything and sets keywords and copyright on all Makefiles 2014-03-08 12:06:45 +01:00
nico
28ff501695 add zaptel-libtonezone (closes: #1095), thanks to zandbelt 2014-03-08 12:06:45 +01:00
Alfred E. Heggestad
10a7de705f upgrade libre and librem
upgrade libre to v0.4.7
upgrade librem to v0.4.5

Signed-off-by: Alfred E. Heggestad <aeh@db.org>
2014-01-29 20:51:13 +01:00
Luka Perkov
5504f05968 librem: update to 0.4.3
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-01-29 13:52:22 +00:00
Jo-Philipp Wich
1f41fc1454 upgrade baresip, restund, libre, librem to version 0.4.1
Hi,

this patch upgrades the following packages to v0.4.1:

   baresip v0.4.1 (Portable and modular SIP User-Agent with audio and video support)
   restund v0.4.1 (Modular STUN/TURN server)
   libre   v0.4.1 (Generic library for real-time communications with async IO support)
   librem  v0.4.1 (Audio and video processing media library)

detailed changes can be found in <package>/docs/ChangeLog
(See http://www.creytiv.com/)

Please review and apply if OK.

Signed-Off-By: Alfred E. Heggestad <aeh@db.org>
2014-01-29 13:52:22 +00:00
Jo-Philipp Wich
fef1894495 re, rem, baresip, restund: use another approach to find the "sysroot", the current way still fails on Backfire - sigh 2014-01-29 13:52:22 +00:00
Jo-Philipp Wich
e0ae2b7acf upgrade baresip, restund, libre, librem to version 0.4.0
Hi,

this patch upgrades the following packages to v0.4.0:

    baresip v0.4.0 (Portable and modular SIP User-Agent with audio and video support)
    restund v0.4.0 (Modular STUN/TURN server)
    libre   v0.4.0 (Generic library for real-time communications with async IO support)
    librem  v0.4.0 (Audio and video processing media library)

detailed changes can be found in <package>/docs/ChangeLog
(See http://www.creytiv.com/)

Please review and apply if OK.

Signed-Off-By: Alfred E. Heggestad  <aeh@db.org>
2014-01-29 13:52:22 +00:00
Nicolas Thill
137bce0d78 packages/rem: add (thanks to Alfred E. Heggestad) 2014-01-29 13:52:22 +00:00
Luka Perkov
69ba02ac03 libre: update to 0.4.3
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-01-29 13:52:20 +00:00
Mirko Vogt
cfe9da6c3f With eglibc needs to define -D_GNU_SOURCE in cflags to avoid following error:
CC      build-mips/sa/pton.o
src/sa/pton.c: In function 'net_inet_pton':
src/sa/pton.c:233:7: error: 'const struct in6_addr' has no member named 's6_addr32'
src/sa/pton.c:233:7: error: 'const struct in6_addr' has no member named 's6_addr32'
src/sa/pton.c:233:7: error: 'const struct in6_addr' has no member named 's6_addr32'

Signed-off-by: Mika Laitio <mika.laitio@nokia.com>
2014-01-29 13:52:19 +00:00
Jo-Philipp Wich
9557e16c6a upgrade baresip, restund, libre, librem to version 0.4.1
Hi,

this patch upgrades the following packages to v0.4.1:

   baresip v0.4.1 (Portable and modular SIP User-Agent with audio and video support)
   restund v0.4.1 (Modular STUN/TURN server)
   libre   v0.4.1 (Generic library for real-time communications with async IO support)
   librem  v0.4.1 (Audio and video processing media library)

detailed changes can be found in <package>/docs/ChangeLog
(See http://www.creytiv.com/)

Please review and apply if OK.

Signed-Off-By: Alfred E. Heggestad <aeh@db.org>
2014-01-29 13:52:19 +00:00
Jo-Philipp Wich
ef611c602e re, rem, baresip, restund: use another approach to find the "sysroot", the current way still fails on Backfire - sigh 2014-01-29 13:52:19 +00:00
Jo-Philipp Wich
214e361c8a remove now empty patch files 2014-01-29 13:52:19 +00:00
Jo-Philipp Wich
2de303bcd7 infer SYSROOT from the cross cpp's idea of pthread.h location Until now, SYSROOT was always assumed to be $(TOOLCHAIN_DIR), but neither backfire nor external toolchains put their core headers into $(TOOLCHAIN_DIR)/include, therfore feature detection failed badly. 2014-01-29 13:52:19 +00:00
Jo-Philipp Wich
26bd66f7b3 include stdint.h to solve build failure 2014-01-29 13:52:19 +00:00
Jo-Philipp Wich
888691c57b upgrade baresip, restund, libre, librem to version 0.4.0
Hi,

this patch upgrades the following packages to v0.4.0:

    baresip v0.4.0 (Portable and modular SIP User-Agent with audio and video support)
    restund v0.4.0 (Modular STUN/TURN server)
    libre   v0.4.0 (Generic library for real-time communications with async IO support)
    librem  v0.4.0 (Audio and video processing media library)

detailed changes can be found in <package>/docs/ChangeLog
(See http://www.creytiv.com/)

Please review and apply if OK.

Signed-Off-By: Alfred E. Heggestad  <aeh@db.org>
2014-01-29 13:52:19 +00:00
Nicolas Thill
ceaa6439f9 packages/re: update to 0.3.0 (thanks to Alfred E. Heggestad) 2014-01-29 13:52:19 +00:00
Jo-Philipp Wich
d84f4765b9 re, restund: mark as broken, its buildsystem fails completely, does not support anything besides mipsel and mixes host with target variables, attempts to fix it where unsucessful 2014-01-29 13:52:19 +00:00
Jo-Philipp Wich
f2dd96e52d restund, baresip, libre: update to v0.2.0 2014-01-29 13:52:19 +00:00
Outback Dingo
e041bd2981 reconvert spaces to tabs - Signed-off-by: Alfred E. Heggestad <aeh@db.org <mailto:aeh@db.org> 2014-01-29 13:52:19 +00:00
Outback Dingo
acd8a619f4 new packages - restund, baresip, re Open-Source VoIP project - Signed-Off-By: Alfred E. Heggestad <aeh@db.org> 2014-01-29 13:52:19 +00:00
Jiri Slachta
e036da1adc pwlib: fix build issues and download issues
- Fixed non-existing pwlib mirror by changing it to sourceforge mirror.
- Fixed bison 3.x build issues by adding getdate.tab.c generated by bison 2.7

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2013-10-06 19:56:35 +02:00
Mazilo
9218873acd FreeSWITCH: Sync to FS latest git HEAD with some updates on patched files.
1. Synched to FS git HEAD fb238ed99779b28eeb1cc839b033ea2cf9d03212.
2. Update some patched files.
3. Bumped to FS v1.5.6b.

Signed-off-by: Mazilo <openwrt.mazilo@recursor.net>
2013-09-14 09:01:37 -04:00
Jiri Slachta
b0a628209b Move packages from packages repository to telephony repository.
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2013-06-21 14:12:38 +02:00