X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=curl%2Fmingw32-curl.spec;h=ac0ca88e2505c1283d1c6229189a3b23f5897a50;hb=e40fc6b6d65ae3bbdd712161f19d00d3c2e35fd5;hp=ece71f64a7c427f833b9cd0338fcf623cd7a7ee1;hpb=a0117551dc940249c9aa4fd53e24dac6ab57e541;p=fedora-mingw.git diff --git a/curl/mingw32-curl.spec b/curl/mingw32-curl.spec index ece71f6..ac0ca88 100644 --- a/curl/mingw32-curl.spec +++ b/curl/mingw32-curl.spec @@ -6,7 +6,7 @@ Name: mingw32-curl Version: 7.18.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: MinGW Windows port of curl and libcurl License: MIT @@ -27,7 +27,7 @@ Patch5: curl-7.18.2-nss-thread-safety.patch # MinGW-specific patches. Patch1000: mingw-curl-7.18.2-getaddrinfo.patch -BuildRequires: mingw32-filesystem >= 34 +BuildRequires: mingw32-filesystem >= 35 BuildRequires: mingw32-gcc BuildRequires: mingw32-binutils BuildRequires: pkgconfig @@ -80,6 +80,11 @@ This is the MinGW cross-compiled Windows library. --disable-static --with-libssh2 \ --without-random +# It's not clear where to set the --with-ca-bundle path. This is the +# default for CURLOPT_CAINFO. If this doesn't exist, you'll get an +# error from all https transfers unless the program sets +# CURLOPT_CAINFO to point to the correct ca-bundle.crt file. + # --without-random disables random number collection (eg. from # /dev/urandom). There isn't an obvious alternative for Windows: # Perhaps we can port EGD or use a library such as Yarrow. @@ -120,5 +125,8 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Nov 13 2008 Richard W.M. Jones - 7.18.2-2 +- Requires mingw32-filesystem >= 35. + * Thu Nov 13 2008 Richard W.M. Jones - 7.18.2-1 - Initial RPM release.