kamailio-5.x: bump to 5.2.1 407/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Sun, 20 Jan 2019 09:27:33 +0000 (10:27 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sun, 20 Jan 2019 09:47:47 +0000 (10:47 +0100)
commitc8d2019877813b219ac30945283617f68098c4f4
treed409909d3e71ab8f5e320aef9e716437ea6c2e21
parentcc5ec58dbc60e1d751b3960dad43fd6e2ec5c358
kamailio-5.x: bump to 5.2.1

- bump to 5.2.1
- drops sources.openwrt.org from PKG_SOURCE_URL because this mirror is
  meant as last resort
- adds six new modules (app_python3 marked @BROKEN - doesn't compile
  yet)
- 050-fix-kamailio-utils.patch refreshed. Alpine pushed a fix upstream
  that fixes the quoting issue, so this part could be dropped. I found
  some other issue with kamctl, where the prompt (for password) wasn't
  shown because OpenWrt doesn't have /dev/stderr. So I fixed that and
  added it to this patch as well. Sent upstream.
- hiredis handling was changed upstream. They changed the default
  include from "hiredis/hiredis.h" (which worked for us) to "hiredis.h".
  And the only way to get "hiredis/hiredis.h" is via pkg-config, which
  upstream doesn't allow during cross-compile, probably because hiredis
  pkg-config is rubbish. Patch added to forces pkg-config detection.
  Also includes a fix for a logical error in the Makefile regarding
  header setup. Sent upstream.
  Patch to fix hiredis pkg-config file sent upstream (also to OpenWrt
  package maintainer). Even without hiredis patch we can get away with
  forcing pkg-config detection of hiredis.
- dropped two patches that were upstreamed

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/kamailio-5.x/Makefile
net/kamailio-5.x/patches/050-fix-kamailio-utils.patch
net/kamailio-5.x/patches/140-redis_use_pkg-config.patch [new file with mode: 0644]
net/kamailio-5.x/patches/150-posix-awk-filter.patch [deleted file]
net/kamailio-5.x/patches/160-dialplan-fix_dp_replace_in_cmd_export_t_struct.patch [deleted file]