From 574ff7f82425e37d8702b62660426edd13e11a5d Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Sat, 5 Oct 2019 15:55:56 +0200 Subject: [PATCH] sipgrep: update snapshot Update snapshot to latest. Includes a fix for a memory leak. Version handling changed to use PKG_SOURCE_DATE and PKG_SOURCE_VERSION as per OpenWrt package policies [1]. PKG_BUILD_PARALLEL:=1 added. [1] https://openwrt.org/docs/guide-developer/package-policies Signed-off-by: Sebastian Kemper --- net/sipgrep/Makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/net/sipgrep/Makefile b/net/sipgrep/Makefile index 278fd3a..06e0089 100644 --- a/net/sipgrep/Makefile +++ b/net/sipgrep/Makefile @@ -9,19 +9,18 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sipgrep -PKG_VERSION:=2.2.1-20160621 -PKG_RELEASE:=1 PKG_MAINTAINER:=Sebastian Kemper PKG_LICENSE:=GPL-3.0 PKG_LICENSE_FILES:=COPYING PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/sipcapture/sipgrep.git -PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=df8a95b066569be92aa38cad01086ea595b36863 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_MIRROR_HASH:=9b40ecd7822c84740fcf0032ab5c54195df545162c623699232b78da6ae225d2 +PKG_SOURCE_VERSION:=1cc00079cd80310f7e8b1a696e9a02b8a2b25e04 +PKG_SOURCE_DATE=2019-06-27 +PKG_RELEASE:=1 +PKG_MIRROR_HASH:=3480f83a4af2a2972f3aa981343b067fa35ddc74f42c3e459630f31aba8f2d91 +PKG_BUILD_PARALLEL:=1 PKG_FIXUP:=autoreconf PKG_INSTALL:=1 -- 2.30.2