Merge pull request #578 from micmac1/osip512

libosip2: minor version bump
This commit is contained in:
Jiri Slachta 2020-11-29 23:38:30 +01:00 committed by GitHub
commit de86a47df7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 6 deletions

View file

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libosip2
PKG_VERSION:=5.1.0
PKG_VERSION:=5.1.2
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@GNU/osip
PKG_HASH:=40573a997a656f967b2b5ebafbd36d7f1d4a4634abcf312643854057d061f145
PKG_HASH:=2bc0400f21a64cf4f2cbc9827bf8bdbb05a9b52ecc8e791b4ec0f1f9410c1291
PKG_FIXUP:=autoreconf
PKG_INSTALL:=1
@ -30,7 +30,7 @@ define Package/libosip2
CATEGORY:=Libraries
TITLE:=GNU oSIP library
URL:=http://www.gnu.org/software/osip/
ABI_VERSION:=12
ABI_VERSION:=13
DEPENDS:=+librt
endef
@ -44,7 +44,6 @@ TARGET_CFLAGS += $(if $(CONFIG_arc),-U__arc__)
CONFIGURE_ARGS += \
--enable-shared \
--enable-static \
--disable-debug \
--disable-silent-rules \
--disable-trace \
--disable-mpatrol \
@ -52,7 +51,6 @@ CONFIGURE_ARGS += \
--disable-mt \
--enable-pthread \
--enable-semaphore \
--disable-sysv \
--disable-gperf \
--disable-test \
--disable-minisize

View file

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=siproxd
PKG_VERSION:=0.8.3
PKG_RELEASE:=2
PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/siproxd