From: Christian Marangi Date: Thu, 20 Nov 2025 12:52:30 +0000 (+0100) Subject: siproxd: bump to 2025-07-24 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=da213a81e5bf2c9ff88202f2f0c54b22ff4e3d57;p=feed%2Ftelephony.git siproxd: bump to 2025-07-24 Bump siproxd to 2025-07-24 to fix bad detection of libosip2 library. Align the Makefile to new version that dropped the Makefile for the scripts directory. Signed-off-by: Christian Marangi --- diff --git a/net/siproxd/Makefile b/net/siproxd/Makefile index 0c35ac7..85aa205 100644 --- a/net/siproxd/Makefile +++ b/net/siproxd/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=siproxd -PKG_RELEASE:=2 +PKG_RELEASE:=1 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:=9b2fa84b4c05d68f758a35070af970c852ff4cb8beea3d7f93663b10a17e1df8 +PKG_SOURCE_DATE:=2025-07-24 +PKG_SOURCE_VERSION:=0bb5dd4aac9f5578db664d82f67091bc83c3780d +PKG_MIRROR_HASH:=1f0c7f9aabc130e4d66c6e0b4113f44054d653ff87436c1128b3df8323042447 PKG_FIXUP:=autoreconf PKG_INSTALL:=1 @@ -67,7 +67,7 @@ CONFIGURE_ARGS+= \ --disable-doc MAKE_FLAGS+= \ - SUBDIRS="src scripts contrib" + SUBDIRS="src contrib" TARGET_CFLAGS+= \ -Wno-unused-const-variable