Updating link to change in openSUSE:Factory/curl revision 47.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=bfb9aa25e40d9dba75f927bb98d16cb2
This commit is contained in:
parent
6c78ed8ae2
commit
5c2b3aa680
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:eb516915da615d8f6b2b855004d5d4b19c468f080e3736d7a73c5599b9acab11
|
|
||||||
size 2088522
|
|
3
curl-7.20.1.tar.bz2
Normal file
3
curl-7.20.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:70664da8e2a8c84327abd10ed30d5a3fc9fa2151def9ee5b75f27e3538554e56
|
||||||
|
size 2097637
|
16
curl.changes
16
curl.changes
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 24 10:58:50 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
- buildrequire pkg-config to fix provides
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 23 00:53:19 UTC 2010 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
- Update to libcurl 7.20.1
|
||||||
|
* off-by-one in the chunked encoding trailer parser
|
||||||
|
* CURLOPT_CERTINFO memory leak
|
||||||
|
* threaded resolver double free when closing curl handle
|
||||||
|
* url_multi_remove_handle() caused use after free
|
||||||
|
* SSL possible double free when reusing curl handle
|
||||||
|
* alarm()-based DNS timeout bug
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 24 18:39:57 UTC 2010 - crrodriguez@opensuse.org
|
Wed Mar 24 18:39:57 UTC 2010 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package curl (Version 7.20.0)
|
# spec file for package curl (Version 7.20.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: curl
|
Name: curl
|
||||||
BuildRequires: libcares-devel libidn-devel openldap2-devel openssl-devel zlib-devel
|
BuildRequires: libcares-devel libidn-devel openldap2-devel openssl-devel pkg-config zlib-devel
|
||||||
%if 0%{suse_version} > 930
|
%if 0%{suse_version} > 930
|
||||||
BuildRequires: krb5-devel
|
BuildRequires: krb5-devel
|
||||||
%else
|
%else
|
||||||
@ -31,8 +31,8 @@ BuildRequires: libssh2-devel openssh
|
|||||||
BuildRequires: stunnel
|
BuildRequires: stunnel
|
||||||
%endif
|
%endif
|
||||||
#define cvs_suffix -20090302
|
#define cvs_suffix -20090302
|
||||||
Version: 7.20.0
|
Version: 7.20.1
|
||||||
Release: 3
|
Release: 1
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user