icecast: update to 2.5.0
This commit is contained in:
committed by
Duncan Overbruck
parent
b31b081bec
commit
5acacccc72
@@ -1,15 +1,15 @@
|
||||
--- a/conf/icecast.xml.in 2010-11-12 16:47:54.750000918 +0100
|
||||
+++ b/conf/icecast.xml.in 2010-11-12 16:48:08.086667585 +0100
|
||||
@@ -164,11 +164,9 @@
|
||||
--- a/conf/icecast.xml.in 2026-03-29 16:57:32.453024858 +0200
|
||||
+++ b/conf/icecast.xml.in 2026-03-29 17:00:30.581264225 +0200
|
||||
@@ -298,12 +298,10 @@
|
||||
|
||||
<security>
|
||||
<chroot>0</chroot>
|
||||
<chroot>false</chroot>
|
||||
- <!--
|
||||
<changeowner>
|
||||
<user>nobody</user>
|
||||
<group>nogroup</group>
|
||||
</changeowner>
|
||||
- -->
|
||||
</security>
|
||||
</icecast>
|
||||
|
||||
|
||||
<tls-context>
|
||||
<!-- The certificate file containng public and optionally private key.
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
--- a/src/event_stream.c 2026-03-29 18:18:28.331745052 +0200
|
||||
+++ b/src/event_stream.c 2026-03-29 18:19:44.219106053 +0200
|
||||
@@ -161,7 +161,8 @@
|
||||
if (event_stream_thread)
|
||||
thread_join(event_stream_thread);
|
||||
|
||||
- avl_tree_free(client_tree, _free_client);
|
||||
+ if (client_tree)
|
||||
+ avl_tree_free(client_tree, _free_client);
|
||||
|
||||
thread_mutex_lock(&event_stream_event_mutex);
|
||||
igloo_ro_unref(&event_queue);
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
# Template file for 'icecast'
|
||||
pkgname=icecast
|
||||
version=2.4.4
|
||||
revision=5
|
||||
version=2.5.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config libxml2-devel"
|
||||
makedepends="openssl-devel libcurl-devel speex-devel
|
||||
libtheora-devel libvorbis-devel libxslt-devel"
|
||||
libtheora-devel libvorbis-devel libxslt-devel libigloo-devel rhash-devel"
|
||||
short_desc="Free server software for streaming multimedia"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="http://www.icecast.org/"
|
||||
distfiles="http://downloads.xiph.org/releases/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=49b5979f9f614140b6a38046154203ee28218d8fc549888596a683ad604e4d44
|
||||
distfiles="https://downloads.xiph.org/releases/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=d9aa07c7429aec19d950ff6fd425c371f77158cd34ff220fc191b2c186c67c7a
|
||||
conf_files="/etc/icecast.xml"
|
||||
|
||||
Reference in New Issue
Block a user