Commit graph

331 commits

Author SHA1 Message Date
Sebastian Kemper
9b4f78d799 dahdi-tools: rework patch
Currently builds for ARC are failing, causing follow-up breakage. It
seems that uclibc defines __GLIBC__ on the build bots.

This commit adds a test for execinfo.h to the configure script. The
result of the test is then used in xpp/xtalk/debug.c.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2019-01-27 16:00:56 +01:00
Jiri Slachta
94b5f50026
Merge pull request #399 from micmac1/srtp2
libsrtp2: update to 2.2.0
2019-01-05 09:47:09 +01:00
Jiri Slachta
dd1e954b2c
Merge pull request #400 from micmac1/bsip
baresip: update to 0.6.0
2019-01-05 09:45:17 +01:00
Sebastian Kemper
032e2bd36e dahdi-tools: add PKG_BUILD_PARALLEL & PKG_INSTALL
Cleans up the install sections while replacing PKG_BUILD_DIR with
PKG_INSTALL_DIR, too.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-12-29 11:44:58 +01:00
Sebastian Kemper
aad0887281 dahdi-tools: use default Build/Compile template
Add two patches to fix general compile issues. The first masks out some
glibc specific extensions if using a different libc.

The second fixes a compile issue with newer compilers.

Like this it's possible to easily add more executables to the packages
should the need (or wish) arise. This also gets rid of the following
warnings:

cc1: note: someone does not honour COPTS correctly, passed 2 times

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-12-29 11:36:53 +01:00
Sebastian Kemper
f4239da2a9 rem: update to 0.6.0
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-12-26 19:09:52 +01:00
Sebastian Kemper
dfd9ed688d rem: fix copyright
In a previous commit I updated the copyright message. But that was not
correct as I am not affiliated with OpenWrt. This commit reverts the
change.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-12-26 19:08:54 +01:00
Sebastian Kemper
2e2e59938e re: update to 0.6.0
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-12-26 19:08:03 +01:00
Sebastian Kemper
0c3107e968 re: fix copyright
In a previous commit I updated the copyright message. But that was not
correct as I am not affiliated with OpenWrt. This commit reverts the
change.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-12-26 19:06:42 +01:00
Sebastian Kemper
0358d4b5c2 libsrtp2: update to 2.2.0
Upstream fixed dependency on libpcap. The lib does not link to it
anymore as it does not need it.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-12-26 19:02:02 +01:00
Sebastian Kemper
2f77859b3b dahdi-tools: update to 3.0.0
Version bump. New version does not have too many changes, but upstream
cleaned up the autoconf files. As a result autoreconf is now needed to
get the configure script.

This commit adds a configure switch to get the make output as verbose as
in the past.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-12-26 18:07:03 +01:00
Sebastian Kemper
31e95d12c1 dahdi-tools: fix copyright
In a previous commit I updated the copyright message. But that was not
correct as I am not affiliated with OpenWrt. This commit reverts the
change.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-12-26 18:03:41 +01:00
Andre Heider
48af9ec67b pjproject: update to 2.8
Update to the current release, see [0].

Get rid of the dropped --without-oss configure switch.

Add an upstream patch to fix building without SRTP support[1],
and refresh the rest.

[0] https://trac.pjsip.org/repos/milestone/release-2.8
[1] https://trac.pjsip.org/repos/changeset/5891/

Signed-off-by: Andre Heider <a.heider@gmail.com>
2018-12-16 12:14:51 +01:00
Andre Heider
ef17798ecf pjproject: update config_site.h
Sync asterisk settings, see [0].

[0] https://github.com/asterisk/asterisk/blob/master/third-party/pjproject/patches/config_site.h

