From 73213b43384c4280b212692acfb17b2195820bab Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: May 19 2009 18:17:41 +0000 Subject: update to 7.19.5, dropped applied patches --- diff --git a/.cvsignore b/.cvsignore index 5cafa0e..785114b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ curl-7.19.4.tar.bz2 +curl-7.19.5.tar.bz2 diff --git a/curl.spec b/curl.spec index 420983d..828449d 100644 --- a/curl.spec +++ b/curl.spec @@ -1,19 +1,14 @@ Summary: A utility for getting files from remote servers (FTP, HTTP, and others) Name: curl -Version: 7.19.4 -Release: 11%{?dist} +Version: 7.19.5 +Release: 1%{?dist} License: MIT Group: Applications/Internet Source: http://curl.haxx.se/download/%{name}-%{version}.tar.bz2 Patch1: curl-7.15.3-multilib.patch Patch2: curl-7.16.0-privlibs.patch Patch3: curl-7.17.1-badsocket.patch -Patch4: curl-7.19.4-tool-leak.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 +Patch4: curl-7.19.4-debug.patch Provides: webclient URL: http://curl.haxx.se/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -53,15 +48,10 @@ use cURL's capabilities internally. %prep %setup -q -%patch1 -p1 -b .multilib -%patch2 -p1 -b .privlibs -%patch3 -p1 -b .badsocket -%patch4 -p1 -b .toolleak -%patch5 -p1 -b .enableaes -%patch6 -p1 -b .nssleak -%patch7 -p1 -b .debug -%patch8 -p1 -b .nssleak2 -%patch9 -p1 -b .infloop +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 +%patch4 -p1 # Convert docs to UTF-8 for f in CHANGES README; do @@ -154,6 +144,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/libcurl.m4 %changelog +* Tue May 19 2009 Kamil Dudka 7.19.5-1 +- update to 7.19.5, dropped applied patches + * Mon May 11 2009 Kamil Dudka 7.19.4-11 - fix infinite loop while loading a private key, thanks to Michael Cronenworth (#453612) diff --git a/sources b/sources index 988cd13..eb2c9cc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2734167c1e5f7ce6be99b75d2d371d85 curl-7.19.4.tar.bz2 +426d161661dce70c8ea9ad8f553363a3 curl-7.19.5.tar.bz2