Projects
Multimedia
kodi-noX-raspberry-pi
0006-kodi-comply-with-curl-types.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0006-kodi-comply-with-curl-types.patch of Package kodi-noX-raspberry-pi
diff -rup a/xbmc/filesystem/CurlFile.cpp b/xbmc/filesystem/CurlFile.cpp --- a/xbmc/filesystem/CurlFile.cpp 2025-01-15 22:14:15.000000000 +0000 +++ b/xbmc/filesystem/CurlFile.cpp 2025-10-04 09:20:25.877174357 +0000 @@ -45,8 +45,8 @@ using namespace std::chrono_literals; #define FITS_INT(a) (((a) <= INT_MAX) && ((a) >= INT_MIN)) curl_proxytype proxyType2CUrlProxyType[] = { - CURLPROXY_HTTP, CURLPROXY_SOCKS4, CURLPROXY_SOCKS4A, - CURLPROXY_SOCKS5, CURLPROXY_SOCKS5_HOSTNAME, CURLPROXY_HTTPS, + (curl_proxytype) CURLPROXY_HTTP, (curl_proxytype) CURLPROXY_SOCKS4, (curl_proxytype) CURLPROXY_SOCKS4A, + (curl_proxytype) CURLPROXY_SOCKS5, (curl_proxytype) CURLPROXY_SOCKS5_HOSTNAME, (curl_proxytype) CURLPROXY_HTTPS, }; #define FILLBUFFER_OK 0
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.