siproxd: update to latest git 744/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Sun, 20 Feb 2022 12:19:10 +0000 (13:19 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sun, 20 Feb 2022 12:19:23 +0000 (13:19 +0100)
This includes time64 fixes plus allows reproducible builds.

Also switch to $(AUTORELEASE)

Closes #613
Closes #742

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/siproxd/Makefile

index 8f36a239f21ad2e44105006c47f7de4f9968c5d1..6acd556f7547e688a76a57b19c303392c59713d8 100644 (file)
@@ -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