Accepting request 38688 from devel:libraries:c_c++
Copy from devel:libraries:c_c++/curl based on submit request 38688 from user coolo OBS-URL: https://build.opensuse.org/request/show/38688 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=47
This commit is contained in:
commit
d7de6df666
@ -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
|
||||
|
||||
|
@ -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.
|
||||
#
|
||||
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
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
|
||||
BuildRequires: krb5-devel
|
||||
%else
|
||||
@ -31,8 +31,8 @@ BuildRequires: libssh2-devel openssh
|
||||
BuildRequires: stunnel
|
||||
%endif
|
||||
#define cvs_suffix -20090302
|
||||
Version: 7.20.0
|
||||
Release: 3
|
||||
Version: 7.20.1
|
||||
Release: 1
|
||||
AutoReqProv: on
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
|
Loading…
x
Reference in New Issue
Block a user