Accepting request 51276 from devel:libraries:c_c++

Accepted submit request 51276 from user elvigia

OBS-URL: https://build.opensuse.org/request/show/51276
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=52
This commit is contained in:
Ruediger Oertel 2010-10-23 11:41:26 +00:00 committed by Git OBS Bridge
commit 94cdda3306
4 changed files with 51 additions and 4 deletions

13
_service Normal file
View File

@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<services>
<service name="download_url">
<param name="protocol">http</param>
<param name="host">curl.haxx.se</param>
<param name="path">/download/curl-7.21.2.tar.bz2</param>
</service>
<service name="verify_file">
<param name="file">_service:download_url:curl-7.21.2.tar.bz2</param>
<param name="verifier">sha256</param>
<param name="checksum">f4a632e704f28767e6bbffcc6112db0590b1c9d50d8226d706ad39632355bf21</param>
</service>
</services>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:70664da8e2a8c84327abd10ed30d5a3fc9fa2151def9ee5b75f27e3538554e56
size 2097637

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Fri Oct 22 16:37:03 UTC 2010 - cristian.rodriguez@opensuse.org
- Update to version 7.21.2
* curl -T: ignore file size of special files
* Added GOPHER protocol support
* Added mk-ca-bundle.vbs script
* c-ares build now requires c-ares >= 1.6.0
* --remote-header-name security vulnerability fixed
* multi: support the timeouts correctly, fixes known bug #62
* multi: use timeouts properly for MAX_RECV/SEND_SPEED
* negotiation: Wrong proxy authorization
* multi: avoid sending multiple complete messages
* cmdline: make -F type= accept ;charset=
* RESUME_FROM: clarify what ftp uploads do
* http: handle trailer headers in all chunked responses
* Curl_is_connected: use correct errno
* progress: callback for POSTs less than MAX_INITIAL_POST_SIZE
* Link curl and the test apps with -lrt explicitly when necessary
* chunky parser: only rewind stream internally if needed
* remote-header-name: don't output filename when NULL
* Curl_timeleft: avoid returning "no timeout" by mistake
* timeout: use the correct start value as offset
* FTP: fix wrong timeout trigger
* rtsp: avoid SIGSEGV on malformed header
* LDAP: Support for tunnelling queries through HTTP proxy
* curl_easy_duphandle: clone the c-ares handle correctly
* support URL containing colon without trailing port number
* parsedate: allow time specified without seconds
* curl_easy_escape: don't escape "unreserved" characters
* SFTP: avoid downloading negative sizes
* Lots of GSS/KRB FTP fixes
* TFTP: Work around tftpd-hpa upload bug
* libcurl.m4: several fixes
* HTTP: remove special case for 416
* globbing: fix crash on unballanced open brace
-------------------------------------------------------------------
Wed Jun 2 14:12:54 UTC 2010 - lnussel@suse.de

View File

@ -40,7 +40,7 @@ BuildRequires: libssh2-devel openssh
BuildRequires: stunnel
%endif
#define cvs_suffix -20090302
Version: 7.20.1
Version: 7.21.2
Release: 3
AutoReqProv: on
# bug437293