allow to use TLS > 1.0 if built against recent NSS

This commit is contained in:
Kamil Dudka 2013-12-02 15:25:17 +01:00
parent 0831955018
commit 4a73ffdc43
2 changed files with 1130 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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.33.0 Version: 7.33.0
Release: 1%{?dist} Release: 2%{?dist}
License: MIT License: MIT
Group: Applications/Internet Group: Applications/Internet
Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma
@ -16,6 +16,9 @@ Patch2: 0002-curl-7.33.0-86c64f3d.patch
# fix missing initialization in SSH code causing test 619 to fail # fix missing initialization in SSH code causing test 619 to fail
Patch3: 0003-curl-7.33.0-f70b2c77.patch Patch3: 0003-curl-7.33.0-f70b2c77.patch
# allow to use TLS > 1.0 if built against recent NSS
Patch4: 0004-curl-7.33.0-7fc9325a.patch
# patch making libcurl multilib ready # patch making libcurl multilib ready
Patch101: 0101-curl-7.32.0-multilib.patch Patch101: 0101-curl-7.32.0-multilib.patch
@ -116,6 +119,7 @@ documentation of the library, too.
%patch1 -p1 %patch1 -p1
%patch2 -p1 %patch2 -p1
%patch3 -p1 %patch3 -p1
%patch4 -p1
# Fedora patches # Fedora patches
%patch101 -p1 %patch101 -p1
@ -234,6 +238,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/aclocal/libcurl.m4 %{_datadir}/aclocal/libcurl.m4
%changelog %changelog
* Mon Dec 02 2013 Kamil Dudka <kdudka@redhat.com> 7.33.0-2
- allow to use TLS > 1.0 if built against recent NSS
* Mon Oct 14 2013 Kamil Dudka <kdudka@redhat.com> 7.33.0-1 * Mon Oct 14 2013 Kamil Dudka <kdudka@redhat.com> 7.33.0-1
- new upstream release - new upstream release
- fix missing initialization in NTLM code causing test 906 to fail - fix missing initialization in NTLM code causing test 906 to fail