[Lunar-commits] <moonbase> curl: version bumped to 7.19.0

Florin Braescu florin at lunar-linux.org
Tue Sep 2 09:48:38 CEST 2008


commit b78deaabc2925c522ed2666b0efcd020297a1b11
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Tue Sep 2 10:48:38 2008 +0300

    curl: version bumped to 7.19.0
    
    Changes:
     o curl_off_t gets its size/typedef somewhat differently than before. This _may_
       cause an ABI change for you. See lib/README.curl_off_t for a full explanation.
    
     o Added CURLINFO_PRIMARY_IP
     o Added CURLOPT_CRLFILE and CURLE_SSL_CRL_BADFILE
     o Added CURLOPT_ISSUERCERT and CURLE_SSL_ISSUER_ERROR
     o curl's option parser for boolean options reworked
     o Added --remote-name-all
     o Now builds for the INTEGRITY operating system
     o Added CURLINFO_APPCONNECT_TIME
     o Added test selection by key word in runtests.pl
     o the curl tool's -w option support the %{ssl_verify_result} variable
     o Added CURLOPT_ADDRESS_SCOPE and scope parsing of the URL according to RFC4007
     o Support --append on SFTP uploads (not with OpenSSH, though)
     o Added curlbuild.h and curlrules.h to the external library interface
     o Bugfixes.
---
 ftp/curl/DETAILS |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ftp/curl/DETAILS b/ftp/curl/DETAILS
index 9321790..d55539f 100644
--- a/ftp/curl/DETAILS
+++ b/ftp/curl/DETAILS
@@ -1,11 +1,11 @@
           MODULE=curl
-         VERSION=7.18.2
+         VERSION=7.19.0
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=http://curl.haxx.se/download
-      SOURCE_VFY=sha1:0a4d6878d6be22bb2d701a6cf9bf665f66fc8b87
+      SOURCE_VFY=sha1:fffb34be2e3c66e58a5d3daaf8aa38cae33b284f
         WEB_SITE=http://curl.haxx.se
          ENTERED=20010922
-         UPDATED=20080605
+         UPDATED=20080902
            SHORT="Tool for transferring files using URL syntax"
 
 cat << EOF


More information about the Lunar-commits mailing list