aboutsummaryrefslogtreecommitdiffstats
path: root/main/icecast/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/icecast/APKBUILD')
-rw-r--r--main/icecast/APKBUILD11
1 files changed, 8 insertions, 3 deletions
diff --git a/main/icecast/APKBUILD b/main/icecast/APKBUILD
index eb1e808a567..97b55df9b94 100644
--- a/main/icecast/APKBUILD
+++ b/main/icecast/APKBUILD
@@ -1,9 +1,9 @@
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
-# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
+# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=icecast
pkgver=2.4.4
-pkgrel=8
+pkgrel=10
pkgdesc="Open source media server"
url="https://icecast.org/"
arch="all"
@@ -13,7 +13,7 @@ pkgusers="icecast"
pkggroups="icecast"
makedepends="libxslt-dev libxml2-dev libogg-dev libvorbis-dev libtheora-dev openssl-dev>3 curl-dev"
subpackages="$pkgname-doc $pkgname-openrc"
-source="http://downloads.xiph.org/releases/icecast/icecast-$pkgver.tar.gz
+source="https://downloads.xiph.org/releases/icecast/icecast-$pkgver.tar.gz
conf-change-owner.patch
icecast.initd
"
@@ -22,6 +22,11 @@ source="http://downloads.xiph.org/releases/icecast/icecast-$pkgver.tar.gz
# 2.4.4-r0:
# - CVE-2018-18820
+prepare() {
+ default_prepare
+ update_config_sub
+}
+
build() {
./configure \
--build=$CBUILD \