Signed-off-by: Andre Heider <a.heider@gmail.com>
2018-10-08 12:12:17 +02:00
Sebastian Kemper
a8535f28fd rem: bump to 0.5.3
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-04-28 14:01:02 +02:00
Sebastian Kemper
624a5c7a00 re: bump to 0.5.8
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-04-28 13:58:52 +02:00
Alexander Ryzhov
293db0d867 iksemel: use Google Storage API to get sources from former Googlecode
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2018-03-16 09:28:50 +03:00
Sebastian Kemper
522ca0de75 pjproject: use preferred standard C++ lib
Currently libstdc++ is hardcoded. Change that and use whatever standard
C++ lib has preference.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-03-13 12:04:38 +01:00
Jiri Slachta
b8e322b281
Merge pull request #292 from micmac1/pkg_conf_dep_pjsip
pjproject: add PKG_CONFIG_DEPENDS
2018-03-13 08:41:07 +01:00
Sebastian Kemper
a07b149ab7 libctb: use preferred standard C++ lib
Currently libstdc++ is hardcoded. Change that and use whatever standard
C++ lib has preference.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-03-11 23:25:44 +01:00
Sebastian Kemper
04e8f8d1f1 gsmlib: use preferred standard C++ lib
Currently libstdc++ is hardcoded. Change that and use whatever standard
C++ lib has preference.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-03-11 23:20:14 +01:00
Sebastian Kemper
186a6063aa pjproject: add PKG_CONFIG_DEPENDS
It is unlikely that SOFT_FLOAT is toggled, but add it to
PKG_CONFIG_DEPENDS for completeness' sake anyway.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-03-08 16:07:48 +01:00
Jiri Slachta
e0c576c18b
Merge pull request #279 from micmac1/libosip2-flags
Libosip2 flags and defines
2018-03-03 10:51:53 +01:00
Jiri Slachta
ae94c3bbb6
Merge pull request #282 from micmac1/spandsp-flags
Spandsp flags
2018-03-03 10:50:50 +01:00
Sebastian Kemper
58f093a0bd gsmlib: update PKG_BUILD_DEPENDS
gettext-full/host is not enough. We need m4 files from gettext-full as
well.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-27 20:24:18 +01:00
Jiri Slachta
04e2400f43
Merge pull request #277 from micmac1/bcg729-flags
Bcg729 flags
2018-02-27 09:22:04 +01:00
Jiri Slachta
b47c5d58b9
Merge pull request #278 from micmac1/dahdi-linux-flags
Dahdi flags and defines
2018-02-27 09:21:38 +01:00
Jiri Slachta
a9d27c93db
Merge pull request #280 from micmac1/libpri-symlink
libpri: update install defines
2018-02-27 08:34:52 +01:00
Jiri Slachta
3f50399cef
Merge pull request #281 from micmac1/libsrtp-flags
Libsrtp flags and missing symlink
2018-02-27 08:34:31 +01:00
Sebastian Kemper
744f27072c pjproject: bump to 2.7.2
Includes security fixes:

2094: Crash when receiving SDP with invalid fmtp attribute
2095: Crash when parsing SDP with an invalid media format description

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-26 22:33:33 +01:00
Sebastian Kemper
55c4bf9f78 spandsp: use $(INSTALL_DATA) for regular files
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-24 11:01:56 +01:00
Sebastian Kemper
f0b4c4638e spandsp: remove $(FPIC) from TARGET_CFLAGS
spandsp already makes sure that the compiler emits position-independent
code. Adding $(FPIC) makes no difference. In addition the spandsp build
system puts its own flag behind the CFLAGS, overriding whatever was set
before.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-24 10:56:15 +01:00
Sebastian Kemper
07bd27da77 libsrtp: install additional symlink
Makes sure that the libsrtp.so symlink gets installed on the target
devices as well.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-24 10:51:19 +01:00
Sebastian Kemper
4c8e052374 libsrtp: remove $(FPIC) from TARGET_CFLAGS
bgg729 already makes sure that the compiler emits position-independent
code. Adding $(FPIC) makes no difference. In addition the libsrtp build
system puts its own flag behind the CFLAGS, overriding whatever was set
before.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-24 10:49:45 +01:00
Sebastian Kemper
f808a0b76c libpri: update install defines
- Use $(INSTALL_DATA) for the header file.

- Make sure that also the libpri.so symlink gets installed.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-24 10:46:34 +01:00
Sebastian Kemper
c228dd21b1 libosip2: simplify install define
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-24 10:37:25 +01:00
Sebastian Kemper
0791cc6f49 libosip2: remove $(FPIC) from TARGET_CFLAGS
libosip2 already makes sure that the compiler emits position-independent
code. Adding $(FPIC) makes no difference. In addition the libosip2 build
system puts its own flag behind the CFLAGS, overriding whatever was set
before.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-24 10:35:37 +01:00
Sebastian Kemper
babc530fc7 dahdi-tools: update install defines
- use $(INSTALL_BIN) and $(INSTALL_DATA) where possible.
- instead of creating symlinks manually just copy them.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-24 10:28:15 +01:00
Sebastian Kemper
e124b74296 bcg729: fix a typo
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-24 10:23:27 +01:00
Sebastian Kemper
b05e390a84 dahdi-tools: clean up make flags, remove $(FPIC)
- Remove all flags/variables that are not used at all.

