fix bug 150768 - curl-7.12.3-2 breaks basic authentication used Daniel
Stenberg patch
This commit is contained in:
parent
7e5ec267b1
commit
b396eeb000
@ -1,12 +1,13 @@
|
|||||||
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.13.1
|
Version: 7.13.1
|
||||||
Release: 2
|
Release: 3
|
||||||
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
|
||||||
Patch0: curl-7.12.0-nousr.patch
|
Patch0: curl-7.12.0-nousr.patch
|
||||||
Patch1: curl-7.10.4-path.patch
|
Patch1: curl-7.10.4-path.patch
|
||||||
|
Patch2: curl-7.13.1-auth.patch
|
||||||
URL: http://curl.haxx.se/
|
URL: http://curl.haxx.se/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildRequires: openssl-devel, libtool, pkgconfig, libidn-devel
|
BuildRequires: openssl-devel, libtool, pkgconfig, libidn-devel
|
||||||
@ -36,6 +37,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
%patch2 -p1 -b .auth
|
||||||
|
|
||||||
%build
|
%build
|
||||||
aclocal
|
aclocal
|
||||||
@ -90,6 +92,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 03 2005 Ivana Varekova <varekova@redhat.com> 7.13.1-3
|
||||||
|
- fix bug 150768 - curl-7.12.3-2 breaks basic authentication
|
||||||
|
used Daniel Stenberg patch (patch2)
|
||||||
|
|
||||||
* Mon Apr 25 2005 Joe Orton <jorton@redhat.com> 7.13.1-2
|
* Mon Apr 25 2005 Joe Orton <jorton@redhat.com> 7.13.1-2
|
||||||
- update to use ca-bundle in /etc/pki
|
- update to use ca-bundle in /etc/pki
|
||||||
- mark License as MIT not MPL
|
- mark License as MIT not MPL
|
||||||
|
Loading…
Reference in New Issue
Block a user