From 4d132a5c14aace60e38d7934ffd7b59c47a4b1bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Mr=C3=A1z?= Date: Fri, 21 Aug 2009 13:42:11 +0000 Subject: [PATCH] - fix WWW:Curl:Easy reference in tsget --- openssl-1.0.0-beta3-curl.patch | 27 +++++++++++++++++++++++++++ openssl.spec | 7 ++++++- 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 openssl-1.0.0-beta3-curl.patch diff --git a/openssl-1.0.0-beta3-curl.patch b/openssl-1.0.0-beta3-curl.patch new file mode 100644 index 0000000..6141c0e --- /dev/null +++ b/openssl-1.0.0-beta3-curl.patch @@ -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(); diff --git a/openssl.spec b/openssl.spec index 1af8d2f..4ac5e46 100644 --- a/openssl.spec +++ b/openssl.spec @@ -23,7 +23,7 @@ Summary: A general purpose cryptography library with TLS implementation Name: openssl Version: 1.0.0 -Release: 0.2.%{beta}%{?dist} +Release: 0.3.%{beta}%{?dist} # We remove certain patented algorithms from the openssl source tarball # with the hobble-openssl script which is included below. 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 Patch48: openssl-0.9.8j-bad-mime.patch Patch49: openssl-0.9.8k-algo-doc.patch +Patch50: openssl-1.0.0-beta3-curl.patch # Backported fixes including security fixes Patch60: openssl-1.0.0-beta3-namingstr.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 %patch48 -p1 -b .bad-mime %patch49 -p1 -b .algo-doc +%patch50 -p1 -b .curl %patch60 -p1 -b .namingstr %patch61 -p1 -b .namingblk @@ -415,6 +417,9 @@ fi /sbin/ldconfig -X %changelog +* Fri Aug 21 2009 Tomas Mraz 1.0.0-0.3.beta3 +- fix WWW:Curl:Easy reference in tsget + * Fri Aug 21 2009 Tomas Mraz 1.0.0-0.2.beta3 - enable MD-2