aboutsummaryrefslogtreecommitdiff
path: root/multimedia/ices
diff options
context:
space:
mode:
authorTilman Vogel <tilman.vogel@web.de>2022-11-21 15:09:43 +0100
committerTilman Vogel <tilman.vogel@web.de>2022-11-21 15:09:43 +0100
commit4e2b09bd95c796456d6a3961bed59d97aa516ee0 (patch)
tree75a8051333b90ef2351f469445a81910d354253d /multimedia/ices
parent88a1535d00e1047041cb9328a6f6eac310af1714 (diff)
ices: Update to 2.0.3
This fixes a timing issue causing a playlist to be streamed as-fast-as- possible until memory exhaustion, finally crashing ices and making it basically useless. This problem occurred in the timing code in src/common/timing/ and is probably related to libc header changes because ices 2.0.2 worked up until OpenWrt 21.02.3 (at least) but failed in OpenWrt 22.03.2. Signed-off-by: Tilman Vogel <tilman.vogel@web.de>
Diffstat (limited to 'multimedia/ices')
-rw-r--r--multimedia/ices/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/ices/Makefile b/multimedia/ices/Makefile
index 9fe41219d..bdab17794 100644
--- a/multimedia/ices/Makefile
+++ b/multimedia/ices/Makefile
@@ -6,12 +6,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ices
-PKG_VERSION:=2.0.2
-PKG_RELEASE:=2
+PKG_VERSION:=2.0.3
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://downloads.xiph.org/releases/ices/
-PKG_HASH:=96458df835033c39236ad3bb099286c033241f8ea7c138e7ccf714e7ade75900
+PKG_HASH:=e620c67c8b311520b1d6a8a89d7fd1d1d08f299534d274b8a1a36ed33a7ee4a8
PKG_LICENSE:=GPL-2.0
PKG_LICENSE_FILES:=COPYING