rtpengine: update to LTS version 554/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Sun, 2 Aug 2020 11:40:29 +0000 (13:40 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sun, 2 Aug 2020 11:41:11 +0000 (13:41 +0200)
Upstreamed patch removed. Build workaround removed as fixed upstream.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/rtpengine/Makefile
net/rtpengine/patches/02-kernel-include.patch [deleted file]

index 09477a7deec962bb7ec3a0fffbb5e736787d3c34..825f109327b8d84a80e112285aab7ffc9ca2aee6 100644 (file)
@@ -9,23 +9,19 @@ include $(TOPDIR)/rules.mk
 include $(INCLUDE_DIR)/kernel.mk
 
 PKG_NAME:=rtpengine
-PKG_VERSION:=mr8.3.1.4
-PKG_RELEASE:=4
+PKG_VERSION:=mr8.5.1.1
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://codeload.github.com/sipwise/rtpengine/tar.gz/$(PKG_VERSION)?
-PKG_HASH:=18c998b776b36bec6d8c9d92ba21a38ffad76ccd20d66f99799420550eaa6fd4
+PKG_HASH:=170377d663f9f9da790aa1ff262001940bfc4e930547807182fcceb8d8ee987e
 
 PKG_LICENSE:=GPL-3.0
 PKG_LICENSE_FILES:=LICENSE
 
 PKG_MAINTAINER:=Sebastian Kemper <sebastian_ml@gmx.net>
 
-# When building in parallel, some files (like streambuf.c or dtmflib.c)
-# are generated multiple times by the rtpengine build system.
-# Intermittently they then contain garbage, leading to redefinition
-# errors.
-PKG_BUILD_PARALLEL:=0
+PKG_BUILD_PARALLEL:=1
 
 PKG_BUILD_DEPENDS:=gperf/host
 
diff --git a/net/rtpengine/patches/02-kernel-include.patch b/net/rtpengine/patches/02-kernel-include.patch
deleted file mode 100644 (file)
index f050583..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/kernel-module/xt_RTPENGINE.c
-+++ b/kernel-module/xt_RTPENGINE.c
-@@ -2,6 +2,7 @@
- #include <linux/module.h>
- #include <linux/skbuff.h>
- #include <linux/ip.h>
-+#include <net/ip6_checksum.h>
- #include <linux/udp.h>
- #include <linux/icmp.h>
- #include <linux/version.h>