- dahdi-tools already makes sure that the compiler emits
  position-independent code for libtonezone. Adding $(FPIC) makes no
  difference. In addition the dahdi-toolsbuild system puts its own flag
  behind the CFLAGS, overriding whatever was set before. Also the
  applications should never be built with PIC, it should only be done for
  the lib.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-24 10:15:22 +01:00
Sebastian Kemper
b4392fbc2e dahdi-linux: clean up make flags
Remove all flags/variables that are not used at all. Remove some ':'
that are not needed in the context.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-24 10:10:18 +01:00
Sebastian Kemper
1d1651c7a1 bcg729: remove $(FPIC) from TARGET_CFLAGS
bgg729 already makes sure that the compiler emits position-independent
code. Adding $(FPIC) makes no difference. In addition the bcg729 build
system puts its own flag behind the CFLAGS, overriding whatever was set
before.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-24 09:45:25 +01:00
Sebastian Kemper
2341abf358 bcg729: add OpenWrt CPPFLAGS
Add TARGET_CPPFLAGS to TARGET_CFLAGS, otherwise OpenWrt's CPPFLAGS are
ignored (i.e. fortify-source headers are not picked up).

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-24 09:42:54 +01:00
Jiri Slachta
9a034c9775
Merge pull request #253 from neheb/patch-1
bcg729: Remove BUILD_PATENTED.
2018-02-21 08:23:34 +01:00
Jiri Slachta
dd42a681f3
Merge pull request #270 from micmac1/dahdi-linux-uaccess-fixes
dahdi-linux: include linux/uaccess.h rather than asm/uaccess.h
2018-02-18 18:59:59 +01:00
Sebastian Kemper
3f3340a007 libs/re: bump to 0.5.7
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-16 21:45:08 +01:00
Sebastian Kemper
a3d53ad562 dahdi-linux: include linux/uaccess.h rather than asm/uaccess.h
Starting with 4.12 there are module build errors due to the
arch-specific uaccess.h using a macro defined in the generic include.
The generic include has been around since 2.6.18 and has always included
asm/uaccess.h, so switch to using the generic include for all kernels
which have it.

Example build failure:

    CC [M]  /data/bowl-builder/mips64_octeon/build/sdk/build_dir/target-mips64_octeon_64_musl/linux-octeon/dahdi-linux-2.11.1-20180111/drivers/dahdi/wcb4xxp/base.o
  In file included from ../dahdi-linux-2.11.1-20180111/drivers/dahdi/wcb4xxp/base.c:38:0:
  ./arch/mips/include/asm/uaccess.h: In function 'eva_kernel_access':
  ./arch/mips/include/asm/uaccess.h:91:9: error: implicit declaration of function 'uaccess_kernel' [-Werror=implicit-function-declaration]
    return uaccess_kernel();
           ^
  cc1: some warnings being treated as errors

The same can currently be seen on arc_archs where also kernel 4.14.18 is
used.

The patch just follows what Ubuntu's Seth Forshee suggested for openafs,
which ran into the same problem. The commit message is largely just
copied from Seth's commit message as well :)

The issue has been reported to upstream here:

https://issues.asterisk.org/jira/browse/DAHLIN-360

The same patch has been uploaded there.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-12 21:57:06 +01:00
Jiri Slachta
0f435d4ae7
Merge pull request #256 from micmac1/dahdi-linux
dahdi-linux: update source to snapshot
2018-02-03 18:18:52 +01:00
Sebastian Kemper
8006aa8ad3 libosip2: fix build with ARC toolchain
ARC toolchain exports __arc__, which clashes with a symbol of the same
name in libosip2. This commit undefines the toolchain symbol when
building the library.

The fix was found in buildroot repo. Thanks to whoever spotted this!

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-03 13:33:27 +01:00
Sebastian Kemper
dffb87f93b dahdi-linux: update source to snapshot
Currently dahdi-linux fails to compile on targets that use kernel 4.14.
Changes were introduced in kernels 4.11 and 4.13 that cause these build
failures.

Update to an upstream git snapshot to fix the breakage.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-01 00:47:20 +01:00
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