auto-import changelog data from curl-7.8-1.src.rpm
Fri Aug 17 2001 Nalin Dahyabhai <nalin@redhat.com> - include curl-config in curl-devel - update to 7.8 to fix memory leak and strlcat() symbol pollution from libcurl
This commit is contained in:
parent
757418abfe
commit
ded6b37603
@ -1 +1 @@
|
|||||||
curl-7.7.2.tar.bz2
|
curl-7.8.tar.bz2
|
||||||
|
14
curl.spec
14
curl.spec
@ -1,7 +1,7 @@
|
|||||||
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.7.2
|
Version: 7.8
|
||||||
Release: 3
|
Release: 1
|
||||||
Copyright: MPL
|
Copyright: MPL
|
||||||
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
|
||||||
@ -23,7 +23,7 @@ Summary: Files needed for building applications with libcurl.
|
|||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
cURL is a tool for getting files from FTP, HTTP, Gopher, Telnet, and
|
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
|
package includes files needed for developing applications which can
|
||||||
use cURL's capabilities internally.
|
use cURL's capabilities internally.
|
||||||
|
|
||||||
@ -61,16 +61,22 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc docs/TheArtOfHttpScripting docs/TODO
|
%doc docs/TheArtOfHttpScripting docs/TODO
|
||||||
%{_bindir}/curl
|
%{_bindir}/curl
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/curl.1*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/curl-config
|
||||||
%{_includedir}/curl
|
%{_includedir}/curl
|
||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
%{_mandir}/man1/curl-config.1*
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 17 2001 Nalin Dahyabhai <nalin@redhat.com>
|
||||||
|
- 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 <crutcher@redhat.com>
|
* Wed Jul 18 2001 Crutcher Dunnavant <crutcher@redhat.com>
|
||||||
- added openssl-devel build req
|
- added openssl-devel build req
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user