Skip to content

Commit c2df3bc

Browse files
committed
icecast: update to 2.5.0
1 parent 3f73c9e commit c2df3bc

File tree

3 files changed

+25
-12
lines changed

3 files changed

+25
-12
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
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.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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+

srcpkgs/icecast/template

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Template file for 'icecast'
22
pkgname=icecast
3-
version=2.4.4
4-
revision=5
3+
version=2.5.0
4+
revision=1
55
build_style=gnu-configure
66
hostmakedepends="pkg-config libxml2-devel"
77
makedepends="openssl-devel libcurl-devel speex-devel
8-
libtheora-devel libvorbis-devel libxslt-devel"
8+
libtheora-devel libvorbis-devel libxslt-devel libigloo-devel rhash-devel"
99
short_desc="Free server software for streaming multimedia"
1010
maintainer="Orphaned <orphan@voidlinux.org>"
1111
license="GPL-2.0-only"
1212
homepage="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
1515
conf_files="/etc/icecast.xml"

0 commit comments

Comments
 (0)