diff options
| author | Jiri Slachta | 2022-02-20 12:35:39 +0000 |
|---|---|---|
| committer | GitHub | 2022-02-20 12:35:39 +0000 |
| commit | 9fe126643145c79e7214383577879f314e272f3f (patch) | |
| tree | 35167fd56e1e21461183554bff10c392960d0e3f | |
| parent | 703bf7013d70242b081921633955a4f9b26c8d2f (diff) | |
| parent | 10f2be5400349bea0af79bdf6894a0163865e22b (diff) | |
| download | telephony-9fe126643145c79e7214383577879f314e272f3f.tar.gz | |
Merge pull request #744 from micmac1/siproxd-up
siproxd/libosip2: update to latest
| -rw-r--r-- | libs/libosip2/Makefile | 8 | ||||
| -rw-r--r-- | net/siproxd/Makefile | 12 |
2 files changed, 11 insertions, 9 deletions
diff --git a/libs/libosip2/Makefile b/libs/libosip2/Makefile index d3d28e4..7af9d9e 100644 --- a/libs/libosip2/Makefile +++ b/libs/libosip2/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libosip2 -PKG_VERSION:=5.1.2 -PKG_RELEASE:=1 +PKG_VERSION:=5.3.0 +PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/osip -PKG_HASH:=2bc0400f21a64cf4f2cbc9827bf8bdbb05a9b52ecc8e791b4ec0f1f9410c1291 +PKG_HASH:=f4725916c22cf514969efb15c3c207233d64739383f7d42956038b78f6cae8c8 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:=13 + ABI_VERSION:=15 DEPENDS:=+librt endef diff --git a/net/siproxd/Makefile b/net/siproxd/Makefile index 8f36a23..6acd556 100644 --- a/net/siproxd/Makefile +++ b/net/siproxd/Makefile @@ -8,12 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=siproxd -PKG_VERSION:=0.8.3 -PKG_RELEASE:=4 +PKG_RELEASE:=$(AUTORELEASE) -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=@SF/siproxd -PKG_HASH:=9a6d7a6bb6fff162775b1e1fb7018de9c69642cbf8626185dc6ffceeeba07736 +PKG_SOURCE_PROTO:=git +PKG_SOURCE_URL:=https://github.com/hb9xar/siproxd.git +PKG_SOURCE_DATE:=2022-02-18 +PKG_SOURCE_VERSION:=4750bea4ffedb4543a404dafc979c2b16b53e523 +PKG_MIRROR_HASH:=e6c4266b9eba43792908cf7c4ee73c32eee7b3a227ee671a5381cc335295fc05 PKG_FIXUP:=autoreconf PKG_INSTALL:=1 @@ -59,6 +60,7 @@ define Package/siproxd/config endef CONFIGURE_ARGS+= \ + --enable-reproducible-build \ --with-libosip-prefix="$(STAGING_DIR)/usr" \ --without-included-ltdl \ --disable-doc |