- fix WWW:Curl:Easy reference in tsget
This commit is contained in:
parent
5ff2efa4d0
commit
4d132a5c14
27
openssl-1.0.0-beta3-curl.patch
Normal file
27
openssl-1.0.0-beta3-curl.patch
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
diff -up openssl-1.0.0-beta3/apps/tsget.curl openssl-1.0.0-beta3/apps/tsget
|
||||||
|
--- openssl-1.0.0-beta3/apps/tsget.curl 2006-02-13 00:11:21.000000000 +0100
|
||||||
|
+++ openssl-1.0.0-beta3/apps/tsget 2009-08-21 15:37:24.000000000 +0200
|
||||||
|
@@ -7,7 +7,7 @@ use strict;
|
||||||
|
use IO::Handle;
|
||||||
|
use Getopt::Std;
|
||||||
|
use File::Basename;
|
||||||
|
-use WWW::Curl::easy;
|
||||||
|
+use WWW::Curl::Easy;
|
||||||
|
|
||||||
|
use vars qw(%options);
|
||||||
|
|
||||||
|
@@ -37,7 +37,7 @@ sub create_curl {
|
||||||
|
my $url = shift;
|
||||||
|
|
||||||
|
# Create Curl object.
|
||||||
|
- my $curl = WWW::Curl::easy::new();
|
||||||
|
+ my $curl = WWW::Curl::Easy::new();
|
||||||
|
|
||||||
|
# Error-handling related options.
|
||||||
|
$curl->setopt(CURLOPT_VERBOSE, 1) if $options{d};
|
||||||
|
@@ -192,4 +192,4 @@ REQUEST: foreach (@ARGV) {
|
||||||
|
STDERR->printflush(", $output written.\n") if $options{v};
|
||||||
|
}
|
||||||
|
$curl->cleanup();
|
||||||
|
-WWW::Curl::easy::global_cleanup();
|
||||||
|
+WWW::Curl::Easy::global_cleanup();
|
@ -23,7 +23,7 @@
|
|||||||
Summary: A general purpose cryptography library with TLS implementation
|
Summary: A general purpose cryptography library with TLS implementation
|
||||||
Name: openssl
|
Name: openssl
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Release: 0.2.%{beta}%{?dist}
|
Release: 0.3.%{beta}%{?dist}
|
||||||
# We remove certain patented algorithms from the openssl source tarball
|
# We remove certain patented algorithms from the openssl source tarball
|
||||||
# with the hobble-openssl script which is included below.
|
# with the hobble-openssl script which is included below.
|
||||||
Source: openssl-%{version}-%{beta}-usa.tar.bz2
|
Source: openssl-%{version}-%{beta}-usa.tar.bz2
|
||||||
@ -60,6 +60,7 @@ Patch45: openssl-0.9.8j-env-nozlib.patch
|
|||||||
Patch47: openssl-0.9.8j-readme-warning.patch
|
Patch47: openssl-0.9.8j-readme-warning.patch
|
||||||
Patch48: openssl-0.9.8j-bad-mime.patch
|
Patch48: openssl-0.9.8j-bad-mime.patch
|
||||||
Patch49: openssl-0.9.8k-algo-doc.patch
|
Patch49: openssl-0.9.8k-algo-doc.patch
|
||||||
|
Patch50: openssl-1.0.0-beta3-curl.patch
|
||||||
# Backported fixes including security fixes
|
# Backported fixes including security fixes
|
||||||
Patch60: openssl-1.0.0-beta3-namingstr.patch
|
Patch60: openssl-1.0.0-beta3-namingstr.patch
|
||||||
Patch61: openssl-1.0.0-beta3-namingblk.patch
|
Patch61: openssl-1.0.0-beta3-namingblk.patch
|
||||||
@ -149,6 +150,7 @@ from other formats to the formats used by the OpenSSL toolkit.
|
|||||||
%patch47 -p1 -b .warning
|
%patch47 -p1 -b .warning
|
||||||
%patch48 -p1 -b .bad-mime
|
%patch48 -p1 -b .bad-mime
|
||||||
%patch49 -p1 -b .algo-doc
|
%patch49 -p1 -b .algo-doc
|
||||||
|
%patch50 -p1 -b .curl
|
||||||
%patch60 -p1 -b .namingstr
|
%patch60 -p1 -b .namingstr
|
||||||
%patch61 -p1 -b .namingblk
|
%patch61 -p1 -b .namingblk
|
||||||
|
|
||||||
@ -415,6 +417,9 @@ fi
|
|||||||
/sbin/ldconfig -X
|
/sbin/ldconfig -X
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> 1.0.0-0.3.beta3
|
||||||
|
- fix WWW:Curl:Easy reference in tsget
|
||||||
|
|
||||||
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> 1.0.0-0.2.beta3
|
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> 1.0.0-0.2.beta3
|
||||||
- enable MD-2
|
- enable MD-2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user