mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
libplist: update to 2.7.0
Fix segmentation fault when calling plist_sort() on an empty dictionary change log https://github.com/libimobiledevice/libplist/releases/tag/2.7.0 Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
This commit is contained in:
committed by
Robert Marko
parent
f238d6dd09
commit
8c3676cf65
@@ -8,12 +8,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=libplist
|
PKG_NAME:=libplist
|
||||||
PKG_VERSION:=2.6.0
|
PKG_VERSION:=2.7.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=https://github.com/libimobiledevice/libplist/releases/download/$(PKG_VERSION)
|
PKG_SOURCE_URL:=https://github.com/libimobiledevice/libplist/releases/download/$(PKG_VERSION)
|
||||||
PKG_HASH:=67be9ee3169366589c92dc7c22809b90f51911dd9de22520c39c9a64fb047c9c
|
PKG_HASH:=7ac42301e896b1ebe3c654634780c82baa7cb70df8554e683ff89f7c2643eb8b
|
||||||
|
|
||||||
PKG_MAINTAINER:=Rosen Penev <rosenp@gmail.com>
|
PKG_MAINTAINER:=Rosen Penev <rosenp@gmail.com>
|
||||||
PKG_CPE_ID:=cpe:/a:libimobiledevice:libplist
|
PKG_CPE_ID:=cpe:/a:libimobiledevice:libplist
|
||||||
|
|||||||
Reference in New Issue
Block a user