File tree Expand file tree Collapse file tree 3 files changed +25
-12
lines changed
Expand file tree Collapse file tree 3 files changed +25
-12
lines changed Original file line number Diff line number Diff line change 1- --- a/conf/icecast.xml.in 2010-11-12 16:47:54.750000918 +0100
2- +++ b/conf/icecast.xml.in 2010-11-12 16:48:08.086667585 +0100
3- @@ -164,11 +164,9 @@
1+ --- a/conf/icecast.xml.in 2026-03-29 16:57:32.453024858 +0200
2+ +++ b/conf/icecast.xml.in 2026-03-29 17:00:30.581264225 +0200
3+ @@ -298,12 +298,10 @@
44
55 <security>
6- <chroot>0 </chroot>
6+ <chroot>false </chroot>
77- <!--
88 <changeowner>
99 <user>nobody</user>
1010 <group>nogroup</group>
1111 </changeowner>
1212- -->
13- </security>
14- </icecast >
15-
13+
14+ <tls-context >
15+ <!-- The certificate file containng public and optionally private key.
Original file line number Diff line number Diff line change 1+ --- a/src/event_stream.c 2026-03-29 18:18:28.331745052 +0200
2+ +++ b/src/event_stream.c 2026-03-29 18:19:44.219106053 +0200
3+ @@ -161,7 +161,8 @@
4+ if (event_stream_thread)
5+ thread_join(event_stream_thread);
6+
7+ - avl_tree_free(client_tree, _free_client);
8+ + if (client_tree)
9+ + avl_tree_free(client_tree, _free_client);
10+
11+ thread_mutex_lock(&event_stream_event_mutex);
12+ igloo_ro_unref(&event_queue);
13+
Original file line number Diff line number Diff line change 11# Template file for 'icecast'
22pkgname=icecast
3- version=2.4.4
4- revision=5
3+ version=2.5.0
4+ revision=1
55build_style=gnu-configure
66hostmakedepends="pkg-config libxml2-devel"
77makedepends="openssl-devel libcurl-devel speex-devel
8- libtheora-devel libvorbis-devel libxslt-devel"
8+ libtheora-devel libvorbis-devel libxslt-devel libigloo-devel rhash-devel "
99short_desc="Free server software for streaming multimedia"
1010maintainer="Orphaned <orphan@voidlinux.org>"
1111license="GPL-2.0-only"
1212homepage="http://www.icecast.org/"
13- distfiles="http ://downloads.xiph.org/releases/${pkgname}/${pkgname}-${version}.tar.gz"
14- checksum=49b5979f9f614140b6a38046154203ee28218d8fc549888596a683ad604e4d44
13+ distfiles="https ://downloads.xiph.org/releases/${pkgname}/${pkgname}-${version}.tar.gz"
14+ checksum=d9aa07c7429aec19d950ff6fd425c371f77158cd34ff220fc191b2c186c67c7a
1515conf_files="/etc/icecast.xml"
You can’t perform that action at this time.
0 commit comments