mirror of
https://github.com/openwrt/packages.git
synced 2025-03-14 21:37:33 +00:00
libvorbisidec: update to latest git
Only differences are two crash fixes from Chromium fuzzing. Also made compatible with APK by just using PKG_SOURCE_DATE instead of a bogus PKG_VERSION. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@ -6,14 +6,13 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=libvorbisidec
|
||||
PKG_REV:=20180319
|
||||
PKG_VERSION:=1.0.3-$(PKG_REV)
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_DATE:=2024-06-11
|
||||
PKG_SOURCE_URL:=https://gitlab.xiph.org/xiph/tremor.git
|
||||
PKG_SOURCE_VERSION:=7c30a66346199f3f09017a09567c6c8a3a0eedc8
|
||||
PKG_MIRROR_HASH:=82aa52d3f1920e06834800d2c191530ce0ddc8a1f61986be4faea56d70cbb517
|
||||
PKG_SOURCE_VERSION:=9b78f57f4335f7158dbb82df00645d2ba57e0d33
|
||||
PKG_MIRROR_HASH:=521a65a192078fd70ac402c54a8b35986280ce96117c9b9a10f769e4caec7135
|
||||
|
||||
PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
|
||||
PKG_LICENSE:=BSD-3-Clause
|
||||
|
Reference in New Issue
Block a user