From 7567e1b51d408e724a323e43a407b14193e8d27f Mon Sep 17 00:00:00 2001 From: Jiri Slachta Date: Sun, 25 Aug 2013 21:36:57 +0200 Subject: [PATCH] kamailio-1.5.x: version bump to 1.5.5 Signed-off-by: Jiri Slachta --- net/kamailio-1.5.x/Makefile | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/net/kamailio-1.5.x/Makefile b/net/kamailio-1.5.x/Makefile index b89dbb0..6ce802b 100644 --- a/net/kamailio-1.5.x/Makefile +++ b/net/kamailio-1.5.x/Makefile @@ -8,15 +8,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=kamailio -PKG_VERSION:=1.5.2 +PKG_VERSION:=1.5.5 PKG_RELEASE:=1 -PKG_VARIANT:=-tls +PKG_VARIANT:=tls -PKG_SOURCE_URL:=http://www.kamailio.org/pub/kamailio/1.5.2/src/ -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)$(PKG_VARIANT)_src.tar.gz -PKG_MD5SUM:=26b0d0d3c67c2d981bee86a803cca51f +PKG_SOURCE_URL:=http://www.kamailio.org/pub/kamailio/$(PKG_VERSION)/src/ +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_VARIANT)_src.tar.gz +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 @@ -31,7 +31,6 @@ define Package/kamailio/Default URL:=http://www.kamailio.org/ endef - define Package/kamailio $(call Package/kamailio/Default) TITLE:=Mature and flexible open source SIP server, v1.5.x @@ -62,7 +61,6 @@ define Package/kamailio-example/conffiles /etc/kamailio/kamailio.cfg endef - define Package/kamailio-tools $(call Package/kamailio/Default) TITLE:=Kamailio control tools @@ -73,7 +71,6 @@ define Package/kamailio-tools/conffiles /etc/kamailio/kamctlrc endef - PKG_EXCL_MODULES:= \ auth_diameter \ carrierroute \ @@ -96,7 +93,6 @@ PKG_MAKE_ARGS:= \ modules-dir="usr/lib/kamailio/modules/" \ exclude_modules="$(PKG_EXCL_MODULES)" \ - define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) $(PKG_MAKE_ARGS) \ prefix=/ \ -- 2.11.0