From ded6b376039c04a65aa43c7016cd70574038098f Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 04:00:24 +0000 Subject: [PATCH] auto-import changelog data from curl-7.8-1.src.rpm Fri Aug 17 2001 Nalin Dahyabhai - include curl-config in curl-devel - update to 7.8 to fix memory leak and strlcat() symbol pollution from libcurl --- .cvsignore | 2 +- curl.spec | 14 ++++++++++---- sources | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index bf741d1..2abcfb9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -curl-7.7.2.tar.bz2 +curl-7.8.tar.bz2 diff --git a/curl.spec b/curl.spec index 8063f36..fe958b2 100644 --- a/curl.spec +++ b/curl.spec @@ -1,7 +1,7 @@ Summary: A utility for getting files from remote servers (FTP, HTTP, and others). Name: curl -Version: 7.7.2 -Release: 3 +Version: 7.8 +Release: 1 Copyright: MPL Group: Applications/Internet Source: http://curl.haxx.se/download/%{name}-%{version}.tar.bz2 @@ -23,7 +23,7 @@ Summary: Files needed for building applications with libcurl. %description devel cURL is a tool for getting files from FTP, HTTP, Gopher, Telnet, and -Dict servers, using any of the supported protocols. The curl-devel +Dict servers, using any of the supported protocols. The curl-devel package includes files needed for developing applications which can use cURL's capabilities internally. @@ -61,16 +61,22 @@ rm -rf $RPM_BUILD_ROOT %doc docs/TheArtOfHttpScripting docs/TODO %{_bindir}/curl %{_libdir}/*.so.* -%{_mandir}/man1/* +%{_mandir}/man1/curl.1* %files devel %defattr(-,root,root) +%{_bindir}/curl-config %{_includedir}/curl %{_libdir}/*.a %{_libdir}/*.so +%{_mandir}/man1/curl-config.1* %{_mandir}/man3/* %changelog +* Fri Aug 17 2001 Nalin Dahyabhai +- include curl-config in curl-devel +- update to 7.8 to fix memory leak and strlcat() symbol pollution from libcurl + * Wed Jul 18 2001 Crutcher Dunnavant - added openssl-devel build req diff --git a/sources b/sources index b26b1da..4dc1a8c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -077ab9b47b6cb9b14f058dd6814b24f2 curl-7.7.2.tar.bz2 +c02abf38d5a0091c64400f6df3dbac56 curl-7.8.tar.bz2