X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=curl%2Fmingw32-curl.spec;h=c20282f2ba3da37fab2cc6f278139c6e18a2eb3f;hb=1fef8f1d3aec2e394286835bad3c4904be51ca19;hp=94ccb8ce6beda4bc03c892e4bb2867c67b1926ec;hpb=9bd22d3923c4be0e2f371260a2991fb723a2e86a;p=fedora-mingw.git diff --git a/curl/mingw32-curl.spec b/curl/mingw32-curl.spec index 94ccb8c..c20282f 100644 --- a/curl/mingw32-curl.spec +++ b/curl/mingw32-curl.spec @@ -6,7 +6,7 @@ Name: mingw32-curl Version: 7.18.2 -Release: 2%{?dist} +Release: 4%{?dist} Summary: MinGW Windows port of curl and libcurl License: MIT @@ -48,6 +48,8 @@ BuildRequires: mingw32-openssl # Not started porting this package yet. #BuildRequires: mingw32-krb5 +Requires: pkgconfig + %description cURL is a tool for getting files from HTTP, FTP, FILE, LDAP, LDAPS, @@ -80,6 +82,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,6 +127,12 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Feb 6 2009 Richard W.M. Jones - 7.18.2-4 +- Rebuild against new OpenSSH (because of soname bump). + +* Fri Jan 30 2009 Richard W.M. Jones - 7.18.2-3 +- Requires pkgconfig. + * Thu Nov 13 2008 Richard W.M. Jones - 7.18.2-2 - Requires mingw32-filesystem >= 35.