update to 7.19.5, dropped applied patches
This commit is contained in:
parent
7f2e1166e3
commit
73213b4338
@ -1 +1,2 @@
|
|||||||
curl-7.19.4.tar.bz2
|
curl-7.19.4.tar.bz2
|
||||||
|
curl-7.19.5.tar.bz2
|
||||||
|
27
curl.spec
27
curl.spec
@ -1,19 +1,14 @@
|
|||||||
Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
|
Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
|
||||||
Name: curl
|
Name: curl
|
||||||
Version: 7.19.4
|
Version: 7.19.5
|
||||||
Release: 11%{?dist}
|
Release: 1%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Source: http://curl.haxx.se/download/%{name}-%{version}.tar.bz2
|
Source: http://curl.haxx.se/download/%{name}-%{version}.tar.bz2
|
||||||
Patch1: curl-7.15.3-multilib.patch
|
Patch1: curl-7.15.3-multilib.patch
|
||||||
Patch2: curl-7.16.0-privlibs.patch
|
Patch2: curl-7.16.0-privlibs.patch
|
||||||
Patch3: curl-7.17.1-badsocket.patch
|
Patch3: curl-7.17.1-badsocket.patch
|
||||||
Patch4: curl-7.19.4-tool-leak.patch
|
Patch4: curl-7.19.4-debug.patch
|
||||||
Patch5: curl-7.19.4-enable-aes.patch
|
|
||||||
Patch6: curl-7.19.4-nss-leak.patch
|
|
||||||
Patch7: curl-7.19.4-debug.patch
|
|
||||||
Patch8: curl-7.19.4-nss-leak2.patch
|
|
||||||
Patch9: curl-7.19.4-infloop.patch
|
|
||||||
Provides: webclient
|
Provides: webclient
|
||||||
URL: http://curl.haxx.se/
|
URL: http://curl.haxx.se/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -53,15 +48,10 @@ use cURL's capabilities internally.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1 -b .multilib
|
%patch1 -p1
|
||||||
%patch2 -p1 -b .privlibs
|
%patch2 -p1
|
||||||
%patch3 -p1 -b .badsocket
|
%patch3 -p1
|
||||||
%patch4 -p1 -b .toolleak
|
%patch4 -p1
|
||||||
%patch5 -p1 -b .enableaes
|
|
||||||
%patch6 -p1 -b .nssleak
|
|
||||||
%patch7 -p1 -b .debug
|
|
||||||
%patch8 -p1 -b .nssleak2
|
|
||||||
%patch9 -p1 -b .infloop
|
|
||||||
|
|
||||||
# Convert docs to UTF-8
|
# Convert docs to UTF-8
|
||||||
for f in CHANGES README; do
|
for f in CHANGES README; do
|
||||||
@ -154,6 +144,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/aclocal/libcurl.m4
|
%{_datadir}/aclocal/libcurl.m4
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 19 2009 Kamil Dudka <kdudka@redhat.com> 7.19.5-1
|
||||||
|
- update to 7.19.5, dropped applied patches
|
||||||
|
|
||||||
* Mon May 11 2009 Kamil Dudka <kdudka@redhat.com> 7.19.4-11
|
* Mon May 11 2009 Kamil Dudka <kdudka@redhat.com> 7.19.4-11
|
||||||
- fix infinite loop while loading a private key, thanks to Michael Cronenworth
|
- fix infinite loop while loading a private key, thanks to Michael Cronenworth
|
||||||
(#453612)
|
(#453612)
|
||||||
|
Loading…
Reference in New Issue
Block a user