summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Marangi2025-11-20 12:52:30 +0000
committerChristian Marangi2025-11-20 12:52:30 +0000
commitda213a81e5bf2c9ff88202f2f0c54b22ff4e3d57 (patch)
tree7520ccaed3d858314b2577f48ffb4d79bc302acd
parentfcff90abe174111dbdab3ed3f98aef77230f077f (diff)
downloadtelephony-da213a81e5bf2c9ff88202f2f0c54b22ff4e3d57.tar.gz
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 <ansuelsmth@gmail.com>
-rw-r--r--net/siproxd/Makefile10
1 files changed, 5 insertions, 5 deletions
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