diff options
Diffstat (limited to 'net-misc/icecast')
-rw-r--r-- | net-misc/icecast/Manifest | 1 | ||||
-rw-r--r-- | net-misc/icecast/files/icecast-2.3.1-nocurlpassword.patch | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/net-misc/icecast/Manifest b/net-misc/icecast/Manifest index f481ca19b42e..0dbefb2a893e 100644 --- a/net-misc/icecast/Manifest +++ b/net-misc/icecast/Manifest @@ -1,4 +1,3 @@ -AUX icecast-2.3.1-nocurlpassword.patch 908 RMD160 bddfa70d24ebab868537aeab0eb0df2b0e1ab34a SHA1 bcc2d06059ae7894de80cf2bea5095f37ac933c9 SHA256 0a36be49b7914e97cfac647310680a1c921dfb85083fa5a215159f2444a87671 AUX icecast.xml 6810 RMD160 8f1864d8d4af6092b3901f04d670b0ab5c4d7019 SHA1 70d7247cd2359593ba08b988acd2915789dbd0a4 SHA256 8c9c209797d79153e0995665d08007bc2d59ff564f5e415df77212767b78f3cb AUX init.d.icecast 357 RMD160 c31dabf39606ad168e0cd06cb8d663f0a583fa94 SHA1 5956926ec34bfeb22fb6e93e53e9d8aff1ab93b2 SHA256 bffdb754a923d12fd619b022b94398b609b940214ef012ed8e9cd03ebb2b60e6 DIST icecast-2.3.2.tar.gz 1152319 RMD160 ec14553cce652fb80823316c9705f4cb6179cc2a SHA1 a52b13505548c2eff2c64aab95a42dcafda11227 SHA256 4742b38fc55b6373895a7c0a35baed49a848fec99f5e8538e3f0157383d0b3f0 diff --git a/net-misc/icecast/files/icecast-2.3.1-nocurlpassword.patch b/net-misc/icecast/files/icecast-2.3.1-nocurlpassword.patch deleted file mode 100644 index 1aee0cdba227..000000000000 --- a/net-misc/icecast/files/icecast-2.3.1-nocurlpassword.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- ./src/auth_url.c.orig 2007-04-17 22:48:11.000000000 +1000 -+++ ./src/auth_url.c 2007-04-17 22:48:59.000000000 +1000 -@@ -112,14 +112,6 @@ - } - - --/* make sure that prompting at the console does not occur */ --static int my_getpass(void *client, char *prompt, char *buffer, int buflen) --{ -- buffer[0] = '\0'; -- return 0; --} -- -- - static int handle_returned_header (void *ptr, size_t size, size_t nmemb, void *stream) - { - auth_client *auth_user = stream; -@@ -518,7 +510,6 @@ - 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) |