Merge pull request #578 from micmac1/osip512
libosip2: minor version bump
This commit is contained in:
commit
de86a47df7
2 changed files with 4 additions and 6 deletions
|
@ -8,12 +8,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=libosip2
|
PKG_NAME:=libosip2
|
||||||
PKG_VERSION:=5.1.0
|
PKG_VERSION:=5.1.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=@GNU/osip
|
PKG_SOURCE_URL:=@GNU/osip
|
||||||
PKG_HASH:=40573a997a656f967b2b5ebafbd36d7f1d4a4634abcf312643854057d061f145
|
PKG_HASH:=2bc0400f21a64cf4f2cbc9827bf8bdbb05a9b52ecc8e791b4ec0f1f9410c1291
|
||||||
|
|
||||||
PKG_FIXUP:=autoreconf
|
PKG_FIXUP:=autoreconf
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
@ -30,7 +30,7 @@ define Package/libosip2
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=GNU oSIP library
|
TITLE:=GNU oSIP library
|
||||||
URL:=http://www.gnu.org/software/osip/
|
URL:=http://www.gnu.org/software/osip/
|
||||||
ABI_VERSION:=12
|
ABI_VERSION:=13
|
||||||
DEPENDS:=+librt
|
DEPENDS:=+librt
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -44,7 +44,6 @@ TARGET_CFLAGS += $(if $(CONFIG_arc),-U__arc__)
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--disable-debug \
|
|
||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
--disable-trace \
|
--disable-trace \
|
||||||
--disable-mpatrol \
|
--disable-mpatrol \
|
||||||
|
@ -52,7 +51,6 @@ CONFIGURE_ARGS += \
|
||||||
--disable-mt \
|
--disable-mt \
|
||||||
--enable-pthread \
|
--enable-pthread \
|
||||||
--enable-semaphore \
|
--enable-semaphore \
|
||||||
--disable-sysv \
|
|
||||||
--disable-gperf \
|
--disable-gperf \
|
||||||
--disable-test \
|
--disable-test \
|
||||||
--disable-minisize
|
--disable-minisize
|
||||||
|
|
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=siproxd
|
PKG_NAME:=siproxd
|
||||||
PKG_VERSION:=0.8.3
|
PKG_VERSION:=0.8.3
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=@SF/siproxd
|
PKG_SOURCE_URL:=@SF/siproxd
|
||||||
|
|
Loading…
Reference in a new issue