rpms/openssl/devel openssl-1.0.0-beta3-curl.patch, NONE, 1.1 openssl.spec, 1.136, 1.137

Tomáš Mráz tmraz at fedoraproject.org
Fri Aug 21 13:42:11 UTC 2009


Author: tmraz

Update of /cvs/pkgs/rpms/openssl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10059

Modified Files:
	openssl.spec 
Added Files:
	openssl-1.0.0-beta3-curl.patch 
Log Message:
* Fri Aug 21 2009 Tomas Mraz <tmraz at redhat.com> 1.0.0-0.3.beta3
- fix WWW:Curl:Easy reference in tsget


openssl-1.0.0-beta3-curl.patch:
 tsget |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

--- NEW FILE openssl-1.0.0-beta3-curl.patch ---
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();


Index: openssl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openssl/devel/openssl.spec,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -p -r1.136 -r1.137
--- openssl.spec	21 Aug 2009 13:08:15 -0000	1.136
+++ openssl.spec	21 Aug 2009 13:42:11 -0000	1.137
@@ -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 b
 %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 <tmraz at redhat.com> 1.0.0-0.3.beta3
+- fix WWW:Curl:Easy reference in tsget
+
 * Fri Aug 21 2009 Tomas Mraz <tmraz at redhat.com> 1.0.0-0.2.beta3
 - enable MD-2
 




More information about the fedora-extras-commits mailing list