kamailio-1.5.x: version bump to 1.5.5
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
This commit is contained in:
parent
6516d2a858
commit
7567e1b51d
1 changed files with 6 additions and 10 deletions
|
@ -8,15 +8,15 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=kamailio
|
PKG_NAME:=kamailio
|
||||||
PKG_VERSION:=1.5.2
|
PKG_VERSION:=1.5.5
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_VARIANT:=-tls
|
PKG_VARIANT:=tls
|
||||||
|
|
||||||
PKG_SOURCE_URL:=http://www.kamailio.org/pub/kamailio/1.5.2/src/
|
PKG_SOURCE_URL:=http://www.kamailio.org/pub/kamailio/$(PKG_VERSION)/src/
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)$(PKG_VARIANT)_src.tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_VARIANT)_src.tar.gz
|
||||||
PKG_MD5SUM:=26b0d0d3c67c2d981bee86a803cca51f
|
PKG_MD5SUM:=fd1793712ce3d484e5bff4ea85641e43
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)$(PKG_VARIANT)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)-$(PKG_VARIANT)
|
||||||
|
|
||||||
PKG_BUILD_DEPENDS:=curl expat libxml2 mysql openldap openssl pcre postgresql radiusclient-ng
|
PKG_BUILD_DEPENDS:=curl expat libxml2 mysql openldap openssl pcre postgresql radiusclient-ng
|
||||||
|
|
||||||
|
@ -31,7 +31,6 @@ define Package/kamailio/Default
|
||||||
URL:=http://www.kamailio.org/
|
URL:=http://www.kamailio.org/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
define Package/kamailio
|
define Package/kamailio
|
||||||
$(call Package/kamailio/Default)
|
$(call Package/kamailio/Default)
|
||||||
TITLE:=Mature and flexible open source SIP server, v1.5.x
|
TITLE:=Mature and flexible open source SIP server, v1.5.x
|
||||||
|
@ -62,7 +61,6 @@ define Package/kamailio-example/conffiles
|
||||||
/etc/kamailio/kamailio.cfg
|
/etc/kamailio/kamailio.cfg
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
define Package/kamailio-tools
|
define Package/kamailio-tools
|
||||||
$(call Package/kamailio/Default)
|
$(call Package/kamailio/Default)
|
||||||
TITLE:=Kamailio control tools
|
TITLE:=Kamailio control tools
|
||||||
|
@ -73,7 +71,6 @@ define Package/kamailio-tools/conffiles
|
||||||
/etc/kamailio/kamctlrc
|
/etc/kamailio/kamctlrc
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
PKG_EXCL_MODULES:= \
|
PKG_EXCL_MODULES:= \
|
||||||
auth_diameter \
|
auth_diameter \
|
||||||
carrierroute \
|
carrierroute \
|
||||||
|
@ -96,7 +93,6 @@ PKG_MAKE_ARGS:= \
|
||||||
modules-dir="usr/lib/kamailio/modules/" \
|
modules-dir="usr/lib/kamailio/modules/" \
|
||||||
exclude_modules="$(PKG_EXCL_MODULES)" \
|
exclude_modules="$(PKG_EXCL_MODULES)" \
|
||||||
|
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) $(PKG_MAKE_ARGS) \
|
$(MAKE) -C $(PKG_BUILD_DIR) $(PKG_MAKE_ARGS) \
|
||||||
prefix=/ \
|
prefix=/ \
|
||||||
|
|
Loading…
Reference in a new issue