kamailio-4.x: update to 4.4.5
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
This commit is contained in:
parent
dc394f8181
commit
ed7d133cac
2 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2016 OpenWrt.org
|
# Copyright (C) 2006-2017 OpenWrt.org
|
||||||
# Copyright (C) 2013-2016 CESNET,z.s.p.o.
|
# Copyright (C) 2013-2016 CESNET,z.s.p.o.
|
||||||
|
# Copyright (C) 2017 Jiri Slachta
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
|
@ -9,12 +10,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=kamailio4
|
PKG_NAME:=kamailio4
|
||||||
PKG_VERSION:=4.4.0
|
PKG_VERSION:=4.4.5
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE_URL:=http://www.kamailio.org/pub/kamailio/$(PKG_VERSION)/src/
|
PKG_SOURCE_URL:=http://www.kamailio.org/pub/kamailio/$(PKG_VERSION)/src/
|
||||||
PKG_SOURCE:=kamailio-$(PKG_VERSION)$(PKG_VARIANT)_src.tar.gz
|
PKG_SOURCE:=kamailio-$(PKG_VERSION)$(PKG_VARIANT)_src.tar.gz
|
||||||
PKG_MD5SUM:=e9fa206f67346a6b01c015d76ec2db9d
|
PKG_HASH:=fd7ced2268b4fbc7763b415341a05034eaff68a666cbf7507c707ac9199c3012
|
||||||
PKG_USE_MIPS16:=0
|
PKG_USE_MIPS16:=0
|
||||||
|
|
||||||
PKG_LICENSE:=GPL-2.0+
|
PKG_LICENSE:=GPL-2.0+
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
#
|
#
|
||||||
--- a/utils/kamctl/kamctlrc
|
--- a/utils/kamctl/kamctlrc
|
||||||
+++ b/utils/kamctl/kamctlrc
|
+++ b/utils/kamctl/kamctlrc
|
||||||
@@ -147,3 +147,6 @@
|
@@ -145,3 +145,6 @@
|
||||||
## Extra start options - default is: not set
|
## Extra start options - default is: not set
|
||||||
# example: start Kamailio with 64MB share memory: STARTOPTIONS="-m 64"
|
# example: start Kamailio with 64MB share memory: STARTOPTIONS="-m 64"
|
||||||
# STARTOPTIONS=
|
# STARTOPTIONS=
|
||||||
|
|
Loading…
Reference in a new issue