Commit graph

1430 commits

Author SHA1 Message Date
Jiri Slachta
ae94c3bbb6
Merge pull request #282 from micmac1/spandsp-flags
Spandsp flags
2018-03-03 10:50:50 +01:00
Jiri Slachta
be6402819c
Merge pull request #284 from micmac1/yate-updates
Yate updates
2018-03-03 10:50:23 +01:00
micmac1
579d708ea1
Merge pull request #288 from micmac1/upd-gsmlib
gsmlib: update PKG_BUILD_DEPENDS
2018-02-27 20:26:56 +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
Jiri Slachta
96c21572b3
Merge pull request #285 from micmac1/ast-up-for-master
Asterisk/pjproject updates for master
2018-02-27 08:32:54 +01:00
Sebastian Kemper
2698f07aa7 asterisk-15.x: bump to 15.2.2
- Fixes:
    AST-2018-004
    AST-2018-005
    AST-2018-006
- Remove res_pjsip_transport_management.so as it got moved into
  res_pjsip's core as per AST-2018-003.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-26 22:41:51 +01:00
Sebastian Kemper
49579c60f3 asterisk-13.x: bump to 13.19.2
- Fixes:
    AST-2018-004
    AST-2018-005
- Remove res_pjsip_transport_management.so as it got moved into
  res_pjsip's core as per AST-2018-003.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-26 22:37:41 +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
dff826f128 yate: update install define
- Simplify lib install
- Use $(INSTALL_CONF) for config files

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-24 11:37:48 +01:00
Sebastian Kemper
1f76a5f991 yate: add DAHDI support
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-24 11:35:04 +01:00
Sebastian Kemper
b1cd5436d7 siproxd: update module install define
Use $(INSTALL_BIN) as the modules are installed by siproxd as
executables. Remove the wildcards from this line as they're not needed.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-24 11:25:09 +01:00
Sebastian Kemper
67b6cc3221 siproxd: update libltdl handling
Remove LIBLTDL from the Makefile as well as a patch related to LTDL.
Both have in common that they accomplish absolutely nothing.

Also explicitly disable the use of the internal libltdl.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-24 11:22:39 +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
Jiri Slachta
25fb644f73
Merge pull request #272 from micmac1/baresip-version-bump
Re, Baresip: version bump
2018-02-18 18:57:36 +01:00
Jiri Slachta
5a871e44a2
Merge pull request #269 from micmac1/kam5-util-lib-rename
kamailio-5.x: update libs and utils handling
2018-02-18 18:56:56 +01:00
Jiri Slachta
8c640cfac1
Merge pull request #274 from micmac1/rtpproxy-bump
Rtpproxy bump
2018-02-18 18:55:01 +01:00
Jiri Slachta
6a34217a54
Merge pull request #273 from micmac1/asterisk-bumps
Asterisk bumps
2018-02-18 18:46:14 +01:00
Jiri Slachta
1b924f661a
Merge pull request #275 from micmac1/yate-fortify-off
net/yate: some tiny updates
2018-02-18 18:43:29 +01:00
Jiri Slachta
c603b46f58
Merge pull request #276 from micmac1/pcapsipdump-up
Pcapsipdump update
2018-02-18 18:42:50 +01:00
Sebastian Kemper
fb78b0b536 net/pcapsipdump: Simplify Makefile
Use the default Build/Compile. Use MAKE_VARS to set up the variables
that are used by pcapsipdump's Makefile.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-18 10:16:34 +01:00
Sebastian Kemper
6857bc21eb net/pcapsipdump: Remove uclibc++.mk include
The include injects a lib depend on libuClibc++.so.0 into the package,
even on musl. Remove it and replace the depend with libstcpp instead.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-18 10:14:16 +01:00
Sebastian Kemper
91e90c7f9b net/yate: Add some plugins
Add some plugins which are built by default anyway.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-18 10:11:28 +01:00
Sebastian Kemper
326df0e414 net/yate: Disable RTTI
Yate is the only package in OpenWrt which manually enables RTTI
(run-time type information). There's no explanation in the Makefile as
to why that would be needed or advisable. Remove it.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-18 10:07:19 +01:00
Sebastian Kemper
b8b9818a13 net/yate: Remove uclibc++.mk include
With this include libuClibc++.so.0 gets added as a lib depend, even on
musl. readelf shows:

  Dynamic section at offset 0x10ea60 contains 23 entries:
    Tag        Type                         Name/Value
   0x0000000000000001 (NEEDED)             Shared library: [libuClibc++.so.0]
   0x0000000000000001 (NEEDED)             Shared library: [libc.so]
   0x0000000000000001 (NEEDED)             Shared library: [libgcc_s.so.1]
   0x000000000000000e (SONAME)             Library soname: [libyate.so.6.0.0]

Remove the include from the Makefile and add a depend on libstdcpp
instead.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-18 10:04:23 +01:00
Sebastian Kemper
b3dff13a07 net/yate: Disable FORTIFY_SOURCE properly
This reverts commit 4cc2afdcdc which
disabled FORTIFY_SOURCE by removing OpenWrt's CPPFLAGS from the built.
Instead PKG_FORTIFY_SOURCE:=0 is defined, which is the proper way to do
it.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-17 18:39:25 +01:00
micmac1
a1603a253a
Merge pull request #271 from micmac1/sipgrep-fix
net/sipgrep: fix PKG_SOURCE_URL
2018-02-17 10:53:40 +01:00
Sebastian Kemper
b2200fbbe1 net/sipgrep: fix PKG_SOURCE_URL
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-17 10:51:07 +01:00
Sebastian Kemper
1d513a367b net/rtpproxy: improvide configuration file treatment
Protect configuration files.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-17 10:44:24 +01:00
Sebastian Kemper
2309d88a7a net/rtpproxy: update flags
rtpproxy doesn't use OpenWrt's CPPFLAGS (i.e. used for including
fortify-source headers). Add them to CFLAGS.

Run autoreconf. It's usually a good idea.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-17 10:40:35 +01:00
Sebastian Kemper
dea8fc71bd net/rtpproxy: add new CSV accounting module
Can be loaded by rtpproxy with -dso command line parameter.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-17 10:18:13 +01:00
Sebastian Kemper
a4462a7432 net/rtpproxy: bump to 2.1.0
- Version bump
- Refresh debug-disable patch
- Add patch to add missing includes to fix:

    rtpp_record.c: In function 'rtpp_record_open':
    rtpp_record.c:228:62: error: 'DEFFILEMODE' undeclared (first use in this function)
         rrc->fd = open(rrc->spath, O_WRONLY | O_CREAT | O_TRUNC, DEFFILEMODE);
                                                                  ^

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-17 10:11:35 +01:00
Sebastian Kemper
81f3fca695 net/asterisk-15.x: bump to 15.2.1
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-16 22:26:41 +01:00