Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b02e5538e823328bc8829781ca34932d2cae1814

commit b02e5538e823328bc8829781ca34932d2cae1814
Author: voroskoi <[EMAIL PROTECTED]>
Date:   Fri Oct 3 00:54:38 2008 +0200

icecast-2.3.2-1-x86_64
version bump
rebuilt with curl>=7.19
removed curl-7.16.0.patch

diff --git a/source/network-extra/icecast/FrugalBuild 
b/source/network-extra/icecast/FrugalBuild
index f4d0bdc..74ca772 100644
--- a/source/network-extra/icecast/FrugalBuild
+++ b/source/network-extra/icecast/FrugalBuild
@@ -3,19 +3,18 @@
# Contributor: Tuxbubling <[EMAIL PROTECTED]>

pkgname=icecast
-pkgver=2.3.1
-pkgrel=2
+pkgver=2.3.2
+pkgrel=1
pkgdesc="Icecast is a streaming media server."
url="http://www.icecast.org/";
groups=('network-extra')
archs=('i686' 'x86_64')
-depends=('libxslt' 'libvorbis' 'curl>=7.16.0' 'libxml2')
+depends=('libxslt' 'libvorbis' 'curl>=7.19.0' 'libxml2')
up2date="lynx -dump http://www.icecast.org/download.php | grep 
icecast-[0-9\.]*tar.gz | sed -ne 's/.*-//;s/.tar.gz//;1 p'"
-source=(http://downloads.us.xiph.org/releases/icecast/$pkgname-$pkgver.tar.gz 
icecast rc.icecast curl-7.16.0.patch)
-sha1sums=('e874ffc7dbed82a15889186a1cd3b7b7de3aba5d' \
+source=(http://downloads.us.xiph.org/releases/icecast/$pkgname-$pkgver.tar.gz 
icecast rc.icecast)
+sha1sums=('a52b13505548c2eff2c64aab95a42dcafda11227' \
'98ce0b4d3f2234944de42e90434b7deb3068c478' \
-          'e3c53bb8d458c14a6d0bf5fae931ed6b45591f7f' \
-          'ecaef4d1f10ff0315620a95778061a0a881f74dd')
+          'e3c53bb8d458c14a6d0bf5fae931ed6b45591f7f')

build() {
Fmkdir /var/log/icecast
@@ -34,5 +33,4 @@ build() {
sed -i "`expr $line2` d" $Fdestdir/etc/icecast/icecast.xml
}

-
# optimization OK
diff --git a/source/network-extra/icecast/curl-7.16.0.patch 
b/source/network-extra/icecast/curl-7.16.0.patch
deleted file mode 100644
index e52d452..0000000
--- a/source/network-extra/icecast/curl-7.16.0.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Naurp icecast-2.3.1/src/auth_url.c icecast-2.3.1-curl/src/auth_url.c
---- icecast-2.3.1/src/auth_url.c       2005-11-30 19:16:17.000000000 +0100
-+++ icecast-2.3.1-curl/src/auth_url.c  2006-11-12 01:11:51.000000000 +0100
-@@ -518,7 +518,6 @@ int auth_get_url_auth (auth_t *authentic
-     curl_easy_setopt (url_info->handle, CURLOPT_WRITEDATA, url_info->handle);
-     curl_easy_setopt (url_info->handle, CURLOPT_NOSIGNAL, 1L);
-     curl_easy_setopt (url_info->handle, CURLOPT_TIMEOUT, 15L);
--    curl_easy_setopt (url_info->handle, CURLOPT_PASSWDFUNCTION, my_getpass);
-     curl_easy_setopt (url_info->handle, CURLOPT_ERRORBUFFER, 
&url_info->errormsg[0]);
-
-     if (url_info->username && url_info->password)
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to