sipgrep: update snapshot 465/head
authorSebastian Kemper <[email protected]>
Sat, 5 Oct 2019 13:55:56 +0000 (15:55 +0200)
committerSebastian Kemper <[email protected]>
Sat, 5 Oct 2019 13:57:55 +0000 (15:57 +0200)
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 <[email protected]>
net/sipgrep/Makefile

index 278fd3a17d51b0294a26a8d2870103f1a7b28493..06e0089b4439134de83e940525a87b817b8ea78f 100644 (file)
@@ -9,19 +9,18 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=sipgrep
-PKG_VERSION:=2.2.1-20160621
-PKG_RELEASE:=1
 PKG_MAINTAINER:=Sebastian Kemper <[email protected]>
 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